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)

2023-03-18T03:07:07.945Z||main|||||INFO|500||The following profiles are active: basic
2023-03-18T03:07:18.303Z||main|||||INFO|500||Starting service [Tomcat]
2023-03-18T03:07:18.304Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2023-03-18T03:07:18.427Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2023-03-18T03:07:23.713Z||main|||||INFO|500||catdb-pool - Starting...
2023-03-18T03:07:24.219Z||main|||||INFO|500||catdb-pool - Start completed.
2023-03-18T03:07:24.962Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2023-03-18T03:07:25.436Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2023-03-18T03:07:26.234Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2023-03-18T03:07:29.157Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2023-03-18T03:07:29.605Z||main|||||WARN|500||HHH000491: The [heatTemplates] association in the [org.onap.so.db.catalog.beans.VnfResource] entity uses both @NotFound(action = NotFoundAction.IGNORE) and FetchType.LAZY. The NotFoundAction.IGNORE @ManyToOne and @OneToOne associations are always fetched eagerly.
2023-03-18T03:07:31.963Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2023-03-18T03:07:32.066Z||main|||||INFO|500||reqdb-pool - Starting...
2023-03-18T03:07:32.085Z||main|||||INFO|500||reqdb-pool - Start completed.
2023-03-18T03:07:32.094Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2023-03-18T03:07:32.662Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2023-03-18T03:07:32.986Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2023-03-18T03:07:33.964Z||main|||||DEBUG|500||SDC ActivitySpec endpoint:  http://sdc-wfd-be:8080
Hibernate: select activitysp0_.ID as id1_0_, activitysp0_.CREATION_TIMESTAMP as creation2_0_, activitysp0_.DESCRIPTION as descript3_0_, activitysp0_.NAME as name4_0_, activitysp0_.VERSION as version5_0_ from activity_spec activitysp0_
2023-03-18T03:07:34.670Z||main|||||DEBUG|500||Attempting to create activity  VNFSetInMaintFlagActivity
Hibernate: select activitysp0_.ACTIVITY_SPEC_ID as activity3_3_0_, activitysp0_.ID as id1_3_0_, activitysp0_.ID as id1_3_1_, activitysp0_.ACTIVITY_SPEC_ID as activity3_3_1_, activitysp0_.ACTIVITY_SPEC_CATEGORIES_ID as activity2_3_1_ from activity_spec_to_activity_spec_categories activitysp0_ where activitysp0_.ACTIVITY_SPEC_ID=?
Hibernate: select activitysp0_.ID as id1_1_0_, activitysp0_.NAME as name2_1_0_ from activity_spec_categories activitysp0_ where activitysp0_.ID=?
Hibernate: select activitysp0_.ACTIVITY_SPEC_ID as activity2_4_0_, activitysp0_.ID as id1_4_0_, activitysp0_.ID as id1_4_1_, activitysp0_.ACTIVITY_SPEC_ID as activity2_4_1_, activitysp0_.ACTIVITY_SPEC_PARAMETERS_ID as activity3_4_1_ from activity_spec_to_activity_spec_parameters activitysp0_ where activitysp0_.ACTIVITY_SPEC_ID=?
Hibernate: select activitysp0_.ID as id1_2_0_, activitysp0_.CREATION_TIMESTAMP as creation2_2_0_, activitysp0_.DESCRIPTION as descript3_2_0_, activitysp0_.DIRECTION as directio4_2_0_, activitysp0_.NAME as name5_2_0_, activitysp0_.TYPE as type6_2_0_ from activity_spec_parameters activitysp0_ where activitysp0_.ID=?
2023-03-18T03:07:35.364Z||main|||SDC||DEBUG|500||Sending HTTP POST to:http://sdc-wfd-be:8080/v1.0/activity-spec with request headers:{Accept=[application/json], Content-Type=[application/json]}
2023-03-18T03:07:35.373Z|c792f040-c7cc-440f-af0b-4267ddf29824|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2023-03-18T03:07:35.397Z|c792f040-c7cc-440f-af0b-4267ddf29824|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||{"name":"VNFSetInMaintFlagActivity","description":"Activity to Set InMaint Flag in A&AI","categoryList":["VNF"],"inputs":[],"outputs":[{"name":"WorkflowException","type":"WorkflowException"}]}

2023-03-18T03:07:36.697Z|c792f040-c7cc-440f-af0b-4267ddf29824|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2023-03-18T03:07:36.697Z|c792f040-c7cc-440f-af0b-4267ddf29824|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:{Transfer-Encoding=[chunked], Server=[Jetty(9.4.33.v20201020)], Date=[Sat, 18 Mar 2023 03:07:35 GMT], Content-Type=[application/json;charset=utf-8]}
2023-03-18T03:07:36.703Z|c792f040-c7cc-440f-af0b-4267ddf29824|main|||||DEBUG|500||{"id":"6984a3b92c0e48e4ab42ac2ac4a92e88","versionId":"cd5b0d14de1c4d00bfda435b49594cbf"}

2023-03-18T03:07:36.729Z|c792f040-c7cc-440f-af0b-4267ddf29824|main|||||INFO|500||Successfully created activitySpec VNFSetInMaintFlagActivity
2023-03-18T03:07:36.856Z|c792f040-c7cc-440f-af0b-4267ddf29824|main|||SDC||DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/6984a3b92c0e48e4ab42ac2ac4a92e88/versions/latest/actions with request headers:{Accept=[application/json], Content-Type=[application/json]}
2023-03-18T03:07:36.857Z|c792f040-c7cc-440f-af0b-4267ddf29824|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/6984a3b92c0e48e4ab42ac2ac4a92e88/versions/latest/actions|INFO|500||Invoke
2023-03-18T03:07:36.870Z|c792f040-c7cc-440f-af0b-4267ddf29824|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/6984a3b92c0e48e4ab42ac2ac4a92e88/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}

2023-03-18T03:07:37.307Z|c792f040-c7cc-440f-af0b-4267ddf29824|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/6984a3b92c0e48e4ab42ac2ac4a92e88/versions/latest/actions|INFO|500||InvokeReturn
2023-03-18T03:07:37.308Z|c792f040-c7cc-440f-af0b-4267ddf29824|main|||||DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/6984a3b92c0e48e4ab42ac2ac4a92e88/versions/latest/actions has http status code:200 and response headers:{Server=[Jetty(9.4.33.v20201020)], Content-Length=[0], Date=[Sat, 18 Mar 2023 03:07:36 GMT]}
2023-03-18T03:07:37.308Z|c792f040-c7cc-440f-af0b-4267ddf29824|main|||||DEBUG|500||Response was returned with an empty entity.
2023-03-18T03:07:37.316Z|c792f040-c7cc-440f-af0b-4267ddf29824|main|||||INFO|500||Successfully certified activitySpec VNFSetInMaintFlagActivity
2023-03-18T03:07:37.316Z|c792f040-c7cc-440f-af0b-4267ddf29824|main|||||DEBUG|500||Attempting to create activity  VNFCheckPserversLockedFlagActivity
Hibernate: select activitysp0_.ACTIVITY_SPEC_ID as activity3_3_0_, activitysp0_.ID as id1_3_0_, activitysp0_.ID as id1_3_1_, activitysp0_.ACTIVITY_SPEC_ID as activity3_3_1_, activitysp0_.ACTIVITY_SPEC_CATEGORIES_ID as activity2_3_1_ from activity_spec_to_activity_spec_categories activitysp0_ where activitysp0_.ACTIVITY_SPEC_ID=?
Hibernate: select activitysp0_.ACTIVITY_SPEC_ID as activity2_4_0_, activitysp0_.ID as id1_4_0_, activitysp0_.ID as id1_4_1_, activitysp0_.ACTIVITY_SPEC_ID as activity2_4_1_, activitysp0_.ACTIVITY_SPEC_PARAMETERS_ID as activity3_4_1_ from activity_spec_to_activity_spec_parameters activitysp0_ where activitysp0_.ACTIVITY_SPEC_ID=?
2023-03-18T03:07:37.396Z|c792f040-c7cc-440f-af0b-4267ddf29824|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2023-03-18T03:07:37.397Z|c792f040-c7cc-440f-af0b-4267ddf29824|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=[c792f040-c7cc-440f-af0b-4267ddf29824], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[0bceae0b-8d04-4dc0-858a-17ddc3aadcc3], X-ECOMP-RequestID=[c792f040-c7cc-440f-af0b-4267ddf29824], X-TransactionID=[c792f040-c7cc-440f-af0b-4267ddf29824], X-ONAP-RequestID=[c792f040-c7cc-440f-af0b-4267ddf29824], Content-Type=[application/json]}
2023-03-18T03:07:37.400Z|c792f040-c7cc-440f-af0b-4267ddf29824|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||{"name":"VNFCheckPserversLockedFlagActivity","description":"Activity Check Pservers Locked Flag VNF","categoryList":["VNF"],"inputs":[],"outputs":[{"name":"WorkflowException","type":"WorkflowException"}]}

2023-03-18T03:07:37.597Z|c792f040-c7cc-440f-af0b-4267ddf29824|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:{Transfer-Encoding=[chunked], Server=[Jetty(9.4.33.v20201020)], Date=[Sat, 18 Mar 2023 03:07:37 GMT], Content-Type=[application/json;charset=utf-8]}
2023-03-18T03:07:37.598Z|c792f040-c7cc-440f-af0b-4267ddf29824|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||{"id":"1703f1f0916d4586bdc1ea276331a631","versionId":"5ffe7152cc2a48648e5c9a8969f1597d"}

2023-03-18T03:07:37.599Z|c792f040-c7cc-440f-af0b-4267ddf29824|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2023-03-18T03:07:37.606Z|c792f040-c7cc-440f-af0b-4267ddf29824|main|||||INFO|500||Successfully created activitySpec VNFCheckPserversLockedFlagActivity
2023-03-18T03:07:37.675Z|c792f040-c7cc-440f-af0b-4267ddf29824|main|||SDC||DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/1703f1f0916d4586bdc1ea276331a631/versions/latest/actions with request headers:{Accept=[application/json], Content-Type=[application/json]}
2023-03-18T03:07:37.676Z|c792f040-c7cc-440f-af0b-4267ddf29824|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/1703f1f0916d4586bdc1ea276331a631/versions/latest/actions|INFO|500||Invoke
2023-03-18T03:07:37.679Z|c792f040-c7cc-440f-af0b-4267ddf29824|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/1703f1f0916d4586bdc1ea276331a631/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}

2023-03-18T03:07:38.017Z|c792f040-c7cc-440f-af0b-4267ddf29824|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/1703f1f0916d4586bdc1ea276331a631/versions/latest/actions|INFO|500||InvokeReturn
2023-03-18T03:07:38.018Z|c792f040-c7cc-440f-af0b-4267ddf29824|main|||||DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/1703f1f0916d4586bdc1ea276331a631/versions/latest/actions has http status code:200 and response headers:{Server=[Jetty(9.4.33.v20201020)], Content-Length=[0], Date=[Sat, 18 Mar 2023 03:07:37 GMT]}
2023-03-18T03:07:38.026Z|c792f040-c7cc-440f-af0b-4267ddf29824|main|||||DEBUG|500||Response was returned with an empty entity.
2023-03-18T03:07:38.026Z|c792f040-c7cc-440f-af0b-4267ddf29824|main|||||INFO|500||Successfully certified activitySpec VNFCheckPserversLockedFlagActivity
2023-03-18T03:07:38.026Z|c792f040-c7cc-440f-af0b-4267ddf29824|main|||||DEBUG|500||Attempting to create activity  VNFCheckInMaintFlagActivity
Hibernate: select activitysp0_.ACTIVITY_SPEC_ID as activity3_3_0_, activitysp0_.ID as id1_3_0_, activitysp0_.ID as id1_3_1_, activitysp0_.ACTIVITY_SPEC_ID as activity3_3_1_, activitysp0_.ACTIVITY_SPEC_CATEGORIES_ID as activity2_3_1_ from activity_spec_to_activity_spec_categories activitysp0_ where activitysp0_.ACTIVITY_SPEC_ID=?
Hibernate: select activitysp0_.ACTIVITY_SPEC_ID as activity2_4_0_, activitysp0_.ID as id1_4_0_, activitysp0_.ID as id1_4_1_, activitysp0_.ACTIVITY_SPEC_ID as activity2_4_1_, activitysp0_.ACTIVITY_SPEC_PARAMETERS_ID as activity3_4_1_ from activity_spec_to_activity_spec_parameters activitysp0_ where activitysp0_.ACTIVITY_SPEC_ID=?
2023-03-18T03:07:38.064Z|c792f040-c7cc-440f-af0b-4267ddf29824|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2023-03-18T03:07:38.065Z|c792f040-c7cc-440f-af0b-4267ddf29824|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=[c792f040-c7cc-440f-af0b-4267ddf29824], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[f18e9e24-93ad-45ed-8c9d-61ad30b38de7], X-ECOMP-RequestID=[c792f040-c7cc-440f-af0b-4267ddf29824], X-TransactionID=[c792f040-c7cc-440f-af0b-4267ddf29824], X-ONAP-RequestID=[c792f040-c7cc-440f-af0b-4267ddf29824], Content-Type=[application/json]}
2023-03-18T03:07:38.067Z|c792f040-c7cc-440f-af0b-4267ddf29824|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||{"name":"VNFCheckInMaintFlagActivity","description":"Activity CheckIn Maint Flag on VNF","categoryList":["VNF"],"inputs":[],"outputs":[{"name":"WorkflowException","type":"WorkflowException"}]}

2023-03-18T03:07:38.268Z|c792f040-c7cc-440f-af0b-4267ddf29824|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:{Transfer-Encoding=[chunked], Server=[Jetty(9.4.33.v20201020)], Date=[Sat, 18 Mar 2023 03:07:38 GMT], Content-Type=[application/json;charset=utf-8]}
2023-03-18T03:07:38.269Z|c792f040-c7cc-440f-af0b-4267ddf29824|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||{"id":"1efa486ee59a4fac830227abd81a37a2","versionId":"94da502012d548a795c83a54e4df2f82"}

2023-03-18T03:07:38.270Z|c792f040-c7cc-440f-af0b-4267ddf29824|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2023-03-18T03:07:38.277Z|c792f040-c7cc-440f-af0b-4267ddf29824|main|||||INFO|500||Successfully created activitySpec VNFCheckInMaintFlagActivity
2023-03-18T03:07:38.317Z|c792f040-c7cc-440f-af0b-4267ddf29824|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/1efa486ee59a4fac830227abd81a37a2/versions/latest/actions|INFO|500||Invoke
2023-03-18T03:07:38.318Z|c792f040-c7cc-440f-af0b-4267ddf29824|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/1efa486ee59a4fac830227abd81a37a2/versions/latest/actions|DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/1efa486ee59a4fac830227abd81a37a2/versions/latest/actions with request headers:{X-RequestID=[c792f040-c7cc-440f-af0b-4267ddf29824], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[35cc3ece-8ee7-407c-bd26-f7591e2725bc], X-ECOMP-RequestID=[c792f040-c7cc-440f-af0b-4267ddf29824], X-TransactionID=[c792f040-c7cc-440f-af0b-4267ddf29824], X-ONAP-RequestID=[c792f040-c7cc-440f-af0b-4267ddf29824], Content-Type=[application/json]}
2023-03-18T03:07:38.323Z|c792f040-c7cc-440f-af0b-4267ddf29824|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/1efa486ee59a4fac830227abd81a37a2/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}

2023-03-18T03:07:38.669Z|c792f040-c7cc-440f-af0b-4267ddf29824|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/1efa486ee59a4fac830227abd81a37a2/versions/latest/actions|DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/1efa486ee59a4fac830227abd81a37a2/versions/latest/actions has http status code:200 and response headers:{Server=[Jetty(9.4.33.v20201020)], Content-Length=[0], Date=[Sat, 18 Mar 2023 03:07:38 GMT]}
2023-03-18T03:07:38.669Z|c792f040-c7cc-440f-af0b-4267ddf29824|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/1efa486ee59a4fac830227abd81a37a2/versions/latest/actions|DEBUG|500||Response was returned with an empty entity.
2023-03-18T03:07:38.670Z|c792f040-c7cc-440f-af0b-4267ddf29824|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/1efa486ee59a4fac830227abd81a37a2/versions/latest/actions|INFO|500||InvokeReturn
2023-03-18T03:07:38.674Z|c792f040-c7cc-440f-af0b-4267ddf29824|main|||||INFO|500||Successfully certified activitySpec VNFCheckInMaintFlagActivity
2023-03-18T03:07:38.677Z|c792f040-c7cc-440f-af0b-4267ddf29824|main|||||DEBUG|500||Attempting to create activity  VNFCheckClosedLoopDisabledFlagActivity
Hibernate: select activitysp0_.ACTIVITY_SPEC_ID as activity3_3_0_, activitysp0_.ID as id1_3_0_, activitysp0_.ID as id1_3_1_, activitysp0_.ACTIVITY_SPEC_ID as activity3_3_1_, activitysp0_.ACTIVITY_SPEC_CATEGORIES_ID as activity2_3_1_ from activity_spec_to_activity_spec_categories activitysp0_ where activitysp0_.ACTIVITY_SPEC_ID=?
Hibernate: select activitysp0_.ACTIVITY_SPEC_ID as activity2_4_0_, activitysp0_.ID as id1_4_0_, activitysp0_.ID as id1_4_1_, activitysp0_.ACTIVITY_SPEC_ID as activity2_4_1_, activitysp0_.ACTIVITY_SPEC_PARAMETERS_ID as activity3_4_1_ from activity_spec_to_activity_spec_parameters activitysp0_ where activitysp0_.ACTIVITY_SPEC_ID=?
2023-03-18T03:07:38.723Z|c792f040-c7cc-440f-af0b-4267ddf29824|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2023-03-18T03:07:38.724Z|c792f040-c7cc-440f-af0b-4267ddf29824|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=[c792f040-c7cc-440f-af0b-4267ddf29824], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[fdf1a034-7e85-4cb8-a34a-51b5b7394ebb], X-ECOMP-RequestID=[c792f040-c7cc-440f-af0b-4267ddf29824], X-TransactionID=[c792f040-c7cc-440f-af0b-4267ddf29824], X-ONAP-RequestID=[c792f040-c7cc-440f-af0b-4267ddf29824], Content-Type=[application/json]}
2023-03-18T03:07:38.727Z|c792f040-c7cc-440f-af0b-4267ddf29824|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||{"name":"VNFCheckClosedLoopDisabledFlagActivity","description":"Activity Check Closed Loop Disabled Flag on VNF","categoryList":["VNF"],"inputs":[],"outputs":[{"name":"WorkflowException","type":"WorkflowException"}]}

2023-03-18T03:07:38.930Z|c792f040-c7cc-440f-af0b-4267ddf29824|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:{Transfer-Encoding=[chunked], Server=[Jetty(9.4.33.v20201020)], Date=[Sat, 18 Mar 2023 03:07:38 GMT], Content-Type=[application/json;charset=utf-8]}
2023-03-18T03:07:38.931Z|c792f040-c7cc-440f-af0b-4267ddf29824|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||{"id":"b27957d343774237bfadfd49a0da39e7","versionId":"d35c9406000d406694e6323b8222093c"}

2023-03-18T03:07:38.932Z|c792f040-c7cc-440f-af0b-4267ddf29824|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2023-03-18T03:07:38.937Z|c792f040-c7cc-440f-af0b-4267ddf29824|main|||||INFO|500||Successfully created activitySpec VNFCheckClosedLoopDisabledFlagActivity
2023-03-18T03:07:38.961Z|c792f040-c7cc-440f-af0b-4267ddf29824|main|||SDC||DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/b27957d343774237bfadfd49a0da39e7/versions/latest/actions with request headers:{Accept=[application/json], Content-Type=[application/json]}
2023-03-18T03:07:38.963Z|c792f040-c7cc-440f-af0b-4267ddf29824|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/b27957d343774237bfadfd49a0da39e7/versions/latest/actions|INFO|500||Invoke
2023-03-18T03:07:38.964Z|c792f040-c7cc-440f-af0b-4267ddf29824|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/b27957d343774237bfadfd49a0da39e7/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}

2023-03-18T03:07:39.291Z|c792f040-c7cc-440f-af0b-4267ddf29824|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/b27957d343774237bfadfd49a0da39e7/versions/latest/actions|INFO|500||InvokeReturn
2023-03-18T03:07:39.291Z|c792f040-c7cc-440f-af0b-4267ddf29824|main|||||DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/b27957d343774237bfadfd49a0da39e7/versions/latest/actions has http status code:200 and response headers:{Server=[Jetty(9.4.33.v20201020)], Content-Length=[0], Date=[Sat, 18 Mar 2023 03:07:38 GMT]}
2023-03-18T03:07:39.294Z|c792f040-c7cc-440f-af0b-4267ddf29824|main|||||DEBUG|500||Response was returned with an empty entity.
2023-03-18T03:07:39.295Z|c792f040-c7cc-440f-af0b-4267ddf29824|main|||||INFO|500||Successfully certified activitySpec VNFCheckClosedLoopDisabledFlagActivity
2023-03-18T03:07:39.295Z|c792f040-c7cc-440f-af0b-4267ddf29824|main|||||DEBUG|500||Attempting to create activity  VNFSetClosedLoopDisabledFlagActivity
Hibernate: select activitysp0_.ACTIVITY_SPEC_ID as activity3_3_0_, activitysp0_.ID as id1_3_0_, activitysp0_.ID as id1_3_1_, activitysp0_.ACTIVITY_SPEC_ID as activity3_3_1_, activitysp0_.ACTIVITY_SPEC_CATEGORIES_ID as activity2_3_1_ from activity_spec_to_activity_spec_categories activitysp0_ where activitysp0_.ACTIVITY_SPEC_ID=?
Hibernate: select activitysp0_.ACTIVITY_SPEC_ID as activity2_4_0_, activitysp0_.ID as id1_4_0_, activitysp0_.ID as id1_4_1_, activitysp0_.ACTIVITY_SPEC_ID as activity2_4_1_, activitysp0_.ACTIVITY_SPEC_PARAMETERS_ID as activity3_4_1_ from activity_spec_to_activity_spec_parameters activitysp0_ where activitysp0_.ACTIVITY_SPEC_ID=?
2023-03-18T03:07:39.344Z|c792f040-c7cc-440f-af0b-4267ddf29824|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2023-03-18T03:07:39.345Z|c792f040-c7cc-440f-af0b-4267ddf29824|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=[c792f040-c7cc-440f-af0b-4267ddf29824], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[2e417293-5b91-48e4-88d7-8902370e86ce], X-ECOMP-RequestID=[c792f040-c7cc-440f-af0b-4267ddf29824], X-TransactionID=[c792f040-c7cc-440f-af0b-4267ddf29824], X-ONAP-RequestID=[c792f040-c7cc-440f-af0b-4267ddf29824], Content-Type=[application/json]}
2023-03-18T03:07:39.349Z|c792f040-c7cc-440f-af0b-4267ddf29824|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||{"name":"VNFSetClosedLoopDisabledFlagActivity","description":"Activity Set Closed Loop Disabled Flag on VNF","categoryList":["VNF"],"inputs":[],"outputs":[{"name":"WorkflowException","type":"WorkflowException"}]}

2023-03-18T03:07:39.552Z|c792f040-c7cc-440f-af0b-4267ddf29824|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:{Transfer-Encoding=[chunked], Server=[Jetty(9.4.33.v20201020)], Date=[Sat, 18 Mar 2023 03:07:39 GMT], Content-Type=[application/json;charset=utf-8]}
2023-03-18T03:07:39.553Z|c792f040-c7cc-440f-af0b-4267ddf29824|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||{"id":"b895b41375ee4fd0a598c839f0098073","versionId":"a1ae5e6ec1de4494a377068b9db40cb3"}

2023-03-18T03:07:39.555Z|c792f040-c7cc-440f-af0b-4267ddf29824|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2023-03-18T03:07:39.557Z|c792f040-c7cc-440f-af0b-4267ddf29824|main|||||INFO|500||Successfully created activitySpec VNFSetClosedLoopDisabledFlagActivity
2023-03-18T03:07:39.592Z|c792f040-c7cc-440f-af0b-4267ddf29824|main|||SDC||DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/b895b41375ee4fd0a598c839f0098073/versions/latest/actions with request headers:{Accept=[application/json], Content-Type=[application/json]}
2023-03-18T03:07:39.594Z|c792f040-c7cc-440f-af0b-4267ddf29824|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/b895b41375ee4fd0a598c839f0098073/versions/latest/actions|INFO|500||Invoke
2023-03-18T03:07:39.598Z|c792f040-c7cc-440f-af0b-4267ddf29824|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/b895b41375ee4fd0a598c839f0098073/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}

2023-03-18T03:07:39.935Z|c792f040-c7cc-440f-af0b-4267ddf29824|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/b895b41375ee4fd0a598c839f0098073/versions/latest/actions|INFO|500||InvokeReturn
2023-03-18T03:07:39.936Z|c792f040-c7cc-440f-af0b-4267ddf29824|main|||||DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/b895b41375ee4fd0a598c839f0098073/versions/latest/actions has http status code:200 and response headers:{Server=[Jetty(9.4.33.v20201020)], Content-Length=[0], Date=[Sat, 18 Mar 2023 03:07:39 GMT]}
2023-03-18T03:07:39.936Z|c792f040-c7cc-440f-af0b-4267ddf29824|main|||||DEBUG|500||Response was returned with an empty entity.
2023-03-18T03:07:39.937Z|c792f040-c7cc-440f-af0b-4267ddf29824|main|||||INFO|500||Successfully certified activitySpec VNFSetClosedLoopDisabledFlagActivity
2023-03-18T03:07:39.937Z|c792f040-c7cc-440f-af0b-4267ddf29824|main|||||DEBUG|500||Attempting to create activity  VNFUnsetClosedLoopDisabledFlagActivity
Hibernate: select activitysp0_.ACTIVITY_SPEC_ID as activity3_3_0_, activitysp0_.ID as id1_3_0_, activitysp0_.ID as id1_3_1_, activitysp0_.ACTIVITY_SPEC_ID as activity3_3_1_, activitysp0_.ACTIVITY_SPEC_CATEGORIES_ID as activity2_3_1_ from activity_spec_to_activity_spec_categories activitysp0_ where activitysp0_.ACTIVITY_SPEC_ID=?
Hibernate: select activitysp0_.ACTIVITY_SPEC_ID as activity2_4_0_, activitysp0_.ID as id1_4_0_, activitysp0_.ID as id1_4_1_, activitysp0_.ACTIVITY_SPEC_ID as activity2_4_1_, activitysp0_.ACTIVITY_SPEC_PARAMETERS_ID as activity3_4_1_ from activity_spec_to_activity_spec_parameters activitysp0_ where activitysp0_.ACTIVITY_SPEC_ID=?
2023-03-18T03:07:39.969Z|c792f040-c7cc-440f-af0b-4267ddf29824|main|||SDC||DEBUG|500||Sending HTTP POST to:http://sdc-wfd-be:8080/v1.0/activity-spec with request headers:{Accept=[application/json], Content-Type=[application/json]}
2023-03-18T03:07:39.970Z|c792f040-c7cc-440f-af0b-4267ddf29824|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2023-03-18T03:07:39.971Z|c792f040-c7cc-440f-af0b-4267ddf29824|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||{"name":"VNFUnsetClosedLoopDisabledFlagActivity","description":"Activity Unset Closed Loop Disabled Flag on VNF","categoryList":["VNF"],"inputs":[],"outputs":[{"name":"WorkflowException","type":"WorkflowException"}]}

2023-03-18T03:07:40.165Z|c792f040-c7cc-440f-af0b-4267ddf29824|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2023-03-18T03:07:40.168Z|c792f040-c7cc-440f-af0b-4267ddf29824|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:{Transfer-Encoding=[chunked], Server=[Jetty(9.4.33.v20201020)], Date=[Sat, 18 Mar 2023 03:07:39 GMT], Content-Type=[application/json;charset=utf-8]}
2023-03-18T03:07:40.169Z|c792f040-c7cc-440f-af0b-4267ddf29824|main|||||DEBUG|500||{"id":"ce73702916484910a71eea8adaf25d20","versionId":"165f3a39a5454e47a5529a39d8e8f5aa"}

2023-03-18T03:07:40.171Z|c792f040-c7cc-440f-af0b-4267ddf29824|main|||||INFO|500||Successfully created activitySpec VNFUnsetClosedLoopDisabledFlagActivity
2023-03-18T03:07:40.200Z|c792f040-c7cc-440f-af0b-4267ddf29824|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/ce73702916484910a71eea8adaf25d20/versions/latest/actions|INFO|500||Invoke
2023-03-18T03:07:40.200Z|c792f040-c7cc-440f-af0b-4267ddf29824|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/ce73702916484910a71eea8adaf25d20/versions/latest/actions|DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/ce73702916484910a71eea8adaf25d20/versions/latest/actions with request headers:{X-RequestID=[c792f040-c7cc-440f-af0b-4267ddf29824], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[8dd5bc24-b565-4862-8976-4fab789c2c5f], X-ECOMP-RequestID=[c792f040-c7cc-440f-af0b-4267ddf29824], X-TransactionID=[c792f040-c7cc-440f-af0b-4267ddf29824], X-ONAP-RequestID=[c792f040-c7cc-440f-af0b-4267ddf29824], Content-Type=[application/json]}
2023-03-18T03:07:40.211Z|c792f040-c7cc-440f-af0b-4267ddf29824|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/ce73702916484910a71eea8adaf25d20/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}

2023-03-18T03:07:40.493Z|c792f040-c7cc-440f-af0b-4267ddf29824|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/ce73702916484910a71eea8adaf25d20/versions/latest/actions|DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/ce73702916484910a71eea8adaf25d20/versions/latest/actions has http status code:200 and response headers:{Server=[Jetty(9.4.33.v20201020)], Content-Length=[0], Date=[Sat, 18 Mar 2023 03:07:40 GMT]}
2023-03-18T03:07:40.494Z|c792f040-c7cc-440f-af0b-4267ddf29824|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/ce73702916484910a71eea8adaf25d20/versions/latest/actions|DEBUG|500||Response was returned with an empty entity.
2023-03-18T03:07:40.495Z|c792f040-c7cc-440f-af0b-4267ddf29824|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/ce73702916484910a71eea8adaf25d20/versions/latest/actions|INFO|500||InvokeReturn
2023-03-18T03:07:40.496Z|c792f040-c7cc-440f-af0b-4267ddf29824|main|||||INFO|500||Successfully certified activitySpec VNFUnsetClosedLoopDisabledFlagActivity
2023-03-18T03:07:40.496Z|c792f040-c7cc-440f-af0b-4267ddf29824|main|||||DEBUG|500||Attempting to create activity  VNFLockActivity
Hibernate: select activitysp0_.ACTIVITY_SPEC_ID as activity3_3_0_, activitysp0_.ID as id1_3_0_, activitysp0_.ID as id1_3_1_, activitysp0_.ACTIVITY_SPEC_ID as activity3_3_1_, activitysp0_.ACTIVITY_SPEC_CATEGORIES_ID as activity2_3_1_ from activity_spec_to_activity_spec_categories activitysp0_ where activitysp0_.ACTIVITY_SPEC_ID=?
Hibernate: select activitysp0_.ACTIVITY_SPEC_ID as activity2_4_0_, activitysp0_.ID as id1_4_0_, activitysp0_.ID as id1_4_1_, activitysp0_.ACTIVITY_SPEC_ID as activity2_4_1_, activitysp0_.ACTIVITY_SPEC_PARAMETERS_ID as activity3_4_1_ from activity_spec_to_activity_spec_parameters activitysp0_ where activitysp0_.ACTIVITY_SPEC_ID=?
2023-03-18T03:07:40.546Z|c792f040-c7cc-440f-af0b-4267ddf29824|main|||SDC||DEBUG|500||Sending HTTP POST to:http://sdc-wfd-be:8080/v1.0/activity-spec with request headers:{Accept=[application/json], Content-Type=[application/json]}
2023-03-18T03:07:40.547Z|c792f040-c7cc-440f-af0b-4267ddf29824|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2023-03-18T03:07:40.553Z|c792f040-c7cc-440f-af0b-4267ddf29824|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||{"name":"VNFLockActivity","description":"Activity Lock on VNF","categoryList":["VNF"],"inputs":[],"outputs":[{"name":"WorkflowException","type":"WorkflowException"}]}

2023-03-18T03:07:40.795Z|c792f040-c7cc-440f-af0b-4267ddf29824|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2023-03-18T03:07:40.796Z|c792f040-c7cc-440f-af0b-4267ddf29824|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:{Transfer-Encoding=[chunked], Server=[Jetty(9.4.33.v20201020)], Date=[Sat, 18 Mar 2023 03:07:40 GMT], Content-Type=[application/json;charset=utf-8]}
2023-03-18T03:07:40.797Z|c792f040-c7cc-440f-af0b-4267ddf29824|main|||||DEBUG|500||{"id":"305305a42eac4312b745ebb11d11349b","versionId":"9309055c4b4b4c89b7bd65fb6549a223"}

2023-03-18T03:07:40.799Z|c792f040-c7cc-440f-af0b-4267ddf29824|main|||||INFO|500||Successfully created activitySpec VNFLockActivity
2023-03-18T03:07:40.823Z|c792f040-c7cc-440f-af0b-4267ddf29824|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/305305a42eac4312b745ebb11d11349b/versions/latest/actions|INFO|500||Invoke
2023-03-18T03:07:40.824Z|c792f040-c7cc-440f-af0b-4267ddf29824|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/305305a42eac4312b745ebb11d11349b/versions/latest/actions|DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/305305a42eac4312b745ebb11d11349b/versions/latest/actions with request headers:{X-RequestID=[c792f040-c7cc-440f-af0b-4267ddf29824], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[8ee5e90e-8a3f-45b1-8907-83ad98fab503], X-ECOMP-RequestID=[c792f040-c7cc-440f-af0b-4267ddf29824], X-TransactionID=[c792f040-c7cc-440f-af0b-4267ddf29824], X-ONAP-RequestID=[c792f040-c7cc-440f-af0b-4267ddf29824], Content-Type=[application/json]}
2023-03-18T03:07:40.825Z|c792f040-c7cc-440f-af0b-4267ddf29824|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/305305a42eac4312b745ebb11d11349b/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}

2023-03-18T03:07:41.145Z|c792f040-c7cc-440f-af0b-4267ddf29824|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/305305a42eac4312b745ebb11d11349b/versions/latest/actions|DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/305305a42eac4312b745ebb11d11349b/versions/latest/actions has http status code:200 and response headers:{Server=[Jetty(9.4.33.v20201020)], Content-Length=[0], Date=[Sat, 18 Mar 2023 03:07:40 GMT]}
2023-03-18T03:07:41.149Z|c792f040-c7cc-440f-af0b-4267ddf29824|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/305305a42eac4312b745ebb11d11349b/versions/latest/actions|DEBUG|500||Response was returned with an empty entity.
2023-03-18T03:07:41.149Z|c792f040-c7cc-440f-af0b-4267ddf29824|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/305305a42eac4312b745ebb11d11349b/versions/latest/actions|INFO|500||InvokeReturn
2023-03-18T03:07:41.150Z|c792f040-c7cc-440f-af0b-4267ddf29824|main|||||INFO|500||Successfully certified activitySpec VNFLockActivity
2023-03-18T03:07:41.150Z|c792f040-c7cc-440f-af0b-4267ddf29824|main|||||DEBUG|500||Attempting to create activity  VNFUnlockActivity
Hibernate: select activitysp0_.ACTIVITY_SPEC_ID as activity3_3_0_, activitysp0_.ID as id1_3_0_, activitysp0_.ID as id1_3_1_, activitysp0_.ACTIVITY_SPEC_ID as activity3_3_1_, activitysp0_.ACTIVITY_SPEC_CATEGORIES_ID as activity2_3_1_ from activity_spec_to_activity_spec_categories activitysp0_ where activitysp0_.ACTIVITY_SPEC_ID=?
Hibernate: select activitysp0_.ACTIVITY_SPEC_ID as activity2_4_0_, activitysp0_.ID as id1_4_0_, activitysp0_.ID as id1_4_1_, activitysp0_.ACTIVITY_SPEC_ID as activity2_4_1_, activitysp0_.ACTIVITY_SPEC_PARAMETERS_ID as activity3_4_1_ from activity_spec_to_activity_spec_parameters activitysp0_ where activitysp0_.ACTIVITY_SPEC_ID=?
2023-03-18T03:07:41.268Z|c792f040-c7cc-440f-af0b-4267ddf29824|main|||SDC||DEBUG|500||Sending HTTP POST to:http://sdc-wfd-be:8080/v1.0/activity-spec with request headers:{Accept=[application/json], Content-Type=[application/json]}
2023-03-18T03:07:41.269Z|c792f040-c7cc-440f-af0b-4267ddf29824|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2023-03-18T03:07:41.270Z|c792f040-c7cc-440f-af0b-4267ddf29824|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||{"name":"VNFUnlockActivity","description":"Activity UnLock on VNF","categoryList":["VNF"],"inputs":[],"outputs":[{"name":"WorkflowException","type":"WorkflowException"}]}

2023-03-18T03:07:41.475Z|c792f040-c7cc-440f-af0b-4267ddf29824|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2023-03-18T03:07:41.476Z|c792f040-c7cc-440f-af0b-4267ddf29824|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:{Transfer-Encoding=[chunked], Server=[Jetty(9.4.33.v20201020)], Date=[Sat, 18 Mar 2023 03:07:41 GMT], Content-Type=[application/json;charset=utf-8]}
2023-03-18T03:07:41.477Z|c792f040-c7cc-440f-af0b-4267ddf29824|main|||||DEBUG|500||{"id":"da05f912a3164fdf955bc9ec084175a0","versionId":"efb0ac02fea14d81884dd5319d3de5a2"}

2023-03-18T03:07:41.479Z|c792f040-c7cc-440f-af0b-4267ddf29824|main|||||INFO|500||Successfully created activitySpec VNFUnlockActivity
2023-03-18T03:07:41.518Z|c792f040-c7cc-440f-af0b-4267ddf29824|main|||SDC||DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/da05f912a3164fdf955bc9ec084175a0/versions/latest/actions with request headers:{Accept=[application/json], Content-Type=[application/json]}
2023-03-18T03:07:41.519Z|c792f040-c7cc-440f-af0b-4267ddf29824|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/da05f912a3164fdf955bc9ec084175a0/versions/latest/actions|INFO|500||Invoke
2023-03-18T03:07:41.520Z|c792f040-c7cc-440f-af0b-4267ddf29824|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/da05f912a3164fdf955bc9ec084175a0/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}

2023-03-18T03:07:41.813Z|c792f040-c7cc-440f-af0b-4267ddf29824|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/da05f912a3164fdf955bc9ec084175a0/versions/latest/actions|INFO|500||InvokeReturn
2023-03-18T03:07:41.813Z|c792f040-c7cc-440f-af0b-4267ddf29824|main|||||DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/da05f912a3164fdf955bc9ec084175a0/versions/latest/actions has http status code:200 and response headers:{Server=[Jetty(9.4.33.v20201020)], Content-Length=[0], Date=[Sat, 18 Mar 2023 03:07:41 GMT]}
2023-03-18T03:07:41.813Z|c792f040-c7cc-440f-af0b-4267ddf29824|main|||||DEBUG|500||Response was returned with an empty entity.
2023-03-18T03:07:41.814Z|c792f040-c7cc-440f-af0b-4267ddf29824|main|||||INFO|500||Successfully certified activitySpec VNFUnlockActivity
2023-03-18T03:07:41.814Z|c792f040-c7cc-440f-af0b-4267ddf29824|main|||||DEBUG|500||Attempting to create activity  VNFStopActivity
Hibernate: select activitysp0_.ACTIVITY_SPEC_ID as activity3_3_0_, activitysp0_.ID as id1_3_0_, activitysp0_.ID as id1_3_1_, activitysp0_.ACTIVITY_SPEC_ID as activity3_3_1_, activitysp0_.ACTIVITY_SPEC_CATEGORIES_ID as activity2_3_1_ from activity_spec_to_activity_spec_categories activitysp0_ where activitysp0_.ACTIVITY_SPEC_ID=?
Hibernate: select activitysp0_.ACTIVITY_SPEC_ID as activity2_4_0_, activitysp0_.ID as id1_4_0_, activitysp0_.ID as id1_4_1_, activitysp0_.ACTIVITY_SPEC_ID as activity2_4_1_, activitysp0_.ACTIVITY_SPEC_PARAMETERS_ID as activity3_4_1_ from activity_spec_to_activity_spec_parameters activitysp0_ where activitysp0_.ACTIVITY_SPEC_ID=?
2023-03-18T03:07:41.846Z|c792f040-c7cc-440f-af0b-4267ddf29824|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2023-03-18T03:07:41.847Z|c792f040-c7cc-440f-af0b-4267ddf29824|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=[c792f040-c7cc-440f-af0b-4267ddf29824], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[65e4d703-8545-491e-9919-6ea6eb91081d], X-ECOMP-RequestID=[c792f040-c7cc-440f-af0b-4267ddf29824], X-TransactionID=[c792f040-c7cc-440f-af0b-4267ddf29824], X-ONAP-RequestID=[c792f040-c7cc-440f-af0b-4267ddf29824], Content-Type=[application/json]}
2023-03-18T03:07:41.848Z|c792f040-c7cc-440f-af0b-4267ddf29824|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||{"name":"VNFStopActivity","description":"Activity Stop on VNF","categoryList":["VNF"],"inputs":[],"outputs":[{"name":"WorkflowException","type":"WorkflowException"}]}

2023-03-18T03:07:42.037Z|c792f040-c7cc-440f-af0b-4267ddf29824|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:{Transfer-Encoding=[chunked], Server=[Jetty(9.4.33.v20201020)], Date=[Sat, 18 Mar 2023 03:07:41 GMT], Content-Type=[application/json;charset=utf-8]}
2023-03-18T03:07:42.038Z|c792f040-c7cc-440f-af0b-4267ddf29824|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||{"id":"a9d8eea986b0499d803ac001a7add415","versionId":"bf90c6666e594a94baa8f533c2b499a4"}

2023-03-18T03:07:42.038Z|c792f040-c7cc-440f-af0b-4267ddf29824|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2023-03-18T03:07:42.040Z|c792f040-c7cc-440f-af0b-4267ddf29824|main|||||INFO|500||Successfully created activitySpec VNFStopActivity
2023-03-18T03:07:42.062Z|c792f040-c7cc-440f-af0b-4267ddf29824|main|||SDC||DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/a9d8eea986b0499d803ac001a7add415/versions/latest/actions with request headers:{Accept=[application/json], Content-Type=[application/json]}
2023-03-18T03:07:42.063Z|c792f040-c7cc-440f-af0b-4267ddf29824|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/a9d8eea986b0499d803ac001a7add415/versions/latest/actions|INFO|500||Invoke
2023-03-18T03:07:42.064Z|c792f040-c7cc-440f-af0b-4267ddf29824|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/a9d8eea986b0499d803ac001a7add415/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}

2023-03-18T03:07:42.350Z|c792f040-c7cc-440f-af0b-4267ddf29824|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/a9d8eea986b0499d803ac001a7add415/versions/latest/actions|INFO|500||InvokeReturn
2023-03-18T03:07:42.351Z|c792f040-c7cc-440f-af0b-4267ddf29824|main|||||DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/a9d8eea986b0499d803ac001a7add415/versions/latest/actions has http status code:200 and response headers:{Server=[Jetty(9.4.33.v20201020)], Content-Length=[0], Date=[Sat, 18 Mar 2023 03:07:42 GMT]}
2023-03-18T03:07:42.351Z|c792f040-c7cc-440f-af0b-4267ddf29824|main|||||DEBUG|500||Response was returned with an empty entity.
2023-03-18T03:07:42.351Z|c792f040-c7cc-440f-af0b-4267ddf29824|main|||||INFO|500||Successfully certified activitySpec VNFStopActivity
2023-03-18T03:07:42.351Z|c792f040-c7cc-440f-af0b-4267ddf29824|main|||||DEBUG|500||Attempting to create activity  VNFStartActivity
Hibernate: select activitysp0_.ACTIVITY_SPEC_ID as activity3_3_0_, activitysp0_.ID as id1_3_0_, activitysp0_.ID as id1_3_1_, activitysp0_.ACTIVITY_SPEC_ID as activity3_3_1_, activitysp0_.ACTIVITY_SPEC_CATEGORIES_ID as activity2_3_1_ from activity_spec_to_activity_spec_categories activitysp0_ where activitysp0_.ACTIVITY_SPEC_ID=?
Hibernate: select activitysp0_.ACTIVITY_SPEC_ID as activity2_4_0_, activitysp0_.ID as id1_4_0_, activitysp0_.ID as id1_4_1_, activitysp0_.ACTIVITY_SPEC_ID as activity2_4_1_, activitysp0_.ACTIVITY_SPEC_PARAMETERS_ID as activity3_4_1_ from activity_spec_to_activity_spec_parameters activitysp0_ where activitysp0_.ACTIVITY_SPEC_ID=?
2023-03-18T03:07:42.398Z|c792f040-c7cc-440f-af0b-4267ddf29824|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2023-03-18T03:07:42.399Z|c792f040-c7cc-440f-af0b-4267ddf29824|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=[c792f040-c7cc-440f-af0b-4267ddf29824], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[4b4d5803-e91d-4420-a610-6beada499de4], X-ECOMP-RequestID=[c792f040-c7cc-440f-af0b-4267ddf29824], X-TransactionID=[c792f040-c7cc-440f-af0b-4267ddf29824], X-ONAP-RequestID=[c792f040-c7cc-440f-af0b-4267ddf29824], Content-Type=[application/json]}
2023-03-18T03:07:42.400Z|c792f040-c7cc-440f-af0b-4267ddf29824|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||{"name":"VNFStartActivity","description":"Activity Start on VNF","categoryList":["VNF"],"inputs":[],"outputs":[{"name":"WorkflowException","type":"WorkflowException"}]}

2023-03-18T03:07:42.564Z|c792f040-c7cc-440f-af0b-4267ddf29824|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:{Transfer-Encoding=[chunked], Server=[Jetty(9.4.33.v20201020)], Date=[Sat, 18 Mar 2023 03:07:42 GMT], Content-Type=[application/json;charset=utf-8]}
2023-03-18T03:07:42.566Z|c792f040-c7cc-440f-af0b-4267ddf29824|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||{"id":"c2c9a047a1d94dd0af7e0c7eb0ab7029","versionId":"3c42af387a4c43a8832789ed0e11ee36"}

2023-03-18T03:07:42.567Z|c792f040-c7cc-440f-af0b-4267ddf29824|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2023-03-18T03:07:42.573Z|c792f040-c7cc-440f-af0b-4267ddf29824|main|||||INFO|500||Successfully created activitySpec VNFStartActivity
2023-03-18T03:07:42.596Z|c792f040-c7cc-440f-af0b-4267ddf29824|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/c2c9a047a1d94dd0af7e0c7eb0ab7029/versions/latest/actions|INFO|500||Invoke
2023-03-18T03:07:42.597Z|c792f040-c7cc-440f-af0b-4267ddf29824|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/c2c9a047a1d94dd0af7e0c7eb0ab7029/versions/latest/actions|DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/c2c9a047a1d94dd0af7e0c7eb0ab7029/versions/latest/actions with request headers:{X-RequestID=[c792f040-c7cc-440f-af0b-4267ddf29824], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[44ca8088-fa61-4d39-a0ca-2d039402faf8], X-ECOMP-RequestID=[c792f040-c7cc-440f-af0b-4267ddf29824], X-TransactionID=[c792f040-c7cc-440f-af0b-4267ddf29824], X-ONAP-RequestID=[c792f040-c7cc-440f-af0b-4267ddf29824], Content-Type=[application/json]}
2023-03-18T03:07:42.598Z|c792f040-c7cc-440f-af0b-4267ddf29824|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/c2c9a047a1d94dd0af7e0c7eb0ab7029/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}

2023-03-18T03:07:42.902Z|c792f040-c7cc-440f-af0b-4267ddf29824|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/c2c9a047a1d94dd0af7e0c7eb0ab7029/versions/latest/actions|DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/c2c9a047a1d94dd0af7e0c7eb0ab7029/versions/latest/actions has http status code:200 and response headers:{Server=[Jetty(9.4.33.v20201020)], Content-Length=[0], Date=[Sat, 18 Mar 2023 03:07:42 GMT]}
2023-03-18T03:07:42.903Z|c792f040-c7cc-440f-af0b-4267ddf29824|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/c2c9a047a1d94dd0af7e0c7eb0ab7029/versions/latest/actions|DEBUG|500||Response was returned with an empty entity.
2023-03-18T03:07:42.903Z|c792f040-c7cc-440f-af0b-4267ddf29824|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/c2c9a047a1d94dd0af7e0c7eb0ab7029/versions/latest/actions|INFO|500||InvokeReturn
2023-03-18T03:07:42.903Z|c792f040-c7cc-440f-af0b-4267ddf29824|main|||||INFO|500||Successfully certified activitySpec VNFStartActivity
2023-03-18T03:07:42.903Z|c792f040-c7cc-440f-af0b-4267ddf29824|main|||||DEBUG|500||Attempting to create activity  VNFSnapShotActivity
Hibernate: select activitysp0_.ACTIVITY_SPEC_ID as activity3_3_0_, activitysp0_.ID as id1_3_0_, activitysp0_.ID as id1_3_1_, activitysp0_.ACTIVITY_SPEC_ID as activity3_3_1_, activitysp0_.ACTIVITY_SPEC_CATEGORIES_ID as activity2_3_1_ from activity_spec_to_activity_spec_categories activitysp0_ where activitysp0_.ACTIVITY_SPEC_ID=?
Hibernate: select activitysp0_.ACTIVITY_SPEC_ID as activity2_4_0_, activitysp0_.ID as id1_4_0_, activitysp0_.ID as id1_4_1_, activitysp0_.ACTIVITY_SPEC_ID as activity2_4_1_, activitysp0_.ACTIVITY_SPEC_PARAMETERS_ID as activity3_4_1_ from activity_spec_to_activity_spec_parameters activitysp0_ where activitysp0_.ACTIVITY_SPEC_ID=?
2023-03-18T03:07:42.930Z|c792f040-c7cc-440f-af0b-4267ddf29824|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2023-03-18T03:07:42.931Z|c792f040-c7cc-440f-af0b-4267ddf29824|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=[c792f040-c7cc-440f-af0b-4267ddf29824], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[b6ba9fd7-539e-430b-a9fa-5261e1b14420], X-ECOMP-RequestID=[c792f040-c7cc-440f-af0b-4267ddf29824], X-TransactionID=[c792f040-c7cc-440f-af0b-4267ddf29824], X-ONAP-RequestID=[c792f040-c7cc-440f-af0b-4267ddf29824], Content-Type=[application/json]}
2023-03-18T03:07:42.932Z|c792f040-c7cc-440f-af0b-4267ddf29824|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||{"name":"VNFSnapShotActivity","description":"Activity Snap Shot on VNF","categoryList":["VNF"],"inputs":[],"outputs":[{"name":"WorkflowException","type":"WorkflowException"}]}

2023-03-18T03:07:43.139Z|c792f040-c7cc-440f-af0b-4267ddf29824|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:{Transfer-Encoding=[chunked], Server=[Jetty(9.4.33.v20201020)], Date=[Sat, 18 Mar 2023 03:07:42 GMT], Content-Type=[application/json;charset=utf-8]}
2023-03-18T03:07:43.140Z|c792f040-c7cc-440f-af0b-4267ddf29824|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||{"id":"2e09e3a492f140a9b505790baa23e2d9","versionId":"d8d20e304ebd4ad8b02bcc6a484f0bf5"}

2023-03-18T03:07:43.141Z|c792f040-c7cc-440f-af0b-4267ddf29824|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2023-03-18T03:07:43.143Z|c792f040-c7cc-440f-af0b-4267ddf29824|main|||||INFO|500||Successfully created activitySpec VNFSnapShotActivity
2023-03-18T03:07:43.162Z|c792f040-c7cc-440f-af0b-4267ddf29824|main|||SDC||DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/2e09e3a492f140a9b505790baa23e2d9/versions/latest/actions with request headers:{Accept=[application/json], Content-Type=[application/json]}
2023-03-18T03:07:43.163Z|c792f040-c7cc-440f-af0b-4267ddf29824|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/2e09e3a492f140a9b505790baa23e2d9/versions/latest/actions|INFO|500||Invoke
2023-03-18T03:07:43.165Z|c792f040-c7cc-440f-af0b-4267ddf29824|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/2e09e3a492f140a9b505790baa23e2d9/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}

2023-03-18T03:07:43.408Z|c792f040-c7cc-440f-af0b-4267ddf29824|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/2e09e3a492f140a9b505790baa23e2d9/versions/latest/actions|INFO|500||InvokeReturn
2023-03-18T03:07:43.409Z|c792f040-c7cc-440f-af0b-4267ddf29824|main|||||DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/2e09e3a492f140a9b505790baa23e2d9/versions/latest/actions has http status code:200 and response headers:{Server=[Jetty(9.4.33.v20201020)], Content-Length=[0], Date=[Sat, 18 Mar 2023 03:07:43 GMT]}
2023-03-18T03:07:43.409Z|c792f040-c7cc-440f-af0b-4267ddf29824|main|||||DEBUG|500||Response was returned with an empty entity.
2023-03-18T03:07:43.409Z|c792f040-c7cc-440f-af0b-4267ddf29824|main|||||INFO|500||Successfully certified activitySpec VNFSnapShotActivity
2023-03-18T03:07:43.409Z|c792f040-c7cc-440f-af0b-4267ddf29824|main|||||DEBUG|500||Attempting to create activity  FlowCompleteActivity
Hibernate: select activitysp0_.ACTIVITY_SPEC_ID as activity3_3_0_, activitysp0_.ID as id1_3_0_, activitysp0_.ID as id1_3_1_, activitysp0_.ACTIVITY_SPEC_ID as activity3_3_1_, activitysp0_.ACTIVITY_SPEC_CATEGORIES_ID as activity2_3_1_ from activity_spec_to_activity_spec_categories activitysp0_ where activitysp0_.ACTIVITY_SPEC_ID=?
Hibernate: select activitysp0_.ACTIVITY_SPEC_ID as activity2_4_0_, activitysp0_.ID as id1_4_0_, activitysp0_.ID as id1_4_1_, activitysp0_.ACTIVITY_SPEC_ID as activity2_4_1_, activitysp0_.ACTIVITY_SPEC_PARAMETERS_ID as activity3_4_1_ from activity_spec_to_activity_spec_parameters activitysp0_ where activitysp0_.ACTIVITY_SPEC_ID=?
2023-03-18T03:07:43.443Z|c792f040-c7cc-440f-af0b-4267ddf29824|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2023-03-18T03:07:43.443Z|c792f040-c7cc-440f-af0b-4267ddf29824|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=[c792f040-c7cc-440f-af0b-4267ddf29824], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[1bf94ea1-af2a-48cb-8e9e-d7a4f8c9e5c0], X-ECOMP-RequestID=[c792f040-c7cc-440f-af0b-4267ddf29824], X-TransactionID=[c792f040-c7cc-440f-af0b-4267ddf29824], X-ONAP-RequestID=[c792f040-c7cc-440f-af0b-4267ddf29824], Content-Type=[application/json]}
2023-03-18T03:07:43.444Z|c792f040-c7cc-440f-af0b-4267ddf29824|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||{"name":"FlowCompleteActivity","description":"Activity Complete on VNF","categoryList":["VNF"],"inputs":[],"outputs":[{"name":"WorkflowException","type":"WorkflowException"}]}

2023-03-18T03:07:43.642Z|c792f040-c7cc-440f-af0b-4267ddf29824|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:{Transfer-Encoding=[chunked], Server=[Jetty(9.4.33.v20201020)], Date=[Sat, 18 Mar 2023 03:07:43 GMT], Content-Type=[application/json;charset=utf-8]}
2023-03-18T03:07:43.645Z|c792f040-c7cc-440f-af0b-4267ddf29824|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||{"id":"0dc1644f257b4c488ea16880721594e2","versionId":"2d130939ed7c4a5d88cdfec5056583d0"}

2023-03-18T03:07:43.646Z|c792f040-c7cc-440f-af0b-4267ddf29824|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2023-03-18T03:07:43.649Z|c792f040-c7cc-440f-af0b-4267ddf29824|main|||||INFO|500||Successfully created activitySpec FlowCompleteActivity
2023-03-18T03:07:43.684Z|c792f040-c7cc-440f-af0b-4267ddf29824|main|||SDC||DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/0dc1644f257b4c488ea16880721594e2/versions/latest/actions with request headers:{Accept=[application/json], Content-Type=[application/json]}
2023-03-18T03:07:43.685Z|c792f040-c7cc-440f-af0b-4267ddf29824|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/0dc1644f257b4c488ea16880721594e2/versions/latest/actions|INFO|500||Invoke
2023-03-18T03:07:43.686Z|c792f040-c7cc-440f-af0b-4267ddf29824|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/0dc1644f257b4c488ea16880721594e2/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}

2023-03-18T03:07:44.019Z|c792f040-c7cc-440f-af0b-4267ddf29824|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/0dc1644f257b4c488ea16880721594e2/versions/latest/actions|INFO|500||InvokeReturn
2023-03-18T03:07:44.020Z|c792f040-c7cc-440f-af0b-4267ddf29824|main|||||DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/0dc1644f257b4c488ea16880721594e2/versions/latest/actions has http status code:200 and response headers:{Server=[Jetty(9.4.33.v20201020)], Content-Length=[0], Date=[Sat, 18 Mar 2023 03:07:43 GMT]}
2023-03-18T03:07:44.023Z|c792f040-c7cc-440f-af0b-4267ddf29824|main|||||DEBUG|500||Response was returned with an empty entity.
2023-03-18T03:07:44.023Z|c792f040-c7cc-440f-af0b-4267ddf29824|main|||||INFO|500||Successfully certified activitySpec FlowCompleteActivity
2023-03-18T03:07:44.023Z|c792f040-c7cc-440f-af0b-4267ddf29824|main|||||DEBUG|500||Attempting to create activity  PauseForManualTaskActivity
Hibernate: select activitysp0_.ACTIVITY_SPEC_ID as activity3_3_0_, activitysp0_.ID as id1_3_0_, activitysp0_.ID as id1_3_1_, activitysp0_.ACTIVITY_SPEC_ID as activity3_3_1_, activitysp0_.ACTIVITY_SPEC_CATEGORIES_ID as activity2_3_1_ from activity_spec_to_activity_spec_categories activitysp0_ where activitysp0_.ACTIVITY_SPEC_ID=?
Hibernate: select activitysp0_.ACTIVITY_SPEC_ID as activity2_4_0_, activitysp0_.ID as id1_4_0_, activitysp0_.ID as id1_4_1_, activitysp0_.ACTIVITY_SPEC_ID as activity2_4_1_, activitysp0_.ACTIVITY_SPEC_PARAMETERS_ID as activity3_4_1_ from activity_spec_to_activity_spec_parameters activitysp0_ where activitysp0_.ACTIVITY_SPEC_ID=?
2023-03-18T03:07:44.063Z|c792f040-c7cc-440f-af0b-4267ddf29824|main|||SDC||DEBUG|500||Sending HTTP POST to:http://sdc-wfd-be:8080/v1.0/activity-spec with request headers:{Accept=[application/json], Content-Type=[application/json]}
2023-03-18T03:07:44.063Z|c792f040-c7cc-440f-af0b-4267ddf29824|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2023-03-18T03:07:44.065Z|c792f040-c7cc-440f-af0b-4267ddf29824|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||{"name":"PauseForManualTaskActivity","description":"Activity Pause For Manual Task on VNF","categoryList":["VNF"],"inputs":[],"outputs":[{"name":"WorkflowException","type":"WorkflowException"}]}

2023-03-18T03:07:44.243Z|c792f040-c7cc-440f-af0b-4267ddf29824|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2023-03-18T03:07:44.244Z|c792f040-c7cc-440f-af0b-4267ddf29824|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:{Transfer-Encoding=[chunked], Server=[Jetty(9.4.33.v20201020)], Date=[Sat, 18 Mar 2023 03:07:44 GMT], Content-Type=[application/json;charset=utf-8]}
2023-03-18T03:07:44.244Z|c792f040-c7cc-440f-af0b-4267ddf29824|main|||||DEBUG|500||{"id":"0a7f74ac5e0b4b9495c9821f49173e38","versionId":"10054cfd86f1432a819ac3b2f4205f31"}

2023-03-18T03:07:44.250Z|c792f040-c7cc-440f-af0b-4267ddf29824|main|||||INFO|500||Successfully created activitySpec PauseForManualTaskActivity
2023-03-18T03:07:44.419Z|c792f040-c7cc-440f-af0b-4267ddf29824|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/0a7f74ac5e0b4b9495c9821f49173e38/versions/latest/actions|INFO|500||Invoke
2023-03-18T03:07:44.419Z|c792f040-c7cc-440f-af0b-4267ddf29824|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/0a7f74ac5e0b4b9495c9821f49173e38/versions/latest/actions|DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/0a7f74ac5e0b4b9495c9821f49173e38/versions/latest/actions with request headers:{X-RequestID=[c792f040-c7cc-440f-af0b-4267ddf29824], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[3b6d2f17-8f8e-4fd8-8c11-828ee4ba3164], X-ECOMP-RequestID=[c792f040-c7cc-440f-af0b-4267ddf29824], X-TransactionID=[c792f040-c7cc-440f-af0b-4267ddf29824], X-ONAP-RequestID=[c792f040-c7cc-440f-af0b-4267ddf29824], Content-Type=[application/json]}
2023-03-18T03:07:44.430Z|c792f040-c7cc-440f-af0b-4267ddf29824|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/0a7f74ac5e0b4b9495c9821f49173e38/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}

2023-03-18T03:07:44.696Z|c792f040-c7cc-440f-af0b-4267ddf29824|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/0a7f74ac5e0b4b9495c9821f49173e38/versions/latest/actions|DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/0a7f74ac5e0b4b9495c9821f49173e38/versions/latest/actions has http status code:200 and response headers:{Server=[Jetty(9.4.33.v20201020)], Content-Length=[0], Date=[Sat, 18 Mar 2023 03:07:44 GMT]}
2023-03-18T03:07:44.697Z|c792f040-c7cc-440f-af0b-4267ddf29824|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/0a7f74ac5e0b4b9495c9821f49173e38/versions/latest/actions|DEBUG|500||Response was returned with an empty entity.
2023-03-18T03:07:44.697Z|c792f040-c7cc-440f-af0b-4267ddf29824|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/0a7f74ac5e0b4b9495c9821f49173e38/versions/latest/actions|INFO|500||InvokeReturn
2023-03-18T03:07:44.698Z|c792f040-c7cc-440f-af0b-4267ddf29824|main|||||INFO|500||Successfully certified activitySpec PauseForManualTaskActivity
2023-03-18T03:07:44.698Z|c792f040-c7cc-440f-af0b-4267ddf29824|main|||||DEBUG|500||Attempting to create activity  DistributeTrafficActivity
Hibernate: select activitysp0_.ACTIVITY_SPEC_ID as activity3_3_0_, activitysp0_.ID as id1_3_0_, activitysp0_.ID as id1_3_1_, activitysp0_.ACTIVITY_SPEC_ID as activity3_3_1_, activitysp0_.ACTIVITY_SPEC_CATEGORIES_ID as activity2_3_1_ from activity_spec_to_activity_spec_categories activitysp0_ where activitysp0_.ACTIVITY_SPEC_ID=?
Hibernate: select activitysp0_.ACTIVITY_SPEC_ID as activity2_4_0_, activitysp0_.ID as id1_4_0_, activitysp0_.ID as id1_4_1_, activitysp0_.ACTIVITY_SPEC_ID as activity2_4_1_, activitysp0_.ACTIVITY_SPEC_PARAMETERS_ID as activity3_4_1_ from activity_spec_to_activity_spec_parameters activitysp0_ where activitysp0_.ACTIVITY_SPEC_ID=?
2023-03-18T03:07:44.740Z|c792f040-c7cc-440f-af0b-4267ddf29824|main|||SDC||DEBUG|500||Sending HTTP POST to:http://sdc-wfd-be:8080/v1.0/activity-spec with request headers:{Accept=[application/json], Content-Type=[application/json]}
2023-03-18T03:07:44.741Z|c792f040-c7cc-440f-af0b-4267ddf29824|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2023-03-18T03:07:44.742Z|c792f040-c7cc-440f-af0b-4267ddf29824|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||{"name":"DistributeTrafficActivity","description":"Activity Distribute Traffic on VNF","categoryList":["VNF"],"inputs":[],"outputs":[{"name":"WorkflowException","type":"WorkflowException"}]}

2023-03-18T03:07:44.914Z|c792f040-c7cc-440f-af0b-4267ddf29824|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2023-03-18T03:07:44.915Z|c792f040-c7cc-440f-af0b-4267ddf29824|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:{Transfer-Encoding=[chunked], Server=[Jetty(9.4.33.v20201020)], Date=[Sat, 18 Mar 2023 03:07:44 GMT], Content-Type=[application/json;charset=utf-8]}
2023-03-18T03:07:44.915Z|c792f040-c7cc-440f-af0b-4267ddf29824|main|||||DEBUG|500||{"id":"ea28ab125ba3469cb028d6d4c5f97495","versionId":"f99ff3b3b16f4846ae109786c18f6f7b"}

2023-03-18T03:07:44.917Z|c792f040-c7cc-440f-af0b-4267ddf29824|main|||||INFO|500||Successfully created activitySpec DistributeTrafficActivity
2023-03-18T03:07:44.933Z|c792f040-c7cc-440f-af0b-4267ddf29824|main|||SDC||DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/ea28ab125ba3469cb028d6d4c5f97495/versions/latest/actions with request headers:{Accept=[application/json], Content-Type=[application/json]}
2023-03-18T03:07:44.934Z|c792f040-c7cc-440f-af0b-4267ddf29824|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/ea28ab125ba3469cb028d6d4c5f97495/versions/latest/actions|INFO|500||Invoke
2023-03-18T03:07:44.934Z|c792f040-c7cc-440f-af0b-4267ddf29824|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/ea28ab125ba3469cb028d6d4c5f97495/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}

2023-03-18T03:07:45.249Z|c792f040-c7cc-440f-af0b-4267ddf29824|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/ea28ab125ba3469cb028d6d4c5f97495/versions/latest/actions|INFO|500||InvokeReturn
2023-03-18T03:07:45.250Z|c792f040-c7cc-440f-af0b-4267ddf29824|main|||||DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/ea28ab125ba3469cb028d6d4c5f97495/versions/latest/actions has http status code:200 and response headers:{Server=[Jetty(9.4.33.v20201020)], Content-Length=[0], Date=[Sat, 18 Mar 2023 03:07:44 GMT]}
2023-03-18T03:07:45.250Z|c792f040-c7cc-440f-af0b-4267ddf29824|main|||||DEBUG|500||Response was returned with an empty entity.
2023-03-18T03:07:45.250Z|c792f040-c7cc-440f-af0b-4267ddf29824|main|||||INFO|500||Successfully certified activitySpec DistributeTrafficActivity
2023-03-18T03:07:45.251Z|c792f040-c7cc-440f-af0b-4267ddf29824|main|||||DEBUG|500||Attempting to create activity  DistributeTrafficCheckActivity
Hibernate: select activitysp0_.ACTIVITY_SPEC_ID as activity3_3_0_, activitysp0_.ID as id1_3_0_, activitysp0_.ID as id1_3_1_, activitysp0_.ACTIVITY_SPEC_ID as activity3_3_1_, activitysp0_.ACTIVITY_SPEC_CATEGORIES_ID as activity2_3_1_ from activity_spec_to_activity_spec_categories activitysp0_ where activitysp0_.ACTIVITY_SPEC_ID=?
Hibernate: select activitysp0_.ACTIVITY_SPEC_ID as activity2_4_0_, activitysp0_.ID as id1_4_0_, activitysp0_.ID as id1_4_1_, activitysp0_.ACTIVITY_SPEC_ID as activity2_4_1_, activitysp0_.ACTIVITY_SPEC_PARAMETERS_ID as activity3_4_1_ from activity_spec_to_activity_spec_parameters activitysp0_ where activitysp0_.ACTIVITY_SPEC_ID=?
2023-03-18T03:07:45.277Z|c792f040-c7cc-440f-af0b-4267ddf29824|main|||SDC||DEBUG|500||Sending HTTP POST to:http://sdc-wfd-be:8080/v1.0/activity-spec with request headers:{Accept=[application/json], Content-Type=[application/json]}
2023-03-18T03:07:45.278Z|c792f040-c7cc-440f-af0b-4267ddf29824|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2023-03-18T03:07:45.279Z|c792f040-c7cc-440f-af0b-4267ddf29824|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||{"name":"DistributeTrafficCheckActivity","description":"Activity Distribute Traffic Check on VNF","categoryList":["VNF"],"inputs":[],"outputs":[{"name":"WorkflowException","type":"WorkflowException"}]}

2023-03-18T03:07:45.475Z|c792f040-c7cc-440f-af0b-4267ddf29824|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2023-03-18T03:07:45.476Z|c792f040-c7cc-440f-af0b-4267ddf29824|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:{Transfer-Encoding=[chunked], Server=[Jetty(9.4.33.v20201020)], Date=[Sat, 18 Mar 2023 03:07:45 GMT], Content-Type=[application/json;charset=utf-8]}
2023-03-18T03:07:45.476Z|c792f040-c7cc-440f-af0b-4267ddf29824|main|||||DEBUG|500||{"id":"68d05a5ceda84dacbbf5645923593a96","versionId":"94ca18b5b6aa41d4adef157ae042064d"}

2023-03-18T03:07:45.478Z|c792f040-c7cc-440f-af0b-4267ddf29824|main|||||INFO|500||Successfully created activitySpec DistributeTrafficCheckActivity
2023-03-18T03:07:45.496Z|c792f040-c7cc-440f-af0b-4267ddf29824|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/68d05a5ceda84dacbbf5645923593a96/versions/latest/actions|INFO|500||Invoke
2023-03-18T03:07:45.496Z|c792f040-c7cc-440f-af0b-4267ddf29824|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/68d05a5ceda84dacbbf5645923593a96/versions/latest/actions|DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/68d05a5ceda84dacbbf5645923593a96/versions/latest/actions with request headers:{X-RequestID=[c792f040-c7cc-440f-af0b-4267ddf29824], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[7effa94c-62c5-43a7-8253-8f94ac02b6d1], X-ECOMP-RequestID=[c792f040-c7cc-440f-af0b-4267ddf29824], X-TransactionID=[c792f040-c7cc-440f-af0b-4267ddf29824], X-ONAP-RequestID=[c792f040-c7cc-440f-af0b-4267ddf29824], Content-Type=[application/json]}
2023-03-18T03:07:45.497Z|c792f040-c7cc-440f-af0b-4267ddf29824|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/68d05a5ceda84dacbbf5645923593a96/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}

2023-03-18T03:07:45.774Z|c792f040-c7cc-440f-af0b-4267ddf29824|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/68d05a5ceda84dacbbf5645923593a96/versions/latest/actions|DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/68d05a5ceda84dacbbf5645923593a96/versions/latest/actions has http status code:200 and response headers:{Server=[Jetty(9.4.33.v20201020)], Content-Length=[0], Date=[Sat, 18 Mar 2023 03:07:45 GMT]}
2023-03-18T03:07:45.775Z|c792f040-c7cc-440f-af0b-4267ddf29824|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/68d05a5ceda84dacbbf5645923593a96/versions/latest/actions|DEBUG|500||Response was returned with an empty entity.
2023-03-18T03:07:45.776Z|c792f040-c7cc-440f-af0b-4267ddf29824|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/68d05a5ceda84dacbbf5645923593a96/versions/latest/actions|INFO|500||InvokeReturn
2023-03-18T03:07:45.778Z|c792f040-c7cc-440f-af0b-4267ddf29824|main|||||INFO|500||Successfully certified activitySpec DistributeTrafficCheckActivity
2023-03-18T03:07:45.778Z|c792f040-c7cc-440f-af0b-4267ddf29824|main|||||DEBUG|500||Attempting to create activity  VNFHealthCheckActivity
Hibernate: select activitysp0_.ACTIVITY_SPEC_ID as activity3_3_0_, activitysp0_.ID as id1_3_0_, activitysp0_.ID as id1_3_1_, activitysp0_.ACTIVITY_SPEC_ID as activity3_3_1_, activitysp0_.ACTIVITY_SPEC_CATEGORIES_ID as activity2_3_1_ from activity_spec_to_activity_spec_categories activitysp0_ where activitysp0_.ACTIVITY_SPEC_ID=?
Hibernate: select activitysp0_.ACTIVITY_SPEC_ID as activity2_4_0_, activitysp0_.ID as id1_4_0_, activitysp0_.ID as id1_4_1_, activitysp0_.ACTIVITY_SPEC_ID as activity2_4_1_, activitysp0_.ACTIVITY_SPEC_PARAMETERS_ID as activity3_4_1_ from activity_spec_to_activity_spec_parameters activitysp0_ where activitysp0_.ACTIVITY_SPEC_ID=?
2023-03-18T03:07:45.812Z|c792f040-c7cc-440f-af0b-4267ddf29824|main|||SDC||DEBUG|500||Sending HTTP POST to:http://sdc-wfd-be:8080/v1.0/activity-spec with request headers:{Accept=[application/json], Content-Type=[application/json]}
2023-03-18T03:07:45.813Z|c792f040-c7cc-440f-af0b-4267ddf29824|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2023-03-18T03:07:45.813Z|c792f040-c7cc-440f-af0b-4267ddf29824|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||{"name":"VNFHealthCheckActivity","description":"Activity Health Check on VNF","categoryList":["VNF"],"inputs":[],"outputs":[{"name":"WorkflowException","type":"WorkflowException"}]}

2023-03-18T03:07:45.982Z|c792f040-c7cc-440f-af0b-4267ddf29824|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2023-03-18T03:07:45.983Z|c792f040-c7cc-440f-af0b-4267ddf29824|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:{Transfer-Encoding=[chunked], Server=[Jetty(9.4.33.v20201020)], Date=[Sat, 18 Mar 2023 03:07:45 GMT], Content-Type=[application/json;charset=utf-8]}
2023-03-18T03:07:45.984Z|c792f040-c7cc-440f-af0b-4267ddf29824|main|||||DEBUG|500||{"id":"6a83fa3d3ab645e4bf44b11a662cbfde","versionId":"77e84b80655e4d8e8f24016e0acc9b7e"}

2023-03-18T03:07:45.987Z|c792f040-c7cc-440f-af0b-4267ddf29824|main|||||INFO|500||Successfully created activitySpec VNFHealthCheckActivity
2023-03-18T03:07:46.004Z|c792f040-c7cc-440f-af0b-4267ddf29824|main|||SDC||DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/6a83fa3d3ab645e4bf44b11a662cbfde/versions/latest/actions with request headers:{Accept=[application/json], Content-Type=[application/json]}
2023-03-18T03:07:46.005Z|c792f040-c7cc-440f-af0b-4267ddf29824|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/6a83fa3d3ab645e4bf44b11a662cbfde/versions/latest/actions|INFO|500||Invoke
2023-03-18T03:07:46.005Z|c792f040-c7cc-440f-af0b-4267ddf29824|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/6a83fa3d3ab645e4bf44b11a662cbfde/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}

2023-03-18T03:07:46.306Z|c792f040-c7cc-440f-af0b-4267ddf29824|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/6a83fa3d3ab645e4bf44b11a662cbfde/versions/latest/actions|INFO|500||InvokeReturn
2023-03-18T03:07:46.307Z|c792f040-c7cc-440f-af0b-4267ddf29824|main|||||DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/6a83fa3d3ab645e4bf44b11a662cbfde/versions/latest/actions has http status code:200 and response headers:{Server=[Jetty(9.4.33.v20201020)], Content-Length=[0], Date=[Sat, 18 Mar 2023 03:07:46 GMT]}
2023-03-18T03:07:46.307Z|c792f040-c7cc-440f-af0b-4267ddf29824|main|||||DEBUG|500||Response was returned with an empty entity.
2023-03-18T03:07:46.308Z|c792f040-c7cc-440f-af0b-4267ddf29824|main|||||INFO|500||Successfully certified activitySpec VNFHealthCheckActivity
2023-03-18T03:07:46.308Z|c792f040-c7cc-440f-af0b-4267ddf29824|main|||||DEBUG|500||Attempting to create activity  VNFQuiesceTrafficActivity
Hibernate: select activitysp0_.ACTIVITY_SPEC_ID as activity3_3_0_, activitysp0_.ID as id1_3_0_, activitysp0_.ID as id1_3_1_, activitysp0_.ACTIVITY_SPEC_ID as activity3_3_1_, activitysp0_.ACTIVITY_SPEC_CATEGORIES_ID as activity2_3_1_ from activity_spec_to_activity_spec_categories activitysp0_ where activitysp0_.ACTIVITY_SPEC_ID=?
Hibernate: select activitysp0_.ACTIVITY_SPEC_ID as activity2_4_0_, activitysp0_.ID as id1_4_0_, activitysp0_.ID as id1_4_1_, activitysp0_.ACTIVITY_SPEC_ID as activity2_4_1_, activitysp0_.ACTIVITY_SPEC_PARAMETERS_ID as activity3_4_1_ from activity_spec_to_activity_spec_parameters activitysp0_ where activitysp0_.ACTIVITY_SPEC_ID=?
2023-03-18T03:07:46.332Z|c792f040-c7cc-440f-af0b-4267ddf29824|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2023-03-18T03:07:46.333Z|c792f040-c7cc-440f-af0b-4267ddf29824|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=[c792f040-c7cc-440f-af0b-4267ddf29824], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[f72bbd53-308e-4afc-975c-ba8d245e3eb4], X-ECOMP-RequestID=[c792f040-c7cc-440f-af0b-4267ddf29824], X-TransactionID=[c792f040-c7cc-440f-af0b-4267ddf29824], X-ONAP-RequestID=[c792f040-c7cc-440f-af0b-4267ddf29824], Content-Type=[application/json]}
2023-03-18T03:07:46.333Z|c792f040-c7cc-440f-af0b-4267ddf29824|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||{"name":"VNFQuiesceTrafficActivity","description":"Activity Quiesce Traffic on VNF","categoryList":["VNF"],"inputs":[],"outputs":[{"name":"WorkflowException","type":"WorkflowException"}]}

2023-03-18T03:07:46.546Z|c792f040-c7cc-440f-af0b-4267ddf29824|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:{Transfer-Encoding=[chunked], Server=[Jetty(9.4.33.v20201020)], Date=[Sat, 18 Mar 2023 03:07:46 GMT], Content-Type=[application/json;charset=utf-8]}
2023-03-18T03:07:46.547Z|c792f040-c7cc-440f-af0b-4267ddf29824|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||{"id":"67dcc87b3f6a431b9b38c6447fc5b7a0","versionId":"dc6a11b3da494d3590c7d2370db35cba"}

2023-03-18T03:07:46.548Z|c792f040-c7cc-440f-af0b-4267ddf29824|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2023-03-18T03:07:46.550Z|c792f040-c7cc-440f-af0b-4267ddf29824|main|||||INFO|500||Successfully created activitySpec VNFQuiesceTrafficActivity
2023-03-18T03:07:46.566Z|c792f040-c7cc-440f-af0b-4267ddf29824|main|||SDC||DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/67dcc87b3f6a431b9b38c6447fc5b7a0/versions/latest/actions with request headers:{Accept=[application/json], Content-Type=[application/json]}
2023-03-18T03:07:46.567Z|c792f040-c7cc-440f-af0b-4267ddf29824|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/67dcc87b3f6a431b9b38c6447fc5b7a0/versions/latest/actions|INFO|500||Invoke
2023-03-18T03:07:46.567Z|c792f040-c7cc-440f-af0b-4267ddf29824|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/67dcc87b3f6a431b9b38c6447fc5b7a0/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}

2023-03-18T03:07:46.812Z|c792f040-c7cc-440f-af0b-4267ddf29824|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/67dcc87b3f6a431b9b38c6447fc5b7a0/versions/latest/actions|INFO|500||InvokeReturn
2023-03-18T03:07:46.813Z|c792f040-c7cc-440f-af0b-4267ddf29824|main|||||DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/67dcc87b3f6a431b9b38c6447fc5b7a0/versions/latest/actions has http status code:200 and response headers:{Server=[Jetty(9.4.33.v20201020)], Content-Length=[0], Date=[Sat, 18 Mar 2023 03:07:46 GMT]}
2023-03-18T03:07:46.813Z|c792f040-c7cc-440f-af0b-4267ddf29824|main|||||DEBUG|500||Response was returned with an empty entity.
2023-03-18T03:07:46.813Z|c792f040-c7cc-440f-af0b-4267ddf29824|main|||||INFO|500||Successfully certified activitySpec VNFQuiesceTrafficActivity
2023-03-18T03:07:46.814Z|c792f040-c7cc-440f-af0b-4267ddf29824|main|||||DEBUG|500||Attempting to create activity  VNFResumeTrafficActivity
Hibernate: select activitysp0_.ACTIVITY_SPEC_ID as activity3_3_0_, activitysp0_.ID as id1_3_0_, activitysp0_.ID as id1_3_1_, activitysp0_.ACTIVITY_SPEC_ID as activity3_3_1_, activitysp0_.ACTIVITY_SPEC_CATEGORIES_ID as activity2_3_1_ from activity_spec_to_activity_spec_categories activitysp0_ where activitysp0_.ACTIVITY_SPEC_ID=?
Hibernate: select activitysp0_.ACTIVITY_SPEC_ID as activity2_4_0_, activitysp0_.ID as id1_4_0_, activitysp0_.ID as id1_4_1_, activitysp0_.ACTIVITY_SPEC_ID as activity2_4_1_, activitysp0_.ACTIVITY_SPEC_PARAMETERS_ID as activity3_4_1_ from activity_spec_to_activity_spec_parameters activitysp0_ where activitysp0_.ACTIVITY_SPEC_ID=?
2023-03-18T03:07:46.840Z|c792f040-c7cc-440f-af0b-4267ddf29824|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2023-03-18T03:07:46.840Z|c792f040-c7cc-440f-af0b-4267ddf29824|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=[c792f040-c7cc-440f-af0b-4267ddf29824], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[81d7daaf-4403-4fc4-8bec-6ad5d8680650], X-ECOMP-RequestID=[c792f040-c7cc-440f-af0b-4267ddf29824], X-TransactionID=[c792f040-c7cc-440f-af0b-4267ddf29824], X-ONAP-RequestID=[c792f040-c7cc-440f-af0b-4267ddf29824], Content-Type=[application/json]}
2023-03-18T03:07:46.841Z|c792f040-c7cc-440f-af0b-4267ddf29824|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||{"name":"VNFResumeTrafficActivity","description":"Activity Resume Traffic on VNF","categoryList":["VNF"],"inputs":[],"outputs":[{"name":"WorkflowException","type":"WorkflowException"}]}

2023-03-18T03:07:47.000Z|c792f040-c7cc-440f-af0b-4267ddf29824|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:{Transfer-Encoding=[chunked], Server=[Jetty(9.4.33.v20201020)], Date=[Sat, 18 Mar 2023 03:07:46 GMT], Content-Type=[application/json;charset=utf-8]}
2023-03-18T03:07:47.001Z|c792f040-c7cc-440f-af0b-4267ddf29824|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||{"id":"82edd67498a643429585831bf7bf979b","versionId":"6693d50add48422486c59b80ecf41622"}

2023-03-18T03:07:47.002Z|c792f040-c7cc-440f-af0b-4267ddf29824|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2023-03-18T03:07:47.005Z|c792f040-c7cc-440f-af0b-4267ddf29824|main|||||INFO|500||Successfully created activitySpec VNFResumeTrafficActivity
2023-03-18T03:07:47.025Z|c792f040-c7cc-440f-af0b-4267ddf29824|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/82edd67498a643429585831bf7bf979b/versions/latest/actions|INFO|500||Invoke
2023-03-18T03:07:47.025Z|c792f040-c7cc-440f-af0b-4267ddf29824|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/82edd67498a643429585831bf7bf979b/versions/latest/actions|DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/82edd67498a643429585831bf7bf979b/versions/latest/actions with request headers:{X-RequestID=[c792f040-c7cc-440f-af0b-4267ddf29824], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[222b948d-47fa-417e-871e-b4ff0a2ab9ef], X-ECOMP-RequestID=[c792f040-c7cc-440f-af0b-4267ddf29824], X-TransactionID=[c792f040-c7cc-440f-af0b-4267ddf29824], X-ONAP-RequestID=[c792f040-c7cc-440f-af0b-4267ddf29824], Content-Type=[application/json]}
2023-03-18T03:07:47.026Z|c792f040-c7cc-440f-af0b-4267ddf29824|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/82edd67498a643429585831bf7bf979b/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}

2023-03-18T03:07:47.272Z|c792f040-c7cc-440f-af0b-4267ddf29824|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/82edd67498a643429585831bf7bf979b/versions/latest/actions|DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/82edd67498a643429585831bf7bf979b/versions/latest/actions has http status code:200 and response headers:{Server=[Jetty(9.4.33.v20201020)], Content-Length=[0], Date=[Sat, 18 Mar 2023 03:07:47 GMT]}
2023-03-18T03:07:47.273Z|c792f040-c7cc-440f-af0b-4267ddf29824|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/82edd67498a643429585831bf7bf979b/versions/latest/actions|DEBUG|500||Response was returned with an empty entity.
2023-03-18T03:07:47.273Z|c792f040-c7cc-440f-af0b-4267ddf29824|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/82edd67498a643429585831bf7bf979b/versions/latest/actions|INFO|500||InvokeReturn
2023-03-18T03:07:47.274Z|c792f040-c7cc-440f-af0b-4267ddf29824|main|||||INFO|500||Successfully certified activitySpec VNFResumeTrafficActivity
2023-03-18T03:07:47.274Z|c792f040-c7cc-440f-af0b-4267ddf29824|main|||||DEBUG|500||Attempting to create activity  VNFUnsetInMaintFlagActivity
Hibernate: select activitysp0_.ACTIVITY_SPEC_ID as activity3_3_0_, activitysp0_.ID as id1_3_0_, activitysp0_.ID as id1_3_1_, activitysp0_.ACTIVITY_SPEC_ID as activity3_3_1_, activitysp0_.ACTIVITY_SPEC_CATEGORIES_ID as activity2_3_1_ from activity_spec_to_activity_spec_categories activitysp0_ where activitysp0_.ACTIVITY_SPEC_ID=?
Hibernate: select activitysp0_.ACTIVITY_SPEC_ID as activity2_4_0_, activitysp0_.ID as id1_4_0_, activitysp0_.ID as id1_4_1_, activitysp0_.ACTIVITY_SPEC_ID as activity2_4_1_, activitysp0_.ACTIVITY_SPEC_PARAMETERS_ID as activity3_4_1_ from activity_spec_to_activity_spec_parameters activitysp0_ where activitysp0_.ACTIVITY_SPEC_ID=?
2023-03-18T03:07:47.298Z|c792f040-c7cc-440f-af0b-4267ddf29824|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2023-03-18T03:07:47.298Z|c792f040-c7cc-440f-af0b-4267ddf29824|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=[c792f040-c7cc-440f-af0b-4267ddf29824], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[35b1efe4-d1d6-4127-9465-7863a0a93f15], X-ECOMP-RequestID=[c792f040-c7cc-440f-af0b-4267ddf29824], X-TransactionID=[c792f040-c7cc-440f-af0b-4267ddf29824], X-ONAP-RequestID=[c792f040-c7cc-440f-af0b-4267ddf29824], Content-Type=[application/json]}
2023-03-18T03:07:47.299Z|c792f040-c7cc-440f-af0b-4267ddf29824|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||{"name":"VNFUnsetInMaintFlagActivity","description":"Activity Unset InMaint Flag on VNF","categoryList":["VNF"],"inputs":[],"outputs":[{"name":"WorkflowException","type":"WorkflowException"}]}

2023-03-18T03:07:47.396Z|c792f040-c7cc-440f-af0b-4267ddf29824|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:{Transfer-Encoding=[chunked], Server=[Jetty(9.4.33.v20201020)], Date=[Sat, 18 Mar 2023 03:07:47 GMT], Content-Type=[application/json;charset=utf-8]}
2023-03-18T03:07:47.396Z|c792f040-c7cc-440f-af0b-4267ddf29824|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||{"id":"8bb63011b4e746ccbf716f5a3d9f9d40","versionId":"a5c3e2d0d86c493eb13a124a921f591f"}

2023-03-18T03:07:47.397Z|c792f040-c7cc-440f-af0b-4267ddf29824|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2023-03-18T03:07:47.399Z|c792f040-c7cc-440f-af0b-4267ddf29824|main|||||INFO|500||Successfully created activitySpec VNFUnsetInMaintFlagActivity
2023-03-18T03:07:47.414Z|c792f040-c7cc-440f-af0b-4267ddf29824|main|||SDC||DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/8bb63011b4e746ccbf716f5a3d9f9d40/versions/latest/actions with request headers:{Accept=[application/json], Content-Type=[application/json]}
2023-03-18T03:07:47.415Z|c792f040-c7cc-440f-af0b-4267ddf29824|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/8bb63011b4e746ccbf716f5a3d9f9d40/versions/latest/actions|INFO|500||Invoke
2023-03-18T03:07:47.415Z|c792f040-c7cc-440f-af0b-4267ddf29824|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/8bb63011b4e746ccbf716f5a3d9f9d40/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}

2023-03-18T03:07:47.625Z|c792f040-c7cc-440f-af0b-4267ddf29824|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/8bb63011b4e746ccbf716f5a3d9f9d40/versions/latest/actions|INFO|500||InvokeReturn
2023-03-18T03:07:47.626Z|c792f040-c7cc-440f-af0b-4267ddf29824|main|||||DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/8bb63011b4e746ccbf716f5a3d9f9d40/versions/latest/actions has http status code:200 and response headers:{Server=[Jetty(9.4.33.v20201020)], Content-Length=[0], Date=[Sat, 18 Mar 2023 03:07:47 GMT]}
2023-03-18T03:07:47.627Z|c792f040-c7cc-440f-af0b-4267ddf29824|main|||||DEBUG|500||Response was returned with an empty entity.
2023-03-18T03:07:47.627Z|c792f040-c7cc-440f-af0b-4267ddf29824|main|||||INFO|500||Successfully certified activitySpec VNFUnsetInMaintFlagActivity
2023-03-18T03:07:47.627Z|c792f040-c7cc-440f-af0b-4267ddf29824|main|||||DEBUG|500||Attempting to create activity  VNFUpgradeBackupActivity
Hibernate: select activitysp0_.ACTIVITY_SPEC_ID as activity3_3_0_, activitysp0_.ID as id1_3_0_, activitysp0_.ID as id1_3_1_, activitysp0_.ACTIVITY_SPEC_ID as activity3_3_1_, activitysp0_.ACTIVITY_SPEC_CATEGORIES_ID as activity2_3_1_ from activity_spec_to_activity_spec_categories activitysp0_ where activitysp0_.ACTIVITY_SPEC_ID=?
Hibernate: select activitysp0_.ACTIVITY_SPEC_ID as activity2_4_0_, activitysp0_.ID as id1_4_0_, activitysp0_.ID as id1_4_1_, activitysp0_.ACTIVITY_SPEC_ID as activity2_4_1_, activitysp0_.ACTIVITY_SPEC_PARAMETERS_ID as activity3_4_1_ from activity_spec_to_activity_spec_parameters activitysp0_ where activitysp0_.ACTIVITY_SPEC_ID=?
2023-03-18T03:07:47.656Z|c792f040-c7cc-440f-af0b-4267ddf29824|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2023-03-18T03:07:47.656Z|c792f040-c7cc-440f-af0b-4267ddf29824|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=[c792f040-c7cc-440f-af0b-4267ddf29824], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[63103336-d948-44eb-95c7-19bba1d5cfd4], X-ECOMP-RequestID=[c792f040-c7cc-440f-af0b-4267ddf29824], X-TransactionID=[c792f040-c7cc-440f-af0b-4267ddf29824], X-ONAP-RequestID=[c792f040-c7cc-440f-af0b-4267ddf29824], Content-Type=[application/json]}
2023-03-18T03:07:47.657Z|c792f040-c7cc-440f-af0b-4267ddf29824|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||{"name":"VNFUpgradeBackupActivity","description":"Activity Upgrade Backup on VNF","categoryList":["VNF"],"inputs":[],"outputs":[{"name":"WorkflowException","type":"WorkflowException"}]}

2023-03-18T03:07:47.810Z|c792f040-c7cc-440f-af0b-4267ddf29824|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:{Transfer-Encoding=[chunked], Server=[Jetty(9.4.33.v20201020)], Date=[Sat, 18 Mar 2023 03:07:47 GMT], Content-Type=[application/json;charset=utf-8]}
2023-03-18T03:07:47.810Z|c792f040-c7cc-440f-af0b-4267ddf29824|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||{"id":"e7494aa89bce4758b9aae9af031aab9b","versionId":"30287df7955e4060863d3a3391c84cd0"}

2023-03-18T03:07:47.811Z|c792f040-c7cc-440f-af0b-4267ddf29824|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2023-03-18T03:07:47.813Z|c792f040-c7cc-440f-af0b-4267ddf29824|main|||||INFO|500||Successfully created activitySpec VNFUpgradeBackupActivity
2023-03-18T03:07:47.828Z|c792f040-c7cc-440f-af0b-4267ddf29824|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/e7494aa89bce4758b9aae9af031aab9b/versions/latest/actions|INFO|500||Invoke
2023-03-18T03:07:47.829Z|c792f040-c7cc-440f-af0b-4267ddf29824|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/e7494aa89bce4758b9aae9af031aab9b/versions/latest/actions|DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/e7494aa89bce4758b9aae9af031aab9b/versions/latest/actions with request headers:{X-RequestID=[c792f040-c7cc-440f-af0b-4267ddf29824], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[903d393a-64cb-40a0-bcb6-1ed871370d05], X-ECOMP-RequestID=[c792f040-c7cc-440f-af0b-4267ddf29824], X-TransactionID=[c792f040-c7cc-440f-af0b-4267ddf29824], X-ONAP-RequestID=[c792f040-c7cc-440f-af0b-4267ddf29824], Content-Type=[application/json]}
2023-03-18T03:07:47.830Z|c792f040-c7cc-440f-af0b-4267ddf29824|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/e7494aa89bce4758b9aae9af031aab9b/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}

2023-03-18T03:07:48.083Z|c792f040-c7cc-440f-af0b-4267ddf29824|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/e7494aa89bce4758b9aae9af031aab9b/versions/latest/actions|DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/e7494aa89bce4758b9aae9af031aab9b/versions/latest/actions has http status code:200 and response headers:{Server=[Jetty(9.4.33.v20201020)], Content-Length=[0], Date=[Sat, 18 Mar 2023 03:07:47 GMT]}
2023-03-18T03:07:48.084Z|c792f040-c7cc-440f-af0b-4267ddf29824|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/e7494aa89bce4758b9aae9af031aab9b/versions/latest/actions|DEBUG|500||Response was returned with an empty entity.
2023-03-18T03:07:48.085Z|c792f040-c7cc-440f-af0b-4267ddf29824|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/e7494aa89bce4758b9aae9af031aab9b/versions/latest/actions|INFO|500||InvokeReturn
2023-03-18T03:07:48.086Z|c792f040-c7cc-440f-af0b-4267ddf29824|main|||||INFO|500||Successfully certified activitySpec VNFUpgradeBackupActivity
2023-03-18T03:07:48.086Z|c792f040-c7cc-440f-af0b-4267ddf29824|main|||||DEBUG|500||Attempting to create activity  VNFUpgradePostCheckActivity
Hibernate: select activitysp0_.ACTIVITY_SPEC_ID as activity3_3_0_, activitysp0_.ID as id1_3_0_, activitysp0_.ID as id1_3_1_, activitysp0_.ACTIVITY_SPEC_ID as activity3_3_1_, activitysp0_.ACTIVITY_SPEC_CATEGORIES_ID as activity2_3_1_ from activity_spec_to_activity_spec_categories activitysp0_ where activitysp0_.ACTIVITY_SPEC_ID=?
Hibernate: select activitysp0_.ACTIVITY_SPEC_ID as activity2_4_0_, activitysp0_.ID as id1_4_0_, activitysp0_.ID as id1_4_1_, activitysp0_.ACTIVITY_SPEC_ID as activity2_4_1_, activitysp0_.ACTIVITY_SPEC_PARAMETERS_ID as activity3_4_1_ from activity_spec_to_activity_spec_parameters activitysp0_ where activitysp0_.ACTIVITY_SPEC_ID=?
2023-03-18T03:07:48.112Z|c792f040-c7cc-440f-af0b-4267ddf29824|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2023-03-18T03:07:48.112Z|c792f040-c7cc-440f-af0b-4267ddf29824|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=[c792f040-c7cc-440f-af0b-4267ddf29824], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[9735943d-185d-4331-8c0c-59bd0d0125e2], X-ECOMP-RequestID=[c792f040-c7cc-440f-af0b-4267ddf29824], X-TransactionID=[c792f040-c7cc-440f-af0b-4267ddf29824], X-ONAP-RequestID=[c792f040-c7cc-440f-af0b-4267ddf29824], Content-Type=[application/json]}
2023-03-18T03:07:48.113Z|c792f040-c7cc-440f-af0b-4267ddf29824|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||{"name":"VNFUpgradePostCheckActivity","description":"Activity Upgrade Post Check on VNF","categoryList":["VNF"],"inputs":[],"outputs":[{"name":"WorkflowException","type":"WorkflowException"}]}

2023-03-18T03:07:48.217Z|c792f040-c7cc-440f-af0b-4267ddf29824|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:{Transfer-Encoding=[chunked], Server=[Jetty(9.4.33.v20201020)], Date=[Sat, 18 Mar 2023 03:07:48 GMT], Content-Type=[application/json;charset=utf-8]}
2023-03-18T03:07:48.218Z|c792f040-c7cc-440f-af0b-4267ddf29824|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||{"id":"1c7a35e6e89e4b378dfdf435582647a8","versionId":"b88545e320654760ba5302e9f10383f4"}

2023-03-18T03:07:48.218Z|c792f040-c7cc-440f-af0b-4267ddf29824|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2023-03-18T03:07:48.220Z|c792f040-c7cc-440f-af0b-4267ddf29824|main|||||INFO|500||Successfully created activitySpec VNFUpgradePostCheckActivity
2023-03-18T03:07:48.234Z|c792f040-c7cc-440f-af0b-4267ddf29824|main|||SDC||DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/1c7a35e6e89e4b378dfdf435582647a8/versions/latest/actions with request headers:{Accept=[application/json], Content-Type=[application/json]}
2023-03-18T03:07:48.235Z|c792f040-c7cc-440f-af0b-4267ddf29824|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/1c7a35e6e89e4b378dfdf435582647a8/versions/latest/actions|INFO|500||Invoke
2023-03-18T03:07:48.235Z|c792f040-c7cc-440f-af0b-4267ddf29824|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/1c7a35e6e89e4b378dfdf435582647a8/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}

2023-03-18T03:07:48.389Z|c792f040-c7cc-440f-af0b-4267ddf29824|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/1c7a35e6e89e4b378dfdf435582647a8/versions/latest/actions|INFO|500||InvokeReturn
2023-03-18T03:07:48.390Z|c792f040-c7cc-440f-af0b-4267ddf29824|main|||||DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/1c7a35e6e89e4b378dfdf435582647a8/versions/latest/actions has http status code:200 and response headers:{Server=[Jetty(9.4.33.v20201020)], Content-Length=[0], Date=[Sat, 18 Mar 2023 03:07:48 GMT]}
2023-03-18T03:07:48.390Z|c792f040-c7cc-440f-af0b-4267ddf29824|main|||||DEBUG|500||Response was returned with an empty entity.
2023-03-18T03:07:48.390Z|c792f040-c7cc-440f-af0b-4267ddf29824|main|||||INFO|500||Successfully certified activitySpec VNFUpgradePostCheckActivity
2023-03-18T03:07:48.390Z|c792f040-c7cc-440f-af0b-4267ddf29824|main|||||DEBUG|500||Attempting to create activity  VNFUpgradePreCheckActivity
Hibernate: select activitysp0_.ACTIVITY_SPEC_ID as activity3_3_0_, activitysp0_.ID as id1_3_0_, activitysp0_.ID as id1_3_1_, activitysp0_.ACTIVITY_SPEC_ID as activity3_3_1_, activitysp0_.ACTIVITY_SPEC_CATEGORIES_ID as activity2_3_1_ from activity_spec_to_activity_spec_categories activitysp0_ where activitysp0_.ACTIVITY_SPEC_ID=?
Hibernate: select activitysp0_.ACTIVITY_SPEC_ID as activity2_4_0_, activitysp0_.ID as id1_4_0_, activitysp0_.ID as id1_4_1_, activitysp0_.ACTIVITY_SPEC_ID as activity2_4_1_, activitysp0_.ACTIVITY_SPEC_PARAMETERS_ID as activity3_4_1_ from activity_spec_to_activity_spec_parameters activitysp0_ where activitysp0_.ACTIVITY_SPEC_ID=?
2023-03-18T03:07:48.413Z|c792f040-c7cc-440f-af0b-4267ddf29824|main|||SDC||DEBUG|500||Sending HTTP POST to:http://sdc-wfd-be:8080/v1.0/activity-spec with request headers:{Accept=[application/json], Content-Type=[application/json]}
2023-03-18T03:07:48.414Z|c792f040-c7cc-440f-af0b-4267ddf29824|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2023-03-18T03:07:48.414Z|c792f040-c7cc-440f-af0b-4267ddf29824|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||{"name":"VNFUpgradePreCheckActivity","description":"Activity Upgrade PreCheck on VNF","categoryList":["VNF"],"inputs":[],"outputs":[{"name":"WorkflowException","type":"WorkflowException"}]}

2023-03-18T03:07:48.546Z|c792f040-c7cc-440f-af0b-4267ddf29824|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2023-03-18T03:07:48.547Z|c792f040-c7cc-440f-af0b-4267ddf29824|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:{Transfer-Encoding=[chunked], Server=[Jetty(9.4.33.v20201020)], Date=[Sat, 18 Mar 2023 03:07:48 GMT], Content-Type=[application/json;charset=utf-8]}
2023-03-18T03:07:48.547Z|c792f040-c7cc-440f-af0b-4267ddf29824|main|||||DEBUG|500||{"id":"8a44aee15ad34e149dfe41f6351639c0","versionId":"8adf6bbab5624529846226ad702a5366"}

2023-03-18T03:07:48.549Z|c792f040-c7cc-440f-af0b-4267ddf29824|main|||||INFO|500||Successfully created activitySpec VNFUpgradePreCheckActivity
2023-03-18T03:07:48.565Z|c792f040-c7cc-440f-af0b-4267ddf29824|main|||SDC||DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/8a44aee15ad34e149dfe41f6351639c0/versions/latest/actions with request headers:{Accept=[application/json], Content-Type=[application/json]}
2023-03-18T03:07:48.566Z|c792f040-c7cc-440f-af0b-4267ddf29824|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/8a44aee15ad34e149dfe41f6351639c0/versions/latest/actions|INFO|500||Invoke
2023-03-18T03:07:48.567Z|c792f040-c7cc-440f-af0b-4267ddf29824|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/8a44aee15ad34e149dfe41f6351639c0/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}

2023-03-18T03:07:48.844Z|c792f040-c7cc-440f-af0b-4267ddf29824|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/8a44aee15ad34e149dfe41f6351639c0/versions/latest/actions|INFO|500||InvokeReturn
2023-03-18T03:07:48.846Z|c792f040-c7cc-440f-af0b-4267ddf29824|main|||||DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/8a44aee15ad34e149dfe41f6351639c0/versions/latest/actions has http status code:200 and response headers:{Server=[Jetty(9.4.33.v20201020)], Content-Length=[0], Date=[Sat, 18 Mar 2023 03:07:48 GMT]}
2023-03-18T03:07:48.847Z|c792f040-c7cc-440f-af0b-4267ddf29824|main|||||DEBUG|500||Response was returned with an empty entity.
2023-03-18T03:07:48.847Z|c792f040-c7cc-440f-af0b-4267ddf29824|main|||||INFO|500||Successfully certified activitySpec VNFUpgradePreCheckActivity
2023-03-18T03:07:48.847Z|c792f040-c7cc-440f-af0b-4267ddf29824|main|||||DEBUG|500||Attempting to create activity  VNFUpgradeSoftwareActivity
Hibernate: select activitysp0_.ACTIVITY_SPEC_ID as activity3_3_0_, activitysp0_.ID as id1_3_0_, activitysp0_.ID as id1_3_1_, activitysp0_.ACTIVITY_SPEC_ID as activity3_3_1_, activitysp0_.ACTIVITY_SPEC_CATEGORIES_ID as activity2_3_1_ from activity_spec_to_activity_spec_categories activitysp0_ where activitysp0_.ACTIVITY_SPEC_ID=?
Hibernate: select activitysp0_.ACTIVITY_SPEC_ID as activity2_4_0_, activitysp0_.ID as id1_4_0_, activitysp0_.ID as id1_4_1_, activitysp0_.ACTIVITY_SPEC_ID as activity2_4_1_, activitysp0_.ACTIVITY_SPEC_PARAMETERS_ID as activity3_4_1_ from activity_spec_to_activity_spec_parameters activitysp0_ where activitysp0_.ACTIVITY_SPEC_ID=?
2023-03-18T03:07:48.876Z|c792f040-c7cc-440f-af0b-4267ddf29824|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2023-03-18T03:07:48.877Z|c792f040-c7cc-440f-af0b-4267ddf29824|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=[c792f040-c7cc-440f-af0b-4267ddf29824], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[3f05f38f-b5ed-4802-9e43-ca1c0b7543c0], X-ECOMP-RequestID=[c792f040-c7cc-440f-af0b-4267ddf29824], X-TransactionID=[c792f040-c7cc-440f-af0b-4267ddf29824], X-ONAP-RequestID=[c792f040-c7cc-440f-af0b-4267ddf29824], Content-Type=[application/json]}
2023-03-18T03:07:48.878Z|c792f040-c7cc-440f-af0b-4267ddf29824|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||{"name":"VNFUpgradeSoftwareActivity","description":"Activity UpgradeS oftware on VNF","categoryList":["VNF"],"inputs":[],"outputs":[{"name":"WorkflowException","type":"WorkflowException"}]}

2023-03-18T03:07:49.049Z|c792f040-c7cc-440f-af0b-4267ddf29824|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:{Transfer-Encoding=[chunked], Server=[Jetty(9.4.33.v20201020)], Date=[Sat, 18 Mar 2023 03:07:48 GMT], Content-Type=[application/json;charset=utf-8]}
2023-03-18T03:07:49.050Z|c792f040-c7cc-440f-af0b-4267ddf29824|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||{"id":"04d0f8a5fd3a4f57af93f2e1846a349b","versionId":"607f3ceb740b42a5bed38aeb5fb8b110"}

2023-03-18T03:07:49.051Z|c792f040-c7cc-440f-af0b-4267ddf29824|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2023-03-18T03:07:49.053Z|c792f040-c7cc-440f-af0b-4267ddf29824|main|||||INFO|500||Successfully created activitySpec VNFUpgradeSoftwareActivity
2023-03-18T03:07:49.069Z|c792f040-c7cc-440f-af0b-4267ddf29824|main|||SDC||DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/04d0f8a5fd3a4f57af93f2e1846a349b/versions/latest/actions with request headers:{Accept=[application/json], Content-Type=[application/json]}
2023-03-18T03:07:49.069Z|c792f040-c7cc-440f-af0b-4267ddf29824|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/04d0f8a5fd3a4f57af93f2e1846a349b/versions/latest/actions|INFO|500||Invoke
2023-03-18T03:07:49.070Z|c792f040-c7cc-440f-af0b-4267ddf29824|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/04d0f8a5fd3a4f57af93f2e1846a349b/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}

2023-03-18T03:07:49.245Z|c792f040-c7cc-440f-af0b-4267ddf29824|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/04d0f8a5fd3a4f57af93f2e1846a349b/versions/latest/actions|INFO|500||InvokeReturn
2023-03-18T03:07:49.246Z|c792f040-c7cc-440f-af0b-4267ddf29824|main|||||DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/04d0f8a5fd3a4f57af93f2e1846a349b/versions/latest/actions has http status code:200 and response headers:{Server=[Jetty(9.4.33.v20201020)], Content-Length=[0], Date=[Sat, 18 Mar 2023 03:07:49 GMT]}
2023-03-18T03:07:49.246Z|c792f040-c7cc-440f-af0b-4267ddf29824|main|||||DEBUG|500||Response was returned with an empty entity.
2023-03-18T03:07:49.246Z|c792f040-c7cc-440f-af0b-4267ddf29824|main|||||INFO|500||Successfully certified activitySpec VNFUpgradeSoftwareActivity
2023-03-18T03:07:49.246Z|c792f040-c7cc-440f-af0b-4267ddf29824|main|||||DEBUG|500||Attempting to create activity  VnfInPlaceSoftwareUpdate
Hibernate: select activitysp0_.ACTIVITY_SPEC_ID as activity3_3_0_, activitysp0_.ID as id1_3_0_, activitysp0_.ID as id1_3_1_, activitysp0_.ACTIVITY_SPEC_ID as activity3_3_1_, activitysp0_.ACTIVITY_SPEC_CATEGORIES_ID as activity2_3_1_ from activity_spec_to_activity_spec_categories activitysp0_ where activitysp0_.ACTIVITY_SPEC_ID=?
Hibernate: select activitysp0_.ACTIVITY_SPEC_ID as activity2_4_0_, activitysp0_.ID as id1_4_0_, activitysp0_.ID as id1_4_1_, activitysp0_.ACTIVITY_SPEC_ID as activity2_4_1_, activitysp0_.ACTIVITY_SPEC_PARAMETERS_ID as activity3_4_1_ from activity_spec_to_activity_spec_parameters activitysp0_ where activitysp0_.ACTIVITY_SPEC_ID=?
2023-03-18T03:07:49.269Z|c792f040-c7cc-440f-af0b-4267ddf29824|main|||SDC||DEBUG|500||Sending HTTP POST to:http://sdc-wfd-be:8080/v1.0/activity-spec with request headers:{Accept=[application/json], Content-Type=[application/json]}
2023-03-18T03:07:49.270Z|c792f040-c7cc-440f-af0b-4267ddf29824|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2023-03-18T03:07:49.271Z|c792f040-c7cc-440f-af0b-4267ddf29824|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||{"name":"VnfInPlaceSoftwareUpdate","description":"Activity InPlace Software Update on VNF","categoryList":["VNF"]}

2023-03-18T03:07:49.483Z|c792f040-c7cc-440f-af0b-4267ddf29824|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2023-03-18T03:07:49.484Z|c792f040-c7cc-440f-af0b-4267ddf29824|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:{Transfer-Encoding=[chunked], Server=[Jetty(9.4.33.v20201020)], Date=[Sat, 18 Mar 2023 03:07:49 GMT], Content-Type=[application/json;charset=utf-8]}
2023-03-18T03:07:49.485Z|c792f040-c7cc-440f-af0b-4267ddf29824|main|||||DEBUG|500||{"id":"02042dc7e0a147b788c3cfed93197428","versionId":"926554373ac242849822737808863f06"}

2023-03-18T03:07:49.487Z|c792f040-c7cc-440f-af0b-4267ddf29824|main|||||INFO|500||Successfully created activitySpec VnfInPlaceSoftwareUpdate
2023-03-18T03:07:49.518Z|c792f040-c7cc-440f-af0b-4267ddf29824|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/02042dc7e0a147b788c3cfed93197428/versions/latest/actions|INFO|500||Invoke
2023-03-18T03:07:49.518Z|c792f040-c7cc-440f-af0b-4267ddf29824|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/02042dc7e0a147b788c3cfed93197428/versions/latest/actions|DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/02042dc7e0a147b788c3cfed93197428/versions/latest/actions with request headers:{X-RequestID=[c792f040-c7cc-440f-af0b-4267ddf29824], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[7977910a-75b5-479c-9dcc-5463f6f4e0ce], X-ECOMP-RequestID=[c792f040-c7cc-440f-af0b-4267ddf29824], X-TransactionID=[c792f040-c7cc-440f-af0b-4267ddf29824], X-ONAP-RequestID=[c792f040-c7cc-440f-af0b-4267ddf29824], Content-Type=[application/json]}
2023-03-18T03:07:49.523Z|c792f040-c7cc-440f-af0b-4267ddf29824|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/02042dc7e0a147b788c3cfed93197428/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}

2023-03-18T03:07:49.729Z|c792f040-c7cc-440f-af0b-4267ddf29824|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/02042dc7e0a147b788c3cfed93197428/versions/latest/actions|DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/02042dc7e0a147b788c3cfed93197428/versions/latest/actions has http status code:200 and response headers:{Server=[Jetty(9.4.33.v20201020)], Content-Length=[0], Date=[Sat, 18 Mar 2023 03:07:49 GMT]}
2023-03-18T03:07:49.730Z|c792f040-c7cc-440f-af0b-4267ddf29824|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/02042dc7e0a147b788c3cfed93197428/versions/latest/actions|DEBUG|500||Response was returned with an empty entity.
2023-03-18T03:07:49.730Z|c792f040-c7cc-440f-af0b-4267ddf29824|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/02042dc7e0a147b788c3cfed93197428/versions/latest/actions|INFO|500||InvokeReturn
2023-03-18T03:07:49.731Z|c792f040-c7cc-440f-af0b-4267ddf29824|main|||||INFO|500||Successfully certified activitySpec VnfInPlaceSoftwareUpdate
2023-03-18T03:07:52.024Z|c792f040-c7cc-440f-af0b-4267ddf29824|main|||||WARN|500||spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2023-03-18T03:07:54.201Z|c792f040-c7cc-440f-af0b-4267ddf29824|main|||||WARN|500||---
2023-03-18T03:07:54.201Z|c792f040-c7cc-440f-af0b-4267ddf29824|main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2023-03-18T03:07:54.201Z|c792f040-c7cc-440f-af0b-4267ddf29824|main|||||WARN|500||---
2023-03-18T03:07:54.578Z|c792f040-c7cc-440f-af0b-4267ddf29824|main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2023-03-18T03:07:58.254Z|c792f040-c7cc-440f-af0b-4267ddf29824|main|||||INFO|500||Started Application in 53.179 seconds (JVM running for 56.19)
2023-03-18T03:07:58.265Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2023-03-18T03:07:58.266Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2023-03-18T03:07:58.272Z||scheduling-1|||||INFO|500||DistributionClient - init
2023-03-18T03:07:58.315Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= 9f6221a1-dddc-4f0d-8c35-3b2bc009936d url= /sdc/v1/artifactTypes
2023-03-18T03:07:58.320Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2023-03-18T03:07:58.449Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2023-03-18T03:07:58.502Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with SDC server
2023-03-18T03:07:58.502Z||scheduling-1|||||DEBUG|500||Get MessageBus cluster information from SDC
2023-03-18T03:07:58.502Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= ec1d1f97-1260-41cf-a378-0e464bee55d3 url= /sdc/v1/distributionKafkaData
2023-03-18T03:07:58.503Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/distributionKafkaData
2023-03-18T03:07:58.527Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2023-03-18T03:07:58.531Z||scheduling-1|||||DEBUG|500||MessageBus cluster info retrieved successfully org.onap.sdc.utils.kafka.KafkaDataResponse@78c7ef0d
2023-03-18T03:07:58.592Z||scheduling-1|||||INFO|500||ProducerConfig values: 
	acks = -1
	batch.size = 16384
	bootstrap.servers = [onap-strimzi-kafka-bootstrap:9092]
	buffer.memory = 33554432
	client.dns.lookup = use_all_dns_ips
	client.id = SO-sdc-controller-producer-0911c51c-83a5-4c45-9792-42f5b5b83dbb
	compression.type = none
	connections.max.idle.ms = 540000
	delivery.timeout.ms = 120000
	enable.idempotence = true
	interceptor.classes = []
	key.serializer = class org.apache.kafka.common.serialization.StringSerializer
	linger.ms = 0
	max.block.ms = 60000
	max.in.flight.requests.per.connection = 5
	max.request.size = 1048576
	metadata.max.age.ms = 300000
	metadata.max.idle.ms = 300000
	metric.reporters = []
	metrics.num.samples = 2
	metrics.recording.level = INFO
	metrics.sample.window.ms = 30000
	partitioner.adaptive.partitioning.enable = true
	partitioner.availability.timeout.ms = 0
	partitioner.class = null
	partitioner.ignore.keys = false
	receive.buffer.bytes = 32768
	reconnect.backoff.max.ms = 1000
	reconnect.backoff.ms = 50
	request.timeout.ms = 30000
	retries = 2147483647
	retry.backoff.ms = 100
	sasl.client.callback.handler.class = null
	sasl.jaas.config = [hidden]
	sasl.kerberos.kinit.cmd = /usr/bin/kinit
	sasl.kerberos.min.time.before.relogin = 60000
	sasl.kerberos.service.name = null
	sasl.kerberos.ticket.renew.jitter = 0.05
	sasl.kerberos.ticket.renew.window.factor = 0.8
	sasl.login.callback.handler.class = null
	sasl.login.class = null
	sasl.login.connect.timeout.ms = null
	sasl.login.read.timeout.ms = null
	sasl.login.refresh.buffer.seconds = 300
	sasl.login.refresh.min.period.seconds = 60
	sasl.login.refresh.window.factor = 0.8
	sasl.login.refresh.window.jitter = 0.05
	sasl.login.retry.backoff.max.ms = 10000
	sasl.login.retry.backoff.ms = 100
	sasl.mechanism = SCRAM-SHA-512
	sasl.oauthbearer.clock.skew.seconds = 30
	sasl.oauthbearer.expected.audience = null
	sasl.oauthbearer.expected.issuer = null
	sasl.oauthbearer.jwks.endpoint.refresh.ms = 3600000
	sasl.oauthbearer.jwks.endpoint.retry.backoff.max.ms = 10000
	sasl.oauthbearer.jwks.endpoint.retry.backoff.ms = 100
	sasl.oauthbearer.jwks.endpoint.url = null
	sasl.oauthbearer.scope.claim.name = scope
	sasl.oauthbearer.sub.claim.name = sub
	sasl.oauthbearer.token.endpoint.url = null
	security.protocol = SASL_PLAINTEXT
	security.providers = null
	send.buffer.bytes = 131072
	socket.connection.setup.timeout.max.ms = 30000
	socket.connection.setup.timeout.ms = 10000
	ssl.cipher.suites = null
	ssl.enabled.protocols = [TLSv1.2, TLSv1.3]
	ssl.endpoint.identification.algorithm = https
	ssl.engine.factory.class = null
	ssl.key.password = null
	ssl.keymanager.algorithm = SunX509
	ssl.keystore.certificate.chain = null
	ssl.keystore.key = null
	ssl.keystore.location = null
	ssl.keystore.password = null
	ssl.keystore.type = JKS
	ssl.protocol = TLSv1.3
	ssl.provider = null
	ssl.secure.random.implementation = null
	ssl.trustmanager.algorithm = PKIX
	ssl.truststore.certificates = null
	ssl.truststore.location = null
	ssl.truststore.password = null
	ssl.truststore.type = JKS
	transaction.timeout.ms = 60000
	transactional.id = null
	value.serializer = class org.apache.kafka.common.serialization.StringSerializer

2023-03-18T03:07:58.661Z||scheduling-1|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-0911c51c-83a5-4c45-9792-42f5b5b83dbb] Instantiated an idempotent producer.
2023-03-18T03:07:58.755Z||scheduling-1|||||INFO|500||Successfully logged in.
2023-03-18T03:07:58.805Z||scheduling-1|||||INFO|500||Kafka version: 3.3.1
2023-03-18T03:07:58.806Z||scheduling-1|||||INFO|500||Kafka commitId: e23c59d00e687ff5
2023-03-18T03:07:58.806Z||scheduling-1|||||INFO|500||Kafka startTimeMs: 1679108878801
2023-03-18T03:07:58.811Z||scheduling-1|||||INFO|500||start DistributionClient
2023-03-18T03:07:58.829Z||scheduling-1|||||INFO|500||ConsumerConfig values: 
	allow.auto.create.topics = false
	auto.commit.interval.ms = 5000
	auto.offset.reset = latest
	bootstrap.servers = [onap-strimzi-kafka-bootstrap:9092]
	check.crcs = true
	client.dns.lookup = use_all_dns_ips
	client.id = SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2
	client.rack = 
	connections.max.idle.ms = 540000
	default.api.timeout.ms = 60000
	enable.auto.commit = true
	exclude.internal.topics = true
	fetch.max.bytes = 52428800
	fetch.max.wait.ms = 500
	fetch.min.bytes = 1
	group.id = so
	group.instance.id = null
	heartbeat.interval.ms = 3000
	interceptor.classes = []
	internal.leave.group.on.close = true
	internal.throw.on.fetch.stable.offset.unsupported = false
	isolation.level = read_uncommitted
	key.deserializer = class org.apache.kafka.common.serialization.StringDeserializer
	max.partition.fetch.bytes = 1048576
	max.poll.interval.ms = 300000
	max.poll.records = 500
	metadata.max.age.ms = 300000
	metric.reporters = []
	metrics.num.samples = 2
	metrics.recording.level = INFO
	metrics.sample.window.ms = 30000
	partition.assignment.strategy = [class org.apache.kafka.clients.consumer.RangeAssignor, class org.apache.kafka.clients.consumer.CooperativeStickyAssignor]
	receive.buffer.bytes = 65536
	reconnect.backoff.max.ms = 1000
	reconnect.backoff.ms = 50
	request.timeout.ms = 30000
	retry.backoff.ms = 100
	sasl.client.callback.handler.class = null
	sasl.jaas.config = [hidden]
	sasl.kerberos.kinit.cmd = /usr/bin/kinit
	sasl.kerberos.min.time.before.relogin = 60000
	sasl.kerberos.service.name = null
	sasl.kerberos.ticket.renew.jitter = 0.05
	sasl.kerberos.ticket.renew.window.factor = 0.8
	sasl.login.callback.handler.class = null
	sasl.login.class = null
	sasl.login.connect.timeout.ms = null
	sasl.login.read.timeout.ms = null
	sasl.login.refresh.buffer.seconds = 300
	sasl.login.refresh.min.period.seconds = 60
	sasl.login.refresh.window.factor = 0.8
	sasl.login.refresh.window.jitter = 0.05
	sasl.login.retry.backoff.max.ms = 10000
	sasl.login.retry.backoff.ms = 100
	sasl.mechanism = SCRAM-SHA-512
	sasl.oauthbearer.clock.skew.seconds = 30
	sasl.oauthbearer.expected.audience = null
	sasl.oauthbearer.expected.issuer = null
	sasl.oauthbearer.jwks.endpoint.refresh.ms = 3600000
	sasl.oauthbearer.jwks.endpoint.retry.backoff.max.ms = 10000
	sasl.oauthbearer.jwks.endpoint.retry.backoff.ms = 100
	sasl.oauthbearer.jwks.endpoint.url = null
	sasl.oauthbearer.scope.claim.name = scope
	sasl.oauthbearer.sub.claim.name = sub
	sasl.oauthbearer.token.endpoint.url = null
	security.protocol = SASL_PLAINTEXT
	security.providers = null
	send.buffer.bytes = 131072
	session.timeout.ms = 45000
	socket.connection.setup.timeout.max.ms = 30000
	socket.connection.setup.timeout.ms = 10000
	ssl.cipher.suites = null
	ssl.enabled.protocols = [TLSv1.2, TLSv1.3]
	ssl.endpoint.identification.algorithm = https
	ssl.engine.factory.class = null
	ssl.key.password = null
	ssl.keymanager.algorithm = SunX509
	ssl.keystore.certificate.chain = null
	ssl.keystore.key = null
	ssl.keystore.location = null
	ssl.keystore.password = null
	ssl.keystore.type = JKS
	ssl.protocol = TLSv1.3
	ssl.provider = null
	ssl.secure.random.implementation = null
	ssl.trustmanager.algorithm = PKIX
	ssl.truststore.certificates = null
	ssl.truststore.location = null
	ssl.truststore.password = null
	ssl.truststore.type = JKS
	value.deserializer = class org.apache.kafka.common.serialization.StringDeserializer

2023-03-18T03:07:58.908Z||scheduling-1|||||INFO|500||Kafka version: 3.3.1
2023-03-18T03:07:58.908Z||scheduling-1|||||INFO|500||Kafka commitId: e23c59d00e687ff5
2023-03-18T03:07:58.908Z||scheduling-1|||||INFO|500||Kafka startTimeMs: 1679108878908
2023-03-18T03:07:58.909Z||scheduling-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Subscribed to topic(s): SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T03:07:58.912Z||scheduling-1|||||INFO|500||ConsumerConfig values: 
	allow.auto.create.topics = false
	auto.commit.interval.ms = 5000
	auto.offset.reset = latest
	bootstrap.servers = [onap-strimzi-kafka-bootstrap:9092]
	check.crcs = true
	client.dns.lookup = use_all_dns_ips
	client.id = SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94
	client.rack = 
	connections.max.idle.ms = 540000
	default.api.timeout.ms = 60000
	enable.auto.commit = true
	exclude.internal.topics = true
	fetch.max.bytes = 52428800
	fetch.max.wait.ms = 500
	fetch.min.bytes = 1
	group.id = so
	group.instance.id = null
	heartbeat.interval.ms = 3000
	interceptor.classes = []
	internal.leave.group.on.close = true
	internal.throw.on.fetch.stable.offset.unsupported = false
	isolation.level = read_uncommitted
	key.deserializer = class org.apache.kafka.common.serialization.StringDeserializer
	max.partition.fetch.bytes = 1048576
	max.poll.interval.ms = 300000
	max.poll.records = 500
	metadata.max.age.ms = 300000
	metric.reporters = []
	metrics.num.samples = 2
	metrics.recording.level = INFO
	metrics.sample.window.ms = 30000
	partition.assignment.strategy = [class org.apache.kafka.clients.consumer.RangeAssignor, class org.apache.kafka.clients.consumer.CooperativeStickyAssignor]
	receive.buffer.bytes = 65536
	reconnect.backoff.max.ms = 1000
	reconnect.backoff.ms = 50
	request.timeout.ms = 30000
	retry.backoff.ms = 100
	sasl.client.callback.handler.class = null
	sasl.jaas.config = [hidden]
	sasl.kerberos.kinit.cmd = /usr/bin/kinit
	sasl.kerberos.min.time.before.relogin = 60000
	sasl.kerberos.service.name = null
	sasl.kerberos.ticket.renew.jitter = 0.05
	sasl.kerberos.ticket.renew.window.factor = 0.8
	sasl.login.callback.handler.class = null
	sasl.login.class = null
	sasl.login.connect.timeout.ms = null
	sasl.login.read.timeout.ms = null
	sasl.login.refresh.buffer.seconds = 300
	sasl.login.refresh.min.period.seconds = 60
	sasl.login.refresh.window.factor = 0.8
	sasl.login.refresh.window.jitter = 0.05
	sasl.login.retry.backoff.max.ms = 10000
	sasl.login.retry.backoff.ms = 100
	sasl.mechanism = SCRAM-SHA-512
	sasl.oauthbearer.clock.skew.seconds = 30
	sasl.oauthbearer.expected.audience = null
	sasl.oauthbearer.expected.issuer = null
	sasl.oauthbearer.jwks.endpoint.refresh.ms = 3600000
	sasl.oauthbearer.jwks.endpoint.retry.backoff.max.ms = 10000
	sasl.oauthbearer.jwks.endpoint.retry.backoff.ms = 100
	sasl.oauthbearer.jwks.endpoint.url = null
	sasl.oauthbearer.scope.claim.name = scope
	sasl.oauthbearer.sub.claim.name = sub
	sasl.oauthbearer.token.endpoint.url = null
	security.protocol = SASL_PLAINTEXT
	security.providers = null
	send.buffer.bytes = 131072
	session.timeout.ms = 45000
	socket.connection.setup.timeout.max.ms = 30000
	socket.connection.setup.timeout.ms = 10000
	ssl.cipher.suites = null
	ssl.enabled.protocols = [TLSv1.2, TLSv1.3]
	ssl.endpoint.identification.algorithm = https
	ssl.engine.factory.class = null
	ssl.key.password = null
	ssl.keymanager.algorithm = SunX509
	ssl.keystore.certificate.chain = null
	ssl.keystore.key = null
	ssl.keystore.location = null
	ssl.keystore.password = null
	ssl.keystore.type = JKS
	ssl.protocol = TLSv1.3
	ssl.provider = null
	ssl.secure.random.implementation = null
	ssl.trustmanager.algorithm = PKIX
	ssl.truststore.certificates = null
	ssl.truststore.location = null
	ssl.truststore.password = null
	ssl.truststore.type = JKS
	value.deserializer = class org.apache.kafka.common.serialization.StringDeserializer

2023-03-18T03:07:58.917Z||scheduling-1|||||INFO|500||Kafka version: 3.3.1
2023-03-18T03:07:58.917Z||scheduling-1|||||INFO|500||Kafka commitId: e23c59d00e687ff5
2023-03-18T03:07:58.917Z||scheduling-1|||||INFO|500||Kafka startTimeMs: 1679108878917
2023-03-18T03:07:58.918Z||scheduling-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Subscribed to topic(s): SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T03:07:58.920Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T03:07:58.924Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2023-03-18T03:07:58.929Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T03:08:00.179Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Resetting the last seen epoch of partition SDC-DISTR-NOTIF-TOPIC-AUTO-0 to 0 since the associated topicId changed from null to XRzq8BOIRZiZRw2R__X0DA
2023-03-18T03:08:00.180Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Resetting the last seen epoch of partition SDC-DISTR-NOTIF-TOPIC-AUTO-5 to 0 since the associated topicId changed from null to XRzq8BOIRZiZRw2R__X0DA
2023-03-18T03:08:00.180Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Resetting the last seen epoch of partition SDC-DISTR-NOTIF-TOPIC-AUTO-1 to 0 since the associated topicId changed from null to XRzq8BOIRZiZRw2R__X0DA
2023-03-18T03:08:00.180Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Resetting the last seen epoch of partition SDC-DISTR-NOTIF-TOPIC-AUTO-4 to 0 since the associated topicId changed from null to XRzq8BOIRZiZRw2R__X0DA
2023-03-18T03:08:00.180Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Resetting the last seen epoch of partition SDC-DISTR-NOTIF-TOPIC-AUTO-2 to 0 since the associated topicId changed from null to XRzq8BOIRZiZRw2R__X0DA
2023-03-18T03:08:00.180Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Resetting the last seen epoch of partition SDC-DISTR-NOTIF-TOPIC-AUTO-3 to 0 since the associated topicId changed from null to XRzq8BOIRZiZRw2R__X0DA
2023-03-18T03:08:00.183Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Cluster ID: iBicE9elQnirVOh54ABUPA
2023-03-18T03:08:00.184Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Discovered group coordinator onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2147483645 rack: null)
2023-03-18T03:08:00.189Z||kafka-producer-network-thread | SO-sdc-controller-producer-0911c51c-83a5-4c45-9792-42f5b5b83dbb|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-0911c51c-83a5-4c45-9792-42f5b5b83dbb] Cluster ID: iBicE9elQnirVOh54ABUPA
2023-03-18T03:08:00.191Z||kafka-producer-network-thread | SO-sdc-controller-producer-0911c51c-83a5-4c45-9792-42f5b5b83dbb|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-0911c51c-83a5-4c45-9792-42f5b5b83dbb] ProducerId set to 2006 with epoch 0
2023-03-18T03:08:00.216Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to 0 since the associated topicId changed from null to hSQobg17TRWug1LjVFdt-g
2023-03-18T03:08:00.216Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to 0 since the associated topicId changed from null to hSQobg17TRWug1LjVFdt-g
2023-03-18T03:08:00.216Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to 0 since the associated topicId changed from null to hSQobg17TRWug1LjVFdt-g
2023-03-18T03:08:00.216Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to 0 since the associated topicId changed from null to hSQobg17TRWug1LjVFdt-g
2023-03-18T03:08:00.217Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to 0 since the associated topicId changed from null to hSQobg17TRWug1LjVFdt-g
2023-03-18T03:08:00.217Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to 0 since the associated topicId changed from null to hSQobg17TRWug1LjVFdt-g
2023-03-18T03:08:00.217Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Cluster ID: iBicE9elQnirVOh54ABUPA
2023-03-18T03:08:00.217Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Discovered group coordinator onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2147483645 rack: null)
2023-03-18T03:08:00.244Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] (Re-)joining group
2023-03-18T03:08:00.246Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] (Re-)joining group
2023-03-18T03:08:00.331Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2-20db0d6b-7b0b-493a-a0fb-625dca1ae2ce
2023-03-18T03:08:00.331Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Request joining group due to: rebalance failed due to 'The group member needs to have a valid member id before actually entering a consumer group.' (MemberIdRequiredException)
2023-03-18T03:08:00.331Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] (Re-)joining group
2023-03-18T03:08:00.342Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94-2995e74d-4211-4955-93f6-f3f14568571e
2023-03-18T03:08:00.343Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: rebalance failed due to 'The group member needs to have a valid member id before actually entering a consumer group.' (MemberIdRequiredException)
2023-03-18T03:08:00.343Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] (Re-)joining group
2023-03-18T03:08:06.340Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Successfully joined group with generation Generation{generationId=1, memberId='SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2-20db0d6b-7b0b-493a-a0fb-625dca1ae2ce', protocol='range'}
2023-03-18T03:08:06.340Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Successfully joined group with generation Generation{generationId=1, memberId='SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94-2995e74d-4211-4955-93f6-f3f14568571e', protocol='range'}
2023-03-18T03:08:06.416Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to 0 since the associated topicId changed from null to hSQobg17TRWug1LjVFdt-g
2023-03-18T03:08:06.416Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to 0 since the associated topicId changed from null to hSQobg17TRWug1LjVFdt-g
2023-03-18T03:08:06.417Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to 0 since the associated topicId changed from null to hSQobg17TRWug1LjVFdt-g
2023-03-18T03:08:06.417Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to 0 since the associated topicId changed from null to hSQobg17TRWug1LjVFdt-g
2023-03-18T03:08:06.417Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to 0 since the associated topicId changed from null to hSQobg17TRWug1LjVFdt-g
2023-03-18T03:08:06.417Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to 0 since the associated topicId changed from null to hSQobg17TRWug1LjVFdt-g
2023-03-18T03:08:06.421Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Finished assignment for group at generation 1: {SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2-20db0d6b-7b0b-493a-a0fb-625dca1ae2ce=Assignment(partitions=[SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5]), SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94-2995e74d-4211-4955-93f6-f3f14568571e=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])}
2023-03-18T03:08:06.437Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Successfully synced group in generation Generation{generationId=1, memberId='SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94-2995e74d-4211-4955-93f6-f3f14568571e', protocol='range'}
2023-03-18T03:08:06.439Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])
2023-03-18T03:08:06.441Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Successfully synced group in generation Generation{generationId=1, memberId='SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2-20db0d6b-7b0b-493a-a0fb-625dca1ae2ce', protocol='range'}
2023-03-18T03:08:06.441Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5])
2023-03-18T03:08:06.444Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Adding newly assigned partitions: SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-03-18T03:08:06.444Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Adding newly assigned partitions: SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5
2023-03-18T03:08:06.459Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-5
2023-03-18T03:08:06.460Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-4
2023-03-18T03:08:06.460Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-3
2023-03-18T03:08:06.460Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-2
2023-03-18T03:08:06.460Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-1
2023-03-18T03:08:06.460Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0
2023-03-18T03:08:06.461Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-03-18T03:08:06.461Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4
2023-03-18T03:08:06.461Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3
2023-03-18T03:08:06.461Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2
2023-03-18T03:08:06.461Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1
2023-03-18T03:08:06.461Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0
2023-03-18T03:08:06.493Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Resetting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-3 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}.
2023-03-18T03:08:06.494Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Resetting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}.
2023-03-18T03:08:06.574Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Resetting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}.
2023-03-18T03:08:06.575Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Resetting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}.
2023-03-18T03:08:06.580Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Resetting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}.
2023-03-18T03:08:06.580Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Resetting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}.
2023-03-18T03:08:06.585Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Resetting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}.
2023-03-18T03:08:06.585Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Resetting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}.
2023-03-18T03:08:06.592Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Resetting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-5 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}.
2023-03-18T03:08:06.593Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Resetting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-2 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}.
2023-03-18T03:08:06.599Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Resetting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-4 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}.
2023-03-18T03:08:06.600Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Resetting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-1 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}.
2023-03-18T03:08:58.927Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T03:08:58.930Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T03:09:58.929Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T03:09:58.930Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T03:10:58.930Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T03:10:58.931Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T03:11:58.931Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T03:11:58.933Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T03:12:58.932Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T03:12:58.935Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T03:13:58.934Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T03:13:58.936Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T03:14:58.937Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T03:14:58.938Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T03:15:58.938Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T03:15:58.939Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T03:16:58.939Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T03:16:58.941Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T03:17:00.229Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Node -1 disconnected.
2023-03-18T03:17:00.474Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Node -1 disconnected.
2023-03-18T03:17:00.482Z||kafka-producer-network-thread | SO-sdc-controller-producer-0911c51c-83a5-4c45-9792-42f5b5b83dbb|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-0911c51c-83a5-4c45-9792-42f5b5b83dbb] Node -1 disconnected.
2023-03-18T03:17:27.175Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2023-03-18T03:17:58.939Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T03:17:58.942Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T03:18:58.941Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T03:18:58.942Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T03:19:58.942Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T03:19:58.949Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T03:20:58.943Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T03:20:58.949Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T03:21:58.944Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T03:21:58.949Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T03:22:58.945Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T03:22:58.951Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T03:23:58.947Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T03:23:58.951Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T03:24:58.947Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T03:24:58.951Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T03:25:58.948Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T03:25:58.952Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T03:26:58.950Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T03:26:58.954Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T03:27:42.135Z||http-nio-8085-exec-2|||||INFO|500||Error parsing HTTP request header
 Note: further occurrences of HTTP request parsing errors will be logged at DEBUG level.
java.lang.IllegalArgumentException: Invalid character found in method name [0x160x030x010x020x000x010x000x010xfc0x030x030xa40xfb0x1b0xa20x0e0x020xa09Q%c|0x0a0xd80xd40xd30x090x120xc3G0xb80xcbo0xef0x0c0xc0W0x1a0xd80x150x80v]. HTTP method names must be tokens
	at org.apache.coyote.http11.Http11InputBuffer.parseRequestLine(Http11InputBuffer.java:417)
	at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:261)
	at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65)
	at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:888)
	at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1597)
	at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-18T03:27:58.951Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T03:27:58.955Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T03:28:58.952Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T03:28:58.955Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T03:29:58.954Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T03:29:58.955Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T03:30:58.956Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T03:30:58.956Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T03:31:58.957Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T03:31:58.958Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T03:32:58.958Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T03:32:58.959Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T03:33:58.959Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T03:33:58.960Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T03:34:58.960Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T03:34:58.961Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T03:35:58.961Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T03:35:58.962Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T03:36:58.962Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T03:36:58.962Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T03:37:58.964Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T03:37:58.964Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T03:38:58.966Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T03:38:58.966Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T03:39:58.967Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T03:39:58.967Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T03:40:58.967Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T03:40:58.968Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T03:41:58.968Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T03:41:58.969Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T03:42:58.969Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T03:42:58.970Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T03:43:58.970Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T03:43:58.970Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T03:44:58.970Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T03:44:58.972Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T03:45:58.972Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T03:45:58.973Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T03:46:58.973Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T03:46:58.974Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T03:47:58.974Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T03:47:58.974Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T03:48:58.975Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T03:48:58.975Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T03:49:58.977Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T03:49:58.977Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T03:50:58.978Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T03:50:58.978Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T03:51:58.978Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T03:51:58.979Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T03:52:58.979Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T03:52:58.980Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T03:53:58.980Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T03:53:58.980Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T03:54:58.981Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T03:54:58.982Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T03:55:58.982Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T03:55:58.983Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T03:56:58.983Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T03:56:58.984Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T03:57:58.984Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T03:57:58.995Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T03:58:58.985Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T03:58:58.995Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T03:59:58.987Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T03:59:58.996Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T04:00:58.987Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T04:00:58.996Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T04:01:58.988Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T04:01:58.997Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T04:02:58.989Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T04:02:58.997Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T04:03:58.991Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T04:03:58.999Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T04:04:58.992Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T04:04:59.000Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T04:05:58.993Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T04:05:59.000Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T04:06:58.993Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T04:06:59.015Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T04:07:58.994Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T04:07:59.016Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T04:08:58.996Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T04:08:59.017Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T04:09:58.997Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T04:09:59.018Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T04:10:58.998Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T04:10:59.019Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T04:11:58.999Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T04:11:59.020Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T04:12:59.001Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T04:12:59.021Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T04:13:59.002Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T04:13:59.021Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T04:14:59.004Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T04:14:59.022Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T04:15:59.005Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T04:15:59.022Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T04:16:59.007Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T04:16:59.022Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T04:17:59.016Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T04:17:59.023Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T04:18:59.017Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T04:18:59.024Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T04:19:59.019Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T04:19:59.024Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T04:20:59.020Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T04:20:59.026Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T04:21:59.020Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T04:21:59.028Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T04:22:59.022Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T04:22:59.028Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T04:23:59.022Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T04:23:59.030Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T04:24:59.022Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T04:24:59.031Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T04:25:59.023Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T04:25:59.032Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T04:26:59.026Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T04:26:59.032Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T04:27:59.027Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T04:27:59.032Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T04:28:59.029Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T04:28:59.034Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T04:29:59.030Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T04:29:59.035Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T04:30:59.032Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T04:30:59.036Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T04:31:59.034Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T04:31:59.036Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T04:32:59.035Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T04:32:59.038Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T04:33:59.036Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T04:33:59.038Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T04:34:59.036Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T04:34:59.039Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T04:35:59.036Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T04:35:59.040Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T04:36:59.038Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T04:36:59.041Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T04:37:59.039Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T04:37:59.042Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T04:38:59.039Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T04:38:59.044Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T04:39:59.040Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T04:39:59.044Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T04:40:59.041Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T04:40:59.044Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T04:41:59.042Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T04:41:59.045Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T04:42:59.042Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T04:42:59.047Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T04:43:59.043Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T04:43:59.047Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T04:44:59.045Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T04:44:59.048Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T04:45:59.046Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T04:45:59.049Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T04:46:59.048Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T04:46:59.050Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T04:47:59.048Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T04:47:59.050Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T04:48:59.050Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T04:48:59.050Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T04:49:59.051Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T04:49:59.052Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T04:50:59.052Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T04:50:59.053Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T04:51:59.052Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T04:51:59.053Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T04:52:59.053Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T04:52:59.055Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T04:53:59.054Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T04:53:59.056Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T04:54:59.055Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T04:54:59.057Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T04:55:59.056Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T04:55:59.058Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T04:56:59.058Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T04:56:59.059Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T04:57:59.059Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T04:57:59.059Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T04:58:59.059Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T04:58:59.060Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T04:59:59.061Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T04:59:59.061Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T05:00:59.061Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T05:00:59.062Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T05:01:59.062Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T05:01:59.063Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T05:02:59.062Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T05:02:59.064Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T05:03:59.065Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T05:03:59.066Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T05:04:59.066Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T05:04:59.066Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T05:05:59.067Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T05:05:59.067Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T05:06:59.067Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T05:06:59.068Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T05:07:59.068Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T05:07:59.069Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T05:08:59.069Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T05:08:59.070Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T05:09:59.070Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T05:09:59.070Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T05:10:59.071Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T05:10:59.071Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T05:11:59.074Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T05:11:59.072Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T05:12:59.077Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T05:12:59.078Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T05:13:59.078Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T05:13:59.078Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T05:14:59.078Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T05:14:59.079Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T05:15:59.080Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T05:15:59.081Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T05:16:59.081Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T05:16:59.082Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T05:17:59.082Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T05:17:59.083Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T05:18:59.085Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T05:18:59.084Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T05:19:59.086Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T05:19:59.085Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T05:20:59.086Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T05:20:59.087Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T05:21:59.088Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T05:21:59.089Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T05:22:59.089Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T05:22:59.090Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T05:23:59.091Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T05:23:59.091Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T05:24:59.092Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T05:24:59.092Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T05:25:59.093Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T05:25:59.094Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T05:26:59.094Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T05:26:59.094Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T05:27:59.094Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T05:27:59.095Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T05:28:59.095Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T05:28:59.096Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T05:29:59.096Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T05:29:59.097Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T05:30:59.097Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T05:30:59.097Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T05:31:59.097Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T05:31:59.097Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T05:32:59.098Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T05:32:59.099Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T05:33:59.099Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T05:33:59.099Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T05:34:59.100Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T05:34:59.100Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T05:35:59.101Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T05:35:59.102Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T05:36:59.101Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T05:36:59.106Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T05:37:59.103Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T05:37:59.108Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T05:38:59.104Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T05:38:59.108Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T05:39:59.106Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T05:39:59.110Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T05:40:59.108Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T05:40:59.110Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T05:41:59.112Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T05:41:59.114Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T05:42:59.114Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T05:42:59.115Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T05:43:59.115Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T05:43:59.115Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T05:44:59.116Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T05:44:59.117Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T05:45:59.117Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T05:45:59.117Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T05:46:59.118Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T05:46:59.119Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T05:47:59.119Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T05:47:59.119Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T05:48:59.119Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T05:48:59.120Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T05:49:59.122Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T05:49:59.122Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T05:50:59.122Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T05:50:59.124Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T05:51:59.124Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T05:51:59.124Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T05:52:59.125Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T05:52:59.126Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T05:53:59.126Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T05:53:59.127Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T05:54:59.127Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T05:54:59.128Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T05:55:59.128Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T05:55:59.128Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T05:56:59.129Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T05:56:59.130Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T05:57:59.131Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T05:57:59.131Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T05:58:59.131Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T05:58:59.132Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T05:59:59.132Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T05:59:59.133Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T06:00:59.133Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T06:00:59.134Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T06:01:59.134Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T06:01:59.140Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T06:02:59.135Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T06:02:59.140Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T06:03:59.136Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T06:03:59.142Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T06:04:59.137Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T06:04:59.143Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T06:05:59.138Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T06:05:59.144Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T06:06:59.138Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T06:06:59.145Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T06:07:59.138Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T06:07:59.146Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T06:08:59.140Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T06:08:59.147Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T06:09:59.141Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T06:09:59.147Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T06:10:59.142Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T06:10:59.149Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T06:11:59.142Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T06:11:59.150Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T06:12:59.144Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T06:12:59.151Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T06:13:59.145Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T06:13:59.151Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T06:14:59.147Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T06:14:59.151Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T06:15:59.150Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T06:15:59.152Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T06:16:59.151Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T06:16:59.152Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T06:17:59.152Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T06:17:59.152Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T06:18:59.152Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T06:18:59.152Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T06:19:59.153Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T06:19:59.154Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T06:20:59.153Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T06:20:59.154Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T06:21:59.155Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T06:21:59.156Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T06:22:59.155Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T06:22:59.157Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T06:23:59.157Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T06:23:59.158Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T06:24:59.158Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T06:24:59.159Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T06:25:59.159Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T06:25:59.159Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T06:26:59.160Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T06:26:59.160Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T06:27:59.160Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T06:27:59.161Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T06:28:59.162Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T06:28:59.163Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T06:29:59.163Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T06:29:59.164Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T06:30:59.165Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T06:30:59.165Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T06:31:59.166Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T06:31:59.167Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T06:32:59.166Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T06:32:59.168Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T06:33:59.168Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T06:33:59.169Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T06:34:59.168Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T06:34:59.170Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T06:35:59.169Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T06:35:59.170Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T06:36:59.171Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T06:36:59.172Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T06:37:59.172Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T06:37:59.173Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T06:38:59.174Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T06:38:59.174Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T06:39:59.174Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T06:39:59.175Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T06:40:59.176Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T06:40:59.176Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T06:41:59.177Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T06:41:59.177Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T06:42:59.179Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T06:42:59.179Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T06:43:59.180Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T06:43:59.180Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T06:44:59.181Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T06:44:59.183Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T06:45:59.184Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T06:45:59.186Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T06:46:59.185Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T06:46:59.187Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T06:47:59.187Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T06:47:59.189Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T06:48:59.188Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T06:48:59.191Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T06:49:59.189Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T06:49:59.193Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T06:50:59.190Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T06:50:59.194Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T06:51:59.190Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T06:51:59.195Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T06:52:59.191Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T06:52:59.195Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T06:53:59.192Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T06:53:59.196Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T06:54:59.193Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T06:54:59.196Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T06:55:59.193Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T06:55:59.196Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T06:56:59.193Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T06:56:59.196Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T06:57:59.194Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T06:57:59.196Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T06:58:59.195Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T06:58:59.196Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T06:59:59.195Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T06:59:59.197Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T07:00:59.195Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T07:00:59.198Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T07:01:59.195Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T07:01:59.198Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T07:02:59.196Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T07:02:59.199Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T07:03:59.198Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T07:03:59.200Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T07:04:59.199Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T07:04:59.200Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T07:05:59.199Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T07:05:59.202Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T07:06:59.201Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T07:06:59.202Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T07:07:59.202Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T07:07:59.203Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T07:08:59.202Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T07:08:59.204Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T07:09:59.204Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T07:09:59.205Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T07:10:59.205Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T07:10:59.206Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T07:11:59.205Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T07:11:59.206Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T07:12:59.206Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T07:12:59.207Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T07:13:59.208Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T07:13:59.208Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T07:14:59.208Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T07:14:59.209Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T07:15:59.208Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T07:15:59.210Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T07:16:59.208Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T07:16:59.213Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T07:17:59.210Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T07:17:59.214Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T07:18:59.210Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T07:18:59.214Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T07:19:59.211Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T07:19:59.215Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T07:20:59.212Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T07:20:59.215Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T07:21:59.214Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T07:21:59.216Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T07:22:59.215Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T07:22:59.217Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T07:23:59.215Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T07:23:59.218Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T07:24:59.217Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T07:24:59.218Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T07:25:59.217Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T07:25:59.218Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T07:26:59.218Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T07:26:59.219Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T07:27:59.219Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T07:27:59.220Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T07:28:59.219Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T07:28:59.220Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T07:29:59.220Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T07:29:59.221Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T07:30:59.222Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T07:30:59.223Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T07:31:59.224Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T07:31:59.230Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T07:32:59.224Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T07:32:59.230Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T07:33:59.224Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T07:33:59.231Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T07:34:59.226Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T07:34:59.232Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T07:35:59.230Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T07:35:59.233Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T07:36:59.231Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T07:36:59.233Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T07:37:59.232Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T07:37:59.233Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T07:38:59.232Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T07:38:59.234Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T07:39:59.234Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T07:39:59.235Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T07:40:59.234Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T07:40:59.235Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T07:41:59.235Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T07:41:59.235Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T07:42:59.236Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T07:42:59.236Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T07:43:59.236Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T07:43:59.236Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T07:44:59.242Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T07:44:59.242Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T07:45:59.242Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T07:45:59.242Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T07:46:59.242Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T07:46:59.243Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T07:47:59.243Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T07:47:59.244Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T07:48:59.244Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T07:48:59.245Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T07:49:59.246Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T07:49:59.247Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T07:50:59.247Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T07:50:59.247Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T07:51:59.247Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T07:51:59.248Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T07:52:59.247Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T07:52:59.248Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T07:53:59.248Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T07:53:59.249Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T07:54:59.249Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T07:54:59.250Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T07:55:59.250Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T07:55:59.250Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T07:56:59.250Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T07:56:59.251Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T07:57:59.254Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T07:57:59.255Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T07:58:59.254Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T07:58:59.255Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T07:59:59.256Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T07:59:59.258Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T08:00:59.257Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T08:00:59.259Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T08:01:59.258Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T08:01:59.260Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T08:02:59.259Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T08:02:59.260Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T08:03:59.259Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T08:03:59.261Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T08:04:59.261Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T08:04:59.261Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T08:05:59.262Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T08:05:59.263Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T08:06:59.263Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T08:06:59.263Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T08:07:59.263Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T08:07:59.265Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T08:08:59.264Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T08:08:59.266Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T08:09:59.264Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T08:09:59.266Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T08:10:59.265Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T08:10:59.266Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T08:11:59.266Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T08:11:59.267Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T08:12:59.268Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T08:12:59.268Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T08:13:59.268Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T08:13:59.268Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T08:14:59.269Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T08:14:59.269Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T08:15:59.270Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T08:15:59.271Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T08:16:59.271Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T08:16:59.272Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T08:17:59.272Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T08:17:59.272Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T08:18:59.272Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T08:18:59.275Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T08:19:59.273Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T08:19:59.277Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T08:20:59.274Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T08:20:59.278Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T08:21:59.274Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T08:21:59.279Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T08:22:59.275Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T08:22:59.280Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T08:23:59.277Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T08:23:59.281Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T08:24:59.278Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T08:24:59.282Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T08:25:59.280Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T08:25:59.283Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T08:26:59.280Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T08:26:59.284Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T08:27:59.281Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T08:27:59.285Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T08:28:59.283Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T08:28:59.286Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T08:29:59.284Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T08:29:59.286Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T08:30:59.284Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T08:30:59.286Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T08:31:59.286Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T08:31:59.287Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T08:32:59.287Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T08:32:59.289Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T08:33:59.287Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T08:33:59.290Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T08:34:59.289Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T08:34:59.291Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T08:35:59.290Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T08:35:59.291Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T08:36:59.292Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T08:36:59.296Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T08:37:59.292Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T08:37:59.297Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T08:38:59.293Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T08:38:59.297Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T08:39:59.293Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T08:39:59.299Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T08:40:59.294Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T08:40:59.299Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T08:41:59.298Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T08:41:59.301Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T08:42:59.299Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T08:42:59.302Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T08:43:59.301Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T08:43:59.304Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T08:44:59.301Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T08:44:59.306Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T08:45:59.302Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T08:45:59.307Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T08:46:59.303Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T08:46:59.309Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T08:47:59.304Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T08:47:59.309Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T08:48:59.305Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T08:48:59.311Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T08:49:59.310Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T08:49:59.311Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T08:50:59.310Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T08:50:59.312Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T08:51:59.310Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T08:51:59.312Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T08:52:59.312Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T08:52:59.313Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T08:53:59.312Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T08:53:59.313Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T08:54:59.313Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T08:54:59.314Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T08:55:59.313Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T08:55:59.314Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T08:56:59.322Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T08:56:59.325Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T08:57:59.323Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T08:57:59.325Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T08:58:59.326Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T08:58:59.326Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T08:59:59.326Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T08:59:59.327Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T09:00:59.327Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T09:00:59.327Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T09:01:59.327Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T09:01:59.327Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T09:02:59.327Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T09:02:59.327Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T09:03:59.328Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T09:03:59.331Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T09:04:59.329Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T09:04:59.331Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T09:05:59.331Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T09:05:59.333Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T09:06:59.332Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T09:06:59.335Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T09:07:59.333Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T09:07:59.335Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T09:08:59.334Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T09:08:59.338Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T09:09:59.338Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T09:09:59.338Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T09:10:59.338Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T09:10:59.338Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T09:11:59.339Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T09:11:59.340Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T09:12:59.340Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T09:12:59.341Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T09:13:59.341Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T09:13:59.342Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T09:14:59.342Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T09:14:59.344Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T09:15:59.343Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T09:15:59.346Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T09:16:59.345Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T09:16:59.348Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T09:17:59.346Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T09:17:59.348Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T09:18:59.348Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T09:18:59.354Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T09:19:59.348Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T09:19:59.354Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T09:20:59.349Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T09:20:59.355Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T09:21:59.349Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T09:21:59.356Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T09:22:59.350Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T09:22:59.357Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T09:23:59.352Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T09:23:59.358Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T09:24:59.355Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T09:24:59.358Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T09:25:59.359Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T09:25:59.366Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T09:26:59.359Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T09:26:59.366Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T09:27:59.361Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T09:27:59.367Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T09:28:59.362Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T09:28:59.368Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T09:29:59.363Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T09:29:59.369Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T09:30:59.372Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T09:30:59.373Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T09:31:59.373Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T09:31:59.373Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T09:32:59.375Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T09:32:59.375Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T09:33:59.376Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T09:33:59.376Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T09:34:59.377Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T09:34:59.377Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T09:35:59.378Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T09:35:59.378Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T09:36:59.378Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T09:36:59.380Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T09:37:59.380Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T09:37:59.381Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T09:38:59.380Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T09:38:59.381Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T09:39:59.381Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T09:39:59.381Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T09:40:59.385Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T09:40:59.385Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T09:41:59.390Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T09:41:59.391Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T09:42:59.391Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T09:42:59.391Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T09:43:59.391Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T09:43:59.392Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T09:44:59.392Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T09:44:59.394Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T09:45:59.394Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T09:45:59.395Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T09:46:59.395Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T09:46:59.396Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T09:47:59.397Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T09:47:59.397Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T09:48:59.398Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T09:48:59.399Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T09:49:59.398Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T09:49:59.399Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T09:50:59.399Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T09:50:59.399Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T09:51:59.399Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T09:51:59.400Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T09:52:59.400Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T09:52:59.400Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T09:53:59.402Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T09:53:59.402Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T09:54:59.402Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T09:54:59.404Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T09:55:59.402Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T09:55:59.404Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T09:56:59.403Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T09:56:59.404Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T09:57:59.403Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T09:57:59.405Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T09:58:59.406Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T09:58:59.404Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T09:59:59.407Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T09:59:59.408Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T10:00:59.408Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T10:00:59.408Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T10:01:59.409Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T10:01:59.410Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T10:02:59.410Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T10:02:59.411Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T10:03:59.411Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T10:03:59.411Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T10:04:59.413Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T10:04:59.413Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T10:05:59.414Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T10:05:59.414Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T10:06:59.415Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T10:06:59.414Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T10:07:59.416Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T10:07:59.417Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T10:08:59.416Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T10:08:59.417Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T10:09:59.417Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T10:09:59.418Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T10:10:22.244Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-18T10:10:22.244Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846","serviceName":"basic_onboard_gCPnoC","serviceVersion":"1.0","serviceUUID":"dad851ae-1f1d-4e04-8847-f18fd5d51391","serviceDescription":"service","serviceInvariantUUID":"693dcbb7-55f2-41d5-a0d9-572574329dfe","resources":[{"resourceInstanceName":"basic_onboard_gCPnoC 0","resourceName":"basic_onboard_gCPnoC","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"f3fb2f57-aad9-4f33-88db-c458ae09cdfb","resourceInvariantUUID":"d7c6b294-4284-4b69-87ff-a797deedad73","resourceCustomizationUUID":"9327f8c9-4591-449b-b6af-227dc0614cab","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/vf-license-model.xml","artifactChecksum":"OGQ5ZDI0MzIzNDdmMDUyYmQ0MzVmMDVkOWUyNGVlYmE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"5077753b-8cdd-47a9-82d5-e3ff4ce969c3","artifactVersion":"1"},{"artifactName":"basic_onboard_gcpnoc0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json","artifactChecksum":"NjRhMmYzNDQxZDFkYzhiMjZmMTk3NDMzZmQwOWNiNWI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"583db2fa-2045-4011-8045-9fd436580060","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"0846dbe8-d246-42f3-9ba6-3c197d6bb5c4","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"5004fadd-cda9-4566-99ac-bc5d669427a2","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"7d3da3bf-4415-4326-b045-fe6bef605f78","artifactVersion":"2","generatedFromUUID":"0846dbe8-d246-42f3-9ba6-3c197d6bb5c4"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardGcpnoc-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-template.yml","artifactChecksum":"OGFkYWYzODVjYTg1MmE4Y2JhZWM5NDk3ZjljNTAwNTE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"8ab16f5d-5180-4470-b278-f6ea6f7c23e8","artifactVersion":"1"},{"artifactName":"service-BasicOnboardGcpnoc-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar","artifactChecksum":"MjQxYmE3NTM3MTRlYjAwMzA2YjMyYmJjMmU4MmNkYjE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"d6569f72-4f81-428a-8593-389324ccdf48","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-18T10:10:22.255Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T10:10:22.260Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-18T10:10:22.261Z||pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T10:10:22.261Z||pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679134199418,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T10:10:22.268Z||kafka-producer-network-thread | SO-sdc-controller-producer-0911c51c-83a5-4c45-9792-42f5b5b83dbb|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-0911c51c-83a5-4c45-9792-42f5b5b83dbb] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to 0 since the associated topicId changed from null to hSQobg17TRWug1LjVFdt-g
2023-03-18T10:10:22.269Z||kafka-producer-network-thread | SO-sdc-controller-producer-0911c51c-83a5-4c45-9792-42f5b5b83dbb|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-0911c51c-83a5-4c45-9792-42f5b5b83dbb] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to 0 since the associated topicId changed from null to hSQobg17TRWug1LjVFdt-g
2023-03-18T10:10:22.269Z||kafka-producer-network-thread | SO-sdc-controller-producer-0911c51c-83a5-4c45-9792-42f5b5b83dbb|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-0911c51c-83a5-4c45-9792-42f5b5b83dbb] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to 0 since the associated topicId changed from null to hSQobg17TRWug1LjVFdt-g
2023-03-18T10:10:22.269Z||kafka-producer-network-thread | SO-sdc-controller-producer-0911c51c-83a5-4c45-9792-42f5b5b83dbb|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-0911c51c-83a5-4c45-9792-42f5b5b83dbb] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to 0 since the associated topicId changed from null to hSQobg17TRWug1LjVFdt-g
2023-03-18T10:10:22.269Z||kafka-producer-network-thread | SO-sdc-controller-producer-0911c51c-83a5-4c45-9792-42f5b5b83dbb|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-0911c51c-83a5-4c45-9792-42f5b5b83dbb] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to 0 since the associated topicId changed from null to hSQobg17TRWug1LjVFdt-g
2023-03-18T10:10:22.269Z||kafka-producer-network-thread | SO-sdc-controller-producer-0911c51c-83a5-4c45-9792-42f5b5b83dbb|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-0911c51c-83a5-4c45-9792-42f5b5b83dbb] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to 0 since the associated topicId changed from null to hSQobg17TRWug1LjVFdt-g
2023-03-18T10:10:22.297Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-18T10:10:22.298Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679134195019,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T10:10:22.330Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T10:10:23.290Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T10:10:23.291Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-18T10:10:23.291Z||pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T10:10:23.291Z||pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679134199418,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T10:10:24.293Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T10:10:24.294Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-18T10:10:24.294Z||pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T10:10:24.295Z||pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679134199418,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T10:10:25.296Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T10:10:25.297Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-18T10:10:25.297Z||pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T10:10:25.297Z||pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679134199418,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T10:10:26.299Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T10:10:26.300Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-18T10:10:26.300Z||pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T10:10:26.301Z||pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679134199418,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T10:10:27.302Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T10:10:27.303Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-18T10:10:27.303Z||pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T10:10:27.303Z||pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679134199418,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T10:10:28.304Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T10:10:28.305Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-18T10:10:28.305Z||pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T10:10:28.306Z||pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679134199418,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T10:10:29.321Z||pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "serviceName": "basic_onboard_gCPnoC",
  "serviceVersion": "1.0",
  "serviceUUID": "dad851ae-1f1d-4e04-8847-f18fd5d51391",
  "serviceDescription": "service",
  "serviceInvariantUUID": "693dcbb7-55f2-41d5-a0d9-572574329dfe",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_gCPnoC 0",
      "resourceCustomizationUUID": "9327f8c9-4591-449b-b6af-227dc0614cab",
      "resourceName": "basic_onboard_gCPnoC",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "f3fb2f57-aad9-4f33-88db-c458ae09cdfb",
      "resourceInvariantUUID": "d7c6b294-4284-4b69-87ff-a797deedad73",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_gcpnoc0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json",
          "artifactChecksum": "NjRhMmYzNDQxZDFkYzhiMjZmMTk3NDMzZmQwOWNiNWI\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "583db2fa-2045-4011-8045-9fd436580060",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "0846dbe8-d246-42f3-9ba6-3c197d6bb5c4",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "7d3da3bf-4415-4326-b045-fe6bef605f78",
            "generatedFromUUID": "0846dbe8-d246-42f3-9ba6-3c197d6bb5c4"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "7d3da3bf-4415-4326-b045-fe6bef605f78",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardGcpnoc-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar",
      "artifactChecksum": "MjQxYmE3NTM3MTRlYjAwMzA2YjMyYmJjMmU4MmNkYjE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "d6569f72-4f81-428a-8593-389324ccdf48"
    }
  ],
  "workloadContext": "Production"
}
2023-03-18T10:10:29.324Z||pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-18T10:10:29.326Z||pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 dad851ae-1f1d-4e04-8847-f18fd5d51391 ASDC
2023-03-18T10:10:29.405Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
ServiceName:basic_onboard_gCPnoC
ServiceVersion:1.0
ServiceUUID:dad851ae-1f1d-4e04-8847-f18fd5d51391
ServiceInvariantUUID:693dcbb7-55f2-41d5-a0d9-572574329dfe
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardGcpnoc-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar
ArtifactUUID:d6569f72-4f81-428a-8593-389324ccdf48
ArtifactChecksum:MjQxYmE3NTM3MTRlYjAwMzA2YjMyYmJjMmU4MmNkYjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_gCPnoC 0
ResourceCustomizationUUID:9327f8c9-4591-449b-b6af-227dc0614cab
ResourceInvariantUUID:d7c6b294-4284-4b69-87ff-a797deedad73
ResourceName:basic_onboard_gCPnoC
ResourceType:VF
ResourceUUID:f3fb2f57-aad9-4f33-88db-c458ae09cdfb
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_gcpnoc0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json
ArtifactUUID:583db2fa-2045-4011-8045-9fd436580060
ArtifactChecksum:NjRhMmYzNDQxZDFkYzhiMjZmMTk3NDMzZmQwOWNiNWI=
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/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.yaml
ArtifactUUID:0846dbe8-d246-42f3-9ba6-3c197d6bb5c4
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/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.env
ArtifactUUID:7d3da3bf-4415-4326-b045-fe6bef605f78
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/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.env
ArtifactUUID:7d3da3bf-4415-4326-b045-fe6bef605f78
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-18T10:10:29.406Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF dad851ae-1f1d-4e04-8847-f18fd5d51391 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-03-18T10:10:29.560Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-18T10:10:29.563Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-18T10:10:29.564Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-18T10:10:29.565Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: d6569f72-4f81-428a-8593-389324ccdf48 from URL: /sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar
2023-03-18T10:10:29.565Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-18T10:10:29.565Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar
2023-03-18T10:10:29.585Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||GET Response Status 404
2023-03-18T10:10:29.587Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@5f812ca6
2023-03-18T10:10:29.588Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-18T10:10:29.588Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicOnboardGcpnoc"
      ]
    }
  }
}
2023-03-18T10:10:29.592Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicOnboardGcpnoc-csar.csar /sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar d6569f72-4f81-428a-8593-389324ccdf48 Specified artifact is  not found 300 ASDC artifact download fail
2023-03-18T10:10:29.598Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar ASDC sendASDCNotification
2023-03-18T10:10:29.598Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar(Specified artifact is  not found)
2023-03-18T10:10:29.601Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-18T10:10:29.602Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-18T10:10:29.602Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T10:10:29.602Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679134229592,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T10:10:30.622Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during processCsarServiceArtifacts ASDC processCsarServiceArtifacts 500 Exception in processCsarServiceArtifacts
org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact service-BasicOnboardGcpnoc-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar(UUID:d6569f72-4f81-428a-8593-389324ccdf48)
Error message is Specified artifact is  not found

	at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394)
	at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2023-03-18T10:10:30.651Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||ERROR|500||error NSST process resource failure 
java.lang.NullPointerException: null
	at org.onap.so.asdc.client.ASDCController.processNsstNotification(ASDCController.java:978)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:760)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-18T10:10:30.651Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: f3fb2f57-aad9-4f33-88db-c458ae09cdfb
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-18T10:10:30.721Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||INFO|500||basic_onboard_gCPnoC 0
2023-03-18T10:10:30.723Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: f3fb2f57-aad9-4f33-88db-c458ae09cdfb
2023-03-18T10:10:30.723Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 583db2fa-2045-4011-8045-9fd436580060 from URL: /sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json
2023-03-18T10:10:30.723Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-18T10:10:30.723Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json
2023-03-18T10:10:30.751Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||GET Response Status 404
2023-03-18T10:10:30.752Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@7231599
2023-03-18T10:10:30.752Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-18T10:10:30.752Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicOnboardGcpnoc"
      ]
    }
  }
}
2023-03-18T10:10:30.752Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL basic_onboard_gcpnoc0_modules.json /sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json 583db2fa-2045-4011-8045-9fd436580060 Specified artifact is  not found 300 ASDC artifact download fail
2023-03-18T10:10:30.753Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json ASDC sendASDCNotification
2023-03-18T10:10:30.753Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json(Specified artifact is  not found)
2023-03-18T10:10:30.753Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-18T10:10:30.753Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-18T10:10:30.753Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T10:10:30.753Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679134230753,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T10:10:31.754Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during Installation of artifact ASDC processResourceNotification 500 Exception in processResourceNotification
org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact basic_onboard_gcpnoc0_modules.json could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json(UUID:583db2fa-2045-4011-8045-9fd436580060)
Error message is Specified artifact is  not found

	at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:787)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-18T10:10:31.755Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T10:10:31.789Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T10:10:31.793Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-18T10:10:31.793Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-18T10:10:58.920Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T10:10:58.923Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-18T10:10:58.923Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679134213959,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T10:10:58.924Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T10:11:01.793Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T10:11:01.817Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T10:11:01.821Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-18T10:11:01.821Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-18T10:11:31.821Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T10:11:31.844Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T10:11:31.850Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-18T10:11:31.850Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-18T10:11:58.920Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T10:11:58.927Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-18T10:11:58.927Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679134185075,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T10:11:58.928Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T10:11:58.928Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-18T10:11:58.928Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679134199418,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T10:11:58.929Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T10:11:58.929Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-18T10:11:58.929Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "aai-model-loader",
  "timestamp": 1679134206544,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T10:11:58.929Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T10:11:58.929Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-18T10:11:58.929Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679134193189,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T10:11:58.929Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T10:11:58.929Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-18T10:11:58.930Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679134195019,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json",
  "status": "NOTIFIED"
}
2023-03-18T10:11:58.930Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T10:11:58.930Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-18T10:11:58.930Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679134185075,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-03-18T10:11:58.930Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T10:11:58.930Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-18T10:11:58.930Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679134199418,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json",
  "status": "NOTIFIED"
}
2023-03-18T10:11:58.930Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T10:11:58.931Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-18T10:11:58.931Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679134213959,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-03-18T10:11:58.931Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T10:11:58.931Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-18T10:11:58.931Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "aai-model-loader",
  "timestamp": 1679134206544,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-03-18T10:11:58.931Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T10:11:58.931Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-18T10:11:58.931Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679134193189,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-03-18T10:11:58.932Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T10:11:58.932Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-18T10:11:58.932Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679134195019,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2023-03-18T10:11:58.932Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T10:11:58.932Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-18T10:11:58.932Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679134185075,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T10:11:58.932Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T10:11:58.933Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-18T10:11:58.933Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679134213959,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T10:11:58.933Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T10:11:58.933Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-18T10:11:58.933Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679134199418,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2023-03-18T10:11:58.934Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T10:11:58.934Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-18T10:11:58.935Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "aai-model-loader",
  "timestamp": 1679134206544,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T10:11:58.935Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T10:11:58.935Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-18T10:11:58.935Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679134193189,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2023-03-18T10:11:58.935Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T10:11:58.935Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-18T10:11:58.935Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679134195019,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T10:11:58.936Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T10:11:58.936Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-18T10:11:58.936Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679134185075,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T10:11:58.936Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T10:11:58.936Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-18T10:11:58.936Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679134213959,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T10:11:58.936Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T10:11:58.936Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-18T10:11:58.936Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679134199418,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T10:11:58.936Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T10:11:58.936Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-18T10:11:58.936Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "aai-model-loader",
  "timestamp": 1679134206544,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T10:11:58.937Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T10:11:58.937Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-18T10:11:58.937Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679134193189,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T10:11:58.937Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T10:11:58.937Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-18T10:11:58.937Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679134195019,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2023-03-18T10:11:58.937Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T10:11:58.937Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-18T10:11:58.937Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679134185075,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2023-03-18T10:11:58.937Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T10:11:58.937Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-18T10:11:58.937Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679134213959,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2023-03-18T10:11:58.937Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T10:11:58.937Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-18T10:11:58.937Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679134199418,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2023-03-18T10:11:58.937Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T10:11:58.937Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-18T10:11:58.937Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "aai-model-loader",
  "timestamp": 1679134206544,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2023-03-18T10:11:58.937Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T10:11:58.937Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-18T10:11:58.937Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679134193189,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2023-03-18T10:11:58.938Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T10:11:58.938Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-18T10:11:58.938Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679134195019,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T10:11:58.938Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T10:11:58.938Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-18T10:11:58.938Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679134185075,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T10:11:58.938Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T10:11:58.938Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-18T10:11:58.938Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679134213959,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T10:11:58.938Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T10:11:58.938Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-18T10:11:58.938Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679134199418,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T10:11:58.939Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T10:11:58.939Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-18T10:11:58.939Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "aai-model-loader",
  "timestamp": 1679134206544,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T10:11:58.939Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T10:11:58.939Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-18T10:11:58.939Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679134193189,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T10:11:58.939Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T10:11:58.939Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-18T10:11:58.939Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679134195019,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar",
  "status": "NOTIFIED"
}
2023-03-18T10:11:58.939Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T10:11:58.940Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-18T10:11:58.940Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679134185075,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar",
  "status": "NOTIFIED"
}
2023-03-18T10:11:58.940Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T10:11:58.940Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-18T10:11:58.940Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679134213959,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-18T10:11:58.940Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T10:11:58.940Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-18T10:11:58.940Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679134199418,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar",
  "status": "NOTIFIED"
}
2023-03-18T10:11:58.940Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T10:11:58.940Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-18T10:11:58.940Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "aai-model-loader",
  "timestamp": 1679134206544,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar",
  "status": "NOTIFIED"
}
2023-03-18T10:11:58.940Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T10:11:58.940Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-18T10:11:58.940Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679134193189,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar",
  "status": "NOTIFIED"
}
2023-03-18T10:11:58.940Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T10:11:58.940Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-18T10:11:58.940Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679134229675,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Failed to download the artifact from : /sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar due to ARTIFACT_NOT_FOUND "
}
2023-03-18T10:11:58.940Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T10:11:58.941Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-18T10:11:58.941Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679134228656,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Failed to download artifact with name: basic_onboard_gcpnoc0_modules.json due to: Specified artifact is  not found"
}
2023-03-18T10:11:58.941Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T10:11:58.941Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-18T10:11:58.941Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "aai-model-loader",
  "timestamp": 1679134229766,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar",
  "status": "DOWNLOAD_ERROR"
}
2023-03-18T10:11:58.941Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T10:11:58.941Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-18T10:11:58.941Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679134229278,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Failed to download artifact with name: service-BasicOnboardGcpnoc-csar.csar due to: Specified artifact is  not found"
}
2023-03-18T10:11:58.941Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T10:11:58.941Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-18T10:11:58.941Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679134229592,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-18T10:11:58.941Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T10:11:58.941Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-18T10:11:58.941Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679134229663,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json",
  "status": "DEPLOY_ERROR",
  "errorReason": "Failed to deploy the artifact due to: Failed to download artifact with name: basic_onboard_gcpnoc0_modules.json due to: Specified artifact is  not found"
}
2023-03-18T10:11:58.941Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T10:11:58.941Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-18T10:11:58.941Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "aai-model-loader",
  "timestamp": 1679134230786,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar",
  "status": "DEPLOY_ERROR"
}
2023-03-18T10:11:58.942Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T10:11:58.942Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-18T10:11:58.942Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679134230281,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar",
  "status": "DEPLOY_ERROR",
  "errorReason": "Failed to deploy the artifact due to: Failed to download artifact with name: service-BasicOnboardGcpnoc-csar.csar due to: Specified artifact is  not found"
}
2023-03-18T10:11:58.942Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T10:11:58.942Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-18T10:11:58.942Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679134230753,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-18T10:11:58.942Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T10:11:58.942Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-18T10:11:58.942Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679134230686,
  "artifactURL": "",
  "status": "COMPONENT_DONE_ERROR",
  "errorReason": "Failed to process the artifact",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-18T10:11:58.957Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_ERROR distributionID of 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
2023-03-18T10:11:58.957Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-03-18T10:11:58.980Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-18T10:11:58.980Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "aai-model-loader",
  "timestamp": 1679134231791,
  "artifactURL": "",
  "status": "COMPONENT_DONE_ERROR",
  "errorReason": "deploy failure",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-18T10:11:58.990Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
2023-03-18T10:11:58.991Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-03-18T10:11:59.008Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-18T10:11:59.008Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679134231283,
  "artifactURL": "",
  "status": "COMPONENT_DONE_ERROR",
  "errorReason": "Failed to process the artifact",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-18T10:11:59.019Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_ERROR distributionID of 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
2023-03-18T10:11:59.020Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-03-18T10:11:59.041Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-18T10:11:59.042Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679134235163,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T10:11:59.042Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T10:11:59.042Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-18T10:11:59.042Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679134235163,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-03-18T10:11:59.042Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T10:11:59.042Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-18T10:11:59.042Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679134235163,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T10:11:59.042Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T10:11:59.042Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-18T10:11:59.042Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679134235163,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T10:11:59.043Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T10:11:59.043Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-18T10:11:59.043Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679134235163,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2023-03-18T10:11:59.043Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T10:11:59.043Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-18T10:11:59.043Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679134235163,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T10:11:59.043Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T10:11:59.043Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-18T10:11:59.043Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679134235163,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar",
  "status": "NOTIFIED"
}
2023-03-18T10:11:59.043Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T10:11:59.043Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-18T10:11:59.044Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679134242939,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar",
  "status": "DOWNLOAD_ERROR"
}
2023-03-18T10:11:59.044Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T10:11:59.044Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-18T10:11:59.044Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679134243945,
  "artifactURL": "",
  "status": "COMPONENT_DONE_ERROR",
  "errorReason": "SDN-C encountered an error downloading an artifact in this distribution",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-18T10:11:59.055Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_ERROR distributionID of 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
2023-03-18T10:11:59.055Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-03-18T10:12:01.850Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T10:12:01.870Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T10:12:01.874Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-18T10:12:01.874Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-18T10:12:31.875Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T10:12:31.898Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T10:12:31.903Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-18T10:12:31.904Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-18T10:12:58.920Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T10:13:01.904Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T10:13:01.924Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T10:13:01.928Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-18T10:13:01.928Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-18T10:13:31.929Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T10:13:31.949Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T10:13:31.954Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-18T10:13:31.954Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-18T10:13:58.920Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T10:14:01.955Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T10:14:01.984Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T10:14:01.989Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-18T10:14:01.989Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-18T10:14:31.989Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T10:14:32.009Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T10:14:32.013Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-18T10:14:32.014Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-18T10:14:58.922Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T10:15:02.014Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T10:15:02.036Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T10:15:02.041Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-18T10:15:02.041Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-18T10:15:22.176Z||kafka-coordinator-heartbeat-thread | so|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] consumer poll timeout has expired. This means the time between subsequent calls to poll() was longer than the configured max.poll.interval.ms, which typically implies that the poll loop is spending too much time processing messages. You can address this either by increasing max.poll.interval.ms or by reducing the maximum size of batches returned in poll() with max.poll.records.
2023-03-18T10:15:22.176Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Member SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2-20db0d6b-7b0b-493a-a0fb-625dca1ae2ce sending LeaveGroup request to coordinator onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2147483645 rack: null) due to consumer poll timeout has expired.
2023-03-18T10:15:22.178Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Resetting generation and member id due to: consumer pro-actively leaving the group
2023-03-18T10:15:22.178Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Request joining group due to: consumer pro-actively leaving the group
2023-03-18T10:15:24.885Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T10:15:24.915Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Revoke previously assigned partitions SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-03-18T10:15:24.917Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] (Re-)joining group
2023-03-18T10:15:24.922Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Successfully joined group with generation Generation{generationId=2, memberId='SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94-2995e74d-4211-4955-93f6-f3f14568571e', protocol='range'}
2023-03-18T10:15:24.923Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Finished assignment for group at generation 2: {SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94-2995e74d-4211-4955-93f6-f3f14568571e=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])}
2023-03-18T10:15:24.936Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Successfully synced group in generation Generation{generationId=2, memberId='SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94-2995e74d-4211-4955-93f6-f3f14568571e', protocol='range'}
2023-03-18T10:15:24.936Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])
2023-03-18T10:15:24.936Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Adding newly assigned partitions: SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-03-18T10:15:24.941Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-18T10:15:24.941Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-18T10:15:24.941Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-18T10:15:24.941Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=63, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-18T10:15:24.942Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-18T10:15:24.942Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-18T10:15:32.042Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2023-03-18T10:15:32.042Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-18T10:15:32.059Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846 and serviceModelVersionId: dad851ae-1f1d-4e04-8847-f18fd5d51391
2023-03-18T10:15:32.059Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 693dcbb7-55f2-41d5-a0d9-572574329dfe
2023-03-18T10:15:43.955Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391?depth=0
2023-03-18T10:15:44.020Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-03-18T10:15:44.041Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-03-18T10:15:44.041Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391?depth=0|INFO|500||Invoke
2023-03-18T10:15:44.051Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2023-03-18T10:15:44.082Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391?depth=0|INFO|404|Not Found|InvokeReturn
2023-03-18T10:15:44.083Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391?depth=0 has http status code:404 and response headers:{date=[Sat, 18 Mar 2023 10:15:43 GMT], content-length=[495], x-aai-txid=[1-aai-resources-230318-10:15:43:754-23096], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-18T10:15:44.084Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||{"requestError":{"serviceException":{"messageId":"SVC3001","text":"Resource not found for %1 using id %2 (msg=%3) (ec=%4)","variables":["MERGE_PATCH","service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391","Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391","ERR.5.4.6114"]}}}

2023-03-18T10:15:44.099Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391) (ec=ERR.5.4.6114)
2023-03-18T10:15:44.099Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||ERROR|500||Exception occurred
javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391) (ec=ERR.5.4.6114)
	at org.onap.so.client.ResponseExceptionMapper.map(ResponseExceptionMapper.java:74)
	at org.onap.so.client.RestRequest.get(RestRequest.java:77)
	at org.onap.so.client.RestClient.buildRequest(RestClient.java:326)
	at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322)
	at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283)
	at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67)
	at net.jodah.failsafe.Execution.executeSync(Execution.java:117)
	at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319)
	at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71)
	at org.onap.so.client.RestClient.method(RestClient.java:322)
	at org.onap.so.client.RestClient.patch(RestClient.java:265)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184)
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-18T10:15:44.099Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391) (ec=ERR.5.4.6114)
2023-03-18T10:15:44.100Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391) (ec=ERR.5.4.6114)
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-18T10:15:44.109Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-18T10:15:44.109Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391) (ec=ERR.5.4.6114)
2023-03-18T10:15:44.110Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2023-03-18T10:15:44.111Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-18T10:15:44.111Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T10:15:44.111Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679134544110,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391) (ec\u003dERR.5.4.6114)"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T10:15:44.127Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-18T10:15:44.127Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679134544110,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391) (ec\u003dERR.5.4.6114)"
}
2023-03-18T10:15:44.128Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-18T10:15:45.142Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T10:15:45.143Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Failing OffsetCommit request since the consumer is not part of an active group
2023-03-18T10:15:45.144Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||ERROR|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Asynchronous auto-commit of offsets failed: Offset commit cannot be completed since the consumer is not part of an active group for auto partition assignment; it is likely that the consumer was kicked out of the group.. Will continue to join group.
2023-03-18T10:15:45.145Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Giving away all assigned partitions as lost since generation/memberID has been reset,indicating that consumer is in old state or no longer part of the group
2023-03-18T10:15:45.145Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Lost previously assigned partitions SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5
2023-03-18T10:15:45.145Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] (Re-)joining group
2023-03-18T10:15:45.150Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2-a227b87d-8a24-4b44-b11f-a12e2e824d68
2023-03-18T10:15:45.150Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Asynchronous auto-commit of offsets {SDC-DISTR-NOTIF-TOPIC-AUTO-5=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-4=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-3=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-2=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-1=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-0=OffsetAndMetadata{offset=1, leaderEpoch=0, metadata=''}} failed: Offset commit cannot be completed since the consumer is not part of an active group for auto partition assignment; it is likely that the consumer was kicked out of the group.
2023-03-18T10:15:45.150Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Request joining group due to: rebalance failed due to 'The group member needs to have a valid member id before actually entering a consumer group.' (MemberIdRequiredException)
2023-03-18T10:15:45.150Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] (Re-)joining group
2023-03-18T10:15:46.089Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T10:15:49.102Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T10:15:52.111Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T10:15:55.120Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T10:15:58.138Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T10:15:58.920Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T10:15:58.932Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Revoke previously assigned partitions SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-03-18T10:15:58.932Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] (Re-)joining group
2023-03-18T10:15:58.938Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Successfully joined group with generation Generation{generationId=3, memberId='SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2-a227b87d-8a24-4b44-b11f-a12e2e824d68', protocol='range'}
2023-03-18T10:15:58.939Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Successfully joined group with generation Generation{generationId=3, memberId='SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94-2995e74d-4211-4955-93f6-f3f14568571e', protocol='range'}
2023-03-18T10:15:58.943Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Resetting the last seen epoch of partition SDC-DISTR-NOTIF-TOPIC-AUTO-0 to 0 since the associated topicId changed from null to XRzq8BOIRZiZRw2R__X0DA
2023-03-18T10:15:58.943Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Resetting the last seen epoch of partition SDC-DISTR-NOTIF-TOPIC-AUTO-5 to 0 since the associated topicId changed from null to XRzq8BOIRZiZRw2R__X0DA
2023-03-18T10:15:58.943Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Resetting the last seen epoch of partition SDC-DISTR-NOTIF-TOPIC-AUTO-1 to 0 since the associated topicId changed from null to XRzq8BOIRZiZRw2R__X0DA
2023-03-18T10:15:58.943Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Resetting the last seen epoch of partition SDC-DISTR-NOTIF-TOPIC-AUTO-4 to 0 since the associated topicId changed from null to XRzq8BOIRZiZRw2R__X0DA
2023-03-18T10:15:58.944Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Resetting the last seen epoch of partition SDC-DISTR-NOTIF-TOPIC-AUTO-2 to 0 since the associated topicId changed from null to XRzq8BOIRZiZRw2R__X0DA
2023-03-18T10:15:58.944Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Resetting the last seen epoch of partition SDC-DISTR-NOTIF-TOPIC-AUTO-3 to 0 since the associated topicId changed from null to XRzq8BOIRZiZRw2R__X0DA
2023-03-18T10:15:58.944Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Finished assignment for group at generation 3: {SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2-a227b87d-8a24-4b44-b11f-a12e2e824d68=Assignment(partitions=[SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5]), SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94-2995e74d-4211-4955-93f6-f3f14568571e=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])}
2023-03-18T10:15:58.958Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Successfully synced group in generation Generation{generationId=3, memberId='SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94-2995e74d-4211-4955-93f6-f3f14568571e', protocol='range'}
2023-03-18T10:15:58.959Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])
2023-03-18T10:15:58.959Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Adding newly assigned partitions: SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-03-18T10:15:58.958Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Successfully synced group in generation Generation{generationId=3, memberId='SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2-a227b87d-8a24-4b44-b11f-a12e2e824d68', protocol='range'}
2023-03-18T10:15:58.959Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5])
2023-03-18T10:15:58.959Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Adding newly assigned partitions: SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5
2023-03-18T10:15:58.963Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-18T10:15:58.963Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-18T10:15:58.964Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-18T10:15:58.964Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=64, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-18T10:15:58.964Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-18T10:15:58.964Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-18T10:15:58.964Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-18T10:15:58.964Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-18T10:15:58.964Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-18T10:15:58.965Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-18T10:15:58.965Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-18T10:15:58.965Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-18T10:15:58.973Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-18T10:15:58.973Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846","serviceName":"basic_onboard_gCPnoC","serviceVersion":"1.0","serviceUUID":"dad851ae-1f1d-4e04-8847-f18fd5d51391","serviceDescription":"service","serviceInvariantUUID":"693dcbb7-55f2-41d5-a0d9-572574329dfe","resources":[{"resourceInstanceName":"basic_onboard_gCPnoC 0","resourceName":"basic_onboard_gCPnoC","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"f3fb2f57-aad9-4f33-88db-c458ae09cdfb","resourceInvariantUUID":"d7c6b294-4284-4b69-87ff-a797deedad73","resourceCustomizationUUID":"9327f8c9-4591-449b-b6af-227dc0614cab","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/vf-license-model.xml","artifactChecksum":"OGQ5ZDI0MzIzNDdmMDUyYmQ0MzVmMDVkOWUyNGVlYmE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"5077753b-8cdd-47a9-82d5-e3ff4ce969c3","artifactVersion":"1"},{"artifactName":"basic_onboard_gcpnoc0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json","artifactChecksum":"NjRhMmYzNDQxZDFkYzhiMjZmMTk3NDMzZmQwOWNiNWI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"583db2fa-2045-4011-8045-9fd436580060","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"0846dbe8-d246-42f3-9ba6-3c197d6bb5c4","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"5004fadd-cda9-4566-99ac-bc5d669427a2","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"7d3da3bf-4415-4326-b045-fe6bef605f78","artifactVersion":"2","generatedFromUUID":"0846dbe8-d246-42f3-9ba6-3c197d6bb5c4"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardGcpnoc-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-template.yml","artifactChecksum":"OGFkYWYzODVjYTg1MmE4Y2JhZWM5NDk3ZjljNTAwNTE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"8ab16f5d-5180-4470-b278-f6ea6f7c23e8","artifactVersion":"1"},{"artifactName":"service-BasicOnboardGcpnoc-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar","artifactChecksum":"MjQxYmE3NTM3MTRlYjAwMzA2YjMyYmJjMmU4MmNkYjE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"d6569f72-4f81-428a-8593-389324ccdf48","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-18T10:15:58.975Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T10:15:58.976Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-18T10:15:58.976Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T10:15:58.976Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679134545142,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T10:15:59.476Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T10:15:59.476Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679134545142,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T10:15:59.477Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T10:15:59.976Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T10:15:59.979Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-18T10:15:59.979Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T10:15:59.979Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679134545142,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T10:16:00.980Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T10:16:00.980Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-18T10:16:00.981Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T10:16:00.981Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679134545142,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T10:16:01.982Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T10:16:01.983Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-18T10:16:01.983Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T10:16:01.983Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679134545142,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T10:16:02.984Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T10:16:02.985Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-18T10:16:02.985Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T10:16:02.986Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679134545142,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T10:16:03.986Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T10:16:03.987Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-18T10:16:03.988Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T10:16:03.988Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679134545142,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T10:16:04.989Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T10:16:04.989Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-18T10:16:04.989Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T10:16:04.990Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679134545142,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T10:16:05.991Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "serviceName": "basic_onboard_gCPnoC",
  "serviceVersion": "1.0",
  "serviceUUID": "dad851ae-1f1d-4e04-8847-f18fd5d51391",
  "serviceDescription": "service",
  "serviceInvariantUUID": "693dcbb7-55f2-41d5-a0d9-572574329dfe",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_gCPnoC 0",
      "resourceCustomizationUUID": "9327f8c9-4591-449b-b6af-227dc0614cab",
      "resourceName": "basic_onboard_gCPnoC",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "f3fb2f57-aad9-4f33-88db-c458ae09cdfb",
      "resourceInvariantUUID": "d7c6b294-4284-4b69-87ff-a797deedad73",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_gcpnoc0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json",
          "artifactChecksum": "NjRhMmYzNDQxZDFkYzhiMjZmMTk3NDMzZmQwOWNiNWI\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "583db2fa-2045-4011-8045-9fd436580060",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "0846dbe8-d246-42f3-9ba6-3c197d6bb5c4",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "7d3da3bf-4415-4326-b045-fe6bef605f78",
            "generatedFromUUID": "0846dbe8-d246-42f3-9ba6-3c197d6bb5c4"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "7d3da3bf-4415-4326-b045-fe6bef605f78",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardGcpnoc-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar",
      "artifactChecksum": "MjQxYmE3NTM3MTRlYjAwMzA2YjMyYmJjMmU4MmNkYjE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "d6569f72-4f81-428a-8593-389324ccdf48"
    }
  ],
  "workloadContext": "Production"
}
2023-03-18T10:16:05.992Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-18T10:16:05.992Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 dad851ae-1f1d-4e04-8847-f18fd5d51391 ASDC
2023-03-18T10:16:05.993Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
ServiceName:basic_onboard_gCPnoC
ServiceVersion:1.0
ServiceUUID:dad851ae-1f1d-4e04-8847-f18fd5d51391
ServiceInvariantUUID:693dcbb7-55f2-41d5-a0d9-572574329dfe
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardGcpnoc-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar
ArtifactUUID:d6569f72-4f81-428a-8593-389324ccdf48
ArtifactChecksum:MjQxYmE3NTM3MTRlYjAwMzA2YjMyYmJjMmU4MmNkYjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_gCPnoC 0
ResourceCustomizationUUID:9327f8c9-4591-449b-b6af-227dc0614cab
ResourceInvariantUUID:d7c6b294-4284-4b69-87ff-a797deedad73
ResourceName:basic_onboard_gCPnoC
ResourceType:VF
ResourceUUID:f3fb2f57-aad9-4f33-88db-c458ae09cdfb
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_gcpnoc0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json
ArtifactUUID:583db2fa-2045-4011-8045-9fd436580060
ArtifactChecksum:NjRhMmYzNDQxZDFkYzhiMjZmMTk3NDMzZmQwOWNiNWI=
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/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.yaml
ArtifactUUID:0846dbe8-d246-42f3-9ba6-3c197d6bb5c4
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/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.env
ArtifactUUID:7d3da3bf-4415-4326-b045-fe6bef605f78
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/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.env
ArtifactUUID:7d3da3bf-4415-4326-b045-fe6bef605f78
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-18T10:16:05.994Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF dad851ae-1f1d-4e04-8847-f18fd5d51391 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: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-18T10:16:06.032Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-18T10:16:06.032Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-18T10:16:06.032Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-18T10:16:06.032Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: d6569f72-4f81-428a-8593-389324ccdf48 from URL: /sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar
2023-03-18T10:16:06.032Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-18T10:16:06.033Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar
2023-03-18T10:16:06.143Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||GET Response Status 404
2023-03-18T10:16:06.143Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@4cb69688
2023-03-18T10:16:06.144Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-18T10:16:06.144Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicOnboardGcpnoc"
      ]
    }
  }
}
2023-03-18T10:16:06.144Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicOnboardGcpnoc-csar.csar /sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar d6569f72-4f81-428a-8593-389324ccdf48 Specified artifact is  not found 300 ASDC artifact download fail
2023-03-18T10:16:06.145Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar ASDC sendASDCNotification
2023-03-18T10:16:06.145Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar(Specified artifact is  not found)
2023-03-18T10:16:06.145Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-18T10:16:06.145Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-18T10:16:06.145Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T10:16:06.145Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679134566144,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T10:16:07.146Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during processCsarServiceArtifacts ASDC processCsarServiceArtifacts 500 Exception in processCsarServiceArtifacts
org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact service-BasicOnboardGcpnoc-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar(UUID:d6569f72-4f81-428a-8593-389324ccdf48)
Error message is Specified artifact is  not found

	at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394)
	at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2023-03-18T10:16:07.167Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||ERROR|500||error NSST process resource failure 
java.lang.NullPointerException: null
	at org.onap.so.asdc.client.ASDCController.processNsstNotification(ASDCController.java:978)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:760)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-18T10:16:07.167Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: f3fb2f57-aad9-4f33-88db-c458ae09cdfb
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-18T10:16:07.171Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||INFO|500||basic_onboard_gCPnoC 0
2023-03-18T10:16:07.171Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: f3fb2f57-aad9-4f33-88db-c458ae09cdfb
2023-03-18T10:16:07.171Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 583db2fa-2045-4011-8045-9fd436580060 from URL: /sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json
2023-03-18T10:16:07.171Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-18T10:16:07.172Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json
2023-03-18T10:16:07.185Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||GET Response Status 404
2023-03-18T10:16:07.186Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@3f3cb48
2023-03-18T10:16:07.186Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-18T10:16:07.186Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicOnboardGcpnoc"
      ]
    }
  }
}
2023-03-18T10:16:07.186Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL basic_onboard_gcpnoc0_modules.json /sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json 583db2fa-2045-4011-8045-9fd436580060 Specified artifact is  not found 300 ASDC artifact download fail
2023-03-18T10:16:07.187Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json ASDC sendASDCNotification
2023-03-18T10:16:07.187Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json(Specified artifact is  not found)
2023-03-18T10:16:07.187Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-18T10:16:07.187Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-18T10:16:07.187Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T10:16:07.187Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679134567186,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T10:16:08.188Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during Installation of artifact ASDC processResourceNotification 500 Exception in processResourceNotification
org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact basic_onboard_gcpnoc0_modules.json could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json(UUID:583db2fa-2045-4011-8045-9fd436580060)
Error message is Specified artifact is  not found

	at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:787)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-18T10:16:08.189Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T10:16:08.209Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T10:16:08.215Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-18T10:16:08.215Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-18T10:16:38.215Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T10:16:38.239Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T10:16:38.244Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-18T10:16:38.244Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-18T10:16:58.920Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T10:16:58.928Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-18T10:16:58.928Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679134545142,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json",
  "status": "NOTIFIED"
}
2023-03-18T10:16:58.929Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T10:16:58.929Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-18T10:16:58.930Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679134545142,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2023-03-18T10:16:58.930Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T10:16:58.930Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-18T10:16:58.930Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679134545142,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T10:16:58.930Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T10:16:58.930Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-18T10:16:58.931Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679134545142,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2023-03-18T10:16:58.931Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T10:16:58.931Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-18T10:16:58.931Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679134545142,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T10:16:58.931Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T10:16:58.931Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-18T10:16:58.931Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679134545142,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar",
  "status": "NOTIFIED"
}
2023-03-18T10:16:58.932Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T10:16:58.932Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-18T10:16:58.932Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679134566144,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-18T10:16:58.932Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T10:16:58.932Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-18T10:16:58.932Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679134567186,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-18T10:16:58.932Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T10:17:08.245Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T10:17:08.262Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T10:17:08.267Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-18T10:17:08.267Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-18T10:17:38.267Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T10:17:38.285Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T10:17:38.289Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-18T10:17:38.289Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-18T10:17:58.919Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T10:18:08.289Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T10:18:08.310Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T10:18:08.315Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-18T10:18:08.315Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-18T10:18:38.316Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T10:18:38.336Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T10:18:38.341Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-18T10:18:38.341Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-18T10:18:58.920Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T10:19:08.342Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T10:19:08.358Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T10:19:08.363Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-18T10:19:08.363Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-18T10:19:38.364Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T10:19:38.392Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T10:19:38.395Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-18T10:19:38.395Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-18T10:19:58.921Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T10:20:08.396Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T10:20:08.419Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T10:20:08.424Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-18T10:20:08.424Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-18T10:20:38.424Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T10:20:38.444Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T10:20:38.448Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-18T10:20:38.448Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-18T10:20:58.923Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T10:20:59.010Z||kafka-coordinator-heartbeat-thread | so|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] consumer poll timeout has expired. This means the time between subsequent calls to poll() was longer than the configured max.poll.interval.ms, which typically implies that the poll loop is spending too much time processing messages. You can address this either by increasing max.poll.interval.ms or by reducing the maximum size of batches returned in poll() with max.poll.records.
2023-03-18T10:20:59.010Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Member SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2-a227b87d-8a24-4b44-b11f-a12e2e824d68 sending LeaveGroup request to coordinator onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2147483645 rack: null) due to consumer poll timeout has expired.
2023-03-18T10:20:59.012Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Resetting generation and member id due to: consumer pro-actively leaving the group
2023-03-18T10:20:59.012Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Request joining group due to: consumer pro-actively leaving the group
2023-03-18T10:20:59.514Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T10:20:59.528Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Revoke previously assigned partitions SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-03-18T10:20:59.528Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] (Re-)joining group
2023-03-18T10:20:59.535Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Successfully joined group with generation Generation{generationId=4, memberId='SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94-2995e74d-4211-4955-93f6-f3f14568571e', protocol='range'}
2023-03-18T10:20:59.536Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Finished assignment for group at generation 4: {SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94-2995e74d-4211-4955-93f6-f3f14568571e=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])}
2023-03-18T10:20:59.550Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Successfully synced group in generation Generation{generationId=4, memberId='SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94-2995e74d-4211-4955-93f6-f3f14568571e', protocol='range'}
2023-03-18T10:20:59.552Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])
2023-03-18T10:20:59.552Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Adding newly assigned partitions: SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-03-18T10:20:59.556Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-18T10:20:59.556Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-18T10:20:59.557Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-18T10:20:59.557Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=73, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-18T10:20:59.557Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-18T10:20:59.558Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-18T10:21:08.448Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2023-03-18T10:21:08.449Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-18T10:21:08.457Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846 and serviceModelVersionId: dad851ae-1f1d-4e04-8847-f18fd5d51391
2023-03-18T10:21:08.458Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 693dcbb7-55f2-41d5-a0d9-572574329dfe
2023-03-18T10:21:08.458Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391?depth=0
2023-03-18T10:21:08.465Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-03-18T10:21:08.484Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391?depth=0|INFO|500||Invoke
2023-03-18T10:21:08.484Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[0f6b8254-7c57-4efa-90bb-8d202c49ee85], X-ECOMP-RequestID=[34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846], X-TransactionId=[], X-ONAP-RequestID=[34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846], Content-Type=[application/merge-patch+json]}
2023-03-18T10:21:08.493Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2023-03-18T10:21:08.532Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391?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/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391?depth=0 has http status code:404 and response headers:{date=[Sat, 18 Mar 2023 10:21:08 GMT], content-length=[495], x-aai-txid=[0-aai-resources-230318-10:21:08:196-53710], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-18T10:21:08.534Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391?depth=0|DEBUG|500||{"requestError":{"serviceException":{"messageId":"SVC3001","text":"Resource not found for %1 using id %2 (msg=%3) (ec=%4)","variables":["MERGE_PATCH","service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391","Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391","ERR.5.4.6114"]}}}

2023-03-18T10:21:08.535Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391?depth=0|INFO|404|Not Found|InvokeReturn
2023-03-18T10:21:08.539Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391) (ec=ERR.5.4.6114)
2023-03-18T10:21:08.541Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||ERROR|500||Exception occurred
javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391) (ec=ERR.5.4.6114)
	at org.onap.so.client.ResponseExceptionMapper.map(ResponseExceptionMapper.java:74)
	at org.onap.so.client.RestRequest.get(RestRequest.java:77)
	at org.onap.so.client.RestClient.buildRequest(RestClient.java:326)
	at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322)
	at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283)
	at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67)
	at net.jodah.failsafe.Execution.executeSync(Execution.java:117)
	at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319)
	at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71)
	at org.onap.so.client.RestClient.method(RestClient.java:322)
	at org.onap.so.client.RestClient.patch(RestClient.java:265)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184)
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-18T10:21:08.541Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391) (ec=ERR.5.4.6114)
2023-03-18T10:21:08.541Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391) (ec=ERR.5.4.6114)
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-18T10:21:08.545Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-18T10:21:08.545Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391) (ec=ERR.5.4.6114)
2023-03-18T10:21:08.546Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2023-03-18T10:21:08.546Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-18T10:21:08.546Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T10:21:08.547Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679134868546,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391) (ec\u003dERR.5.4.6114)"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T10:21:08.561Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-18T10:21:08.561Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679134868546,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391) (ec\u003dERR.5.4.6114)"
}
2023-03-18T10:21:08.562Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-18T10:21:09.570Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T10:21:09.570Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Failing OffsetCommit request since the consumer is not part of an active group
2023-03-18T10:21:09.571Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||ERROR|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Asynchronous auto-commit of offsets failed: Offset commit cannot be completed since the consumer is not part of an active group for auto partition assignment; it is likely that the consumer was kicked out of the group.. Will continue to join group.
2023-03-18T10:21:09.571Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Giving away all assigned partitions as lost since generation/memberID has been reset,indicating that consumer is in old state or no longer part of the group
2023-03-18T10:21:09.571Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Lost previously assigned partitions SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5
2023-03-18T10:21:09.572Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] (Re-)joining group
2023-03-18T10:21:09.576Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2-841f7091-a6a4-400c-9672-31eb96a4a457
2023-03-18T10:21:09.576Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Asynchronous auto-commit of offsets {SDC-DISTR-NOTIF-TOPIC-AUTO-5=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-4=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-3=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-2=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-1=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-0=OffsetAndMetadata{offset=1, leaderEpoch=0, metadata=''}} failed: Offset commit cannot be completed since the consumer is not part of an active group for auto partition assignment; it is likely that the consumer was kicked out of the group.
2023-03-18T10:21:09.577Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Request joining group due to: rebalance failed due to 'The group member needs to have a valid member id before actually entering a consumer group.' (MemberIdRequiredException)
2023-03-18T10:21:09.577Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] (Re-)joining group
2023-03-18T10:21:11.647Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T10:21:14.655Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T10:21:17.670Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T10:21:20.681Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T10:21:23.698Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T10:21:26.707Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T10:21:29.718Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T10:21:32.730Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T10:21:35.740Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T10:21:38.763Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T10:21:41.771Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T10:21:44.788Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T10:21:47.803Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T10:21:50.811Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T10:21:53.825Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T10:21:56.845Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T10:21:58.920Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T10:21:58.930Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Revoke previously assigned partitions SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-03-18T10:21:58.930Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] (Re-)joining group
2023-03-18T10:21:58.935Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Successfully joined group with generation Generation{generationId=5, memberId='SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94-2995e74d-4211-4955-93f6-f3f14568571e', protocol='range'}
2023-03-18T10:21:58.935Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Successfully joined group with generation Generation{generationId=5, memberId='SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2-841f7091-a6a4-400c-9672-31eb96a4a457', protocol='range'}
2023-03-18T10:21:58.939Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Finished assignment for group at generation 5: {SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2-841f7091-a6a4-400c-9672-31eb96a4a457=Assignment(partitions=[SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5]), SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94-2995e74d-4211-4955-93f6-f3f14568571e=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])}
2023-03-18T10:21:58.951Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Successfully synced group in generation Generation{generationId=5, memberId='SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2-841f7091-a6a4-400c-9672-31eb96a4a457', protocol='range'}
2023-03-18T10:21:58.952Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Successfully synced group in generation Generation{generationId=5, memberId='SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94-2995e74d-4211-4955-93f6-f3f14568571e', protocol='range'}
2023-03-18T10:21:58.952Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5])
2023-03-18T10:21:58.952Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])
2023-03-18T10:21:58.952Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Adding newly assigned partitions: SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5
2023-03-18T10:21:58.952Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Adding newly assigned partitions: SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-03-18T10:21:58.955Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-18T10:21:58.956Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-18T10:21:58.956Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-18T10:21:58.956Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-18T10:21:58.956Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=74, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-18T10:21:58.956Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-18T10:21:58.956Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-18T10:21:58.956Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-18T10:21:58.956Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-18T10:21:58.956Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-18T10:21:58.956Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-18T10:21:58.956Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-18T10:21:58.965Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-18T10:21:58.965Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846","serviceName":"basic_onboard_gCPnoC","serviceVersion":"1.0","serviceUUID":"dad851ae-1f1d-4e04-8847-f18fd5d51391","serviceDescription":"service","serviceInvariantUUID":"693dcbb7-55f2-41d5-a0d9-572574329dfe","resources":[{"resourceInstanceName":"basic_onboard_gCPnoC 0","resourceName":"basic_onboard_gCPnoC","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"f3fb2f57-aad9-4f33-88db-c458ae09cdfb","resourceInvariantUUID":"d7c6b294-4284-4b69-87ff-a797deedad73","resourceCustomizationUUID":"9327f8c9-4591-449b-b6af-227dc0614cab","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/vf-license-model.xml","artifactChecksum":"OGQ5ZDI0MzIzNDdmMDUyYmQ0MzVmMDVkOWUyNGVlYmE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"5077753b-8cdd-47a9-82d5-e3ff4ce969c3","artifactVersion":"1"},{"artifactName":"basic_onboard_gcpnoc0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json","artifactChecksum":"NjRhMmYzNDQxZDFkYzhiMjZmMTk3NDMzZmQwOWNiNWI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"583db2fa-2045-4011-8045-9fd436580060","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"0846dbe8-d246-42f3-9ba6-3c197d6bb5c4","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"5004fadd-cda9-4566-99ac-bc5d669427a2","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"7d3da3bf-4415-4326-b045-fe6bef605f78","artifactVersion":"2","generatedFromUUID":"0846dbe8-d246-42f3-9ba6-3c197d6bb5c4"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardGcpnoc-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-template.yml","artifactChecksum":"OGFkYWYzODVjYTg1MmE4Y2JhZWM5NDk3ZjljNTAwNTE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"8ab16f5d-5180-4470-b278-f6ea6f7c23e8","artifactVersion":"1"},{"artifactName":"service-BasicOnboardGcpnoc-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar","artifactChecksum":"MjQxYmE3NTM3MTRlYjAwMzA2YjMyYmJjMmU4MmNkYjE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"d6569f72-4f81-428a-8593-389324ccdf48","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-18T10:21:58.970Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T10:21:58.971Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-18T10:21:58.971Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T10:21:58.971Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679134869570,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T10:21:59.968Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-18T10:21:59.969Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679134869570,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T10:21:59.969Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T10:21:59.974Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T10:21:59.974Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-18T10:21:59.974Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T10:21:59.974Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679134869570,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T10:22:00.976Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T10:22:00.976Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-18T10:22:00.976Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T10:22:00.976Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679134869570,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T10:22:01.978Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T10:22:01.978Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-18T10:22:01.979Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T10:22:01.979Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679134869570,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T10:22:02.980Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T10:22:02.981Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-18T10:22:02.981Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T10:22:02.981Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679134869570,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T10:22:03.983Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T10:22:03.984Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-18T10:22:03.984Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T10:22:03.984Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679134869570,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T10:22:04.986Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T10:22:04.986Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-18T10:22:04.986Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T10:22:04.986Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679134869570,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T10:22:05.988Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "serviceName": "basic_onboard_gCPnoC",
  "serviceVersion": "1.0",
  "serviceUUID": "dad851ae-1f1d-4e04-8847-f18fd5d51391",
  "serviceDescription": "service",
  "serviceInvariantUUID": "693dcbb7-55f2-41d5-a0d9-572574329dfe",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_gCPnoC 0",
      "resourceCustomizationUUID": "9327f8c9-4591-449b-b6af-227dc0614cab",
      "resourceName": "basic_onboard_gCPnoC",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "f3fb2f57-aad9-4f33-88db-c458ae09cdfb",
      "resourceInvariantUUID": "d7c6b294-4284-4b69-87ff-a797deedad73",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_gcpnoc0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json",
          "artifactChecksum": "NjRhMmYzNDQxZDFkYzhiMjZmMTk3NDMzZmQwOWNiNWI\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "583db2fa-2045-4011-8045-9fd436580060",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "0846dbe8-d246-42f3-9ba6-3c197d6bb5c4",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "7d3da3bf-4415-4326-b045-fe6bef605f78",
            "generatedFromUUID": "0846dbe8-d246-42f3-9ba6-3c197d6bb5c4"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "7d3da3bf-4415-4326-b045-fe6bef605f78",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardGcpnoc-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar",
      "artifactChecksum": "MjQxYmE3NTM3MTRlYjAwMzA2YjMyYmJjMmU4MmNkYjE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "d6569f72-4f81-428a-8593-389324ccdf48"
    }
  ],
  "workloadContext": "Production"
}
2023-03-18T10:22:05.988Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-18T10:22:05.988Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 dad851ae-1f1d-4e04-8847-f18fd5d51391 ASDC
2023-03-18T10:22:05.989Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
ServiceName:basic_onboard_gCPnoC
ServiceVersion:1.0
ServiceUUID:dad851ae-1f1d-4e04-8847-f18fd5d51391
ServiceInvariantUUID:693dcbb7-55f2-41d5-a0d9-572574329dfe
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardGcpnoc-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar
ArtifactUUID:d6569f72-4f81-428a-8593-389324ccdf48
ArtifactChecksum:MjQxYmE3NTM3MTRlYjAwMzA2YjMyYmJjMmU4MmNkYjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_gCPnoC 0
ResourceCustomizationUUID:9327f8c9-4591-449b-b6af-227dc0614cab
ResourceInvariantUUID:d7c6b294-4284-4b69-87ff-a797deedad73
ResourceName:basic_onboard_gCPnoC
ResourceType:VF
ResourceUUID:f3fb2f57-aad9-4f33-88db-c458ae09cdfb
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_gcpnoc0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json
ArtifactUUID:583db2fa-2045-4011-8045-9fd436580060
ArtifactChecksum:NjRhMmYzNDQxZDFkYzhiMjZmMTk3NDMzZmQwOWNiNWI=
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/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.yaml
ArtifactUUID:0846dbe8-d246-42f3-9ba6-3c197d6bb5c4
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/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.env
ArtifactUUID:7d3da3bf-4415-4326-b045-fe6bef605f78
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/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.env
ArtifactUUID:7d3da3bf-4415-4326-b045-fe6bef605f78
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-18T10:22:05.989Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF dad851ae-1f1d-4e04-8847-f18fd5d51391 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: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-18T10:22:06.039Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-18T10:22:06.041Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-18T10:22:06.041Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-18T10:22:06.041Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: d6569f72-4f81-428a-8593-389324ccdf48 from URL: /sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar
2023-03-18T10:22:06.041Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-18T10:22:06.041Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar
2023-03-18T10:22:06.084Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||GET Response Status 404
2023-03-18T10:22:06.085Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@19c53ae2
2023-03-18T10:22:06.085Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-18T10:22:06.085Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicOnboardGcpnoc"
      ]
    }
  }
}
2023-03-18T10:22:06.085Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicOnboardGcpnoc-csar.csar /sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar d6569f72-4f81-428a-8593-389324ccdf48 Specified artifact is  not found 300 ASDC artifact download fail
2023-03-18T10:22:06.085Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar ASDC sendASDCNotification
2023-03-18T10:22:06.085Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar(Specified artifact is  not found)
2023-03-18T10:22:06.085Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-18T10:22:06.086Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-18T10:22:06.086Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T10:22:06.086Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679134926085,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T10:22:07.090Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during processCsarServiceArtifacts ASDC processCsarServiceArtifacts 500 Exception in processCsarServiceArtifacts
org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact service-BasicOnboardGcpnoc-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar(UUID:d6569f72-4f81-428a-8593-389324ccdf48)
Error message is Specified artifact is  not found

	at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394)
	at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2023-03-18T10:22:07.103Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||ERROR|500||error NSST process resource failure 
java.lang.NullPointerException: null
	at org.onap.so.asdc.client.ASDCController.processNsstNotification(ASDCController.java:978)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:760)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-18T10:22:07.103Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: f3fb2f57-aad9-4f33-88db-c458ae09cdfb
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-18T10:22:07.106Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||INFO|500||basic_onboard_gCPnoC 0
2023-03-18T10:22:07.107Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: f3fb2f57-aad9-4f33-88db-c458ae09cdfb
2023-03-18T10:22:07.107Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 583db2fa-2045-4011-8045-9fd436580060 from URL: /sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json
2023-03-18T10:22:07.107Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-18T10:22:07.108Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json
2023-03-18T10:22:07.123Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||GET Response Status 404
2023-03-18T10:22:07.123Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@13a84369
2023-03-18T10:22:07.123Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-18T10:22:07.124Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicOnboardGcpnoc"
      ]
    }
  }
}
2023-03-18T10:22:07.124Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL basic_onboard_gcpnoc0_modules.json /sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json 583db2fa-2045-4011-8045-9fd436580060 Specified artifact is  not found 300 ASDC artifact download fail
2023-03-18T10:22:07.124Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json ASDC sendASDCNotification
2023-03-18T10:22:07.124Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json(Specified artifact is  not found)
2023-03-18T10:22:07.124Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-18T10:22:07.124Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-18T10:22:07.124Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T10:22:07.125Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679134927124,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T10:22:08.126Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during Installation of artifact ASDC processResourceNotification 500 Exception in processResourceNotification
org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact basic_onboard_gcpnoc0_modules.json could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json(UUID:583db2fa-2045-4011-8045-9fd436580060)
Error message is Specified artifact is  not found

	at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:787)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-18T10:22:08.127Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T10:22:08.149Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T10:22:08.153Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-18T10:22:08.153Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-18T10:22:38.154Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T10:22:38.178Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T10:22:38.183Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-18T10:22:38.183Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-18T10:22:58.919Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T10:22:58.921Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-18T10:22:58.921Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679134869570,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json",
  "status": "NOTIFIED"
}
2023-03-18T10:22:58.922Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T10:23:08.184Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T10:23:08.203Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T10:23:08.207Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-18T10:23:08.208Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-18T10:23:38.208Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T10:23:38.230Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T10:23:38.235Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-18T10:23:38.235Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-18T10:23:58.922Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T10:23:58.927Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-18T10:23:58.927Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679134869570,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2023-03-18T10:23:58.928Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T10:23:58.928Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-18T10:23:58.928Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679134869570,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T10:23:58.928Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T10:23:58.928Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-18T10:23:58.928Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679134869570,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2023-03-18T10:23:58.929Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T10:23:58.929Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-18T10:23:58.929Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679134869570,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T10:23:58.929Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T10:23:58.929Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-18T10:23:58.929Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679134869570,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar",
  "status": "NOTIFIED"
}
2023-03-18T10:23:58.929Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T10:23:58.929Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-18T10:23:58.929Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679134926085,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-18T10:23:58.929Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T10:23:58.929Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-18T10:23:58.929Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679134927124,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-18T10:23:58.929Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T10:24:08.236Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T10:24:08.257Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T10:24:08.261Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-18T10:24:08.261Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-18T10:24:38.262Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T10:24:38.286Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T10:24:38.291Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-18T10:24:38.291Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-18T10:24:58.919Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T10:25:08.291Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T10:25:08.312Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T10:25:08.317Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-18T10:25:08.317Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-18T10:25:38.317Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T10:25:38.340Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T10:25:38.345Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-18T10:25:38.345Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-18T10:25:58.922Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T10:26:08.346Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-18T10:26:08.354Z||kafka-producer-network-thread | SO-sdc-controller-producer-0911c51c-83a5-4c45-9792-42f5b5b83dbb|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-0911c51c-83a5-4c45-9792-42f5b5b83dbb] Node 1 disconnected.
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T10:26:08.365Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T10:26:08.369Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-18T10:26:08.369Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-18T10:26:38.370Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T10:26:38.392Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T10:26:38.396Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-18T10:26:38.397Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-18T10:26:58.922Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T10:26:58.998Z||kafka-coordinator-heartbeat-thread | so|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] consumer poll timeout has expired. This means the time between subsequent calls to poll() was longer than the configured max.poll.interval.ms, which typically implies that the poll loop is spending too much time processing messages. You can address this either by increasing max.poll.interval.ms or by reducing the maximum size of batches returned in poll() with max.poll.records.
2023-03-18T10:26:58.998Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Member SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2-841f7091-a6a4-400c-9672-31eb96a4a457 sending LeaveGroup request to coordinator onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2147483645 rack: null) due to consumer poll timeout has expired.
2023-03-18T10:26:58.999Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Resetting generation and member id due to: consumer pro-actively leaving the group
2023-03-18T10:26:58.999Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Request joining group due to: consumer pro-actively leaving the group
2023-03-18T10:26:59.646Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T10:26:59.659Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Revoke previously assigned partitions SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-03-18T10:26:59.659Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] (Re-)joining group
2023-03-18T10:26:59.663Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Successfully joined group with generation Generation{generationId=6, memberId='SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94-2995e74d-4211-4955-93f6-f3f14568571e', protocol='range'}
2023-03-18T10:26:59.664Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Finished assignment for group at generation 6: {SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94-2995e74d-4211-4955-93f6-f3f14568571e=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])}
2023-03-18T10:26:59.677Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Successfully synced group in generation Generation{generationId=6, memberId='SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94-2995e74d-4211-4955-93f6-f3f14568571e', protocol='range'}
2023-03-18T10:26:59.677Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])
2023-03-18T10:26:59.677Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Adding newly assigned partitions: SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-03-18T10:26:59.681Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-18T10:26:59.682Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-18T10:26:59.682Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-18T10:26:59.682Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=83, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-18T10:26:59.682Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-18T10:26:59.682Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-18T10:27:08.397Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2023-03-18T10:27:08.397Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-18T10:27:08.408Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846 and serviceModelVersionId: dad851ae-1f1d-4e04-8847-f18fd5d51391
2023-03-18T10:27:08.408Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 693dcbb7-55f2-41d5-a0d9-572574329dfe
2023-03-18T10:27:08.409Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391?depth=0
2023-03-18T10:27:08.412Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-03-18T10:27:08.425Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-03-18T10:27:08.426Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391?depth=0|INFO|500||Invoke
2023-03-18T10:27:08.435Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2023-03-18T10:27:08.468Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391?depth=0|INFO|404|Not Found|InvokeReturn
2023-03-18T10:27:08.468Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391?depth=0 has http status code:404 and response headers:{date=[Sat, 18 Mar 2023 10:27:08 GMT], content-length=[495], x-aai-txid=[0-aai-resources-230318-10:27:08:138-40811], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-18T10:27:08.470Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||{"requestError":{"serviceException":{"messageId":"SVC3001","text":"Resource not found for %1 using id %2 (msg=%3) (ec=%4)","variables":["MERGE_PATCH","service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391","Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391","ERR.5.4.6114"]}}}

2023-03-18T10:27:08.473Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391) (ec=ERR.5.4.6114)
2023-03-18T10:27:08.473Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||ERROR|500||Exception occurred
javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391) (ec=ERR.5.4.6114)
	at org.onap.so.client.ResponseExceptionMapper.map(ResponseExceptionMapper.java:74)
	at org.onap.so.client.RestRequest.get(RestRequest.java:77)
	at org.onap.so.client.RestClient.buildRequest(RestClient.java:326)
	at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322)
	at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283)
	at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67)
	at net.jodah.failsafe.Execution.executeSync(Execution.java:117)
	at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319)
	at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71)
	at org.onap.so.client.RestClient.method(RestClient.java:322)
	at org.onap.so.client.RestClient.patch(RestClient.java:265)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184)
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-18T10:27:08.473Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391) (ec=ERR.5.4.6114)
2023-03-18T10:27:08.473Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391) (ec=ERR.5.4.6114)
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-18T10:27:08.479Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-18T10:27:08.479Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391) (ec=ERR.5.4.6114)
2023-03-18T10:27:08.480Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2023-03-18T10:27:08.480Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-18T10:27:08.480Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T10:27:08.480Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679135228479,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391) (ec\u003dERR.5.4.6114)"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T10:27:08.498Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-18T10:27:08.498Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679135228479,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391) (ec\u003dERR.5.4.6114)"
}
2023-03-18T10:27:08.499Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-18T10:27:09.500Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T10:27:09.500Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Failing OffsetCommit request since the consumer is not part of an active group
2023-03-18T10:27:09.501Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||ERROR|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Asynchronous auto-commit of offsets failed: Offset commit cannot be completed since the consumer is not part of an active group for auto partition assignment; it is likely that the consumer was kicked out of the group.. Will continue to join group.
2023-03-18T10:27:09.501Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Giving away all assigned partitions as lost since generation/memberID has been reset,indicating that consumer is in old state or no longer part of the group
2023-03-18T10:27:09.501Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Lost previously assigned partitions SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5
2023-03-18T10:27:09.501Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] (Re-)joining group
2023-03-18T10:27:09.505Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2-ebbc6a26-47b1-4b70-9401-09139fe93204
2023-03-18T10:27:09.506Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Asynchronous auto-commit of offsets {SDC-DISTR-NOTIF-TOPIC-AUTO-5=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-4=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-3=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-2=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-1=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-0=OffsetAndMetadata{offset=1, leaderEpoch=0, metadata=''}} failed: Offset commit cannot be completed since the consumer is not part of an active group for auto partition assignment; it is likely that the consumer was kicked out of the group.
2023-03-18T10:27:09.506Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Request joining group due to: rebalance failed due to 'The group member needs to have a valid member id before actually entering a consumer group.' (MemberIdRequiredException)
2023-03-18T10:27:09.506Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] (Re-)joining group
2023-03-18T10:27:11.808Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T10:27:14.817Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T10:27:17.831Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T10:27:20.853Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T10:27:23.868Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T10:27:26.879Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T10:27:29.888Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T10:27:32.897Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T10:27:35.903Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T10:27:38.913Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T10:27:41.921Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T10:27:44.929Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T10:27:47.947Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T10:27:50.955Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T10:27:53.968Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T10:27:56.991Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T10:27:58.919Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T10:27:58.932Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Revoke previously assigned partitions SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-03-18T10:27:58.932Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] (Re-)joining group
2023-03-18T10:27:58.937Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Successfully joined group with generation Generation{generationId=7, memberId='SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94-2995e74d-4211-4955-93f6-f3f14568571e', protocol='range'}
2023-03-18T10:27:58.938Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Successfully joined group with generation Generation{generationId=7, memberId='SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2-ebbc6a26-47b1-4b70-9401-09139fe93204', protocol='range'}
2023-03-18T10:27:58.942Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Finished assignment for group at generation 7: {SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2-ebbc6a26-47b1-4b70-9401-09139fe93204=Assignment(partitions=[SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5]), SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94-2995e74d-4211-4955-93f6-f3f14568571e=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])}
2023-03-18T10:27:58.955Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Successfully synced group in generation Generation{generationId=7, memberId='SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94-2995e74d-4211-4955-93f6-f3f14568571e', protocol='range'}
2023-03-18T10:27:58.955Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Successfully synced group in generation Generation{generationId=7, memberId='SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2-ebbc6a26-47b1-4b70-9401-09139fe93204', protocol='range'}
2023-03-18T10:27:58.956Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])
2023-03-18T10:27:58.956Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Adding newly assigned partitions: SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-03-18T10:27:58.956Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5])
2023-03-18T10:27:58.956Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Adding newly assigned partitions: SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5
2023-03-18T10:27:58.960Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-18T10:27:58.960Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-18T10:27:58.960Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-18T10:27:58.961Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=84, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-18T10:27:58.961Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-18T10:27:58.961Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-18T10:27:58.961Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-18T10:27:58.962Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-18T10:27:58.962Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-18T10:27:58.962Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-18T10:27:58.962Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-18T10:27:58.963Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-18T10:27:58.974Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-18T10:27:58.974Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846","serviceName":"basic_onboard_gCPnoC","serviceVersion":"1.0","serviceUUID":"dad851ae-1f1d-4e04-8847-f18fd5d51391","serviceDescription":"service","serviceInvariantUUID":"693dcbb7-55f2-41d5-a0d9-572574329dfe","resources":[{"resourceInstanceName":"basic_onboard_gCPnoC 0","resourceName":"basic_onboard_gCPnoC","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"f3fb2f57-aad9-4f33-88db-c458ae09cdfb","resourceInvariantUUID":"d7c6b294-4284-4b69-87ff-a797deedad73","resourceCustomizationUUID":"9327f8c9-4591-449b-b6af-227dc0614cab","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/vf-license-model.xml","artifactChecksum":"OGQ5ZDI0MzIzNDdmMDUyYmQ0MzVmMDVkOWUyNGVlYmE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"5077753b-8cdd-47a9-82d5-e3ff4ce969c3","artifactVersion":"1"},{"artifactName":"basic_onboard_gcpnoc0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json","artifactChecksum":"NjRhMmYzNDQxZDFkYzhiMjZmMTk3NDMzZmQwOWNiNWI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"583db2fa-2045-4011-8045-9fd436580060","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"0846dbe8-d246-42f3-9ba6-3c197d6bb5c4","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"5004fadd-cda9-4566-99ac-bc5d669427a2","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"7d3da3bf-4415-4326-b045-fe6bef605f78","artifactVersion":"2","generatedFromUUID":"0846dbe8-d246-42f3-9ba6-3c197d6bb5c4"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardGcpnoc-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-template.yml","artifactChecksum":"OGFkYWYzODVjYTg1MmE4Y2JhZWM5NDk3ZjljNTAwNTE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"8ab16f5d-5180-4470-b278-f6ea6f7c23e8","artifactVersion":"1"},{"artifactName":"service-BasicOnboardGcpnoc-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar","artifactChecksum":"MjQxYmE3NTM3MTRlYjAwMzA2YjMyYmJjMmU4MmNkYjE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"d6569f72-4f81-428a-8593-389324ccdf48","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-18T10:27:58.976Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T10:27:58.976Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-18T10:27:58.976Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T10:27:58.976Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679135229500,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T10:27:59.978Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T10:27:59.978Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-18T10:27:59.978Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T10:27:59.978Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679135229500,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T10:27:59.981Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-18T10:27:59.981Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679135229500,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T10:27:59.982Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T10:28:00.979Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T10:28:00.980Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-18T10:28:00.980Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T10:28:00.980Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679135229500,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T10:28:01.982Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T10:28:01.983Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-18T10:28:01.983Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T10:28:01.983Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679135229500,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T10:28:02.984Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T10:28:02.985Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-18T10:28:02.985Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T10:28:02.985Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679135229500,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T10:28:03.986Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T10:28:03.987Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-18T10:28:03.987Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T10:28:03.987Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679135229500,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T10:28:04.988Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T10:28:04.988Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-18T10:28:04.989Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T10:28:04.989Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679135229500,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T10:28:05.991Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "serviceName": "basic_onboard_gCPnoC",
  "serviceVersion": "1.0",
  "serviceUUID": "dad851ae-1f1d-4e04-8847-f18fd5d51391",
  "serviceDescription": "service",
  "serviceInvariantUUID": "693dcbb7-55f2-41d5-a0d9-572574329dfe",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_gCPnoC 0",
      "resourceCustomizationUUID": "9327f8c9-4591-449b-b6af-227dc0614cab",
      "resourceName": "basic_onboard_gCPnoC",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "f3fb2f57-aad9-4f33-88db-c458ae09cdfb",
      "resourceInvariantUUID": "d7c6b294-4284-4b69-87ff-a797deedad73",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_gcpnoc0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json",
          "artifactChecksum": "NjRhMmYzNDQxZDFkYzhiMjZmMTk3NDMzZmQwOWNiNWI\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "583db2fa-2045-4011-8045-9fd436580060",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "0846dbe8-d246-42f3-9ba6-3c197d6bb5c4",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "7d3da3bf-4415-4326-b045-fe6bef605f78",
            "generatedFromUUID": "0846dbe8-d246-42f3-9ba6-3c197d6bb5c4"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "7d3da3bf-4415-4326-b045-fe6bef605f78",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardGcpnoc-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar",
      "artifactChecksum": "MjQxYmE3NTM3MTRlYjAwMzA2YjMyYmJjMmU4MmNkYjE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "d6569f72-4f81-428a-8593-389324ccdf48"
    }
  ],
  "workloadContext": "Production"
}
2023-03-18T10:28:05.991Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-18T10:28:05.992Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 dad851ae-1f1d-4e04-8847-f18fd5d51391 ASDC
2023-03-18T10:28:05.992Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
ServiceName:basic_onboard_gCPnoC
ServiceVersion:1.0
ServiceUUID:dad851ae-1f1d-4e04-8847-f18fd5d51391
ServiceInvariantUUID:693dcbb7-55f2-41d5-a0d9-572574329dfe
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardGcpnoc-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar
ArtifactUUID:d6569f72-4f81-428a-8593-389324ccdf48
ArtifactChecksum:MjQxYmE3NTM3MTRlYjAwMzA2YjMyYmJjMmU4MmNkYjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_gCPnoC 0
ResourceCustomizationUUID:9327f8c9-4591-449b-b6af-227dc0614cab
ResourceInvariantUUID:d7c6b294-4284-4b69-87ff-a797deedad73
ResourceName:basic_onboard_gCPnoC
ResourceType:VF
ResourceUUID:f3fb2f57-aad9-4f33-88db-c458ae09cdfb
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_gcpnoc0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json
ArtifactUUID:583db2fa-2045-4011-8045-9fd436580060
ArtifactChecksum:NjRhMmYzNDQxZDFkYzhiMjZmMTk3NDMzZmQwOWNiNWI=
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/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.yaml
ArtifactUUID:0846dbe8-d246-42f3-9ba6-3c197d6bb5c4
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/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.env
ArtifactUUID:7d3da3bf-4415-4326-b045-fe6bef605f78
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/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.env
ArtifactUUID:7d3da3bf-4415-4326-b045-fe6bef605f78
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-18T10:28:05.992Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF dad851ae-1f1d-4e04-8847-f18fd5d51391 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: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-18T10:28:06.032Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-18T10:28:06.032Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-18T10:28:06.032Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-18T10:28:06.032Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: d6569f72-4f81-428a-8593-389324ccdf48 from URL: /sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar
2023-03-18T10:28:06.032Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-18T10:28:06.033Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar
2023-03-18T10:28:06.078Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||GET Response Status 404
2023-03-18T10:28:06.079Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@2d0ef89b
2023-03-18T10:28:06.079Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-18T10:28:06.079Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicOnboardGcpnoc"
      ]
    }
  }
}
2023-03-18T10:28:06.079Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicOnboardGcpnoc-csar.csar /sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar d6569f72-4f81-428a-8593-389324ccdf48 Specified artifact is  not found 300 ASDC artifact download fail
2023-03-18T10:28:06.079Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar ASDC sendASDCNotification
2023-03-18T10:28:06.079Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar(Specified artifact is  not found)
2023-03-18T10:28:06.079Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-18T10:28:06.080Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-18T10:28:06.080Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T10:28:06.080Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679135286079,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T10:28:07.081Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during processCsarServiceArtifacts ASDC processCsarServiceArtifacts 500 Exception in processCsarServiceArtifacts
org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact service-BasicOnboardGcpnoc-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar(UUID:d6569f72-4f81-428a-8593-389324ccdf48)
Error message is Specified artifact is  not found

	at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394)
	at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2023-03-18T10:28:07.091Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||ERROR|500||error NSST process resource failure 
java.lang.NullPointerException: null
	at org.onap.so.asdc.client.ASDCController.processNsstNotification(ASDCController.java:978)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:760)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-18T10:28:07.091Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: f3fb2f57-aad9-4f33-88db-c458ae09cdfb
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-18T10:28:07.093Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||INFO|500||basic_onboard_gCPnoC 0
2023-03-18T10:28:07.094Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: f3fb2f57-aad9-4f33-88db-c458ae09cdfb
2023-03-18T10:28:07.094Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 583db2fa-2045-4011-8045-9fd436580060 from URL: /sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json
2023-03-18T10:28:07.094Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-18T10:28:07.094Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json
2023-03-18T10:28:07.105Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||GET Response Status 404
2023-03-18T10:28:07.105Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@4e63502e
2023-03-18T10:28:07.105Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-18T10:28:07.105Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicOnboardGcpnoc"
      ]
    }
  }
}
2023-03-18T10:28:07.105Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL basic_onboard_gcpnoc0_modules.json /sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json 583db2fa-2045-4011-8045-9fd436580060 Specified artifact is  not found 300 ASDC artifact download fail
2023-03-18T10:28:07.105Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json ASDC sendASDCNotification
2023-03-18T10:28:07.105Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json(Specified artifact is  not found)
2023-03-18T10:28:07.105Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-18T10:28:07.105Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-18T10:28:07.105Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T10:28:07.105Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679135287105,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T10:28:08.106Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during Installation of artifact ASDC processResourceNotification 500 Exception in processResourceNotification
org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact basic_onboard_gcpnoc0_modules.json could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json(UUID:583db2fa-2045-4011-8045-9fd436580060)
Error message is Specified artifact is  not found

	at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:787)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-18T10:28:08.108Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T10:28:08.129Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T10:28:08.134Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-18T10:28:08.134Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-18T10:28:38.135Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T10:28:38.157Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T10:28:38.161Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-18T10:28:38.162Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-18T10:28:58.919Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T10:28:58.922Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-18T10:28:58.922Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679135229500,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json",
  "status": "NOTIFIED"
}
2023-03-18T10:28:58.924Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T10:29:08.162Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T10:29:08.187Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T10:29:08.192Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-18T10:29:08.192Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-18T10:29:38.193Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T10:29:38.214Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T10:29:38.219Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-18T10:29:38.222Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-18T10:29:58.920Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T10:29:58.921Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-18T10:29:58.921Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679135229500,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2023-03-18T10:29:58.922Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T10:29:58.922Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-18T10:29:58.922Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679135229500,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T10:29:58.922Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T10:29:58.922Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-18T10:29:58.922Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679135229500,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2023-03-18T10:29:58.922Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T10:29:58.922Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-18T10:29:58.922Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679135229500,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T10:29:58.922Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T10:29:58.922Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-18T10:29:58.922Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679135229500,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar",
  "status": "NOTIFIED"
}
2023-03-18T10:29:58.922Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T10:29:58.922Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-18T10:29:58.922Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679135286079,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-18T10:29:58.922Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T10:29:58.922Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-18T10:29:58.922Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679135287105,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-18T10:29:58.922Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T10:30:08.222Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T10:30:08.246Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T10:30:08.250Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-18T10:30:08.251Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-18T10:30:38.251Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T10:30:38.272Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T10:30:38.276Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-18T10:30:38.277Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-18T10:30:58.919Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T10:31:08.277Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T10:31:08.300Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T10:31:08.305Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-18T10:31:08.305Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-18T10:31:38.305Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T10:31:38.324Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T10:31:38.328Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-18T10:31:38.328Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-18T10:31:58.921Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T10:32:08.329Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T10:32:08.347Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T10:32:08.351Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-18T10:32:08.351Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-18T10:32:38.351Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T10:32:38.369Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T10:32:38.372Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-18T10:32:38.372Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-18T10:32:58.922Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T10:32:58.984Z||kafka-coordinator-heartbeat-thread | so|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] consumer poll timeout has expired. This means the time between subsequent calls to poll() was longer than the configured max.poll.interval.ms, which typically implies that the poll loop is spending too much time processing messages. You can address this either by increasing max.poll.interval.ms or by reducing the maximum size of batches returned in poll() with max.poll.records.
2023-03-18T10:32:58.985Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Member SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2-ebbc6a26-47b1-4b70-9401-09139fe93204 sending LeaveGroup request to coordinator onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2147483645 rack: null) due to consumer poll timeout has expired.
2023-03-18T10:32:58.985Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Resetting generation and member id due to: consumer pro-actively leaving the group
2023-03-18T10:32:58.985Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Request joining group due to: consumer pro-actively leaving the group
2023-03-18T10:32:59.708Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T10:32:59.719Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Revoke previously assigned partitions SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-03-18T10:32:59.720Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] (Re-)joining group
2023-03-18T10:32:59.724Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Successfully joined group with generation Generation{generationId=8, memberId='SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94-2995e74d-4211-4955-93f6-f3f14568571e', protocol='range'}
2023-03-18T10:32:59.724Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Finished assignment for group at generation 8: {SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94-2995e74d-4211-4955-93f6-f3f14568571e=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])}
2023-03-18T10:32:59.738Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Successfully synced group in generation Generation{generationId=8, memberId='SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94-2995e74d-4211-4955-93f6-f3f14568571e', protocol='range'}
2023-03-18T10:32:59.740Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])
2023-03-18T10:32:59.740Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Adding newly assigned partitions: SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-03-18T10:32:59.744Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-18T10:32:59.744Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-18T10:32:59.744Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-18T10:32:59.744Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=93, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-18T10:32:59.745Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-18T10:32:59.745Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-18T10:33:08.373Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2023-03-18T10:33:08.373Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-18T10:33:08.381Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846 and serviceModelVersionId: dad851ae-1f1d-4e04-8847-f18fd5d51391
2023-03-18T10:33:08.382Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 693dcbb7-55f2-41d5-a0d9-572574329dfe
2023-03-18T10:33:08.383Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391?depth=0
2023-03-18T10:33:08.394Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-03-18T10:33:08.431Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391?depth=0|INFO|500||Invoke
2023-03-18T10:33:08.431Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[0d64bfec-e1c3-4993-abaa-05c66f7c208c], X-ECOMP-RequestID=[34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846], X-TransactionId=[], X-ONAP-RequestID=[34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846], Content-Type=[application/merge-patch+json]}
2023-03-18T10:33:08.439Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2023-03-18T10:33:08.464Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391?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/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391?depth=0 has http status code:404 and response headers:{date=[Sat, 18 Mar 2023 10:33:08 GMT], content-length=[495], x-aai-txid=[1-aai-resources-230318-10:33:08:141-8212], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-18T10:33:08.465Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391?depth=0|DEBUG|500||{"requestError":{"serviceException":{"messageId":"SVC3001","text":"Resource not found for %1 using id %2 (msg=%3) (ec=%4)","variables":["MERGE_PATCH","service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391","Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391","ERR.5.4.6114"]}}}

2023-03-18T10:33:08.466Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391?depth=0|INFO|404|Not Found|InvokeReturn
2023-03-18T10:33:08.468Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391) (ec=ERR.5.4.6114)
2023-03-18T10:33:08.468Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||ERROR|500||Exception occurred
javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391) (ec=ERR.5.4.6114)
	at org.onap.so.client.ResponseExceptionMapper.map(ResponseExceptionMapper.java:74)
	at org.onap.so.client.RestRequest.get(RestRequest.java:77)
	at org.onap.so.client.RestClient.buildRequest(RestClient.java:326)
	at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322)
	at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283)
	at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67)
	at net.jodah.failsafe.Execution.executeSync(Execution.java:117)
	at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319)
	at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71)
	at org.onap.so.client.RestClient.method(RestClient.java:322)
	at org.onap.so.client.RestClient.patch(RestClient.java:265)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184)
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-18T10:33:08.468Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391) (ec=ERR.5.4.6114)
2023-03-18T10:33:08.468Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391) (ec=ERR.5.4.6114)
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-18T10:33:08.484Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-18T10:33:08.484Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391) (ec=ERR.5.4.6114)
2023-03-18T10:33:08.485Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2023-03-18T10:33:08.485Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-18T10:33:08.485Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T10:33:08.485Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679135588484,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391) (ec\u003dERR.5.4.6114)"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T10:33:08.500Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-18T10:33:08.500Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679135588484,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391) (ec\u003dERR.5.4.6114)"
}
2023-03-18T10:33:08.501Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-18T10:33:09.506Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T10:33:09.506Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Failing OffsetCommit request since the consumer is not part of an active group
2023-03-18T10:33:09.507Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||ERROR|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Asynchronous auto-commit of offsets failed: Offset commit cannot be completed since the consumer is not part of an active group for auto partition assignment; it is likely that the consumer was kicked out of the group.. Will continue to join group.
2023-03-18T10:33:09.507Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Giving away all assigned partitions as lost since generation/memberID has been reset,indicating that consumer is in old state or no longer part of the group
2023-03-18T10:33:09.507Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Lost previously assigned partitions SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5
2023-03-18T10:33:09.507Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] (Re-)joining group
2023-03-18T10:33:09.511Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2-add7f4e8-d962-4bed-8ffb-dacf50acdbff
2023-03-18T10:33:09.511Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Asynchronous auto-commit of offsets {SDC-DISTR-NOTIF-TOPIC-AUTO-5=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-4=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-3=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-2=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-1=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-0=OffsetAndMetadata{offset=1, leaderEpoch=0, metadata=''}} failed: Offset commit cannot be completed since the consumer is not part of an active group for auto partition assignment; it is likely that the consumer was kicked out of the group.
2023-03-18T10:33:09.512Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Request joining group due to: rebalance failed due to 'The group member needs to have a valid member id before actually entering a consumer group.' (MemberIdRequiredException)
2023-03-18T10:33:09.512Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] (Re-)joining group
2023-03-18T10:33:11.919Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T10:33:14.940Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T10:33:17.947Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T10:33:20.955Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T10:33:23.963Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T10:33:26.973Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T10:33:29.981Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T10:33:32.993Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T10:33:36.005Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T10:33:39.020Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T10:33:42.029Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T10:33:45.037Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T10:33:48.049Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T10:33:51.056Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T10:33:54.066Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T10:33:57.075Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T10:33:58.919Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T10:33:58.931Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Revoke previously assigned partitions SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-03-18T10:33:58.931Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] (Re-)joining group
2023-03-18T10:33:58.936Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Successfully joined group with generation Generation{generationId=9, memberId='SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2-add7f4e8-d962-4bed-8ffb-dacf50acdbff', protocol='range'}
2023-03-18T10:33:58.936Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Successfully joined group with generation Generation{generationId=9, memberId='SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94-2995e74d-4211-4955-93f6-f3f14568571e', protocol='range'}
2023-03-18T10:33:58.941Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Finished assignment for group at generation 9: {SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2-add7f4e8-d962-4bed-8ffb-dacf50acdbff=Assignment(partitions=[SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5]), SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94-2995e74d-4211-4955-93f6-f3f14568571e=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])}
2023-03-18T10:33:58.955Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Successfully synced group in generation Generation{generationId=9, memberId='SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2-add7f4e8-d962-4bed-8ffb-dacf50acdbff', protocol='range'}
2023-03-18T10:33:58.956Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5])
2023-03-18T10:33:58.956Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Successfully synced group in generation Generation{generationId=9, memberId='SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94-2995e74d-4211-4955-93f6-f3f14568571e', protocol='range'}
2023-03-18T10:33:58.956Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Adding newly assigned partitions: SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5
2023-03-18T10:33:58.956Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])
2023-03-18T10:33:58.957Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Adding newly assigned partitions: SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-03-18T10:33:58.960Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-18T10:33:58.960Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-18T10:33:58.960Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-18T10:33:58.960Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-18T10:33:58.960Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-18T10:33:58.960Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-18T10:33:58.961Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-18T10:33:58.961Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-18T10:33:58.961Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-18T10:33:58.961Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=94, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-18T10:33:58.962Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-18T10:33:58.962Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-18T10:33:58.966Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-18T10:33:58.966Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846","serviceName":"basic_onboard_gCPnoC","serviceVersion":"1.0","serviceUUID":"dad851ae-1f1d-4e04-8847-f18fd5d51391","serviceDescription":"service","serviceInvariantUUID":"693dcbb7-55f2-41d5-a0d9-572574329dfe","resources":[{"resourceInstanceName":"basic_onboard_gCPnoC 0","resourceName":"basic_onboard_gCPnoC","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"f3fb2f57-aad9-4f33-88db-c458ae09cdfb","resourceInvariantUUID":"d7c6b294-4284-4b69-87ff-a797deedad73","resourceCustomizationUUID":"9327f8c9-4591-449b-b6af-227dc0614cab","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/vf-license-model.xml","artifactChecksum":"OGQ5ZDI0MzIzNDdmMDUyYmQ0MzVmMDVkOWUyNGVlYmE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"5077753b-8cdd-47a9-82d5-e3ff4ce969c3","artifactVersion":"1"},{"artifactName":"basic_onboard_gcpnoc0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json","artifactChecksum":"NjRhMmYzNDQxZDFkYzhiMjZmMTk3NDMzZmQwOWNiNWI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"583db2fa-2045-4011-8045-9fd436580060","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"0846dbe8-d246-42f3-9ba6-3c197d6bb5c4","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"5004fadd-cda9-4566-99ac-bc5d669427a2","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"7d3da3bf-4415-4326-b045-fe6bef605f78","artifactVersion":"2","generatedFromUUID":"0846dbe8-d246-42f3-9ba6-3c197d6bb5c4"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardGcpnoc-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-template.yml","artifactChecksum":"OGFkYWYzODVjYTg1MmE4Y2JhZWM5NDk3ZjljNTAwNTE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"8ab16f5d-5180-4470-b278-f6ea6f7c23e8","artifactVersion":"1"},{"artifactName":"service-BasicOnboardGcpnoc-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar","artifactChecksum":"MjQxYmE3NTM3MTRlYjAwMzA2YjMyYmJjMmU4MmNkYjE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"d6569f72-4f81-428a-8593-389324ccdf48","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-18T10:33:58.967Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T10:33:58.967Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-18T10:33:58.967Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T10:33:58.967Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679135589506,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T10:33:59.968Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T10:33:59.968Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-18T10:33:59.968Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T10:33:59.968Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679135589506,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T10:33:59.972Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-18T10:33:59.972Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679135589506,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T10:33:59.973Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T10:34:00.969Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T10:34:00.970Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-18T10:34:00.970Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T10:34:00.970Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679135589506,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T10:34:01.971Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T10:34:01.971Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-18T10:34:01.971Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T10:34:01.972Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679135589506,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T10:34:02.974Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T10:34:02.974Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-18T10:34:02.978Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T10:34:02.978Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679135589506,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T10:34:03.978Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T10:34:03.979Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-18T10:34:03.979Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T10:34:03.979Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679135589506,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T10:34:04.980Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T10:34:04.980Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-18T10:34:04.980Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T10:34:04.980Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679135589506,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T10:34:05.981Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "serviceName": "basic_onboard_gCPnoC",
  "serviceVersion": "1.0",
  "serviceUUID": "dad851ae-1f1d-4e04-8847-f18fd5d51391",
  "serviceDescription": "service",
  "serviceInvariantUUID": "693dcbb7-55f2-41d5-a0d9-572574329dfe",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_gCPnoC 0",
      "resourceCustomizationUUID": "9327f8c9-4591-449b-b6af-227dc0614cab",
      "resourceName": "basic_onboard_gCPnoC",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "f3fb2f57-aad9-4f33-88db-c458ae09cdfb",
      "resourceInvariantUUID": "d7c6b294-4284-4b69-87ff-a797deedad73",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_gcpnoc0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json",
          "artifactChecksum": "NjRhMmYzNDQxZDFkYzhiMjZmMTk3NDMzZmQwOWNiNWI\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "583db2fa-2045-4011-8045-9fd436580060",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "0846dbe8-d246-42f3-9ba6-3c197d6bb5c4",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "7d3da3bf-4415-4326-b045-fe6bef605f78",
            "generatedFromUUID": "0846dbe8-d246-42f3-9ba6-3c197d6bb5c4"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "7d3da3bf-4415-4326-b045-fe6bef605f78",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardGcpnoc-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar",
      "artifactChecksum": "MjQxYmE3NTM3MTRlYjAwMzA2YjMyYmJjMmU4MmNkYjE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "d6569f72-4f81-428a-8593-389324ccdf48"
    }
  ],
  "workloadContext": "Production"
}
2023-03-18T10:34:05.982Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-18T10:34:05.982Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 dad851ae-1f1d-4e04-8847-f18fd5d51391 ASDC
2023-03-18T10:34:05.982Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
ServiceName:basic_onboard_gCPnoC
ServiceVersion:1.0
ServiceUUID:dad851ae-1f1d-4e04-8847-f18fd5d51391
ServiceInvariantUUID:693dcbb7-55f2-41d5-a0d9-572574329dfe
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardGcpnoc-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar
ArtifactUUID:d6569f72-4f81-428a-8593-389324ccdf48
ArtifactChecksum:MjQxYmE3NTM3MTRlYjAwMzA2YjMyYmJjMmU4MmNkYjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_gCPnoC 0
ResourceCustomizationUUID:9327f8c9-4591-449b-b6af-227dc0614cab
ResourceInvariantUUID:d7c6b294-4284-4b69-87ff-a797deedad73
ResourceName:basic_onboard_gCPnoC
ResourceType:VF
ResourceUUID:f3fb2f57-aad9-4f33-88db-c458ae09cdfb
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_gcpnoc0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json
ArtifactUUID:583db2fa-2045-4011-8045-9fd436580060
ArtifactChecksum:NjRhMmYzNDQxZDFkYzhiMjZmMTk3NDMzZmQwOWNiNWI=
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/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.yaml
ArtifactUUID:0846dbe8-d246-42f3-9ba6-3c197d6bb5c4
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/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.env
ArtifactUUID:7d3da3bf-4415-4326-b045-fe6bef605f78
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/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.env
ArtifactUUID:7d3da3bf-4415-4326-b045-fe6bef605f78
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-18T10:34:05.982Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF dad851ae-1f1d-4e04-8847-f18fd5d51391 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: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-18T10:34:06.014Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-18T10:34:06.015Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-18T10:34:06.015Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-18T10:34:06.015Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: d6569f72-4f81-428a-8593-389324ccdf48 from URL: /sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar
2023-03-18T10:34:06.015Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-18T10:34:06.015Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar
2023-03-18T10:34:06.058Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||GET Response Status 404
2023-03-18T10:34:06.058Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@71682240
2023-03-18T10:34:06.059Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-18T10:34:06.059Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicOnboardGcpnoc"
      ]
    }
  }
}
2023-03-18T10:34:06.059Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicOnboardGcpnoc-csar.csar /sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar d6569f72-4f81-428a-8593-389324ccdf48 Specified artifact is  not found 300 ASDC artifact download fail
2023-03-18T10:34:06.059Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar ASDC sendASDCNotification
2023-03-18T10:34:06.060Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar(Specified artifact is  not found)
2023-03-18T10:34:06.061Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-18T10:34:06.061Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-18T10:34:06.061Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T10:34:06.061Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679135646059,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T10:34:07.062Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during processCsarServiceArtifacts ASDC processCsarServiceArtifacts 500 Exception in processCsarServiceArtifacts
org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact service-BasicOnboardGcpnoc-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar(UUID:d6569f72-4f81-428a-8593-389324ccdf48)
Error message is Specified artifact is  not found

	at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394)
	at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2023-03-18T10:34:07.088Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||ERROR|500||error NSST process resource failure 
java.lang.NullPointerException: null
	at org.onap.so.asdc.client.ASDCController.processNsstNotification(ASDCController.java:978)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:760)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-18T10:34:07.088Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: f3fb2f57-aad9-4f33-88db-c458ae09cdfb
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-18T10:34:07.103Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||INFO|500||basic_onboard_gCPnoC 0
2023-03-18T10:34:07.103Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: f3fb2f57-aad9-4f33-88db-c458ae09cdfb
2023-03-18T10:34:07.103Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 583db2fa-2045-4011-8045-9fd436580060 from URL: /sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json
2023-03-18T10:34:07.103Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-18T10:34:07.104Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json
2023-03-18T10:34:07.118Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||GET Response Status 404
2023-03-18T10:34:07.118Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@6b9b0da6
2023-03-18T10:34:07.118Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-18T10:34:07.119Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicOnboardGcpnoc"
      ]
    }
  }
}
2023-03-18T10:34:07.119Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL basic_onboard_gcpnoc0_modules.json /sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json 583db2fa-2045-4011-8045-9fd436580060 Specified artifact is  not found 300 ASDC artifact download fail
2023-03-18T10:34:07.119Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json ASDC sendASDCNotification
2023-03-18T10:34:07.119Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json(Specified artifact is  not found)
2023-03-18T10:34:07.119Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-18T10:34:07.119Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-18T10:34:07.119Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T10:34:07.120Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679135647119,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T10:34:08.122Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during Installation of artifact ASDC processResourceNotification 500 Exception in processResourceNotification
org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact basic_onboard_gcpnoc0_modules.json could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json(UUID:583db2fa-2045-4011-8045-9fd436580060)
Error message is Specified artifact is  not found

	at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:787)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-18T10:34:08.123Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T10:34:08.137Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T10:34:08.140Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-18T10:34:08.140Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-18T10:34:38.140Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T10:34:38.155Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T10:34:38.157Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-18T10:34:38.157Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-18T10:34:58.919Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T10:34:58.921Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-18T10:34:58.922Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679135589506,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json",
  "status": "NOTIFIED"
}
2023-03-18T10:34:58.922Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T10:35:08.157Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T10:35:08.176Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T10:35:08.180Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-18T10:35:08.180Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-18T10:35:38.180Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T10:35:38.198Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T10:35:38.202Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-18T10:35:38.202Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-18T10:35:58.919Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T10:35:58.921Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-18T10:35:58.922Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679135589506,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2023-03-18T10:35:58.923Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T10:35:58.923Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-18T10:35:58.923Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679135589506,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T10:35:58.923Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T10:35:58.923Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-18T10:35:58.923Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679135589506,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2023-03-18T10:35:58.923Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T10:35:58.923Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-18T10:35:58.923Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679135589506,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T10:35:58.923Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T10:35:58.923Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-18T10:35:58.923Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679135589506,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar",
  "status": "NOTIFIED"
}
2023-03-18T10:35:58.923Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T10:35:58.923Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-18T10:35:58.923Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679135646059,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-18T10:35:58.924Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T10:35:58.924Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-18T10:35:58.924Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679135647119,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-18T10:35:58.924Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T10:36:08.203Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T10:36:08.220Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T10:36:08.223Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-18T10:36:08.223Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-18T10:36:38.226Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T10:36:38.241Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T10:36:38.245Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-18T10:36:38.246Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-18T10:36:58.919Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T10:37:08.246Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T10:37:08.262Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T10:37:08.265Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-18T10:37:08.266Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-18T10:37:38.266Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T10:37:38.282Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T10:37:38.285Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-18T10:37:38.285Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-18T10:37:58.921Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T10:38:08.285Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T10:38:08.302Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T10:38:08.306Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-18T10:38:08.306Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-18T10:38:38.318Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T10:38:38.333Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T10:38:38.336Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-18T10:38:38.336Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-18T10:38:58.922Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T10:38:59.044Z||kafka-coordinator-heartbeat-thread | so|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] consumer poll timeout has expired. This means the time between subsequent calls to poll() was longer than the configured max.poll.interval.ms, which typically implies that the poll loop is spending too much time processing messages. You can address this either by increasing max.poll.interval.ms or by reducing the maximum size of batches returned in poll() with max.poll.records.
2023-03-18T10:38:59.045Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Member SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2-add7f4e8-d962-4bed-8ffb-dacf50acdbff sending LeaveGroup request to coordinator onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2147483645 rack: null) due to consumer poll timeout has expired.
2023-03-18T10:38:59.045Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Resetting generation and member id due to: consumer pro-actively leaving the group
2023-03-18T10:38:59.045Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Request joining group due to: consumer pro-actively leaving the group
2023-03-18T10:38:59.760Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T10:38:59.770Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Revoke previously assigned partitions SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-03-18T10:38:59.770Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] (Re-)joining group
2023-03-18T10:38:59.773Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Successfully joined group with generation Generation{generationId=10, memberId='SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94-2995e74d-4211-4955-93f6-f3f14568571e', protocol='range'}
2023-03-18T10:38:59.774Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Finished assignment for group at generation 10: {SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94-2995e74d-4211-4955-93f6-f3f14568571e=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])}
2023-03-18T10:38:59.796Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Successfully synced group in generation Generation{generationId=10, memberId='SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94-2995e74d-4211-4955-93f6-f3f14568571e', protocol='range'}
2023-03-18T10:38:59.796Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])
2023-03-18T10:38:59.796Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Adding newly assigned partitions: SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-03-18T10:38:59.800Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-18T10:38:59.800Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-18T10:38:59.800Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-18T10:38:59.800Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=103, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-18T10:38:59.800Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-18T10:38:59.800Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-18T10:39:08.337Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2023-03-18T10:39:08.337Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-18T10:39:08.348Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846 and serviceModelVersionId: dad851ae-1f1d-4e04-8847-f18fd5d51391
2023-03-18T10:39:08.348Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 693dcbb7-55f2-41d5-a0d9-572574329dfe
2023-03-18T10:39:08.348Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391?depth=0
2023-03-18T10:39:08.351Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-03-18T10:39:08.393Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-03-18T10:39:08.394Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391?depth=0|INFO|500||Invoke
2023-03-18T10:39:08.402Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2023-03-18T10:39:08.430Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391?depth=0|INFO|404|Not Found|InvokeReturn
2023-03-18T10:39:08.431Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391?depth=0 has http status code:404 and response headers:{date=[Sat, 18 Mar 2023 10:39:08 GMT], content-length=[495], x-aai-txid=[0-aai-resources-230318-10:39:08:104-17418], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-18T10:39:08.431Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||{"requestError":{"serviceException":{"messageId":"SVC3001","text":"Resource not found for %1 using id %2 (msg=%3) (ec=%4)","variables":["MERGE_PATCH","service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391","Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391","ERR.5.4.6114"]}}}

2023-03-18T10:39:08.433Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391) (ec=ERR.5.4.6114)
2023-03-18T10:39:08.434Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||ERROR|500||Exception occurred
javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391) (ec=ERR.5.4.6114)
	at org.onap.so.client.ResponseExceptionMapper.map(ResponseExceptionMapper.java:74)
	at org.onap.so.client.RestRequest.get(RestRequest.java:77)
	at org.onap.so.client.RestClient.buildRequest(RestClient.java:326)
	at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322)
	at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283)
	at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67)
	at net.jodah.failsafe.Execution.executeSync(Execution.java:117)
	at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319)
	at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71)
	at org.onap.so.client.RestClient.method(RestClient.java:322)
	at org.onap.so.client.RestClient.patch(RestClient.java:265)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184)
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-18T10:39:08.434Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391) (ec=ERR.5.4.6114)
2023-03-18T10:39:08.434Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391) (ec=ERR.5.4.6114)
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-18T10:39:08.445Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-18T10:39:08.446Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391) (ec=ERR.5.4.6114)
2023-03-18T10:39:08.446Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2023-03-18T10:39:08.447Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-18T10:39:08.447Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T10:39:08.447Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679135948446,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391) (ec\u003dERR.5.4.6114)"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T10:39:08.464Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-18T10:39:08.464Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679135948446,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391) (ec\u003dERR.5.4.6114)"
}
2023-03-18T10:39:08.465Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-18T10:39:09.467Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T10:39:09.468Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Failing OffsetCommit request since the consumer is not part of an active group
2023-03-18T10:39:09.468Z||pool-2-thread-8|||||ERROR|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Asynchronous auto-commit of offsets failed: Offset commit cannot be completed since the consumer is not part of an active group for auto partition assignment; it is likely that the consumer was kicked out of the group.. Will continue to join group.
2023-03-18T10:39:09.468Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Giving away all assigned partitions as lost since generation/memberID has been reset,indicating that consumer is in old state or no longer part of the group
2023-03-18T10:39:09.468Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Lost previously assigned partitions SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5
2023-03-18T10:39:09.468Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] (Re-)joining group
2023-03-18T10:39:09.472Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2-caa58c9a-7271-4875-9112-79e0c71659db
2023-03-18T10:39:09.472Z||pool-2-thread-8|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Asynchronous auto-commit of offsets {SDC-DISTR-NOTIF-TOPIC-AUTO-5=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-4=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-3=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-2=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-1=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-0=OffsetAndMetadata{offset=1, leaderEpoch=0, metadata=''}} failed: Offset commit cannot be completed since the consumer is not part of an active group for auto partition assignment; it is likely that the consumer was kicked out of the group.
2023-03-18T10:39:09.473Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Request joining group due to: rebalance failed due to 'The group member needs to have a valid member id before actually entering a consumer group.' (MemberIdRequiredException)
2023-03-18T10:39:09.473Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] (Re-)joining group
2023-03-18T10:39:11.980Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T10:39:14.991Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T10:39:18.002Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T10:39:21.015Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T10:39:24.023Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T10:39:27.037Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T10:39:30.046Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T10:39:33.056Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T10:39:36.063Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T10:39:39.071Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T10:39:42.099Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T10:39:45.108Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T10:39:48.116Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T10:39:51.126Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T10:39:54.135Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T10:39:57.152Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T10:39:58.919Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T10:39:58.933Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Revoke previously assigned partitions SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-03-18T10:39:58.933Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] (Re-)joining group
2023-03-18T10:39:58.938Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Successfully joined group with generation Generation{generationId=11, memberId='SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2-caa58c9a-7271-4875-9112-79e0c71659db', protocol='range'}
2023-03-18T10:39:58.938Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Successfully joined group with generation Generation{generationId=11, memberId='SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94-2995e74d-4211-4955-93f6-f3f14568571e', protocol='range'}
2023-03-18T10:39:58.942Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Finished assignment for group at generation 11: {SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2-caa58c9a-7271-4875-9112-79e0c71659db=Assignment(partitions=[SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5]), SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94-2995e74d-4211-4955-93f6-f3f14568571e=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])}
2023-03-18T10:39:58.959Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Successfully synced group in generation Generation{generationId=11, memberId='SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2-caa58c9a-7271-4875-9112-79e0c71659db', protocol='range'}
2023-03-18T10:39:58.959Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Successfully synced group in generation Generation{generationId=11, memberId='SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94-2995e74d-4211-4955-93f6-f3f14568571e', protocol='range'}
2023-03-18T10:39:58.959Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])
2023-03-18T10:39:58.960Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5])
2023-03-18T10:39:58.960Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Adding newly assigned partitions: SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-03-18T10:39:58.960Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Adding newly assigned partitions: SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5
2023-03-18T10:39:58.963Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-18T10:39:58.964Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-18T10:39:58.964Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-18T10:39:58.964Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=104, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-18T10:39:58.965Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-18T10:39:58.965Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-18T10:39:58.964Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-18T10:39:58.965Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-18T10:39:58.965Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-18T10:39:58.966Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-18T10:39:58.966Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-18T10:39:58.967Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-18T10:39:58.973Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-18T10:39:58.974Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {"distributionID":"34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846","serviceName":"basic_onboard_gCPnoC","serviceVersion":"1.0","serviceUUID":"dad851ae-1f1d-4e04-8847-f18fd5d51391","serviceDescription":"service","serviceInvariantUUID":"693dcbb7-55f2-41d5-a0d9-572574329dfe","resources":[{"resourceInstanceName":"basic_onboard_gCPnoC 0","resourceName":"basic_onboard_gCPnoC","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"f3fb2f57-aad9-4f33-88db-c458ae09cdfb","resourceInvariantUUID":"d7c6b294-4284-4b69-87ff-a797deedad73","resourceCustomizationUUID":"9327f8c9-4591-449b-b6af-227dc0614cab","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/vf-license-model.xml","artifactChecksum":"OGQ5ZDI0MzIzNDdmMDUyYmQ0MzVmMDVkOWUyNGVlYmE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"5077753b-8cdd-47a9-82d5-e3ff4ce969c3","artifactVersion":"1"},{"artifactName":"basic_onboard_gcpnoc0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json","artifactChecksum":"NjRhMmYzNDQxZDFkYzhiMjZmMTk3NDMzZmQwOWNiNWI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"583db2fa-2045-4011-8045-9fd436580060","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"0846dbe8-d246-42f3-9ba6-3c197d6bb5c4","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"5004fadd-cda9-4566-99ac-bc5d669427a2","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"7d3da3bf-4415-4326-b045-fe6bef605f78","artifactVersion":"2","generatedFromUUID":"0846dbe8-d246-42f3-9ba6-3c197d6bb5c4"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardGcpnoc-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-template.yml","artifactChecksum":"OGFkYWYzODVjYTg1MmE4Y2JhZWM5NDk3ZjljNTAwNTE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"8ab16f5d-5180-4470-b278-f6ea6f7c23e8","artifactVersion":"1"},{"artifactName":"service-BasicOnboardGcpnoc-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar","artifactChecksum":"MjQxYmE3NTM3MTRlYjAwMzA2YjMyYmJjMmU4MmNkYjE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"d6569f72-4f81-428a-8593-389324ccdf48","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-18T10:39:58.975Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T10:39:58.976Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-18T10:39:58.976Z||pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T10:39:58.976Z||pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679135949467,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T10:39:59.976Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T10:39:59.977Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-18T10:39:59.977Z||pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T10:39:59.977Z||pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679135949467,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T10:39:59.979Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-18T10:39:59.980Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679135949467,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T10:39:59.980Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T10:40:00.978Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T10:40:00.979Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-18T10:40:00.980Z||pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T10:40:00.980Z||pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679135949467,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T10:40:01.981Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T10:40:01.982Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-18T10:40:01.982Z||pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T10:40:01.982Z||pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679135949467,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T10:40:02.983Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T10:40:02.984Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-18T10:40:02.984Z||pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T10:40:02.984Z||pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679135949467,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T10:40:03.985Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T10:40:03.986Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-18T10:40:03.986Z||pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T10:40:03.986Z||pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679135949467,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T10:40:04.987Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T10:40:04.987Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-18T10:40:04.987Z||pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T10:40:04.987Z||pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679135949467,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T10:40:05.989Z||pool-2-thread-8|||||DEBUG|500||sending notification to client: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "serviceName": "basic_onboard_gCPnoC",
  "serviceVersion": "1.0",
  "serviceUUID": "dad851ae-1f1d-4e04-8847-f18fd5d51391",
  "serviceDescription": "service",
  "serviceInvariantUUID": "693dcbb7-55f2-41d5-a0d9-572574329dfe",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_gCPnoC 0",
      "resourceCustomizationUUID": "9327f8c9-4591-449b-b6af-227dc0614cab",
      "resourceName": "basic_onboard_gCPnoC",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "f3fb2f57-aad9-4f33-88db-c458ae09cdfb",
      "resourceInvariantUUID": "d7c6b294-4284-4b69-87ff-a797deedad73",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_gcpnoc0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json",
          "artifactChecksum": "NjRhMmYzNDQxZDFkYzhiMjZmMTk3NDMzZmQwOWNiNWI\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "583db2fa-2045-4011-8045-9fd436580060",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "0846dbe8-d246-42f3-9ba6-3c197d6bb5c4",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "7d3da3bf-4415-4326-b045-fe6bef605f78",
            "generatedFromUUID": "0846dbe8-d246-42f3-9ba6-3c197d6bb5c4"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "7d3da3bf-4415-4326-b045-fe6bef605f78",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardGcpnoc-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar",
      "artifactChecksum": "MjQxYmE3NTM3MTRlYjAwMzA2YjMyYmJjMmU4MmNkYjE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "d6569f72-4f81-428a-8593-389324ccdf48"
    }
  ],
  "workloadContext": "Production"
}
2023-03-18T10:40:05.989Z||pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-18T10:40:05.990Z||pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 dad851ae-1f1d-4e04-8847-f18fd5d51391 ASDC
2023-03-18T10:40:05.991Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
ServiceName:basic_onboard_gCPnoC
ServiceVersion:1.0
ServiceUUID:dad851ae-1f1d-4e04-8847-f18fd5d51391
ServiceInvariantUUID:693dcbb7-55f2-41d5-a0d9-572574329dfe
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardGcpnoc-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar
ArtifactUUID:d6569f72-4f81-428a-8593-389324ccdf48
ArtifactChecksum:MjQxYmE3NTM3MTRlYjAwMzA2YjMyYmJjMmU4MmNkYjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_gCPnoC 0
ResourceCustomizationUUID:9327f8c9-4591-449b-b6af-227dc0614cab
ResourceInvariantUUID:d7c6b294-4284-4b69-87ff-a797deedad73
ResourceName:basic_onboard_gCPnoC
ResourceType:VF
ResourceUUID:f3fb2f57-aad9-4f33-88db-c458ae09cdfb
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_gcpnoc0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json
ArtifactUUID:583db2fa-2045-4011-8045-9fd436580060
ArtifactChecksum:NjRhMmYzNDQxZDFkYzhiMjZmMTk3NDMzZmQwOWNiNWI=
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/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.yaml
ArtifactUUID:0846dbe8-d246-42f3-9ba6-3c197d6bb5c4
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/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.env
ArtifactUUID:7d3da3bf-4415-4326-b045-fe6bef605f78
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/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.env
ArtifactUUID:7d3da3bf-4415-4326-b045-fe6bef605f78
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-18T10:40:05.991Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF dad851ae-1f1d-4e04-8847-f18fd5d51391 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: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-18T10:40:06.024Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-18T10:40:06.025Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2023-03-18T10:40:06.026Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2023-03-18T10:40:06.026Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: d6569f72-4f81-428a-8593-389324ccdf48 from URL: /sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar
2023-03-18T10:40:06.026Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||INFO|500||DistributionClient - download
2023-03-18T10:40:06.026Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar
2023-03-18T10:40:06.068Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||GET Response Status 404
2023-03-18T10:40:06.068Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@1158330a
2023-03-18T10:40:06.068Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-18T10:40:06.069Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicOnboardGcpnoc"
      ]
    }
  }
}
2023-03-18T10:40:06.069Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicOnboardGcpnoc-csar.csar /sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar d6569f72-4f81-428a-8593-389324ccdf48 Specified artifact is  not found 300 ASDC artifact download fail
2023-03-18T10:40:06.069Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar ASDC sendASDCNotification
2023-03-18T10:40:06.069Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar(Specified artifact is  not found)
2023-03-18T10:40:06.069Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-18T10:40:06.069Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-18T10:40:06.069Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T10:40:06.069Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679136006069,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T10:40:07.070Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during processCsarServiceArtifacts ASDC processCsarServiceArtifacts 500 Exception in processCsarServiceArtifacts
org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact service-BasicOnboardGcpnoc-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar(UUID:d6569f72-4f81-428a-8593-389324ccdf48)
Error message is Specified artifact is  not found

	at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394)
	at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2023-03-18T10:40:07.092Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||ERROR|500||error NSST process resource failure 
java.lang.NullPointerException: null
	at org.onap.so.asdc.client.ASDCController.processNsstNotification(ASDCController.java:978)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:760)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-18T10:40:07.092Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: f3fb2f57-aad9-4f33-88db-c458ae09cdfb
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-18T10:40:07.097Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||INFO|500||basic_onboard_gCPnoC 0
2023-03-18T10:40:07.097Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: f3fb2f57-aad9-4f33-88db-c458ae09cdfb
2023-03-18T10:40:07.097Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 583db2fa-2045-4011-8045-9fd436580060 from URL: /sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json
2023-03-18T10:40:07.097Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||INFO|500||DistributionClient - download
2023-03-18T10:40:07.097Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json
2023-03-18T10:40:07.110Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||GET Response Status 404
2023-03-18T10:40:07.111Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@6655e805
2023-03-18T10:40:07.111Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-18T10:40:07.111Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicOnboardGcpnoc"
      ]
    }
  }
}
2023-03-18T10:40:07.111Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL basic_onboard_gcpnoc0_modules.json /sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json 583db2fa-2045-4011-8045-9fd436580060 Specified artifact is  not found 300 ASDC artifact download fail
2023-03-18T10:40:07.111Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json ASDC sendASDCNotification
2023-03-18T10:40:07.111Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json(Specified artifact is  not found)
2023-03-18T10:40:07.112Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-18T10:40:07.112Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-18T10:40:07.112Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T10:40:07.112Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679136007111,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T10:40:08.113Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during Installation of artifact ASDC processResourceNotification 500 Exception in processResourceNotification
org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact basic_onboard_gcpnoc0_modules.json could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json(UUID:583db2fa-2045-4011-8045-9fd436580060)
Error message is Specified artifact is  not found

	at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:787)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-18T10:40:08.114Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T10:40:08.146Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T10:40:08.148Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-18T10:40:08.148Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-18T10:40:38.149Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T10:40:38.166Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T10:40:38.170Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-18T10:40:38.170Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-18T10:40:58.920Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T10:40:58.922Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-18T10:40:58.923Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679135949467,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json",
  "status": "NOTIFIED"
}
2023-03-18T10:40:58.924Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T10:41:08.171Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T10:41:08.189Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T10:41:08.193Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-18T10:41:08.193Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-18T10:41:38.193Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T10:41:38.210Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T10:41:38.214Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-18T10:41:38.214Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-18T10:41:58.920Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T10:41:58.924Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-18T10:41:58.924Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679135949467,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2023-03-18T10:41:58.928Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T10:41:58.928Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-18T10:41:58.928Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679135949467,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T10:41:58.929Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T10:41:58.929Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-18T10:41:58.929Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679135949467,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2023-03-18T10:41:58.929Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T10:41:58.929Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-18T10:41:58.929Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679135949467,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T10:41:58.929Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T10:41:58.930Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-18T10:41:58.930Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679135949467,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar",
  "status": "NOTIFIED"
}
2023-03-18T10:41:58.930Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T10:41:58.930Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-18T10:41:58.930Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679136006069,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-18T10:41:58.930Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T10:41:58.931Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-18T10:41:58.931Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679136007111,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-18T10:41:58.931Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T10:42:08.214Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T10:42:08.232Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T10:42:08.235Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-18T10:42:08.235Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-18T10:42:38.235Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T10:42:38.256Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T10:42:38.261Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-18T10:42:38.261Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-18T10:42:58.919Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T10:43:08.261Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T10:43:08.281Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T10:43:08.284Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-18T10:43:08.284Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-18T10:43:38.285Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T10:43:38.299Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T10:43:38.302Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-18T10:43:38.302Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-18T10:43:58.920Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T10:44:08.303Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T10:44:08.315Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T10:44:08.318Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-18T10:44:08.318Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-18T10:44:38.318Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T10:44:38.337Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T10:44:38.340Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-18T10:44:38.340Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-18T10:44:58.922Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T10:44:59.051Z||kafka-coordinator-heartbeat-thread | so|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] consumer poll timeout has expired. This means the time between subsequent calls to poll() was longer than the configured max.poll.interval.ms, which typically implies that the poll loop is spending too much time processing messages. You can address this either by increasing max.poll.interval.ms or by reducing the maximum size of batches returned in poll() with max.poll.records.
2023-03-18T10:44:59.052Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Member SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2-caa58c9a-7271-4875-9112-79e0c71659db sending LeaveGroup request to coordinator onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2147483645 rack: null) due to consumer poll timeout has expired.
2023-03-18T10:44:59.052Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Resetting generation and member id due to: consumer pro-actively leaving the group
2023-03-18T10:44:59.052Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Request joining group due to: consumer pro-actively leaving the group
2023-03-18T10:44:59.682Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T10:44:59.696Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Revoke previously assigned partitions SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-03-18T10:44:59.696Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] (Re-)joining group
2023-03-18T10:44:59.702Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Successfully joined group with generation Generation{generationId=12, memberId='SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94-2995e74d-4211-4955-93f6-f3f14568571e', protocol='range'}
2023-03-18T10:44:59.702Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Finished assignment for group at generation 12: {SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94-2995e74d-4211-4955-93f6-f3f14568571e=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])}
2023-03-18T10:44:59.716Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Successfully synced group in generation Generation{generationId=12, memberId='SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94-2995e74d-4211-4955-93f6-f3f14568571e', protocol='range'}
2023-03-18T10:44:59.716Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])
2023-03-18T10:44:59.716Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Adding newly assigned partitions: SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-03-18T10:44:59.720Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-18T10:44:59.721Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-18T10:44:59.721Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-18T10:44:59.721Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=113, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-18T10:44:59.721Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-18T10:44:59.721Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-18T10:45:08.341Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2023-03-18T10:45:08.341Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-18T10:45:08.349Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846 and serviceModelVersionId: dad851ae-1f1d-4e04-8847-f18fd5d51391
2023-03-18T10:45:08.350Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 693dcbb7-55f2-41d5-a0d9-572574329dfe
2023-03-18T10:45:08.350Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391?depth=0
2023-03-18T10:45:08.353Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2023-03-18T10:45:08.372Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-03-18T10:45:08.372Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391?depth=0|INFO|500||Invoke
2023-03-18T10:45:08.381Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2023-03-18T10:45:08.410Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391?depth=0|INFO|404|Not Found|InvokeReturn
2023-03-18T10:45:08.411Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391?depth=0 has http status code:404 and response headers:{date=[Sat, 18 Mar 2023 10:45:08 GMT], content-length=[495], x-aai-txid=[0-aai-resources-230318-10:45:08:084-89402], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-18T10:45:08.412Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||{"requestError":{"serviceException":{"messageId":"SVC3001","text":"Resource not found for %1 using id %2 (msg=%3) (ec=%4)","variables":["MERGE_PATCH","service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391","Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391","ERR.5.4.6114"]}}}

2023-03-18T10:45:08.415Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391) (ec=ERR.5.4.6114)
2023-03-18T10:45:08.415Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||ERROR|500||Exception occurred
javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391) (ec=ERR.5.4.6114)
	at org.onap.so.client.ResponseExceptionMapper.map(ResponseExceptionMapper.java:74)
	at org.onap.so.client.RestRequest.get(RestRequest.java:77)
	at org.onap.so.client.RestClient.buildRequest(RestClient.java:326)
	at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322)
	at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283)
	at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67)
	at net.jodah.failsafe.Execution.executeSync(Execution.java:117)
	at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319)
	at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71)
	at org.onap.so.client.RestClient.method(RestClient.java:322)
	at org.onap.so.client.RestClient.patch(RestClient.java:265)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184)
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-18T10:45:08.415Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391) (ec=ERR.5.4.6114)
2023-03-18T10:45:08.415Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391) (ec=ERR.5.4.6114)
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-18T10:45:08.423Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-18T10:45:08.423Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391) (ec=ERR.5.4.6114)
2023-03-18T10:45:08.423Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2023-03-18T10:45:08.423Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-18T10:45:08.424Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T10:45:08.424Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679136308423,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391) (ec\u003dERR.5.4.6114)"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T10:45:08.438Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-18T10:45:08.439Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679136308423,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391) (ec\u003dERR.5.4.6114)"
}
2023-03-18T10:45:08.440Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-18T10:45:09.447Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T10:45:09.448Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Failing OffsetCommit request since the consumer is not part of an active group
2023-03-18T10:45:09.448Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||ERROR|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Asynchronous auto-commit of offsets failed: Offset commit cannot be completed since the consumer is not part of an active group for auto partition assignment; it is likely that the consumer was kicked out of the group.. Will continue to join group.
2023-03-18T10:45:09.448Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Giving away all assigned partitions as lost since generation/memberID has been reset,indicating that consumer is in old state or no longer part of the group
2023-03-18T10:45:09.448Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Lost previously assigned partitions SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5
2023-03-18T10:45:09.449Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] (Re-)joining group
2023-03-18T10:45:09.452Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2-78907dd8-a896-4e14-818b-5def1f9819cf
2023-03-18T10:45:09.453Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Asynchronous auto-commit of offsets {SDC-DISTR-NOTIF-TOPIC-AUTO-5=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-4=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-3=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-2=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-1=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-0=OffsetAndMetadata{offset=1, leaderEpoch=0, metadata=''}} failed: Offset commit cannot be completed since the consumer is not part of an active group for auto partition assignment; it is likely that the consumer was kicked out of the group.
2023-03-18T10:45:09.453Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Request joining group due to: rebalance failed due to 'The group member needs to have a valid member id before actually entering a consumer group.' (MemberIdRequiredException)
2023-03-18T10:45:09.453Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] (Re-)joining group
2023-03-18T10:45:11.851Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T10:45:14.866Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T10:45:17.882Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T10:45:20.909Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T10:45:23.926Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T10:45:26.938Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T10:45:29.947Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T10:45:32.967Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T10:45:35.975Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T10:45:38.987Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T10:45:42.005Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T10:45:45.019Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T10:45:48.031Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T10:45:51.040Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T10:45:54.051Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T10:45:57.062Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T10:45:58.919Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T10:45:58.931Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Revoke previously assigned partitions SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-03-18T10:45:58.931Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] (Re-)joining group
2023-03-18T10:45:58.937Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Successfully joined group with generation Generation{generationId=13, memberId='SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94-2995e74d-4211-4955-93f6-f3f14568571e', protocol='range'}
2023-03-18T10:45:58.938Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Successfully joined group with generation Generation{generationId=13, memberId='SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2-78907dd8-a896-4e14-818b-5def1f9819cf', protocol='range'}
2023-03-18T10:45:58.943Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Finished assignment for group at generation 13: {SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2-78907dd8-a896-4e14-818b-5def1f9819cf=Assignment(partitions=[SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5]), SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94-2995e74d-4211-4955-93f6-f3f14568571e=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])}
2023-03-18T10:45:58.955Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Successfully synced group in generation Generation{generationId=13, memberId='SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94-2995e74d-4211-4955-93f6-f3f14568571e', protocol='range'}
2023-03-18T10:45:58.955Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])
2023-03-18T10:45:58.955Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Adding newly assigned partitions: SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-03-18T10:45:58.955Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Successfully synced group in generation Generation{generationId=13, memberId='SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2-78907dd8-a896-4e14-818b-5def1f9819cf', protocol='range'}
2023-03-18T10:45:58.956Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5])
2023-03-18T10:45:58.956Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Adding newly assigned partitions: SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5
2023-03-18T10:45:58.959Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-18T10:45:58.959Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-18T10:45:58.959Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-18T10:45:58.959Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=114, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-18T10:45:58.960Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-18T10:45:58.960Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-18T10:45:58.960Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-18T10:45:58.960Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-18T10:45:58.961Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-18T10:45:58.961Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-18T10:45:58.961Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-18T10:45:58.961Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-18T10:45:58.969Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-18T10:45:58.969Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||received notification from broker: {"distributionID":"34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846","serviceName":"basic_onboard_gCPnoC","serviceVersion":"1.0","serviceUUID":"dad851ae-1f1d-4e04-8847-f18fd5d51391","serviceDescription":"service","serviceInvariantUUID":"693dcbb7-55f2-41d5-a0d9-572574329dfe","resources":[{"resourceInstanceName":"basic_onboard_gCPnoC 0","resourceName":"basic_onboard_gCPnoC","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"f3fb2f57-aad9-4f33-88db-c458ae09cdfb","resourceInvariantUUID":"d7c6b294-4284-4b69-87ff-a797deedad73","resourceCustomizationUUID":"9327f8c9-4591-449b-b6af-227dc0614cab","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/vf-license-model.xml","artifactChecksum":"OGQ5ZDI0MzIzNDdmMDUyYmQ0MzVmMDVkOWUyNGVlYmE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"5077753b-8cdd-47a9-82d5-e3ff4ce969c3","artifactVersion":"1"},{"artifactName":"basic_onboard_gcpnoc0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json","artifactChecksum":"NjRhMmYzNDQxZDFkYzhiMjZmMTk3NDMzZmQwOWNiNWI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"583db2fa-2045-4011-8045-9fd436580060","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"0846dbe8-d246-42f3-9ba6-3c197d6bb5c4","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"5004fadd-cda9-4566-99ac-bc5d669427a2","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"7d3da3bf-4415-4326-b045-fe6bef605f78","artifactVersion":"2","generatedFromUUID":"0846dbe8-d246-42f3-9ba6-3c197d6bb5c4"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardGcpnoc-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-template.yml","artifactChecksum":"OGFkYWYzODVjYTg1MmE4Y2JhZWM5NDk3ZjljNTAwNTE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"8ab16f5d-5180-4470-b278-f6ea6f7c23e8","artifactVersion":"1"},{"artifactName":"service-BasicOnboardGcpnoc-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar","artifactChecksum":"MjQxYmE3NTM3MTRlYjAwMzA2YjMyYmJjMmU4MmNkYjE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"d6569f72-4f81-428a-8593-389324ccdf48","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-18T10:45:58.972Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T10:45:58.972Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-18T10:45:58.973Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T10:45:58.973Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679136309447,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T10:45:59.973Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T10:45:59.974Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-18T10:45:59.974Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T10:45:59.974Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679136309447,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T10:45:59.984Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-18T10:45:59.984Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679136309447,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T10:45:59.985Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T10:46:00.975Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T10:46:00.976Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-18T10:46:00.976Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T10:46:00.976Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679136309447,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T10:46:01.977Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T10:46:01.978Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-18T10:46:01.978Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T10:46:01.979Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679136309447,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T10:46:02.980Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T10:46:02.981Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-18T10:46:02.981Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T10:46:02.981Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679136309447,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T10:46:03.982Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T10:46:03.983Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-18T10:46:03.983Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T10:46:03.983Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679136309447,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T10:46:04.984Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T10:46:04.985Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-18T10:46:04.985Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T10:46:04.986Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679136309447,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T10:46:05.987Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||sending notification to client: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "serviceName": "basic_onboard_gCPnoC",
  "serviceVersion": "1.0",
  "serviceUUID": "dad851ae-1f1d-4e04-8847-f18fd5d51391",
  "serviceDescription": "service",
  "serviceInvariantUUID": "693dcbb7-55f2-41d5-a0d9-572574329dfe",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_gCPnoC 0",
      "resourceCustomizationUUID": "9327f8c9-4591-449b-b6af-227dc0614cab",
      "resourceName": "basic_onboard_gCPnoC",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "f3fb2f57-aad9-4f33-88db-c458ae09cdfb",
      "resourceInvariantUUID": "d7c6b294-4284-4b69-87ff-a797deedad73",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_gcpnoc0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json",
          "artifactChecksum": "NjRhMmYzNDQxZDFkYzhiMjZmMTk3NDMzZmQwOWNiNWI\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "583db2fa-2045-4011-8045-9fd436580060",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "0846dbe8-d246-42f3-9ba6-3c197d6bb5c4",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "7d3da3bf-4415-4326-b045-fe6bef605f78",
            "generatedFromUUID": "0846dbe8-d246-42f3-9ba6-3c197d6bb5c4"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "7d3da3bf-4415-4326-b045-fe6bef605f78",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardGcpnoc-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar",
      "artifactChecksum": "MjQxYmE3NTM3MTRlYjAwMzA2YjMyYmJjMmU4MmNkYjE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "d6569f72-4f81-428a-8593-389324ccdf48"
    }
  ],
  "workloadContext": "Production"
}
2023-03-18T10:46:05.988Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-18T10:46:05.989Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 dad851ae-1f1d-4e04-8847-f18fd5d51391 ASDC
2023-03-18T10:46:05.989Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
ServiceName:basic_onboard_gCPnoC
ServiceVersion:1.0
ServiceUUID:dad851ae-1f1d-4e04-8847-f18fd5d51391
ServiceInvariantUUID:693dcbb7-55f2-41d5-a0d9-572574329dfe
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardGcpnoc-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar
ArtifactUUID:d6569f72-4f81-428a-8593-389324ccdf48
ArtifactChecksum:MjQxYmE3NTM3MTRlYjAwMzA2YjMyYmJjMmU4MmNkYjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_gCPnoC 0
ResourceCustomizationUUID:9327f8c9-4591-449b-b6af-227dc0614cab
ResourceInvariantUUID:d7c6b294-4284-4b69-87ff-a797deedad73
ResourceName:basic_onboard_gCPnoC
ResourceType:VF
ResourceUUID:f3fb2f57-aad9-4f33-88db-c458ae09cdfb
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_gcpnoc0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json
ArtifactUUID:583db2fa-2045-4011-8045-9fd436580060
ArtifactChecksum:NjRhMmYzNDQxZDFkYzhiMjZmMTk3NDMzZmQwOWNiNWI=
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/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.yaml
ArtifactUUID:0846dbe8-d246-42f3-9ba6-3c197d6bb5c4
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/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.env
ArtifactUUID:7d3da3bf-4415-4326-b045-fe6bef605f78
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/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.env
ArtifactUUID:7d3da3bf-4415-4326-b045-fe6bef605f78
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-18T10:46:05.991Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF dad851ae-1f1d-4e04-8847-f18fd5d51391 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: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-18T10:46:06.028Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-18T10:46:06.029Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2023-03-18T10:46:06.029Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2023-03-18T10:46:06.029Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: d6569f72-4f81-428a-8593-389324ccdf48 from URL: /sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar
2023-03-18T10:46:06.029Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||INFO|500||DistributionClient - download
2023-03-18T10:46:06.030Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar
2023-03-18T10:46:06.074Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||GET Response Status 404
2023-03-18T10:46:06.074Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@7ce01324
2023-03-18T10:46:06.075Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-18T10:46:06.075Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicOnboardGcpnoc"
      ]
    }
  }
}
2023-03-18T10:46:06.075Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicOnboardGcpnoc-csar.csar /sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar d6569f72-4f81-428a-8593-389324ccdf48 Specified artifact is  not found 300 ASDC artifact download fail
2023-03-18T10:46:06.075Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar ASDC sendASDCNotification
2023-03-18T10:46:06.076Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar(Specified artifact is  not found)
2023-03-18T10:46:06.076Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-18T10:46:06.077Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-18T10:46:06.077Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T10:46:06.077Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679136366075,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T10:46:07.084Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during processCsarServiceArtifacts ASDC processCsarServiceArtifacts 500 Exception in processCsarServiceArtifacts
org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact service-BasicOnboardGcpnoc-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar(UUID:d6569f72-4f81-428a-8593-389324ccdf48)
Error message is Specified artifact is  not found

	at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394)
	at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2023-03-18T10:46:07.102Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||ERROR|500||error NSST process resource failure 
java.lang.NullPointerException: null
	at org.onap.so.asdc.client.ASDCController.processNsstNotification(ASDCController.java:978)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:760)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-18T10:46:07.102Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: f3fb2f57-aad9-4f33-88db-c458ae09cdfb
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-18T10:46:07.106Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||INFO|500||basic_onboard_gCPnoC 0
2023-03-18T10:46:07.106Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: f3fb2f57-aad9-4f33-88db-c458ae09cdfb
2023-03-18T10:46:07.106Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 583db2fa-2045-4011-8045-9fd436580060 from URL: /sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json
2023-03-18T10:46:07.106Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||INFO|500||DistributionClient - download
2023-03-18T10:46:07.106Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json
2023-03-18T10:46:07.121Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||GET Response Status 404
2023-03-18T10:46:07.121Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@9d0bf23
2023-03-18T10:46:07.121Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-18T10:46:07.122Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicOnboardGcpnoc"
      ]
    }
  }
}
2023-03-18T10:46:07.122Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL basic_onboard_gcpnoc0_modules.json /sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json 583db2fa-2045-4011-8045-9fd436580060 Specified artifact is  not found 300 ASDC artifact download fail
2023-03-18T10:46:07.122Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json ASDC sendASDCNotification
2023-03-18T10:46:07.122Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json(Specified artifact is  not found)
2023-03-18T10:46:07.122Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-18T10:46:07.123Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-18T10:46:07.123Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T10:46:07.123Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679136367122,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T10:46:08.125Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during Installation of artifact ASDC processResourceNotification 500 Exception in processResourceNotification
org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact basic_onboard_gcpnoc0_modules.json could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json(UUID:583db2fa-2045-4011-8045-9fd436580060)
Error message is Specified artifact is  not found

	at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:787)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-18T10:46:08.126Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T10:46:08.170Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T10:46:08.175Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-18T10:46:08.176Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-18T10:46:38.176Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T10:46:38.204Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T10:46:38.207Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-18T10:46:38.207Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-18T10:46:58.919Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T10:46:58.921Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-18T10:46:58.922Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679136309447,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json",
  "status": "NOTIFIED"
}
2023-03-18T10:46:58.923Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T10:47:08.207Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T10:47:08.223Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T10:47:08.226Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-18T10:47:08.226Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-18T10:47:38.226Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T10:47:38.244Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T10:47:38.254Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-18T10:47:38.255Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-18T10:47:58.919Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T10:47:58.921Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-18T10:47:58.921Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679136309447,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2023-03-18T10:47:58.922Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T10:47:58.922Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-18T10:47:58.922Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679136309447,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T10:47:58.922Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T10:47:58.922Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-18T10:47:58.922Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679136309447,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2023-03-18T10:47:58.922Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T10:47:58.922Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-18T10:47:58.922Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679136309447,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T10:47:58.922Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T10:47:58.922Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-18T10:47:58.922Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679136309447,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar",
  "status": "NOTIFIED"
}
2023-03-18T10:47:58.922Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T10:47:58.922Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-18T10:47:58.922Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679136366075,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-18T10:47:58.922Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T10:47:58.922Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-18T10:47:58.922Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679136367122,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-18T10:47:58.923Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T10:48:08.255Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T10:48:08.272Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T10:48:08.279Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-18T10:48:08.280Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-18T10:48:38.280Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T10:48:38.294Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T10:48:38.297Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-18T10:48:38.298Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-18T10:48:58.919Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T10:49:08.298Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T10:49:08.315Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T10:49:08.327Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-18T10:49:08.327Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-18T10:49:38.328Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T10:49:38.343Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T10:49:38.346Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-18T10:49:38.346Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-18T10:49:58.920Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T10:50:08.347Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T10:50:08.359Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T10:50:08.361Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-18T10:50:08.361Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-18T10:50:38.362Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T10:50:38.377Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T10:50:38.380Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-18T10:50:38.380Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-18T10:50:58.921Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T10:50:58.962Z||kafka-coordinator-heartbeat-thread | so|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] consumer poll timeout has expired. This means the time between subsequent calls to poll() was longer than the configured max.poll.interval.ms, which typically implies that the poll loop is spending too much time processing messages. You can address this either by increasing max.poll.interval.ms or by reducing the maximum size of batches returned in poll() with max.poll.records.
2023-03-18T10:50:58.962Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Member SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2-78907dd8-a896-4e14-818b-5def1f9819cf sending LeaveGroup request to coordinator onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2147483645 rack: null) due to consumer poll timeout has expired.
2023-03-18T10:50:58.962Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Resetting generation and member id due to: consumer pro-actively leaving the group
2023-03-18T10:50:58.962Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Request joining group due to: consumer pro-actively leaving the group
2023-03-18T10:50:59.637Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T10:50:59.649Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Revoke previously assigned partitions SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-03-18T10:50:59.649Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] (Re-)joining group
2023-03-18T10:50:59.654Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Successfully joined group with generation Generation{generationId=14, memberId='SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94-2995e74d-4211-4955-93f6-f3f14568571e', protocol='range'}
2023-03-18T10:50:59.654Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Finished assignment for group at generation 14: {SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94-2995e74d-4211-4955-93f6-f3f14568571e=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])}
2023-03-18T10:50:59.667Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Successfully synced group in generation Generation{generationId=14, memberId='SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94-2995e74d-4211-4955-93f6-f3f14568571e', protocol='range'}
2023-03-18T10:50:59.667Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])
2023-03-18T10:50:59.667Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Adding newly assigned partitions: SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-03-18T10:50:59.671Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-18T10:50:59.671Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-18T10:50:59.671Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-18T10:50:59.671Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=123, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-18T10:50:59.671Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-18T10:50:59.671Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-18T10:51:08.380Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2023-03-18T10:51:08.381Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-18T10:51:08.387Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846 and serviceModelVersionId: dad851ae-1f1d-4e04-8847-f18fd5d51391
2023-03-18T10:51:08.387Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 693dcbb7-55f2-41d5-a0d9-572574329dfe
2023-03-18T10:51:08.388Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391?depth=0
2023-03-18T10:51:08.395Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2023-03-18T10:51:08.411Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391?depth=0|INFO|500||Invoke
2023-03-18T10:51:08.411Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[f0624d0b-adb0-4310-87c3-6948a254faec], X-ECOMP-RequestID=[34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846], X-TransactionId=[], X-ONAP-RequestID=[34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846], Content-Type=[application/merge-patch+json]}
2023-03-18T10:51:08.424Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2023-03-18T10:51:08.451Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391?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/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391?depth=0 has http status code:404 and response headers:{date=[Sat, 18 Mar 2023 10:51:08 GMT], content-length=[495], x-aai-txid=[0-aai-resources-230318-10:51:08:127-66773], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-18T10:51:08.452Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391?depth=0|DEBUG|500||{"requestError":{"serviceException":{"messageId":"SVC3001","text":"Resource not found for %1 using id %2 (msg=%3) (ec=%4)","variables":["MERGE_PATCH","service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391","Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391","ERR.5.4.6114"]}}}

2023-03-18T10:51:08.453Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391?depth=0|INFO|404|Not Found|InvokeReturn
2023-03-18T10:51:08.457Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391) (ec=ERR.5.4.6114)
2023-03-18T10:51:08.457Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||ERROR|500||Exception occurred
javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391) (ec=ERR.5.4.6114)
	at org.onap.so.client.ResponseExceptionMapper.map(ResponseExceptionMapper.java:74)
	at org.onap.so.client.RestRequest.get(RestRequest.java:77)
	at org.onap.so.client.RestClient.buildRequest(RestClient.java:326)
	at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322)
	at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283)
	at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67)
	at net.jodah.failsafe.Execution.executeSync(Execution.java:117)
	at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319)
	at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71)
	at org.onap.so.client.RestClient.method(RestClient.java:322)
	at org.onap.so.client.RestClient.patch(RestClient.java:265)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184)
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-18T10:51:08.458Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391) (ec=ERR.5.4.6114)
2023-03-18T10:51:08.458Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391) (ec=ERR.5.4.6114)
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-18T10:51:08.467Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-18T10:51:08.467Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391) (ec=ERR.5.4.6114)
2023-03-18T10:51:08.467Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2023-03-18T10:51:08.468Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-18T10:51:08.468Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T10:51:08.468Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679136668467,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391) (ec\u003dERR.5.4.6114)"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T10:51:08.484Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-18T10:51:08.484Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679136668467,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391) (ec\u003dERR.5.4.6114)"
}
2023-03-18T10:51:08.485Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-18T10:51:09.492Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T10:51:09.492Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Failing OffsetCommit request since the consumer is not part of an active group
2023-03-18T10:51:09.493Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||ERROR|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Asynchronous auto-commit of offsets failed: Offset commit cannot be completed since the consumer is not part of an active group for auto partition assignment; it is likely that the consumer was kicked out of the group.. Will continue to join group.
2023-03-18T10:51:09.493Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Giving away all assigned partitions as lost since generation/memberID has been reset,indicating that consumer is in old state or no longer part of the group
2023-03-18T10:51:09.493Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Lost previously assigned partitions SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5
2023-03-18T10:51:09.493Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] (Re-)joining group
2023-03-18T10:51:09.497Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2-2882d286-09bb-4694-a0ac-23ea6823f0a0
2023-03-18T10:51:09.497Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Asynchronous auto-commit of offsets {SDC-DISTR-NOTIF-TOPIC-AUTO-5=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-4=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-3=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-2=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-1=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-0=OffsetAndMetadata{offset=1, leaderEpoch=0, metadata=''}} failed: Offset commit cannot be completed since the consumer is not part of an active group for auto partition assignment; it is likely that the consumer was kicked out of the group.
2023-03-18T10:51:09.497Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Request joining group due to: rebalance failed due to 'The group member needs to have a valid member id before actually entering a consumer group.' (MemberIdRequiredException)
2023-03-18T10:51:09.497Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] (Re-)joining group
2023-03-18T10:51:11.802Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T10:51:14.813Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T10:51:17.824Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T10:51:20.831Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T10:51:23.839Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T10:51:26.851Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T10:51:29.863Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T10:51:32.874Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T10:51:35.882Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T10:51:38.895Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T10:51:41.904Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T10:51:44.911Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T10:51:47.920Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T10:51:50.932Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T10:51:53.942Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T10:51:56.963Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T10:51:58.919Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T10:51:58.931Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Revoke previously assigned partitions SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-03-18T10:51:58.931Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] (Re-)joining group
2023-03-18T10:51:58.938Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Successfully joined group with generation Generation{generationId=15, memberId='SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2-2882d286-09bb-4694-a0ac-23ea6823f0a0', protocol='range'}
2023-03-18T10:51:58.943Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Successfully joined group with generation Generation{generationId=15, memberId='SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94-2995e74d-4211-4955-93f6-f3f14568571e', protocol='range'}
2023-03-18T10:51:58.947Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Finished assignment for group at generation 15: {SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2-2882d286-09bb-4694-a0ac-23ea6823f0a0=Assignment(partitions=[SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5]), SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94-2995e74d-4211-4955-93f6-f3f14568571e=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])}
2023-03-18T10:51:58.960Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Successfully synced group in generation Generation{generationId=15, memberId='SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2-2882d286-09bb-4694-a0ac-23ea6823f0a0', protocol='range'}
2023-03-18T10:51:58.960Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Successfully synced group in generation Generation{generationId=15, memberId='SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94-2995e74d-4211-4955-93f6-f3f14568571e', protocol='range'}
2023-03-18T10:51:58.961Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])
2023-03-18T10:51:58.961Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Adding newly assigned partitions: SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-03-18T10:51:58.961Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5])
2023-03-18T10:51:58.962Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Adding newly assigned partitions: SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5
2023-03-18T10:51:58.970Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-18T10:51:58.970Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-18T10:51:58.970Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-18T10:51:58.971Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=124, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-18T10:51:58.971Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-18T10:51:58.971Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-18T10:51:58.972Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-18T10:51:58.972Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-18T10:51:58.973Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-18T10:51:58.973Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-18T10:51:58.973Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-18T10:51:58.973Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-18T10:51:58.979Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-18T10:51:58.979Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||received notification from broker: {"distributionID":"34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846","serviceName":"basic_onboard_gCPnoC","serviceVersion":"1.0","serviceUUID":"dad851ae-1f1d-4e04-8847-f18fd5d51391","serviceDescription":"service","serviceInvariantUUID":"693dcbb7-55f2-41d5-a0d9-572574329dfe","resources":[{"resourceInstanceName":"basic_onboard_gCPnoC 0","resourceName":"basic_onboard_gCPnoC","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"f3fb2f57-aad9-4f33-88db-c458ae09cdfb","resourceInvariantUUID":"d7c6b294-4284-4b69-87ff-a797deedad73","resourceCustomizationUUID":"9327f8c9-4591-449b-b6af-227dc0614cab","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/vf-license-model.xml","artifactChecksum":"OGQ5ZDI0MzIzNDdmMDUyYmQ0MzVmMDVkOWUyNGVlYmE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"5077753b-8cdd-47a9-82d5-e3ff4ce969c3","artifactVersion":"1"},{"artifactName":"basic_onboard_gcpnoc0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json","artifactChecksum":"NjRhMmYzNDQxZDFkYzhiMjZmMTk3NDMzZmQwOWNiNWI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"583db2fa-2045-4011-8045-9fd436580060","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"0846dbe8-d246-42f3-9ba6-3c197d6bb5c4","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"5004fadd-cda9-4566-99ac-bc5d669427a2","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"7d3da3bf-4415-4326-b045-fe6bef605f78","artifactVersion":"2","generatedFromUUID":"0846dbe8-d246-42f3-9ba6-3c197d6bb5c4"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardGcpnoc-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-template.yml","artifactChecksum":"OGFkYWYzODVjYTg1MmE4Y2JhZWM5NDk3ZjljNTAwNTE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"8ab16f5d-5180-4470-b278-f6ea6f7c23e8","artifactVersion":"1"},{"artifactName":"service-BasicOnboardGcpnoc-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar","artifactChecksum":"MjQxYmE3NTM3MTRlYjAwMzA2YjMyYmJjMmU4MmNkYjE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"d6569f72-4f81-428a-8593-389324ccdf48","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-18T10:51:58.980Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T10:51:58.981Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-18T10:51:58.981Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T10:51:58.981Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679136669492,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T10:51:59.980Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-18T10:51:59.981Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679136669492,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T10:51:59.981Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T10:51:59.981Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T10:51:59.982Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-18T10:51:59.982Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T10:51:59.982Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679136669492,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T10:52:00.983Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T10:52:00.983Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-18T10:52:00.983Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T10:52:00.983Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679136669492,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T10:52:01.984Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T10:52:01.985Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-18T10:52:01.985Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T10:52:01.985Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679136669492,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T10:52:02.985Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T10:52:02.986Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-18T10:52:02.987Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T10:52:02.987Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679136669492,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T10:52:03.988Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T10:52:03.989Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-18T10:52:03.989Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T10:52:03.990Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679136669492,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T10:52:04.991Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T10:52:04.991Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-18T10:52:04.992Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T10:52:04.992Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679136669492,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T10:52:05.994Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||sending notification to client: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "serviceName": "basic_onboard_gCPnoC",
  "serviceVersion": "1.0",
  "serviceUUID": "dad851ae-1f1d-4e04-8847-f18fd5d51391",
  "serviceDescription": "service",
  "serviceInvariantUUID": "693dcbb7-55f2-41d5-a0d9-572574329dfe",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_gCPnoC 0",
      "resourceCustomizationUUID": "9327f8c9-4591-449b-b6af-227dc0614cab",
      "resourceName": "basic_onboard_gCPnoC",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "f3fb2f57-aad9-4f33-88db-c458ae09cdfb",
      "resourceInvariantUUID": "d7c6b294-4284-4b69-87ff-a797deedad73",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_gcpnoc0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json",
          "artifactChecksum": "NjRhMmYzNDQxZDFkYzhiMjZmMTk3NDMzZmQwOWNiNWI\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "583db2fa-2045-4011-8045-9fd436580060",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "0846dbe8-d246-42f3-9ba6-3c197d6bb5c4",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "7d3da3bf-4415-4326-b045-fe6bef605f78",
            "generatedFromUUID": "0846dbe8-d246-42f3-9ba6-3c197d6bb5c4"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "7d3da3bf-4415-4326-b045-fe6bef605f78",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardGcpnoc-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar",
      "artifactChecksum": "MjQxYmE3NTM3MTRlYjAwMzA2YjMyYmJjMmU4MmNkYjE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "d6569f72-4f81-428a-8593-389324ccdf48"
    }
  ],
  "workloadContext": "Production"
}
2023-03-18T10:52:05.994Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-18T10:52:05.994Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 dad851ae-1f1d-4e04-8847-f18fd5d51391 ASDC
2023-03-18T10:52:05.995Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
ServiceName:basic_onboard_gCPnoC
ServiceVersion:1.0
ServiceUUID:dad851ae-1f1d-4e04-8847-f18fd5d51391
ServiceInvariantUUID:693dcbb7-55f2-41d5-a0d9-572574329dfe
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardGcpnoc-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar
ArtifactUUID:d6569f72-4f81-428a-8593-389324ccdf48
ArtifactChecksum:MjQxYmE3NTM3MTRlYjAwMzA2YjMyYmJjMmU4MmNkYjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_gCPnoC 0
ResourceCustomizationUUID:9327f8c9-4591-449b-b6af-227dc0614cab
ResourceInvariantUUID:d7c6b294-4284-4b69-87ff-a797deedad73
ResourceName:basic_onboard_gCPnoC
ResourceType:VF
ResourceUUID:f3fb2f57-aad9-4f33-88db-c458ae09cdfb
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_gcpnoc0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json
ArtifactUUID:583db2fa-2045-4011-8045-9fd436580060
ArtifactChecksum:NjRhMmYzNDQxZDFkYzhiMjZmMTk3NDMzZmQwOWNiNWI=
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/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.yaml
ArtifactUUID:0846dbe8-d246-42f3-9ba6-3c197d6bb5c4
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/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.env
ArtifactUUID:7d3da3bf-4415-4326-b045-fe6bef605f78
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/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.env
ArtifactUUID:7d3da3bf-4415-4326-b045-fe6bef605f78
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-18T10:52:05.996Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF dad851ae-1f1d-4e04-8847-f18fd5d51391 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: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-18T10:52:06.032Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-18T10:52:06.032Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2023-03-18T10:52:06.032Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2023-03-18T10:52:06.032Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: d6569f72-4f81-428a-8593-389324ccdf48 from URL: /sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar
2023-03-18T10:52:06.033Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||INFO|500||DistributionClient - download
2023-03-18T10:52:06.033Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar
2023-03-18T10:52:06.080Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||GET Response Status 404
2023-03-18T10:52:06.080Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@338751f2
2023-03-18T10:52:06.081Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-18T10:52:06.081Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicOnboardGcpnoc"
      ]
    }
  }
}
2023-03-18T10:52:06.081Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicOnboardGcpnoc-csar.csar /sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar d6569f72-4f81-428a-8593-389324ccdf48 Specified artifact is  not found 300 ASDC artifact download fail
2023-03-18T10:52:06.082Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar ASDC sendASDCNotification
2023-03-18T10:52:06.082Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar(Specified artifact is  not found)
2023-03-18T10:52:06.082Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-18T10:52:06.082Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-18T10:52:06.082Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T10:52:06.083Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679136726082,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T10:52:07.083Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during processCsarServiceArtifacts ASDC processCsarServiceArtifacts 500 Exception in processCsarServiceArtifacts
org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact service-BasicOnboardGcpnoc-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar(UUID:d6569f72-4f81-428a-8593-389324ccdf48)
Error message is Specified artifact is  not found

	at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394)
	at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2023-03-18T10:52:07.100Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||ERROR|500||error NSST process resource failure 
java.lang.NullPointerException: null
	at org.onap.so.asdc.client.ASDCController.processNsstNotification(ASDCController.java:978)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:760)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-18T10:52:07.100Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: f3fb2f57-aad9-4f33-88db-c458ae09cdfb
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-18T10:52:07.105Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||INFO|500||basic_onboard_gCPnoC 0
2023-03-18T10:52:07.105Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: f3fb2f57-aad9-4f33-88db-c458ae09cdfb
2023-03-18T10:52:07.105Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 583db2fa-2045-4011-8045-9fd436580060 from URL: /sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json
2023-03-18T10:52:07.105Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||INFO|500||DistributionClient - download
2023-03-18T10:52:07.105Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json
2023-03-18T10:52:07.120Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||GET Response Status 404
2023-03-18T10:52:07.120Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@66e04bd0
2023-03-18T10:52:07.120Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-18T10:52:07.120Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicOnboardGcpnoc"
      ]
    }
  }
}
2023-03-18T10:52:07.121Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL basic_onboard_gcpnoc0_modules.json /sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json 583db2fa-2045-4011-8045-9fd436580060 Specified artifact is  not found 300 ASDC artifact download fail
2023-03-18T10:52:07.121Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json ASDC sendASDCNotification
2023-03-18T10:52:07.121Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json(Specified artifact is  not found)
2023-03-18T10:52:07.121Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-18T10:52:07.121Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-18T10:52:07.122Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T10:52:07.122Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679136727121,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T10:52:08.123Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during Installation of artifact ASDC processResourceNotification 500 Exception in processResourceNotification
org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact basic_onboard_gcpnoc0_modules.json could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json(UUID:583db2fa-2045-4011-8045-9fd436580060)
Error message is Specified artifact is  not found

	at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:787)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-18T10:52:08.124Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T10:52:08.140Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T10:52:08.143Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-18T10:52:08.143Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-18T10:52:38.143Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T10:52:38.157Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T10:52:38.160Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-18T10:52:38.160Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-18T10:52:58.919Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T10:52:58.922Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-18T10:52:58.922Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679136669492,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json",
  "status": "NOTIFIED"
}
2023-03-18T10:52:58.923Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T10:53:08.160Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T10:53:08.187Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T10:53:08.189Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-18T10:53:08.190Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-18T10:53:38.190Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T10:53:38.206Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T10:53:38.211Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-18T10:53:38.211Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-18T10:53:58.920Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T10:53:58.921Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-18T10:53:58.921Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679136669492,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2023-03-18T10:53:58.921Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T10:53:58.921Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-18T10:53:58.921Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679136669492,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T10:53:58.922Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T10:53:58.922Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-18T10:53:58.922Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679136669492,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2023-03-18T10:53:58.922Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T10:53:58.922Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-18T10:53:58.922Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679136669492,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T10:53:58.922Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T10:53:58.922Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-18T10:53:58.922Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679136669492,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar",
  "status": "NOTIFIED"
}
2023-03-18T10:53:58.922Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T10:53:58.922Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-18T10:53:58.922Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679136726082,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-18T10:53:58.922Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T10:53:58.922Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-18T10:53:58.922Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679136727121,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-18T10:53:58.922Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T10:54:08.211Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T10:54:08.226Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T10:54:08.229Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-18T10:54:08.229Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-18T10:54:38.229Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T10:54:38.245Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T10:54:38.248Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-18T10:54:38.249Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-18T10:54:58.919Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T10:55:08.249Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T10:55:08.269Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T10:55:08.272Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-18T10:55:08.272Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-18T10:55:38.272Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T10:55:38.286Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T10:55:38.289Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-18T10:55:38.289Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-18T10:55:58.921Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T10:56:08.289Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T10:56:08.307Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T10:56:08.310Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-18T10:56:08.310Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-18T10:56:38.311Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T10:56:38.328Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T10:56:38.331Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-18T10:56:38.332Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-18T10:56:58.921Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T10:56:59.029Z||kafka-coordinator-heartbeat-thread | so|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] consumer poll timeout has expired. This means the time between subsequent calls to poll() was longer than the configured max.poll.interval.ms, which typically implies that the poll loop is spending too much time processing messages. You can address this either by increasing max.poll.interval.ms or by reducing the maximum size of batches returned in poll() with max.poll.records.
2023-03-18T10:56:59.030Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Member SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2-2882d286-09bb-4694-a0ac-23ea6823f0a0 sending LeaveGroup request to coordinator onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2147483645 rack: null) due to consumer poll timeout has expired.
2023-03-18T10:56:59.030Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Resetting generation and member id due to: consumer pro-actively leaving the group
2023-03-18T10:56:59.030Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Request joining group due to: consumer pro-actively leaving the group
2023-03-18T10:56:59.711Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T10:56:59.720Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Revoke previously assigned partitions SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-03-18T10:56:59.720Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] (Re-)joining group
2023-03-18T10:56:59.725Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Successfully joined group with generation Generation{generationId=16, memberId='SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94-2995e74d-4211-4955-93f6-f3f14568571e', protocol='range'}
2023-03-18T10:56:59.726Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Finished assignment for group at generation 16: {SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94-2995e74d-4211-4955-93f6-f3f14568571e=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])}
2023-03-18T10:56:59.736Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Successfully synced group in generation Generation{generationId=16, memberId='SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94-2995e74d-4211-4955-93f6-f3f14568571e', protocol='range'}
2023-03-18T10:56:59.736Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])
2023-03-18T10:56:59.736Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Adding newly assigned partitions: SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-03-18T10:56:59.740Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-18T10:56:59.740Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-18T10:56:59.740Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-18T10:56:59.740Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=133, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-18T10:56:59.740Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-18T10:56:59.741Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-18T10:57:08.332Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2023-03-18T10:57:08.332Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-18T10:57:08.339Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846 and serviceModelVersionId: dad851ae-1f1d-4e04-8847-f18fd5d51391
2023-03-18T10:57:08.339Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 693dcbb7-55f2-41d5-a0d9-572574329dfe
2023-03-18T10:57:08.340Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391?depth=0
2023-03-18T10:57:08.345Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2023-03-18T10:57:08.358Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-03-18T10:57:08.359Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391?depth=0|INFO|500||Invoke
2023-03-18T10:57:08.375Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2023-03-18T10:57:08.407Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391?depth=0|INFO|404|Not Found|InvokeReturn
2023-03-18T10:57:08.408Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391?depth=0 has http status code:404 and response headers:{date=[Sat, 18 Mar 2023 10:57:08 GMT], content-length=[495], x-aai-txid=[1-aai-resources-230318-10:57:08:078-38279], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-18T10:57:08.408Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||{"requestError":{"serviceException":{"messageId":"SVC3001","text":"Resource not found for %1 using id %2 (msg=%3) (ec=%4)","variables":["MERGE_PATCH","service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391","Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391","ERR.5.4.6114"]}}}

2023-03-18T10:57:08.411Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391) (ec=ERR.5.4.6114)
2023-03-18T10:57:08.411Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||ERROR|500||Exception occurred
javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391) (ec=ERR.5.4.6114)
	at org.onap.so.client.ResponseExceptionMapper.map(ResponseExceptionMapper.java:74)
	at org.onap.so.client.RestRequest.get(RestRequest.java:77)
	at org.onap.so.client.RestClient.buildRequest(RestClient.java:326)
	at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322)
	at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283)
	at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67)
	at net.jodah.failsafe.Execution.executeSync(Execution.java:117)
	at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319)
	at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71)
	at org.onap.so.client.RestClient.method(RestClient.java:322)
	at org.onap.so.client.RestClient.patch(RestClient.java:265)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184)
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-18T10:57:08.412Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391) (ec=ERR.5.4.6114)
2023-03-18T10:57:08.412Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391) (ec=ERR.5.4.6114)
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-18T10:57:08.421Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-18T10:57:08.421Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391) (ec=ERR.5.4.6114)
2023-03-18T10:57:08.421Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2023-03-18T10:57:08.421Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-18T10:57:08.421Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T10:57:08.421Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679137028421,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391) (ec\u003dERR.5.4.6114)"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T10:57:08.436Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-18T10:57:08.436Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679137028421,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391) (ec\u003dERR.5.4.6114)"
}
2023-03-18T10:57:08.436Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-18T10:57:09.460Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T10:57:09.460Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Failing OffsetCommit request since the consumer is not part of an active group
2023-03-18T10:57:09.460Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||ERROR|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Asynchronous auto-commit of offsets failed: Offset commit cannot be completed since the consumer is not part of an active group for auto partition assignment; it is likely that the consumer was kicked out of the group.. Will continue to join group.
2023-03-18T10:57:09.460Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Giving away all assigned partitions as lost since generation/memberID has been reset,indicating that consumer is in old state or no longer part of the group
2023-03-18T10:57:09.460Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Lost previously assigned partitions SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5
2023-03-18T10:57:09.461Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] (Re-)joining group
2023-03-18T10:57:09.464Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2-f8f94201-ef7f-4050-9a70-d1f27a0a6142
2023-03-18T10:57:09.465Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Asynchronous auto-commit of offsets {SDC-DISTR-NOTIF-TOPIC-AUTO-5=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-4=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-3=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-2=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-1=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-0=OffsetAndMetadata{offset=1, leaderEpoch=0, metadata=''}} failed: Offset commit cannot be completed since the consumer is not part of an active group for auto partition assignment; it is likely that the consumer was kicked out of the group.
2023-03-18T10:57:09.465Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Request joining group due to: rebalance failed due to 'The group member needs to have a valid member id before actually entering a consumer group.' (MemberIdRequiredException)
2023-03-18T10:57:09.465Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] (Re-)joining group
2023-03-18T10:57:11.861Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T10:57:14.888Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T10:57:17.899Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T10:57:20.911Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T10:57:23.940Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T10:57:26.957Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T10:57:29.971Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T10:57:32.983Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T10:57:35.997Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T10:57:39.020Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T10:57:42.033Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T10:57:45.044Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T10:57:48.055Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T10:57:51.064Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T10:57:54.076Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T10:57:57.095Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T10:57:58.920Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T10:57:58.932Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Revoke previously assigned partitions SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-03-18T10:57:58.932Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] (Re-)joining group
2023-03-18T10:57:58.937Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Successfully joined group with generation Generation{generationId=17, memberId='SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2-f8f94201-ef7f-4050-9a70-d1f27a0a6142', protocol='range'}
2023-03-18T10:57:58.938Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Successfully joined group with generation Generation{generationId=17, memberId='SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94-2995e74d-4211-4955-93f6-f3f14568571e', protocol='range'}
2023-03-18T10:57:58.942Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Finished assignment for group at generation 17: {SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2-f8f94201-ef7f-4050-9a70-d1f27a0a6142=Assignment(partitions=[SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5]), SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94-2995e74d-4211-4955-93f6-f3f14568571e=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])}
2023-03-18T10:57:58.955Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Successfully synced group in generation Generation{generationId=17, memberId='SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2-f8f94201-ef7f-4050-9a70-d1f27a0a6142', protocol='range'}
2023-03-18T10:57:58.956Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5])
2023-03-18T10:57:58.956Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Adding newly assigned partitions: SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5
2023-03-18T10:57:58.956Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Successfully synced group in generation Generation{generationId=17, memberId='SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94-2995e74d-4211-4955-93f6-f3f14568571e', protocol='range'}
2023-03-18T10:57:58.956Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])
2023-03-18T10:57:58.956Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Adding newly assigned partitions: SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-03-18T10:57:58.962Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-18T10:57:58.962Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-18T10:57:58.962Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-18T10:57:58.962Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-18T10:57:58.962Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-18T10:57:58.962Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-18T10:57:58.963Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-18T10:57:58.963Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-18T10:57:58.963Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-18T10:57:58.963Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=134, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-18T10:57:58.963Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-18T10:57:58.963Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-18T10:57:58.968Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-18T10:57:58.968Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||received notification from broker: {"distributionID":"34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846","serviceName":"basic_onboard_gCPnoC","serviceVersion":"1.0","serviceUUID":"dad851ae-1f1d-4e04-8847-f18fd5d51391","serviceDescription":"service","serviceInvariantUUID":"693dcbb7-55f2-41d5-a0d9-572574329dfe","resources":[{"resourceInstanceName":"basic_onboard_gCPnoC 0","resourceName":"basic_onboard_gCPnoC","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"f3fb2f57-aad9-4f33-88db-c458ae09cdfb","resourceInvariantUUID":"d7c6b294-4284-4b69-87ff-a797deedad73","resourceCustomizationUUID":"9327f8c9-4591-449b-b6af-227dc0614cab","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/vf-license-model.xml","artifactChecksum":"OGQ5ZDI0MzIzNDdmMDUyYmQ0MzVmMDVkOWUyNGVlYmE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"5077753b-8cdd-47a9-82d5-e3ff4ce969c3","artifactVersion":"1"},{"artifactName":"basic_onboard_gcpnoc0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json","artifactChecksum":"NjRhMmYzNDQxZDFkYzhiMjZmMTk3NDMzZmQwOWNiNWI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"583db2fa-2045-4011-8045-9fd436580060","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"0846dbe8-d246-42f3-9ba6-3c197d6bb5c4","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"5004fadd-cda9-4566-99ac-bc5d669427a2","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"7d3da3bf-4415-4326-b045-fe6bef605f78","artifactVersion":"2","generatedFromUUID":"0846dbe8-d246-42f3-9ba6-3c197d6bb5c4"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardGcpnoc-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-template.yml","artifactChecksum":"OGFkYWYzODVjYTg1MmE4Y2JhZWM5NDk3ZjljNTAwNTE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"8ab16f5d-5180-4470-b278-f6ea6f7c23e8","artifactVersion":"1"},{"artifactName":"service-BasicOnboardGcpnoc-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar","artifactChecksum":"MjQxYmE3NTM3MTRlYjAwMzA2YjMyYmJjMmU4MmNkYjE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"d6569f72-4f81-428a-8593-389324ccdf48","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-18T10:57:58.969Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T10:57:58.969Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-18T10:57:58.969Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T10:57:58.969Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679137029460,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T10:57:59.478Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-18T10:57:59.479Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679137029460,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T10:57:59.479Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T10:57:59.970Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T10:57:59.970Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-18T10:57:59.970Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T10:57:59.970Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679137029460,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T10:58:00.971Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T10:58:00.972Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-18T10:58:00.972Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T10:58:00.972Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679137029460,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T10:58:01.972Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T10:58:01.973Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-18T10:58:01.973Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T10:58:01.973Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679137029460,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T10:58:02.974Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T10:58:02.974Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-18T10:58:02.974Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T10:58:02.974Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679137029460,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T10:58:03.975Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T10:58:03.976Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-18T10:58:03.976Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T10:58:03.976Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679137029460,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T10:58:04.977Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T10:58:04.977Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-18T10:58:04.977Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T10:58:04.977Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679137029460,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T10:58:05.979Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||sending notification to client: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "serviceName": "basic_onboard_gCPnoC",
  "serviceVersion": "1.0",
  "serviceUUID": "dad851ae-1f1d-4e04-8847-f18fd5d51391",
  "serviceDescription": "service",
  "serviceInvariantUUID": "693dcbb7-55f2-41d5-a0d9-572574329dfe",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_gCPnoC 0",
      "resourceCustomizationUUID": "9327f8c9-4591-449b-b6af-227dc0614cab",
      "resourceName": "basic_onboard_gCPnoC",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "f3fb2f57-aad9-4f33-88db-c458ae09cdfb",
      "resourceInvariantUUID": "d7c6b294-4284-4b69-87ff-a797deedad73",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_gcpnoc0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json",
          "artifactChecksum": "NjRhMmYzNDQxZDFkYzhiMjZmMTk3NDMzZmQwOWNiNWI\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "583db2fa-2045-4011-8045-9fd436580060",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "0846dbe8-d246-42f3-9ba6-3c197d6bb5c4",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "7d3da3bf-4415-4326-b045-fe6bef605f78",
            "generatedFromUUID": "0846dbe8-d246-42f3-9ba6-3c197d6bb5c4"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "7d3da3bf-4415-4326-b045-fe6bef605f78",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardGcpnoc-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar",
      "artifactChecksum": "MjQxYmE3NTM3MTRlYjAwMzA2YjMyYmJjMmU4MmNkYjE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "d6569f72-4f81-428a-8593-389324ccdf48"
    }
  ],
  "workloadContext": "Production"
}
2023-03-18T10:58:05.979Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-18T10:58:05.980Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 dad851ae-1f1d-4e04-8847-f18fd5d51391 ASDC
2023-03-18T10:58:05.980Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
ServiceName:basic_onboard_gCPnoC
ServiceVersion:1.0
ServiceUUID:dad851ae-1f1d-4e04-8847-f18fd5d51391
ServiceInvariantUUID:693dcbb7-55f2-41d5-a0d9-572574329dfe
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardGcpnoc-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar
ArtifactUUID:d6569f72-4f81-428a-8593-389324ccdf48
ArtifactChecksum:MjQxYmE3NTM3MTRlYjAwMzA2YjMyYmJjMmU4MmNkYjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_gCPnoC 0
ResourceCustomizationUUID:9327f8c9-4591-449b-b6af-227dc0614cab
ResourceInvariantUUID:d7c6b294-4284-4b69-87ff-a797deedad73
ResourceName:basic_onboard_gCPnoC
ResourceType:VF
ResourceUUID:f3fb2f57-aad9-4f33-88db-c458ae09cdfb
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_gcpnoc0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json
ArtifactUUID:583db2fa-2045-4011-8045-9fd436580060
ArtifactChecksum:NjRhMmYzNDQxZDFkYzhiMjZmMTk3NDMzZmQwOWNiNWI=
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/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.yaml
ArtifactUUID:0846dbe8-d246-42f3-9ba6-3c197d6bb5c4
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/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.env
ArtifactUUID:7d3da3bf-4415-4326-b045-fe6bef605f78
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/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.env
ArtifactUUID:7d3da3bf-4415-4326-b045-fe6bef605f78
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-18T10:58:05.981Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF dad851ae-1f1d-4e04-8847-f18fd5d51391 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: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-18T10:58:06.013Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-18T10:58:06.013Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2023-03-18T10:58:06.013Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2023-03-18T10:58:06.013Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: d6569f72-4f81-428a-8593-389324ccdf48 from URL: /sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar
2023-03-18T10:58:06.013Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||INFO|500||DistributionClient - download
2023-03-18T10:58:06.014Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar
2023-03-18T10:58:06.059Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||GET Response Status 404
2023-03-18T10:58:06.059Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@1d99b2e3
2023-03-18T10:58:06.059Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-18T10:58:06.060Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicOnboardGcpnoc"
      ]
    }
  }
}
2023-03-18T10:58:06.060Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicOnboardGcpnoc-csar.csar /sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar d6569f72-4f81-428a-8593-389324ccdf48 Specified artifact is  not found 300 ASDC artifact download fail
2023-03-18T10:58:06.060Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar ASDC sendASDCNotification
2023-03-18T10:58:06.060Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar(Specified artifact is  not found)
2023-03-18T10:58:06.060Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-18T10:58:06.060Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-18T10:58:06.061Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T10:58:06.061Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679137086060,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T10:58:07.062Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during processCsarServiceArtifacts ASDC processCsarServiceArtifacts 500 Exception in processCsarServiceArtifacts
org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact service-BasicOnboardGcpnoc-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar(UUID:d6569f72-4f81-428a-8593-389324ccdf48)
Error message is Specified artifact is  not found

	at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394)
	at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2023-03-18T10:58:07.079Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||ERROR|500||error NSST process resource failure 
java.lang.NullPointerException: null
	at org.onap.so.asdc.client.ASDCController.processNsstNotification(ASDCController.java:978)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:760)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-18T10:58:07.079Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: f3fb2f57-aad9-4f33-88db-c458ae09cdfb
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-18T10:58:07.083Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||INFO|500||basic_onboard_gCPnoC 0
2023-03-18T10:58:07.084Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: f3fb2f57-aad9-4f33-88db-c458ae09cdfb
2023-03-18T10:58:07.084Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 583db2fa-2045-4011-8045-9fd436580060 from URL: /sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json
2023-03-18T10:58:07.084Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||INFO|500||DistributionClient - download
2023-03-18T10:58:07.084Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json
2023-03-18T10:58:07.100Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||GET Response Status 404
2023-03-18T10:58:07.100Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@2fc7746
2023-03-18T10:58:07.100Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-18T10:58:07.100Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicOnboardGcpnoc"
      ]
    }
  }
}
2023-03-18T10:58:07.100Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL basic_onboard_gcpnoc0_modules.json /sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json 583db2fa-2045-4011-8045-9fd436580060 Specified artifact is  not found 300 ASDC artifact download fail
2023-03-18T10:58:07.101Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json ASDC sendASDCNotification
2023-03-18T10:58:07.101Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json(Specified artifact is  not found)
2023-03-18T10:58:07.101Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-18T10:58:07.101Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-18T10:58:07.101Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T10:58:07.101Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679137087101,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T10:58:08.103Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during Installation of artifact ASDC processResourceNotification 500 Exception in processResourceNotification
org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact basic_onboard_gcpnoc0_modules.json could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json(UUID:583db2fa-2045-4011-8045-9fd436580060)
Error message is Specified artifact is  not found

	at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:787)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-18T10:58:08.103Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T10:58:08.119Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T10:58:08.122Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-18T10:58:08.123Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-18T10:58:38.123Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T10:58:38.140Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T10:58:38.143Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-18T10:58:38.143Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-18T10:58:58.919Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T10:58:58.927Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T10:58:58.929Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679137029460,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json",
  "status": "NOTIFIED"
}
2023-03-18T10:58:58.929Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T10:58:58.929Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T10:58:58.930Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679137029460,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2023-03-18T10:58:58.930Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T10:58:58.930Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T10:58:58.930Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679137029460,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T10:58:58.930Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T10:58:58.930Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T10:58:58.930Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679137029460,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2023-03-18T10:58:58.930Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T10:58:58.930Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T10:58:58.930Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679137029460,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T10:58:58.930Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T10:58:58.931Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T10:58:58.931Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679137029460,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar",
  "status": "NOTIFIED"
}
2023-03-18T10:58:58.931Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T10:58:58.931Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T10:58:58.931Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679137086060,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-18T10:58:58.931Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T10:58:58.931Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T10:58:58.931Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679137087101,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-18T10:58:58.931Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T10:59:08.146Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T10:59:08.166Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T10:59:08.169Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-18T10:59:08.169Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-18T10:59:38.171Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T10:59:38.188Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T10:59:38.191Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-18T10:59:38.191Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-18T10:59:58.920Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T11:00:08.192Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T11:00:08.212Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T11:00:08.216Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-18T11:00:08.216Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-18T11:00:38.216Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T11:00:38.234Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T11:00:38.237Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-18T11:00:38.237Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-18T11:00:58.922Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T11:01:08.237Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T11:01:08.259Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T11:01:08.263Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-18T11:01:08.263Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-18T11:01:38.263Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T11:01:38.278Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T11:01:38.281Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-18T11:01:38.281Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-18T11:01:58.923Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T11:02:08.281Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T11:02:08.301Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T11:02:08.304Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-18T11:02:08.305Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-18T11:02:38.305Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T11:02:38.327Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T11:02:38.330Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-18T11:02:38.331Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-18T11:02:58.924Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T11:02:59.044Z||kafka-coordinator-heartbeat-thread | so|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] consumer poll timeout has expired. This means the time between subsequent calls to poll() was longer than the configured max.poll.interval.ms, which typically implies that the poll loop is spending too much time processing messages. You can address this either by increasing max.poll.interval.ms or by reducing the maximum size of batches returned in poll() with max.poll.records.
2023-03-18T11:02:59.045Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Member SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2-f8f94201-ef7f-4050-9a70-d1f27a0a6142 sending LeaveGroup request to coordinator onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2147483645 rack: null) due to consumer poll timeout has expired.
2023-03-18T11:02:59.046Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Resetting generation and member id due to: consumer pro-actively leaving the group
2023-03-18T11:02:59.046Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Request joining group due to: consumer pro-actively leaving the group
2023-03-18T11:02:59.606Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T11:02:59.617Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Revoke previously assigned partitions SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-03-18T11:02:59.618Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] (Re-)joining group
2023-03-18T11:02:59.623Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Successfully joined group with generation Generation{generationId=18, memberId='SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94-2995e74d-4211-4955-93f6-f3f14568571e', protocol='range'}
2023-03-18T11:02:59.623Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Finished assignment for group at generation 18: {SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94-2995e74d-4211-4955-93f6-f3f14568571e=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])}
2023-03-18T11:02:59.646Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Successfully synced group in generation Generation{generationId=18, memberId='SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94-2995e74d-4211-4955-93f6-f3f14568571e', protocol='range'}
2023-03-18T11:02:59.646Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])
2023-03-18T11:02:59.646Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Adding newly assigned partitions: SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-03-18T11:02:59.649Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-18T11:02:59.649Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-18T11:02:59.649Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-18T11:02:59.649Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=143, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-18T11:02:59.650Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-18T11:02:59.650Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-18T11:03:08.332Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2023-03-18T11:03:08.332Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-18T11:03:08.343Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846 and serviceModelVersionId: dad851ae-1f1d-4e04-8847-f18fd5d51391
2023-03-18T11:03:08.343Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 693dcbb7-55f2-41d5-a0d9-572574329dfe
2023-03-18T11:03:08.344Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391?depth=0
2023-03-18T11:03:08.352Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2023-03-18T11:03:08.367Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-03-18T11:03:08.368Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391?depth=0|INFO|500||Invoke
2023-03-18T11:03:08.376Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2023-03-18T11:03:08.403Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391?depth=0|INFO|404|Not Found|InvokeReturn
2023-03-18T11:03:08.404Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391?depth=0 has http status code:404 and response headers:{date=[Sat, 18 Mar 2023 11:03:08 GMT], content-length=[495], x-aai-txid=[0-aai-resources-230318-11:03:08:076-4960], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-18T11:03:08.404Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||{"requestError":{"serviceException":{"messageId":"SVC3001","text":"Resource not found for %1 using id %2 (msg=%3) (ec=%4)","variables":["MERGE_PATCH","service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391","Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391","ERR.5.4.6114"]}}}

2023-03-18T11:03:08.407Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391) (ec=ERR.5.4.6114)
2023-03-18T11:03:08.407Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||ERROR|500||Exception occurred
javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391) (ec=ERR.5.4.6114)
	at org.onap.so.client.ResponseExceptionMapper.map(ResponseExceptionMapper.java:74)
	at org.onap.so.client.RestRequest.get(RestRequest.java:77)
	at org.onap.so.client.RestClient.buildRequest(RestClient.java:326)
	at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322)
	at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283)
	at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67)
	at net.jodah.failsafe.Execution.executeSync(Execution.java:117)
	at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319)
	at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71)
	at org.onap.so.client.RestClient.method(RestClient.java:322)
	at org.onap.so.client.RestClient.patch(RestClient.java:265)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184)
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-18T11:03:08.407Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391) (ec=ERR.5.4.6114)
2023-03-18T11:03:08.407Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391) (ec=ERR.5.4.6114)
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-18T11:03:08.411Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-18T11:03:08.411Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391) (ec=ERR.5.4.6114)
2023-03-18T11:03:08.411Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2023-03-18T11:03:08.411Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-18T11:03:08.411Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T11:03:08.412Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679137388411,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391) (ec\u003dERR.5.4.6114)"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T11:03:08.425Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T11:03:08.425Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679137388411,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391) (ec\u003dERR.5.4.6114)"
}
2023-03-18T11:03:08.426Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-18T11:03:09.439Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T11:03:09.440Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Failing OffsetCommit request since the consumer is not part of an active group
2023-03-18T11:03:09.440Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||ERROR|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Asynchronous auto-commit of offsets failed: Offset commit cannot be completed since the consumer is not part of an active group for auto partition assignment; it is likely that the consumer was kicked out of the group.. Will continue to join group.
2023-03-18T11:03:09.441Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Giving away all assigned partitions as lost since generation/memberID has been reset,indicating that consumer is in old state or no longer part of the group
2023-03-18T11:03:09.441Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Lost previously assigned partitions SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5
2023-03-18T11:03:09.441Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] (Re-)joining group
2023-03-18T11:03:09.445Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2-64f091fc-4a9c-48b3-9e4e-89ad0f367aa2
2023-03-18T11:03:09.446Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Asynchronous auto-commit of offsets {SDC-DISTR-NOTIF-TOPIC-AUTO-5=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-4=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-3=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-2=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-1=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-0=OffsetAndMetadata{offset=1, leaderEpoch=0, metadata=''}} failed: Offset commit cannot be completed since the consumer is not part of an active group for auto partition assignment; it is likely that the consumer was kicked out of the group.
2023-03-18T11:03:09.446Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Request joining group due to: rebalance failed due to 'The group member needs to have a valid member id before actually entering a consumer group.' (MemberIdRequiredException)
2023-03-18T11:03:09.446Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] (Re-)joining group
2023-03-18T11:03:11.733Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T11:03:14.749Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T11:03:17.759Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T11:03:20.776Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T11:03:23.790Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T11:03:26.809Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T11:03:29.817Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T11:03:32.827Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T11:03:35.837Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T11:03:38.850Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T11:03:41.867Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T11:03:44.877Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T11:03:47.891Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T11:03:50.906Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T11:03:53.915Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T11:03:56.933Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T11:03:58.919Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T11:03:58.932Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Revoke previously assigned partitions SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-03-18T11:03:58.932Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] (Re-)joining group
2023-03-18T11:03:58.937Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Successfully joined group with generation Generation{generationId=19, memberId='SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94-2995e74d-4211-4955-93f6-f3f14568571e', protocol='range'}
2023-03-18T11:03:58.937Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Successfully joined group with generation Generation{generationId=19, memberId='SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2-64f091fc-4a9c-48b3-9e4e-89ad0f367aa2', protocol='range'}
2023-03-18T11:03:58.941Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Finished assignment for group at generation 19: {SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2-64f091fc-4a9c-48b3-9e4e-89ad0f367aa2=Assignment(partitions=[SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5]), SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94-2995e74d-4211-4955-93f6-f3f14568571e=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])}
2023-03-18T11:03:58.955Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Successfully synced group in generation Generation{generationId=19, memberId='SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2-64f091fc-4a9c-48b3-9e4e-89ad0f367aa2', protocol='range'}
2023-03-18T11:03:58.955Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5])
2023-03-18T11:03:58.955Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Adding newly assigned partitions: SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5
2023-03-18T11:03:58.956Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Successfully synced group in generation Generation{generationId=19, memberId='SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94-2995e74d-4211-4955-93f6-f3f14568571e', protocol='range'}
2023-03-18T11:03:58.956Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])
2023-03-18T11:03:58.956Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Adding newly assigned partitions: SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-03-18T11:03:58.959Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-18T11:03:58.959Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-18T11:03:58.959Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-18T11:03:58.959Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-18T11:03:58.959Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-18T11:03:58.960Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-18T11:03:58.960Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-18T11:03:58.960Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-18T11:03:58.960Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-18T11:03:58.960Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=144, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-18T11:03:58.961Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-18T11:03:58.961Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-18T11:03:58.966Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-18T11:03:58.966Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||received notification from broker: {"distributionID":"34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846","serviceName":"basic_onboard_gCPnoC","serviceVersion":"1.0","serviceUUID":"dad851ae-1f1d-4e04-8847-f18fd5d51391","serviceDescription":"service","serviceInvariantUUID":"693dcbb7-55f2-41d5-a0d9-572574329dfe","resources":[{"resourceInstanceName":"basic_onboard_gCPnoC 0","resourceName":"basic_onboard_gCPnoC","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"f3fb2f57-aad9-4f33-88db-c458ae09cdfb","resourceInvariantUUID":"d7c6b294-4284-4b69-87ff-a797deedad73","resourceCustomizationUUID":"9327f8c9-4591-449b-b6af-227dc0614cab","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/vf-license-model.xml","artifactChecksum":"OGQ5ZDI0MzIzNDdmMDUyYmQ0MzVmMDVkOWUyNGVlYmE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"5077753b-8cdd-47a9-82d5-e3ff4ce969c3","artifactVersion":"1"},{"artifactName":"basic_onboard_gcpnoc0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json","artifactChecksum":"NjRhMmYzNDQxZDFkYzhiMjZmMTk3NDMzZmQwOWNiNWI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"583db2fa-2045-4011-8045-9fd436580060","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"0846dbe8-d246-42f3-9ba6-3c197d6bb5c4","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"5004fadd-cda9-4566-99ac-bc5d669427a2","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"7d3da3bf-4415-4326-b045-fe6bef605f78","artifactVersion":"2","generatedFromUUID":"0846dbe8-d246-42f3-9ba6-3c197d6bb5c4"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardGcpnoc-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-template.yml","artifactChecksum":"OGFkYWYzODVjYTg1MmE4Y2JhZWM5NDk3ZjljNTAwNTE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"8ab16f5d-5180-4470-b278-f6ea6f7c23e8","artifactVersion":"1"},{"artifactName":"service-BasicOnboardGcpnoc-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar","artifactChecksum":"MjQxYmE3NTM3MTRlYjAwMzA2YjMyYmJjMmU4MmNkYjE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"d6569f72-4f81-428a-8593-389324ccdf48","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-18T11:03:58.967Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T11:03:58.968Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-18T11:03:58.968Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T11:03:58.968Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679137389439,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T11:03:59.968Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T11:03:59.969Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-18T11:03:59.969Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T11:03:59.969Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679137389439,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T11:03:59.973Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T11:03:59.973Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679137389439,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T11:03:59.973Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T11:04:00.970Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T11:04:00.970Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-18T11:04:00.970Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T11:04:00.970Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679137389439,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T11:04:01.971Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T11:04:01.972Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-18T11:04:01.972Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T11:04:01.972Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679137389439,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T11:04:02.973Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T11:04:02.973Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-18T11:04:02.974Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T11:04:02.974Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679137389439,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T11:04:03.974Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T11:04:03.975Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-18T11:04:03.975Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T11:04:03.975Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679137389439,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T11:04:04.976Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T11:04:04.977Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-18T11:04:04.977Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T11:04:04.977Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679137389439,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T11:04:05.979Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||sending notification to client: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "serviceName": "basic_onboard_gCPnoC",
  "serviceVersion": "1.0",
  "serviceUUID": "dad851ae-1f1d-4e04-8847-f18fd5d51391",
  "serviceDescription": "service",
  "serviceInvariantUUID": "693dcbb7-55f2-41d5-a0d9-572574329dfe",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_gCPnoC 0",
      "resourceCustomizationUUID": "9327f8c9-4591-449b-b6af-227dc0614cab",
      "resourceName": "basic_onboard_gCPnoC",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "f3fb2f57-aad9-4f33-88db-c458ae09cdfb",
      "resourceInvariantUUID": "d7c6b294-4284-4b69-87ff-a797deedad73",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_gcpnoc0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json",
          "artifactChecksum": "NjRhMmYzNDQxZDFkYzhiMjZmMTk3NDMzZmQwOWNiNWI\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "583db2fa-2045-4011-8045-9fd436580060",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "0846dbe8-d246-42f3-9ba6-3c197d6bb5c4",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "7d3da3bf-4415-4326-b045-fe6bef605f78",
            "generatedFromUUID": "0846dbe8-d246-42f3-9ba6-3c197d6bb5c4"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "7d3da3bf-4415-4326-b045-fe6bef605f78",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardGcpnoc-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar",
      "artifactChecksum": "MjQxYmE3NTM3MTRlYjAwMzA2YjMyYmJjMmU4MmNkYjE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "d6569f72-4f81-428a-8593-389324ccdf48"
    }
  ],
  "workloadContext": "Production"
}
2023-03-18T11:04:05.979Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-18T11:04:05.980Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 dad851ae-1f1d-4e04-8847-f18fd5d51391 ASDC
2023-03-18T11:04:05.980Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
ServiceName:basic_onboard_gCPnoC
ServiceVersion:1.0
ServiceUUID:dad851ae-1f1d-4e04-8847-f18fd5d51391
ServiceInvariantUUID:693dcbb7-55f2-41d5-a0d9-572574329dfe
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardGcpnoc-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar
ArtifactUUID:d6569f72-4f81-428a-8593-389324ccdf48
ArtifactChecksum:MjQxYmE3NTM3MTRlYjAwMzA2YjMyYmJjMmU4MmNkYjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_gCPnoC 0
ResourceCustomizationUUID:9327f8c9-4591-449b-b6af-227dc0614cab
ResourceInvariantUUID:d7c6b294-4284-4b69-87ff-a797deedad73
ResourceName:basic_onboard_gCPnoC
ResourceType:VF
ResourceUUID:f3fb2f57-aad9-4f33-88db-c458ae09cdfb
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_gcpnoc0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json
ArtifactUUID:583db2fa-2045-4011-8045-9fd436580060
ArtifactChecksum:NjRhMmYzNDQxZDFkYzhiMjZmMTk3NDMzZmQwOWNiNWI=
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/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.yaml
ArtifactUUID:0846dbe8-d246-42f3-9ba6-3c197d6bb5c4
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/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.env
ArtifactUUID:7d3da3bf-4415-4326-b045-fe6bef605f78
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/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.env
ArtifactUUID:7d3da3bf-4415-4326-b045-fe6bef605f78
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-18T11:04:05.980Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF dad851ae-1f1d-4e04-8847-f18fd5d51391 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: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-18T11:04:06.019Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-18T11:04:06.019Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2023-03-18T11:04:06.019Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2023-03-18T11:04:06.020Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: d6569f72-4f81-428a-8593-389324ccdf48 from URL: /sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar
2023-03-18T11:04:06.020Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||INFO|500||DistributionClient - download
2023-03-18T11:04:06.020Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar
2023-03-18T11:04:06.063Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||GET Response Status 404
2023-03-18T11:04:06.063Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@7fa4b996
2023-03-18T11:04:06.064Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-18T11:04:06.064Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicOnboardGcpnoc"
      ]
    }
  }
}
2023-03-18T11:04:06.064Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicOnboardGcpnoc-csar.csar /sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar d6569f72-4f81-428a-8593-389324ccdf48 Specified artifact is  not found 300 ASDC artifact download fail
2023-03-18T11:04:06.064Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar ASDC sendASDCNotification
2023-03-18T11:04:06.065Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar(Specified artifact is  not found)
2023-03-18T11:04:06.065Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-18T11:04:06.065Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-18T11:04:06.065Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T11:04:06.065Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679137446064,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T11:04:07.068Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during processCsarServiceArtifacts ASDC processCsarServiceArtifacts 500 Exception in processCsarServiceArtifacts
org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact service-BasicOnboardGcpnoc-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar(UUID:d6569f72-4f81-428a-8593-389324ccdf48)
Error message is Specified artifact is  not found

	at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394)
	at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2023-03-18T11:04:07.079Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||ERROR|500||error NSST process resource failure 
java.lang.NullPointerException: null
	at org.onap.so.asdc.client.ASDCController.processNsstNotification(ASDCController.java:978)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:760)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-18T11:04:07.080Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: f3fb2f57-aad9-4f33-88db-c458ae09cdfb
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-18T11:04:07.083Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||INFO|500||basic_onboard_gCPnoC 0
2023-03-18T11:04:07.083Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: f3fb2f57-aad9-4f33-88db-c458ae09cdfb
2023-03-18T11:04:07.084Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 583db2fa-2045-4011-8045-9fd436580060 from URL: /sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json
2023-03-18T11:04:07.084Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||INFO|500||DistributionClient - download
2023-03-18T11:04:07.084Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json
2023-03-18T11:04:07.101Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||GET Response Status 404
2023-03-18T11:04:07.102Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@53f9d392
2023-03-18T11:04:07.102Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-18T11:04:07.103Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicOnboardGcpnoc"
      ]
    }
  }
}
2023-03-18T11:04:07.103Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL basic_onboard_gcpnoc0_modules.json /sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json 583db2fa-2045-4011-8045-9fd436580060 Specified artifact is  not found 300 ASDC artifact download fail
2023-03-18T11:04:07.103Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json ASDC sendASDCNotification
2023-03-18T11:04:07.103Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json(Specified artifact is  not found)
2023-03-18T11:04:07.103Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-18T11:04:07.104Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-18T11:04:07.104Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T11:04:07.104Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679137447103,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T11:04:08.105Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during Installation of artifact ASDC processResourceNotification 500 Exception in processResourceNotification
org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact basic_onboard_gcpnoc0_modules.json could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json(UUID:583db2fa-2045-4011-8045-9fd436580060)
Error message is Specified artifact is  not found

	at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:787)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-18T11:04:08.106Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T11:04:08.126Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T11:04:08.130Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-18T11:04:08.131Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-18T11:04:38.131Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T11:04:38.151Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T11:04:38.154Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-18T11:04:38.154Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-18T11:04:58.920Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T11:04:58.921Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T11:04:58.922Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679137389439,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json",
  "status": "NOTIFIED"
}
2023-03-18T11:04:58.922Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T11:05:08.154Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T11:05:08.178Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T11:05:08.181Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-18T11:05:08.182Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-18T11:05:38.182Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T11:05:38.206Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T11:05:38.211Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-18T11:05:38.211Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-18T11:05:58.920Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T11:05:58.923Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T11:05:58.923Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679137389439,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2023-03-18T11:05:58.924Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T11:05:58.924Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T11:05:58.924Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679137389439,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T11:05:58.924Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T11:05:58.925Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T11:05:58.925Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679137389439,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2023-03-18T11:05:58.925Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T11:05:58.925Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T11:05:58.925Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679137389439,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T11:05:58.925Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T11:05:58.926Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T11:05:58.926Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679137389439,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar",
  "status": "NOTIFIED"
}
2023-03-18T11:05:58.926Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T11:05:58.926Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T11:05:58.926Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679137446064,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-18T11:05:58.927Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T11:05:58.927Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T11:05:58.927Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679137447103,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-18T11:05:58.927Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T11:06:08.213Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T11:06:08.235Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T11:06:08.239Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-18T11:06:08.239Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-18T11:06:38.240Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T11:06:38.258Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T11:06:38.262Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-18T11:06:38.263Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-18T11:06:58.920Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T11:07:08.263Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T11:07:08.287Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T11:07:08.298Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-18T11:07:08.301Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-18T11:07:38.301Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T11:07:38.319Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T11:07:38.322Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-18T11:07:38.322Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-18T11:07:58.920Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T11:08:08.323Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T11:08:08.343Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T11:08:08.347Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-18T11:08:08.347Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-18T11:08:38.347Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T11:08:38.367Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T11:08:38.372Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-18T11:08:38.372Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-18T11:08:58.920Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T11:08:59.061Z||kafka-coordinator-heartbeat-thread | so|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] consumer poll timeout has expired. This means the time between subsequent calls to poll() was longer than the configured max.poll.interval.ms, which typically implies that the poll loop is spending too much time processing messages. You can address this either by increasing max.poll.interval.ms or by reducing the maximum size of batches returned in poll() with max.poll.records.
2023-03-18T11:08:59.062Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Member SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2-64f091fc-4a9c-48b3-9e4e-89ad0f367aa2 sending LeaveGroup request to coordinator onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2147483645 rack: null) due to consumer poll timeout has expired.
2023-03-18T11:08:59.063Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Resetting generation and member id due to: consumer pro-actively leaving the group
2023-03-18T11:08:59.063Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Request joining group due to: consumer pro-actively leaving the group
2023-03-18T11:08:59.719Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T11:08:59.731Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Revoke previously assigned partitions SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-03-18T11:08:59.732Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] (Re-)joining group
2023-03-18T11:08:59.738Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Successfully joined group with generation Generation{generationId=20, memberId='SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94-2995e74d-4211-4955-93f6-f3f14568571e', protocol='range'}
2023-03-18T11:08:59.739Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Finished assignment for group at generation 20: {SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94-2995e74d-4211-4955-93f6-f3f14568571e=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])}
2023-03-18T11:08:59.752Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Successfully synced group in generation Generation{generationId=20, memberId='SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94-2995e74d-4211-4955-93f6-f3f14568571e', protocol='range'}
2023-03-18T11:08:59.752Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])
2023-03-18T11:08:59.753Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Adding newly assigned partitions: SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-03-18T11:08:59.756Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-18T11:08:59.757Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-18T11:08:59.757Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-18T11:08:59.757Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=153, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-18T11:08:59.758Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-18T11:08:59.758Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-18T11:09:08.372Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2023-03-18T11:09:08.372Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-18T11:09:08.380Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846 and serviceModelVersionId: dad851ae-1f1d-4e04-8847-f18fd5d51391
2023-03-18T11:09:08.380Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 693dcbb7-55f2-41d5-a0d9-572574329dfe
2023-03-18T11:09:08.383Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391?depth=0
2023-03-18T11:09:08.388Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2023-03-18T11:09:08.450Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391?depth=0|INFO|500||Invoke
2023-03-18T11:09:08.451Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[ca33ac8c-15b4-4c3a-bc1c-d24f9b95a7c9], X-ECOMP-RequestID=[34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846], X-TransactionId=[], X-ONAP-RequestID=[34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846], Content-Type=[application/merge-patch+json]}
2023-03-18T11:09:08.462Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2023-03-18T11:09:08.493Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391?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/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391?depth=0 has http status code:404 and response headers:{date=[Sat, 18 Mar 2023 11:09:08 GMT], content-length=[495], x-aai-txid=[0-aai-resources-230318-11:09:08:165-19038], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-18T11:09:08.495Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391?depth=0|DEBUG|500||{"requestError":{"serviceException":{"messageId":"SVC3001","text":"Resource not found for %1 using id %2 (msg=%3) (ec=%4)","variables":["MERGE_PATCH","service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391","Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391","ERR.5.4.6114"]}}}

2023-03-18T11:09:08.495Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391?depth=0|INFO|404|Not Found|InvokeReturn
2023-03-18T11:09:08.500Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391) (ec=ERR.5.4.6114)
2023-03-18T11:09:08.500Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||ERROR|500||Exception occurred
javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391) (ec=ERR.5.4.6114)
	at org.onap.so.client.ResponseExceptionMapper.map(ResponseExceptionMapper.java:74)
	at org.onap.so.client.RestRequest.get(RestRequest.java:77)
	at org.onap.so.client.RestClient.buildRequest(RestClient.java:326)
	at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322)
	at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283)
	at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67)
	at net.jodah.failsafe.Execution.executeSync(Execution.java:117)
	at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319)
	at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71)
	at org.onap.so.client.RestClient.method(RestClient.java:322)
	at org.onap.so.client.RestClient.patch(RestClient.java:265)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184)
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-18T11:09:08.500Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391) (ec=ERR.5.4.6114)
2023-03-18T11:09:08.500Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391) (ec=ERR.5.4.6114)
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-18T11:09:08.508Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-18T11:09:08.508Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391) (ec=ERR.5.4.6114)
2023-03-18T11:09:08.508Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2023-03-18T11:09:08.508Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-18T11:09:08.508Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T11:09:08.508Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679137748508,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391) (ec\u003dERR.5.4.6114)"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T11:09:08.525Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T11:09:08.526Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679137748508,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391) (ec\u003dERR.5.4.6114)"
}
2023-03-18T11:09:08.526Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-18T11:09:09.534Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T11:09:09.535Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Failing OffsetCommit request since the consumer is not part of an active group
2023-03-18T11:09:09.536Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||ERROR|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Asynchronous auto-commit of offsets failed: Offset commit cannot be completed since the consumer is not part of an active group for auto partition assignment; it is likely that the consumer was kicked out of the group.. Will continue to join group.
2023-03-18T11:09:09.536Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Giving away all assigned partitions as lost since generation/memberID has been reset,indicating that consumer is in old state or no longer part of the group
2023-03-18T11:09:09.536Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Lost previously assigned partitions SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5
2023-03-18T11:09:09.536Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] (Re-)joining group
2023-03-18T11:09:09.539Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2-528ab4c3-ed46-43a2-b07d-99ad825e0877
2023-03-18T11:09:09.539Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Asynchronous auto-commit of offsets {SDC-DISTR-NOTIF-TOPIC-AUTO-5=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-4=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-3=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-2=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-1=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-0=OffsetAndMetadata{offset=1, leaderEpoch=0, metadata=''}} failed: Offset commit cannot be completed since the consumer is not part of an active group for auto partition assignment; it is likely that the consumer was kicked out of the group.
2023-03-18T11:09:09.540Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Request joining group due to: rebalance failed due to 'The group member needs to have a valid member id before actually entering a consumer group.' (MemberIdRequiredException)
2023-03-18T11:09:09.540Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] (Re-)joining group
2023-03-18T11:09:11.948Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T11:09:14.959Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T11:09:17.983Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T11:09:20.993Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T11:09:24.003Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T11:09:27.019Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T11:09:30.034Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T11:09:33.045Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T11:09:36.065Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T11:09:39.079Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T11:09:42.087Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T11:09:45.095Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T11:09:48.104Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T11:09:51.114Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T11:09:54.125Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T11:09:57.135Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T11:09:58.919Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T11:09:58.930Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Revoke previously assigned partitions SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-03-18T11:09:58.931Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] (Re-)joining group
2023-03-18T11:09:58.935Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Successfully joined group with generation Generation{generationId=21, memberId='SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94-2995e74d-4211-4955-93f6-f3f14568571e', protocol='range'}
2023-03-18T11:09:58.935Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Successfully joined group with generation Generation{generationId=21, memberId='SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2-528ab4c3-ed46-43a2-b07d-99ad825e0877', protocol='range'}
2023-03-18T11:09:58.940Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Finished assignment for group at generation 21: {SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2-528ab4c3-ed46-43a2-b07d-99ad825e0877=Assignment(partitions=[SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5]), SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94-2995e74d-4211-4955-93f6-f3f14568571e=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])}
2023-03-18T11:09:58.953Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Successfully synced group in generation Generation{generationId=21, memberId='SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94-2995e74d-4211-4955-93f6-f3f14568571e', protocol='range'}
2023-03-18T11:09:58.954Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])
2023-03-18T11:09:58.954Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Adding newly assigned partitions: SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-03-18T11:09:58.954Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Successfully synced group in generation Generation{generationId=21, memberId='SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2-528ab4c3-ed46-43a2-b07d-99ad825e0877', protocol='range'}
2023-03-18T11:09:58.954Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5])
2023-03-18T11:09:58.955Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Adding newly assigned partitions: SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5
2023-03-18T11:09:58.957Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-18T11:09:58.957Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-18T11:09:58.957Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-18T11:09:58.957Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=154, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-18T11:09:58.957Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-18T11:09:58.957Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-18T11:09:58.958Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-18T11:09:58.958Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-18T11:09:58.959Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-18T11:09:58.959Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-18T11:09:58.959Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-18T11:09:58.959Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-18T11:09:58.964Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-18T11:09:58.965Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||received notification from broker: {"distributionID":"34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846","serviceName":"basic_onboard_gCPnoC","serviceVersion":"1.0","serviceUUID":"dad851ae-1f1d-4e04-8847-f18fd5d51391","serviceDescription":"service","serviceInvariantUUID":"693dcbb7-55f2-41d5-a0d9-572574329dfe","resources":[{"resourceInstanceName":"basic_onboard_gCPnoC 0","resourceName":"basic_onboard_gCPnoC","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"f3fb2f57-aad9-4f33-88db-c458ae09cdfb","resourceInvariantUUID":"d7c6b294-4284-4b69-87ff-a797deedad73","resourceCustomizationUUID":"9327f8c9-4591-449b-b6af-227dc0614cab","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/vf-license-model.xml","artifactChecksum":"OGQ5ZDI0MzIzNDdmMDUyYmQ0MzVmMDVkOWUyNGVlYmE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"5077753b-8cdd-47a9-82d5-e3ff4ce969c3","artifactVersion":"1"},{"artifactName":"basic_onboard_gcpnoc0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json","artifactChecksum":"NjRhMmYzNDQxZDFkYzhiMjZmMTk3NDMzZmQwOWNiNWI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"583db2fa-2045-4011-8045-9fd436580060","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"0846dbe8-d246-42f3-9ba6-3c197d6bb5c4","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"5004fadd-cda9-4566-99ac-bc5d669427a2","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"7d3da3bf-4415-4326-b045-fe6bef605f78","artifactVersion":"2","generatedFromUUID":"0846dbe8-d246-42f3-9ba6-3c197d6bb5c4"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardGcpnoc-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-template.yml","artifactChecksum":"OGFkYWYzODVjYTg1MmE4Y2JhZWM5NDk3ZjljNTAwNTE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"8ab16f5d-5180-4470-b278-f6ea6f7c23e8","artifactVersion":"1"},{"artifactName":"service-BasicOnboardGcpnoc-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar","artifactChecksum":"MjQxYmE3NTM3MTRlYjAwMzA2YjMyYmJjMmU4MmNkYjE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"d6569f72-4f81-428a-8593-389324ccdf48","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-18T11:09:58.967Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T11:09:58.967Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-18T11:09:58.967Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T11:09:58.967Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679137749534,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T11:09:59.967Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T11:09:59.968Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-18T11:09:59.968Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T11:09:59.968Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679137749534,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T11:09:59.973Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T11:09:59.973Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679137710732,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T11:09:59.973Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T11:09:59.973Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T11:09:59.973Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679137741788,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T11:09:59.973Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T11:09:59.973Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T11:09:59.973Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679137753105,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T11:09:59.973Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T11:09:59.973Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T11:09:59.973Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679137742373,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T11:09:59.973Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T11:09:59.974Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T11:09:59.974Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679137710732,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/vfw58569f3ebd560_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-03-18T11:09:59.974Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T11:09:59.974Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T11:09:59.974Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679137741788,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/vfw58569f3ebd560_modules.json",
  "status": "NOTIFIED"
}
2023-03-18T11:09:59.974Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T11:09:59.974Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T11:09:59.974Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679137753105,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/vfw58569f3ebd560_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-03-18T11:09:59.974Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T11:09:59.974Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T11:09:59.974Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679137742373,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/vfw58569f3ebd560_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-03-18T11:09:59.974Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T11:09:59.974Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T11:09:59.974Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679137710732,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T11:09:59.974Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T11:09:59.974Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T11:09:59.974Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679137742373,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-03-18T11:09:59.974Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T11:09:59.974Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T11:09:59.974Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679137741788,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-03-18T11:09:59.974Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T11:09:59.974Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T11:09:59.974Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679137753105,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T11:09:59.974Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T11:09:59.974Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T11:09:59.974Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679137710732,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T11:09:59.974Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T11:09:59.974Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T11:09:59.975Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679137753105,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T11:09:59.975Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T11:09:59.975Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T11:09:59.975Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679137742373,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T11:09:59.975Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T11:09:59.975Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T11:09:59.975Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679137741788,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T11:09:59.975Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T11:09:59.975Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T11:09:59.975Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679137710732,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2023-03-18T11:09:59.975Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T11:09:59.975Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T11:09:59.975Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679137742373,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2023-03-18T11:09:59.975Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T11:09:59.975Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T11:09:59.975Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679137753105,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2023-03-18T11:09:59.975Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T11:09:59.975Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T11:09:59.975Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679137741788,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2023-03-18T11:09:59.975Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T11:09:59.975Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T11:09:59.975Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679137710732,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T11:09:59.975Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T11:09:59.975Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T11:09:59.975Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679137742373,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T11:09:59.975Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T11:09:59.975Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T11:09:59.975Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679137741788,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T11:09:59.976Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T11:09:59.976Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T11:09:59.976Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679137753105,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T11:09:59.976Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T11:09:59.976Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T11:09:59.976Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679137710732,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar",
  "status": "NOTIFIED"
}
2023-03-18T11:09:59.976Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T11:09:59.976Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T11:09:59.976Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679137742373,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar",
  "status": "NOTIFIED"
}
2023-03-18T11:09:59.976Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T11:09:59.976Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T11:09:59.976Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679137753105,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-18T11:09:59.976Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T11:09:59.976Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T11:09:59.976Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679137741788,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar",
  "status": "NOTIFIED"
}
2023-03-18T11:09:59.976Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T11:09:59.976Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T11:09:59.976Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679137774128,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/vfw58569f3ebd560_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-03-18T11:09:59.976Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T11:09:59.976Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T11:09:59.976Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679137775160,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-18T11:09:59.976Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T11:09:59.976Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T11:09:59.976Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679137774661,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-18T11:09:59.976Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T11:09:59.977Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T11:09:59.977Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679137775676,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar",
  "status": "DEPLOY_OK"
}
2023-03-18T11:09:59.977Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T11:09:59.977Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T11:09:59.977Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679137776178,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-03-18T11:10:00.007Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of d4dc9e71-f2cb-491c-bcf1-9d51402514be
2023-03-18T11:10:00.007Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId d4dc9e71-f2cb-491c-bcf1-9d51402514be and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-03-18T11:10:00.023Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T11:10:00.023Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679137775237,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2023-03-18T11:10:00.023Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T11:10:00.023Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T11:10:00.023Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679137775163,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T11:10:00.023Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T11:10:00.023Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T11:10:00.023Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "aai-model-loader",
  "timestamp": 1679137776544,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T11:10:00.023Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T11:10:00.023Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T11:10:00.023Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679137776677,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-18T11:10:00.034Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d4dc9e71-f2cb-491c-bcf1-9d51402514be
2023-03-18T11:10:00.034Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId d4dc9e71-f2cb-491c-bcf1-9d51402514be and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-03-18T11:10:00.054Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T11:10:00.054Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679137776321,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2023-03-18T11:10:00.054Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T11:10:00.054Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T11:10:00.054Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679137775163,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/vfw58569f3ebd560_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-03-18T11:10:00.055Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T11:10:00.055Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T11:10:00.055Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "aai-model-loader",
  "timestamp": 1679137776544,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/vfw58569f3ebd560_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-03-18T11:10:00.055Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T11:10:00.055Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T11:10:00.055Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679137775163,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T11:10:00.055Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T11:10:00.055Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T11:10:00.055Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "aai-model-loader",
  "timestamp": 1679137776544,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T11:10:00.055Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T11:10:00.055Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T11:10:00.055Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679137777425,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-18T11:10:00.064Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d4dc9e71-f2cb-491c-bcf1-9d51402514be
2023-03-18T11:10:00.064Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId d4dc9e71-f2cb-491c-bcf1-9d51402514be and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-03-18T11:10:00.077Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T11:10:00.077Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679137775163,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T11:10:00.077Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T11:10:00.077Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T11:10:00.077Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "aai-model-loader",
  "timestamp": 1679137776544,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T11:10:00.077Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T11:10:00.077Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T11:10:00.077Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679137778428,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/vfw58569f3ebd560_modules.json",
  "status": "DEPLOY_OK"
}
2023-03-18T11:10:00.077Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T11:10:00.077Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T11:10:00.077Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679137775163,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2023-03-18T11:10:00.078Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T11:10:00.078Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T11:10:00.078Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "aai-model-loader",
  "timestamp": 1679137776544,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2023-03-18T11:10:00.078Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T11:10:00.078Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T11:10:00.078Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679137775163,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T11:10:00.078Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T11:10:00.078Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T11:10:00.078Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "aai-model-loader",
  "timestamp": 1679137776544,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T11:10:00.078Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T11:10:00.078Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T11:10:00.078Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679137775163,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar",
  "status": "NOTIFIED"
}
2023-03-18T11:10:00.078Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T11:10:00.078Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T11:10:00.078Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "aai-model-loader",
  "timestamp": 1679137776544,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar",
  "status": "NOTIFIED"
}
2023-03-18T11:10:00.078Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T11:10:00.078Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T11:10:00.078Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679137782967,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-18T11:10:00.078Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T11:10:00.078Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T11:10:00.078Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "aai-model-loader",
  "timestamp": 1679137783735,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-18T11:10:00.079Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T11:10:00.079Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T11:10:00.079Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679137787246,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar",
  "status": "DEPLOY_OK"
}
2023-03-18T11:10:00.079Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T11:10:00.079Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T11:10:00.079Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679137788250,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-18T11:10:00.087Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of d4dc9e71-f2cb-491c-bcf1-9d51402514be
2023-03-18T11:10:00.087Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId d4dc9e71-f2cb-491c-bcf1-9d51402514be and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-03-18T11:10:00.103Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T11:10:00.104Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "aai-model-loader",
  "timestamp": 1679137794176,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar",
  "status": "DEPLOY_OK"
}
2023-03-18T11:10:00.104Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T11:10:00.104Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T11:10:00.104Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "aai-model-loader",
  "timestamp": 1679137795179,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-18T11:10:00.113Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of d4dc9e71-f2cb-491c-bcf1-9d51402514be
2023-03-18T11:10:00.113Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId d4dc9e71-f2cb-491c-bcf1-9d51402514be and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-03-18T11:10:00.129Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T11:10:00.129Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679137749534,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T11:10:00.129Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T11:10:00.969Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T11:10:00.969Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-18T11:10:00.969Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T11:10:00.969Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679137749534,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T11:10:01.970Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T11:10:01.970Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-18T11:10:01.970Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T11:10:01.970Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679137749534,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T11:10:02.971Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T11:10:02.971Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-18T11:10:02.972Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T11:10:02.972Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679137749534,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T11:10:03.972Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T11:10:03.973Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-18T11:10:03.973Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T11:10:03.973Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679137749534,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T11:10:04.974Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T11:10:04.974Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-18T11:10:04.974Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T11:10:04.974Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679137749534,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T11:10:05.975Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||sending notification to client: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "serviceName": "basic_onboard_gCPnoC",
  "serviceVersion": "1.0",
  "serviceUUID": "dad851ae-1f1d-4e04-8847-f18fd5d51391",
  "serviceDescription": "service",
  "serviceInvariantUUID": "693dcbb7-55f2-41d5-a0d9-572574329dfe",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_gCPnoC 0",
      "resourceCustomizationUUID": "9327f8c9-4591-449b-b6af-227dc0614cab",
      "resourceName": "basic_onboard_gCPnoC",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "f3fb2f57-aad9-4f33-88db-c458ae09cdfb",
      "resourceInvariantUUID": "d7c6b294-4284-4b69-87ff-a797deedad73",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_gcpnoc0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json",
          "artifactChecksum": "NjRhMmYzNDQxZDFkYzhiMjZmMTk3NDMzZmQwOWNiNWI\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "583db2fa-2045-4011-8045-9fd436580060",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "0846dbe8-d246-42f3-9ba6-3c197d6bb5c4",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "7d3da3bf-4415-4326-b045-fe6bef605f78",
            "generatedFromUUID": "0846dbe8-d246-42f3-9ba6-3c197d6bb5c4"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "7d3da3bf-4415-4326-b045-fe6bef605f78",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardGcpnoc-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar",
      "artifactChecksum": "MjQxYmE3NTM3MTRlYjAwMzA2YjMyYmJjMmU4MmNkYjE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "d6569f72-4f81-428a-8593-389324ccdf48"
    }
  ],
  "workloadContext": "Production"
}
2023-03-18T11:10:05.976Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-18T11:10:05.976Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 dad851ae-1f1d-4e04-8847-f18fd5d51391 ASDC
2023-03-18T11:10:05.979Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
ServiceName:basic_onboard_gCPnoC
ServiceVersion:1.0
ServiceUUID:dad851ae-1f1d-4e04-8847-f18fd5d51391
ServiceInvariantUUID:693dcbb7-55f2-41d5-a0d9-572574329dfe
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardGcpnoc-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar
ArtifactUUID:d6569f72-4f81-428a-8593-389324ccdf48
ArtifactChecksum:MjQxYmE3NTM3MTRlYjAwMzA2YjMyYmJjMmU4MmNkYjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_gCPnoC 0
ResourceCustomizationUUID:9327f8c9-4591-449b-b6af-227dc0614cab
ResourceInvariantUUID:d7c6b294-4284-4b69-87ff-a797deedad73
ResourceName:basic_onboard_gCPnoC
ResourceType:VF
ResourceUUID:f3fb2f57-aad9-4f33-88db-c458ae09cdfb
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_gcpnoc0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json
ArtifactUUID:583db2fa-2045-4011-8045-9fd436580060
ArtifactChecksum:NjRhMmYzNDQxZDFkYzhiMjZmMTk3NDMzZmQwOWNiNWI=
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/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.yaml
ArtifactUUID:0846dbe8-d246-42f3-9ba6-3c197d6bb5c4
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/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.env
ArtifactUUID:7d3da3bf-4415-4326-b045-fe6bef605f78
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/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.env
ArtifactUUID:7d3da3bf-4415-4326-b045-fe6bef605f78
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-18T11:10:05.983Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF dad851ae-1f1d-4e04-8847-f18fd5d51391 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: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-18T11:10:06.019Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-18T11:10:06.020Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2023-03-18T11:10:06.020Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2023-03-18T11:10:06.020Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: d6569f72-4f81-428a-8593-389324ccdf48 from URL: /sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar
2023-03-18T11:10:06.020Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||INFO|500||DistributionClient - download
2023-03-18T11:10:06.020Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar
2023-03-18T11:10:06.048Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||GET Response Status 404
2023-03-18T11:10:06.049Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@1d47370a
2023-03-18T11:10:06.049Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-18T11:10:06.049Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicOnboardGcpnoc"
      ]
    }
  }
}
2023-03-18T11:10:06.049Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicOnboardGcpnoc-csar.csar /sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar d6569f72-4f81-428a-8593-389324ccdf48 Specified artifact is  not found 300 ASDC artifact download fail
2023-03-18T11:10:06.049Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar ASDC sendASDCNotification
2023-03-18T11:10:06.049Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar(Specified artifact is  not found)
2023-03-18T11:10:06.049Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-18T11:10:06.049Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-18T11:10:06.049Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T11:10:06.049Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679137806049,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T11:10:07.050Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during processCsarServiceArtifacts ASDC processCsarServiceArtifacts 500 Exception in processCsarServiceArtifacts
org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact service-BasicOnboardGcpnoc-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar(UUID:d6569f72-4f81-428a-8593-389324ccdf48)
Error message is Specified artifact is  not found

	at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394)
	at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2023-03-18T11:10:07.063Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||ERROR|500||error NSST process resource failure 
java.lang.NullPointerException: null
	at org.onap.so.asdc.client.ASDCController.processNsstNotification(ASDCController.java:978)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:760)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-18T11:10:07.063Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: f3fb2f57-aad9-4f33-88db-c458ae09cdfb
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-18T11:10:07.066Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||INFO|500||basic_onboard_gCPnoC 0
2023-03-18T11:10:07.066Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: f3fb2f57-aad9-4f33-88db-c458ae09cdfb
2023-03-18T11:10:07.066Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 583db2fa-2045-4011-8045-9fd436580060 from URL: /sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json
2023-03-18T11:10:07.066Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||INFO|500||DistributionClient - download
2023-03-18T11:10:07.066Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json
2023-03-18T11:10:07.080Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||GET Response Status 404
2023-03-18T11:10:07.080Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@e90a960
2023-03-18T11:10:07.080Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-18T11:10:07.080Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicOnboardGcpnoc"
      ]
    }
  }
}
2023-03-18T11:10:07.080Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL basic_onboard_gcpnoc0_modules.json /sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json 583db2fa-2045-4011-8045-9fd436580060 Specified artifact is  not found 300 ASDC artifact download fail
2023-03-18T11:10:07.080Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json ASDC sendASDCNotification
2023-03-18T11:10:07.081Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json(Specified artifact is  not found)
2023-03-18T11:10:07.081Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-18T11:10:07.081Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-18T11:10:07.081Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T11:10:07.081Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679137807080,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T11:10:08.082Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during Installation of artifact ASDC processResourceNotification 500 Exception in processResourceNotification
org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact basic_onboard_gcpnoc0_modules.json could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json(UUID:583db2fa-2045-4011-8045-9fd436580060)
Error message is Specified artifact is  not found

	at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:787)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-18T11:10:08.082Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T11:10:08.101Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T11:10:08.104Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-18T11:10:08.104Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-18T11:10:38.104Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T11:10:38.120Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T11:10:38.123Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-18T11:10:38.124Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-18T11:10:58.920Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T11:10:58.922Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T11:10:58.922Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679137749534,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json",
  "status": "NOTIFIED"
}
2023-03-18T11:10:58.923Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T11:11:08.124Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T11:11:08.143Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T11:11:08.146Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-18T11:11:08.146Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-18T11:11:38.147Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T11:11:38.164Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T11:11:38.167Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-18T11:11:38.167Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-18T11:11:58.919Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T11:11:58.921Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T11:11:58.922Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679137749534,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2023-03-18T11:11:58.922Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T11:11:58.922Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T11:11:58.922Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679137749534,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T11:11:58.923Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T11:11:58.923Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T11:11:58.923Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679137749534,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2023-03-18T11:11:58.923Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T11:11:58.923Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T11:11:58.923Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679137749534,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T11:11:58.923Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T11:11:58.923Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T11:11:58.923Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679137749534,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar",
  "status": "NOTIFIED"
}
2023-03-18T11:11:58.923Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T11:11:58.923Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T11:11:58.923Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679137806049,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-18T11:11:58.923Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T11:11:58.923Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T11:11:58.923Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679137807080,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-18T11:11:58.923Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T11:12:08.168Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T11:12:08.189Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T11:12:08.194Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-18T11:12:08.194Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-18T11:12:38.196Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T11:12:38.217Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T11:12:38.221Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-18T11:12:38.221Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-18T11:12:58.919Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T11:13:08.221Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T11:13:08.242Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T11:13:08.247Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-18T11:13:08.247Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-18T11:13:38.247Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T11:13:38.267Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T11:13:38.271Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-18T11:13:38.271Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-18T11:13:58.920Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T11:14:08.274Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T11:14:08.292Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T11:14:08.296Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-18T11:14:08.296Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-18T11:14:38.297Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T11:14:38.315Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T11:14:38.319Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-18T11:14:38.319Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-18T11:14:58.921Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T11:14:59.054Z||kafka-coordinator-heartbeat-thread | so|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] consumer poll timeout has expired. This means the time between subsequent calls to poll() was longer than the configured max.poll.interval.ms, which typically implies that the poll loop is spending too much time processing messages. You can address this either by increasing max.poll.interval.ms or by reducing the maximum size of batches returned in poll() with max.poll.records.
2023-03-18T11:14:59.055Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Member SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2-528ab4c3-ed46-43a2-b07d-99ad825e0877 sending LeaveGroup request to coordinator onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2147483645 rack: null) due to consumer poll timeout has expired.
2023-03-18T11:14:59.055Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Resetting generation and member id due to: consumer pro-actively leaving the group
2023-03-18T11:14:59.055Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Request joining group due to: consumer pro-actively leaving the group
2023-03-18T11:14:59.729Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T11:14:59.741Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Revoke previously assigned partitions SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-03-18T11:14:59.741Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] (Re-)joining group
2023-03-18T11:14:59.746Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Successfully joined group with generation Generation{generationId=22, memberId='SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94-2995e74d-4211-4955-93f6-f3f14568571e', protocol='range'}
2023-03-18T11:14:59.746Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Finished assignment for group at generation 22: {SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94-2995e74d-4211-4955-93f6-f3f14568571e=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])}
2023-03-18T11:14:59.762Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Successfully synced group in generation Generation{generationId=22, memberId='SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94-2995e74d-4211-4955-93f6-f3f14568571e', protocol='range'}
2023-03-18T11:14:59.762Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])
2023-03-18T11:14:59.762Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Adding newly assigned partitions: SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-03-18T11:14:59.767Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-18T11:14:59.767Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-18T11:14:59.767Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-18T11:14:59.767Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=221, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-18T11:14:59.767Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-18T11:14:59.767Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-18T11:15:08.319Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2023-03-18T11:15:08.320Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-18T11:15:08.329Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846 and serviceModelVersionId: dad851ae-1f1d-4e04-8847-f18fd5d51391
2023-03-18T11:15:08.330Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 693dcbb7-55f2-41d5-a0d9-572574329dfe
2023-03-18T11:15:08.331Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391?depth=0
2023-03-18T11:15:08.337Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2023-03-18T11:15:08.351Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391?depth=0|INFO|500||Invoke
2023-03-18T11:15:08.351Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[5a808f43-d760-4a6a-b65f-fc1fb7ed75d2], X-ECOMP-RequestID=[34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846], X-TransactionId=[], X-ONAP-RequestID=[34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846], Content-Type=[application/merge-patch+json]}
2023-03-18T11:15:08.360Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2023-03-18T11:15:08.389Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391?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/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391?depth=0 has http status code:404 and response headers:{date=[Sat, 18 Mar 2023 11:15:08 GMT], content-length=[495], x-aai-txid=[2-aai-resources-230318-11:15:08:063-22485], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-18T11:15:08.390Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391?depth=0|DEBUG|500||{"requestError":{"serviceException":{"messageId":"SVC3001","text":"Resource not found for %1 using id %2 (msg=%3) (ec=%4)","variables":["MERGE_PATCH","service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391","Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391","ERR.5.4.6114"]}}}

2023-03-18T11:15:08.391Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391?depth=0|INFO|404|Not Found|InvokeReturn
2023-03-18T11:15:08.395Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391) (ec=ERR.5.4.6114)
2023-03-18T11:15:08.396Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||ERROR|500||Exception occurred
javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391) (ec=ERR.5.4.6114)
	at org.onap.so.client.ResponseExceptionMapper.map(ResponseExceptionMapper.java:74)
	at org.onap.so.client.RestRequest.get(RestRequest.java:77)
	at org.onap.so.client.RestClient.buildRequest(RestClient.java:326)
	at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322)
	at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283)
	at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67)
	at net.jodah.failsafe.Execution.executeSync(Execution.java:117)
	at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319)
	at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71)
	at org.onap.so.client.RestClient.method(RestClient.java:322)
	at org.onap.so.client.RestClient.patch(RestClient.java:265)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184)
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-18T11:15:08.396Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391) (ec=ERR.5.4.6114)
2023-03-18T11:15:08.396Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391) (ec=ERR.5.4.6114)
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-18T11:15:08.404Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-18T11:15:08.404Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391) (ec=ERR.5.4.6114)
2023-03-18T11:15:08.404Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2023-03-18T11:15:08.404Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-18T11:15:08.404Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T11:15:08.404Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679138108404,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391) (ec\u003dERR.5.4.6114)"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T11:15:08.418Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T11:15:08.418Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679138108404,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391) (ec\u003dERR.5.4.6114)"
}
2023-03-18T11:15:08.419Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-18T11:15:09.433Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-18T11:15:09.434Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||received notification from broker: {"distributionID":"d4dc9e71-f2cb-491c-bcf1-9d51402514be","serviceName":"vFW 2023-03-18 11-08-36","serviceVersion":"1.0","serviceUUID":"27fdb87d-b713-4eaf-90a0-9e48041e5db6","serviceDescription":"catalog service description","serviceInvariantUUID":"cb6d14f9-78ae-470a-a6af-a3a2b9fea472","resources":[{"resourceInstanceName":"vFW 58569f3e-bd56 0","resourceName":"vFW 58569f3e-bd56","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"d26137cf-1389-4abe-8e09-78b44d7a1aae","resourceInvariantUUID":"440b369e-a09c-4c31-8a4e-6692abd11e0c","resourceCustomizationUUID":"e17fe765-865d-4748-ab41-44bdbee5a853","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/vf-license-model.xml","artifactChecksum":"MTFjYmU2ZGQwM2YxYTQxNjdhOWY1YjI5OWUyYjE5OTg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"7238df55-40f7-4cde-93e0-f3c86248a4ba","artifactVersion":"1"},{"artifactName":"vfw58569f3ebd560_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/vfw58569f3ebd560_modules.json","artifactChecksum":"ODg5YTAyNmJiZTFiZTA5MDMwZWVhNmFkMzVmNzk4YTg\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"a8ca7246-150c-4537-b08d-e58462b66bb6","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"be903e28-b266-44db-9c8b-4cbcb6f7ee77","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/vendor-license-model.xml","artifactChecksum":"NDExZWJjY2Q3ZjkxN2NkNTRiYmFlNDViOGZhYWJjM2M\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"cecd91b9-dbd7-4a9b-96a0-72674051949c","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"0637f995-3e6f-44f6-89fc-61906f5ff14b","artifactVersion":"2","generatedFromUUID":"be903e28-b266-44db-9c8b-4cbcb6f7ee77"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20230318110836-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-template.yml","artifactChecksum":"NjdmYzRlMTY1MzM1ODg5NjAzNTEzOWU1ZGFmNmNiNDI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"8648cca8-36e7-40c1-8faf-a7c0be2faa07","artifactVersion":"1"},{"artifactName":"service-Vfw20230318110836-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar","artifactChecksum":"NzY3OTRjMDBhMTZlZjQ1ZTQ3MTU0ZjE0NjliYmU1M2Y\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"436a091b-6820-4621-9f77-4a798268cc9d","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-18T11:15:09.434Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T11:15:09.435Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-18T11:15:09.435Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T11:15:09.435Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679137749534,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T11:15:10.436Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T11:15:10.436Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-18T11:15:10.436Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T11:15:10.436Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679137749534,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/vfw58569f3ebd560_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T11:15:11.437Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T11:15:11.438Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-18T11:15:11.438Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T11:15:11.438Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679137749534,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T11:15:12.439Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T11:15:12.439Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-18T11:15:12.439Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T11:15:12.440Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679137749534,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T11:15:13.440Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T11:15:13.441Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-18T11:15:13.441Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T11:15:13.441Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679137749534,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/base_vfw.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T11:15:14.446Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T11:15:14.446Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-18T11:15:14.446Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T11:15:14.446Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679137749534,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T11:15:15.447Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T11:15:15.447Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-18T11:15:15.447Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T11:15:15.447Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679137749534,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T11:15:16.448Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||sending notification to client: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "serviceName": "vFW 2023-03-18 11-08-36",
  "serviceVersion": "1.0",
  "serviceUUID": "27fdb87d-b713-4eaf-90a0-9e48041e5db6",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "cb6d14f9-78ae-470a-a6af-a3a2b9fea472",
  "resources": [
    {
      "resourceInstanceName": "vFW 58569f3e-bd56 0",
      "resourceCustomizationUUID": "e17fe765-865d-4748-ab41-44bdbee5a853",
      "resourceName": "vFW 58569f3e-bd56",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "d26137cf-1389-4abe-8e09-78b44d7a1aae",
      "resourceInvariantUUID": "440b369e-a09c-4c31-8a4e-6692abd11e0c",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw58569f3ebd560_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/vfw58569f3ebd560_modules.json",
          "artifactChecksum": "ODg5YTAyNmJiZTFiZTA5MDMwZWVhNmFkMzVmNzk4YTg\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "a8ca7246-150c-4537-b08d-e58462b66bb6",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "be903e28-b266-44db-9c8b-4cbcb6f7ee77",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "0637f995-3e6f-44f6-89fc-61906f5ff14b",
            "generatedFromUUID": "be903e28-b266-44db-9c8b-4cbcb6f7ee77"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "0637f995-3e6f-44f6-89fc-61906f5ff14b",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20230318110836-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar",
      "artifactChecksum": "NzY3OTRjMDBhMTZlZjQ1ZTQ3MTU0ZjE0NjliYmU1M2Y\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "436a091b-6820-4621-9f77-4a798268cc9d"
    }
  ],
  "workloadContext": "Production"
}
2023-03-18T11:15:16.449Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-18T11:15:16.449Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 27fdb87d-b713-4eaf-90a0-9e48041e5db6 ASDC
2023-03-18T11:15:16.449Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:d4dc9e71-f2cb-491c-bcf1-9d51402514be
ServiceName:vFW 2023-03-18 11-08-36
ServiceVersion:1.0
ServiceUUID:27fdb87d-b713-4eaf-90a0-9e48041e5db6
ServiceInvariantUUID:cb6d14f9-78ae-470a-a6af-a3a2b9fea472
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20230318110836-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar
ArtifactUUID:436a091b-6820-4621-9f77-4a798268cc9d
ArtifactChecksum:NzY3OTRjMDBhMTZlZjQ1ZTQ3MTU0ZjE0NjliYmU1M2Y=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 58569f3e-bd56 0
ResourceCustomizationUUID:e17fe765-865d-4748-ab41-44bdbee5a853
ResourceInvariantUUID:440b369e-a09c-4c31-8a4e-6692abd11e0c
ResourceName:vFW 58569f3e-bd56
ResourceType:VF
ResourceUUID:d26137cf-1389-4abe-8e09-78b44d7a1aae
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw58569f3ebd560_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/vfw58569f3ebd560_modules.json
ArtifactUUID:a8ca7246-150c-4537-b08d-e58462b66bb6
ArtifactChecksum:ODg5YTAyNmJiZTFiZTA5MDMwZWVhNmFkMzVmNzk4YTg=
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/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/base_vfw.yaml
ArtifactUUID:be903e28-b266-44db-9c8b-4cbcb6f7ee77
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/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/base_vfw.env
ArtifactUUID:0637f995-3e6f-44f6-89fc-61906f5ff14b
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/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/base_vfw.env
ArtifactUUID:0637f995-3e6f-44f6-89fc-61906f5ff14b
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-18T11:15:16.449Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 27fdb87d-b713-4eaf-90a0-9e48041e5db6 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-18T11:15:16.491Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-18T11:15:16.491Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2023-03-18T11:15:16.491Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2023-03-18T11:15:16.491Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 436a091b-6820-4621-9f77-4a798268cc9d from URL: /sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar
2023-03-18T11:15:16.491Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||INFO|500||DistributionClient - download
2023-03-18T11:15:16.492Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar
2023-03-18T11:15:16.999Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2023-03-18T11:15:17.005Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar 436a091b-6820-4621-9f77-4a798268cc9d 101467
2023-03-18T11:15:17.005Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar ASDC sendASDCNotification
2023-03-18T11:15:17.006Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar
2023-03-18T11:15:17.006Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-18T11:15:17.006Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-18T11:15:17.006Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T11:15:17.006Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679138117005,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T11:15:18.007Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-18T11:15:18.008Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2023-03-18T11:15:18.009Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 436a091b-6820-4621-9f77-4a798268cc9d, URL: /sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar to file: /app/ASDC/1/service-Vfw20230318110836-csar.csar
2023-03-18T11:15:18.009Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20230318110836-csar.csar
2023-03-18T11:15:18.069Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20230318110836-csar.csar
2023-03-18T11:15:18.069Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20230318110836-csar.csar
2023-03-18T11:15:18.356Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15609328726382474569/Definitions/service-Vfw20230318110836-template.yml
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_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_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
2023-03-18T11:15:20.406Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-18T11:15:20.410Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||WARN|500||####################################################################################################
2023-03-18T11:15:20.410Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20230318110836-csar.csar
2023-03-18T11:15:20.410Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2023-03-18T11:15:20.410Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230318110836-csar.csar
2023-03-18T11:15:20.411Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230318110836-csar.csar
2023-03-18T11:15:20.411Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||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-Vfw20230318110836-csar.csar
2023-03-18T11:15:20.411Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230318110836-csar.csar
2023-03-18T11:15:20.411Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230318110836-csar.csar
2023-03-18T11:15:20.411Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230318110836-csar.csar
2023-03-18T11:15:20.411Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230318110836-csar.csar
2023-03-18T11:15:20.411Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230318110836-csar.csar
2023-03-18T11:15:20.411Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230318110836-csar.csar
2023-03-18T11:15:20.411Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 58569f3e-bd56 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-Vfw20230318110836-csar.csar
2023-03-18T11:15:20.411Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230318110836-csar.csar
2023-03-18T11:15:20.411Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||WARN|500||####################################################################################################
2023-03-18T11:15:20.417Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T11:15:20.418Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||Service vFW 2023-03-18 11-08-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T11:15:20.421Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||Node template vFW 58569f3e-bd56 0 is matching search criteria
2023-03-18T11:15:20.421Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2023-03-18T11:15:20.423Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 58569f3e-bd56 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-18T11:15:20.424Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T11:15:20.424Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||Service vFW 2023-03-18 11-08-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T11:15:20.424Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||Node template vFW 58569f3e-bd56 0 is matching search criteria
2023-03-18T11:15:20.424Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2023-03-18T11:15:20.424Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 58569f3e-bd56 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-18T11:15:20.424Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T11:15:20.425Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||Service vFW 2023-03-18 11-08-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T11:15:20.427Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T11:15:20.428Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||Node template vFW 58569f3e-bd56 0 is not matching search criteria
2023-03-18T11:15:20.428Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-18T11:15:20.428Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-18T11:15:20.428Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-18T11:15:20.428Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-18T11:15:20.428Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-18T11:15:20.428Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-18T11:15:20.428Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-18T11:15:20.428Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-18T11:15:20.428Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-18T11:15:20.428Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-18T11:15:20.428Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-18T11:15:20.428Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-18T11:15:20.428Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-18T11:15:20.428Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-18T11:15:20.428Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-18T11:15:20.429Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-03-18T11:15:20.429Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T11:15:20.429Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||Service vFW 2023-03-18 11-08-36 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-03-18T11:15:20.430Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T11:15:20.430Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||Node template vFW 58569f3e-bd56 0 is matching search criteria
2023-03-18T11:15:20.430Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 58569f3e-bd56 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-18T11:15:20.430Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T11:15:20.430Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||Node template vFW 58569f3e-bd56 0 is matching search criteria
2023-03-18T11:15:20.431Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 58569f3e-bd56 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-18T11:15:20.431Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T11:15:20.431Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||Node template vFW 58569f3e-bd56 0 is matching search criteria
2023-03-18T11:15:20.431Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 58569f3e-bd56 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-18T11:15:20.431Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T11:15:20.431Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||Node template vFW 58569f3e-bd56 0 is not matching search criteria
2023-03-18T11:15:20.431Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-18T11:15:20.431Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-18T11:15:20.431Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-03-18T11:15:20.431Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-18T11:15:20.431Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-18T11:15:20.432Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-18T11:15:20.432Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-18T11:15:20.432Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-18T11:15:20.432Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-18T11:15:20.432Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-18T11:15:20.432Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-18T11:15:20.432Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=54648a20-f030-49c4-93d4-4525b2108f51
2023-03-18T11:15:20.432Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T11:15:20.432Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||Node template vFW 58569f3e-bd56 0 is not matching search criteria
2023-03-18T11:15:20.432Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-18T11:15:20.432Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-18T11:15:20.433Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-18T11:15:20.433Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-18T11:15:20.433Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-18T11:15:20.433Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-18T11:15:20.433Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-18T11:15:20.433Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-03-18T11:15:20.433Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-18T11:15:20.433Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-18T11:15:20.433Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-18T11:15:20.433Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-18T11:15:20.433Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=c8000f82-3ea0-499f-845f-48af9ca20f40
2023-03-18T11:15:20.433Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T11:15:20.434Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||Node template vFW 58569f3e-bd56 0 is not matching search criteria
2023-03-18T11:15:20.434Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-18T11:15:20.434Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-18T11:15:20.434Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-18T11:15:20.434Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-18T11:15:20.434Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-18T11:15:20.434Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-18T11:15:20.434Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-18T11:15:20.434Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-18T11:15:20.434Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-18T11:15:20.434Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-18T11:15:20.434Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-18T11:15:20.434Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-03-18T11:15:20.435Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=8d37dce4-ace0-4972-b0ae-359f5ee34e15
2023-03-18T11:15:20.435Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T11:15:20.435Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||Service vFW 2023-03-18 11-08-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T11:15:20.435Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T11:15:20.435Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||Service vFW 2023-03-18 11-08-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T11:15:20.435Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T11:15:20.435Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||Service vFW 2023-03-18 11-08-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T11:15:20.435Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T11:15:20.435Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||Service vFW 2023-03-18 11-08-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T11:15:20.435Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2023-03-18 11-08-36
Description:catalog service description
Model UUID:27fdb87d-b713-4eaf-90a0-9e48041e5db6
Model Version:NULL
Model InvariantUuid:cb6d14f9-78ae-470a-a6af-a3a2b9fea472
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 58569f3e-bd56
Model UUID:2fc36073-92c9-4d5d-9644-0bb6550c287b
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:440b369e-a09c-4c31-8a4e-6692abd11e0c
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:e17fe765-865d-4748-ab41-44bdbee5a853
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:351d450e-b1b7-41ae-a83a-2a71f15e25d1
ModelName:Vfw58569f3eBd56..base_vfw..module-0
ModelUuid:0d68d68e-dec8-43d2-aff9-f5d88cc04393
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:54648a20-f030-49c4-93d4-4525b2108f51
ModelInvariantUuid:4ab08134-cd1d-4688-9b75-17c67d1a3e81
ModelName:vFW 58569f3e-bd56-nodes.vfwCvfc
ModelUuid:d6b2f0ba-9202-407c-a163-7cc24d0f18b4
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:056f6090-f73c-4739-af97-620c05ad132a
ModelInvariantUuid:983e3ada-7ea8-4303-8174-d3114334eb9e
ModelName:Vfw58569f3eBd56.compute.nodes.heat.vfw
ModelUuid:3d4b7896-bd84-401c-aa77-b889e41a200a
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:c8000f82-3ea0-499f-845f-48af9ca20f40
ModelInvariantUuid:fcd18208-a79b-409f-9943-f6fdaf7b423e
ModelName:vFW 58569f3e-bd56-nodes.vsnCvfc
ModelUuid:2dc70d22-f13d-4809-b3aa-6be925119137
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:402dc1d7-02f5-4fe5-9c72-942fea6de45f
ModelInvariantUuid:0b0ccbe0-ee97-4020-bd46-0de8c06bfc96
ModelName:Vfw58569f3eBd56.compute.nodes.heat.vsn
ModelUuid:9156b53b-b6f9-40ab-bf18-4e57fbace729
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:8d37dce4-ace0-4972-b0ae-359f5ee34e15
ModelInvariantUuid:5fb0558e-6cb2-4431-b7ca-6445c8799cef
ModelName:vFW 58569f3e-bd56-nodes.vpgCvfc
ModelUuid:fa77263e-b297-4fc8-ad06-fee6a19575f2
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:c490c1b0-6d8a-4e04-bcc3-d1334a874130
ModelInvariantUuid:49041fa9-9665-4fc5-a429-9d3d7490839b
ModelName:Vfw58569f3eBd56.compute.nodes.heat.vpg
ModelUuid:7e8eb1f5-1f60-4b7b-ac6b-192037bf4db6
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2023-03-18T11:15:20.447Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: d26137cf-1389-4abe-8e09-78b44d7a1aae
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-18T11:15:20.451Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||INFO|500||vFW 58569f3e-bd56 0
2023-03-18T11:15:20.451Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: d26137cf-1389-4abe-8e09-78b44d7a1aae
2023-03-18T11:15:20.451Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: a8ca7246-150c-4537-b08d-e58462b66bb6 from URL: /sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/vfw58569f3ebd560_modules.json
2023-03-18T11:15:20.451Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||INFO|500||DistributionClient - download
2023-03-18T11:15:20.451Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/vfw58569f3ebd560_modules.json
2023-03-18T11:15:20.532Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2023-03-18T11:15:20.532Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/vfw58569f3ebd560_modules.json a8ca7246-150c-4537-b08d-e58462b66bb6 785
2023-03-18T11:15:20.533Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/vfw58569f3ebd560_modules.json ASDC sendASDCNotification
2023-03-18T11:15:20.533Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/vfw58569f3ebd560_modules.json
2023-03-18T11:15:20.533Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-18T11:15:20.533Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-18T11:15:20.533Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T11:15:20.533Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679138120532,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/vfw58569f3ebd560_modules.json",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T11:15:21.535Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw58569f3eBd56..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "351d450e-b1b7-41ae-a83a-2a71f15e25d1",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "0d68d68e-dec8-43d2-aff9-f5d88cc04393",
    "vfModuleModelCustomizationUUID": "891c67a8-91e9-4545-a47b-d88544abe5b5",
    "isBase": true,
    "artifacts": [
      "be903e28-b266-44db-9c8b-4cbcb6f7ee77",
      "0637f995-3e6f-44f6-89fc-61906f5ff14b"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_vfw",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2023-03-18T11:15:21.542Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw58569f3eBd56..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:0d68d68e-dec8-43d2-aff9-f5d88cc04393
VfModuleModelInvariantUUID:351d450e-b1b7-41ae-a83a-2a71f15e25d1
VfModuleModelDescription:NULL
Artifacts UUID List:{
be903e28-b266-44db-9c8b-4cbcb6f7ee77
,
0637f995-3e6f-44f6-89fc-61906f5ff14b

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

isBase:true


}

2023-03-18T11:15:21.545Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw58569f3eBd56..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "351d450e-b1b7-41ae-a83a-2a71f15e25d1",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "0d68d68e-dec8-43d2-aff9-f5d88cc04393",
    "vfModuleModelCustomizationUUID": "891c67a8-91e9-4545-a47b-d88544abe5b5",
    "isBase": true,
    "artifacts": [
      "be903e28-b266-44db-9c8b-4cbcb6f7ee77",
      "0637f995-3e6f-44f6-89fc-61906f5ff14b"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_vfw",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2023-03-18T11:15:21.545Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw58569f3eBd56..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:0d68d68e-dec8-43d2-aff9-f5d88cc04393
VfModuleModelInvariantUUID:351d450e-b1b7-41ae-a83a-2a71f15e25d1
VfModuleModelDescription:NULL
Artifacts UUID List:{
be903e28-b266-44db-9c8b-4cbcb6f7ee77
,
0637f995-3e6f-44f6-89fc-61906f5ff14b

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

isBase:true


}

2023-03-18T11:15:21.545Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: be903e28-b266-44db-9c8b-4cbcb6f7ee77 from URL: /sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/base_vfw.yaml
2023-03-18T11:15:21.545Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||INFO|500||DistributionClient - download
2023-03-18T11:15:21.545Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/base_vfw.yaml
2023-03-18T11:15:21.615Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2023-03-18T11:15:21.617Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/base_vfw.yaml be903e28-b266-44db-9c8b-4cbcb6f7ee77 20368
2023-03-18T11:15:21.617Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/base_vfw.yaml ASDC sendASDCNotification
2023-03-18T11:15:21.617Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/base_vfw.yaml
2023-03-18T11:15:21.617Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-18T11:15:21.617Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-18T11:15:21.617Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T11:15:21.617Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679138121617,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T11:15:22.618Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 0637f995-3e6f-44f6-89fc-61906f5ff14b from URL: /sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/base_vfw.env
2023-03-18T11:15:22.619Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||INFO|500||DistributionClient - download
2023-03-18T11:15:22.632Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/base_vfw.env
2023-03-18T11:15:22.715Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2023-03-18T11:15:22.716Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/base_vfw.env 0637f995-3e6f-44f6-89fc-61906f5ff14b 2098
2023-03-18T11:15:22.717Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/base_vfw.env ASDC sendASDCNotification
2023-03-18T11:15:22.717Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/base_vfw.env
2023-03-18T11:15:22.717Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-18T11:15:22.717Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-18T11:15:22.717Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T11:15:22.717Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679138122716,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T11:15:23.718Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 27fdb87d-b713-4eaf-90a0-9e48041e5db6
2023-03-18T11:15:23.719Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 58569f3e-bd56 0 d26137cf-1389-4abe-8e09-78b44d7a1aae ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-18T11:15:23.767Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@3d9f28, org.onap.sdc.toscaparser.api.parameters.Input@4dfd543a, org.onap.sdc.toscaparser.api.parameters.Input@4007ab25, org.onap.sdc.toscaparser.api.parameters.Input@4b79cd4c, org.onap.sdc.toscaparser.api.parameters.Input@27d1dfd4]
2023-03-18T11:15:23.771Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T11:15:23.771Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||Service vFW 2023-03-18 11-08-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T11:15:23.771Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic 
2023-03-18T11:15:23.771Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= e17fe765-865d-4748-ab41-44bdbee5a853
2023-03-18T11:15:23.772Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: e17fe765-865d-4748-ab41-44bdbee5a853 matches Tosca VF Customization UUID: e17fe765-865d-4748-ab41-44bdbee5a853
2023-03-18T11:15:23.772Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: e17fe765-865d-4748-ab41-44bdbee5a853  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2023-03-18T11:15:23.777Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T11:15:23.777Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||Service vFW 2023-03-18 11-08-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T11:15:23.778Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id e17fe765-865d-4748-ab41-44bdbee5a853: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2023-03-18T11:15:23.778Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@42151f22
2023-03-18T11:15:23.778Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T11:15:23.778Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||Service vFW 2023-03-18 11-08-36 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-03-18T11:15:23.778Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 891c67a8-91e9-4545-a47b-d88544abe5b5
2023-03-18T11:15:23.779Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 891c67a8-91e9-4545-a47b-d88544abe5b5
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2023-03-18T11:15:23.784Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T11:15:23.784Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||Node template vFW 58569f3e-bd56 0 is matching search criteria
2023-03-18T11:15:23.784Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 58569f3e-bd56 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-18T11:15:23.785Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T11:15:23.785Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||Node template vFW 58569f3e-bd56 0 is matching search criteria
2023-03-18T11:15:23.785Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 58569f3e-bd56 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-18T11:15:23.785Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T11:15:23.785Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||Node template vFW 58569f3e-bd56 0 is not matching search criteria
2023-03-18T11:15:23.785Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-18T11:15:23.785Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-18T11:15:23.785Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-03-18T11:15:23.785Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-18T11:15:23.785Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-18T11:15:23.785Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-18T11:15:23.785Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-18T11:15:23.785Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-18T11:15:23.786Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-18T11:15:23.786Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-18T11:15:23.786Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-18T11:15:23.786Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=54648a20-f030-49c4-93d4-4525b2108f51
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2023-03-18T11:15:23.799Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T11:15:23.799Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||Node template vFW 58569f3e-bd56 0 is matching search criteria
2023-03-18T11:15:23.799Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 58569f3e-bd56 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-18T11:15:23.799Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T11:15:23.799Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||Node template vFW 58569f3e-bd56 0 is not matching search criteria
2023-03-18T11:15:23.799Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-18T11:15:23.799Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-18T11:15:23.799Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-18T11:15:23.799Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-18T11:15:23.799Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-18T11:15:23.800Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-18T11:15:23.800Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-18T11:15:23.800Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-03-18T11:15:23.800Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-18T11:15:23.800Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-18T11:15:23.800Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-18T11:15:23.800Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-18T11:15:23.800Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=c8000f82-3ea0-499f-845f-48af9ca20f40
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2023-03-18T11:15:23.802Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T11:15:23.802Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||Node template vFW 58569f3e-bd56 0 is matching search criteria
2023-03-18T11:15:23.802Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 58569f3e-bd56 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-18T11:15:23.804Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T11:15:23.805Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||Node template vFW 58569f3e-bd56 0 is not matching search criteria
2023-03-18T11:15:23.805Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-18T11:15:23.805Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-18T11:15:23.805Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-18T11:15:23.805Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-18T11:15:23.805Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-18T11:15:23.805Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-18T11:15:23.805Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-18T11:15:23.805Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-18T11:15:23.805Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-18T11:15:23.805Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-18T11:15:23.805Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-18T11:15:23.805Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-03-18T11:15:23.805Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=8d37dce4-ace0-4972-b0ae-359f5ee34e15
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2023-03-18T11:15:23.807Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T11:15:23.808Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||Node template vFW 58569f3e-bd56 0 is matching search criteria
2023-03-18T11:15:23.808Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 58569f3e-bd56 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-18T11:15:23.808Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T11:15:23.808Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||Node template vFW 58569f3e-bd56 0 is matching search criteria
2023-03-18T11:15:23.808Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 58569f3e-bd56 0] matching following query criteria: sdcType=VF, customizationUUID=e17fe765-865d-4748-ab41-44bdbee5a853
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-18T11:15:23.810Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T11:15:23.810Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||Service vFW 2023-03-18 11-08-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T11:15:23.810Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 27fdb87d-b713-4eaf-90a0-9e48041e5db6: vFW 58569f3e-bd56
2023-03-18T11:15:23.812Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T11:15:23.812Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||Service vFW 2023-03-18 11-08-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T11:15:23.812Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T11:15:23.812Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||Service vFW 2023-03-18 11-08-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T11:15:23.812Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T11:15:23.813Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||Service vFW 2023-03-18 11-08-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T11:15:23.813Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T11:15:23.813Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||Service vFW 2023-03-18 11-08-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T11:15:23.813Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T11:15:23.813Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||Service vFW 2023-03-18 11-08-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T11:15:23.813Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||INFO|500||Saving Service: vFW 2023-03-18 11-08-36 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-03-18T11:15:24.154Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 58569f3e-bd56 d26137cf-1389-4abe-8e09-78b44d7a1aae 1 ASDC deployResourceStructure
2023-03-18T11:15:24.154Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/vfw58569f3ebd560_modules.json ASDC sendASDCNotification
2023-03-18T11:15:24.154Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/vfw58569f3ebd560_modules.json
2023-03-18T11:15:24.154Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-03-18T11:15:24.155Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-18T11:15:24.155Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T11:15:24.155Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679138124154,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/vfw58569f3ebd560_modules.json",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T11:15:25.156Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/base_vfw.yaml ASDC sendASDCNotification
2023-03-18T11:15:25.156Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/base_vfw.yaml
2023-03-18T11:15:25.156Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-03-18T11:15:25.200Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-18T11:15:25.200Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T11:15:25.200Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679138125156,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T11:15:26.201Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/base_vfw.env ASDC sendASDCNotification
2023-03-18T11:15:26.202Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/base_vfw.env
2023-03-18T11:15:26.202Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-03-18T11:15:26.202Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-18T11:15:26.203Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T11:15:26.203Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679138126201,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T11:15:27.204Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar ASDC sendASDCNotification
2023-03-18T11:15:27.204Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar
2023-03-18T11:15:27.204Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-03-18T11:15:27.205Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-18T11:15:27.205Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T11:15:27.205Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679138127204,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T11:15:28.206Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d4dc9e71-f2cb-491c-bcf1-9d51402514be
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T11:15:28.222Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d4dc9e71-f2cb-491c-bcf1-9d51402514be
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T11:15:28.226Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-18T11:15:28.226Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-18T11:15:28.226Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-18T11:15:28.226Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-18T11:15:28.226Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T11:15:28.226Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T11:15:28.226Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T11:15:28.226Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T11:15:28.226Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T11:15:28.226Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-18T11:15:28.235Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-18T11:15:58.237Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: d4dc9e71-f2cb-491c-bcf1-9d51402514be and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-18T11:15:58.245Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: d4dc9e71-f2cb-491c-bcf1-9d51402514be and serviceModelVersionId: 27fdb87d-b713-4eaf-90a0-9e48041e5db6
2023-03-18T11:15:58.245Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : cb6d14f9-78ae-470a-a6af-a3a2b9fea472
2023-03-18T11:15:58.246Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/cb6d14f9-78ae-470a-a6af-a3a2b9fea472/model-vers/model-ver/27fdb87d-b713-4eaf-90a0-9e48041e5db6?depth=0
2023-03-18T11:15:58.252Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2023-03-18T11:15:58.267Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cb6d14f9-78ae-470a-a6af-a3a2b9fea472/model-vers/model-ver/27fdb87d-b713-4eaf-90a0-9e48041e5db6?depth=0|INFO|500||Invoke
2023-03-18T11:15:58.267Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cb6d14f9-78ae-470a-a6af-a3a2b9fea472/model-vers/model-ver/27fdb87d-b713-4eaf-90a0-9e48041e5db6?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cb6d14f9-78ae-470a-a6af-a3a2b9fea472/model-vers/model-ver/27fdb87d-b713-4eaf-90a0-9e48041e5db6?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[d4dc9e71-f2cb-491c-bcf1-9d51402514be], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[a259bada-e751-46d9-893b-14d9783dc38a], X-ECOMP-RequestID=[d4dc9e71-f2cb-491c-bcf1-9d51402514be], X-TransactionId=[], X-ONAP-RequestID=[d4dc9e71-f2cb-491c-bcf1-9d51402514be], Content-Type=[application/merge-patch+json]}
2023-03-18T11:15:58.275Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cb6d14f9-78ae-470a-a6af-a3a2b9fea472/model-vers/model-ver/27fdb87d-b713-4eaf-90a0-9e48041e5db6?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-18T11:15:58.459Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cb6d14f9-78ae-470a-a6af-a3a2b9fea472/model-vers/model-ver/27fdb87d-b713-4eaf-90a0-9e48041e5db6?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/cb6d14f9-78ae-470a-a6af-a3a2b9fea472/model-vers/model-ver/27fdb87d-b713-4eaf-90a0-9e48041e5db6?depth=0 has http status code:200 and response headers:{date=[Sat, 18 Mar 2023 11:15:57 GMT], content-length=[0], vertex-id=[593936], x-aai-txid=[1-aai-resources-230318-11:15:57:977-56716], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-18T11:15:58.459Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cb6d14f9-78ae-470a-a6af-a3a2b9fea472/model-vers/model-ver/27fdb87d-b713-4eaf-90a0-9e48041e5db6?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-18T11:15:58.460Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cb6d14f9-78ae-470a-a6af-a3a2b9fea472/model-vers/model-ver/27fdb87d-b713-4eaf-90a0-9e48041e5db6?depth=0|INFO|500||InvokeReturn
2023-03-18T11:15:58.460Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-18T11:15:58.460Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-18T11:15:58.467Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-18T11:15:58.467Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID d4dc9e71-f2cb-491c-bcf1-9d51402514be and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-18T11:15:58.467Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-18T11:15:58.467Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-18T11:15:58.468Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T11:15:58.468Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679138158467,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T11:15:58.919Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T11:15:58.924Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T11:15:58.925Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679137749534,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T11:15:58.925Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T11:15:58.925Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T11:15:58.925Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679137749534,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/vfw58569f3ebd560_modules.json",
  "status": "NOTIFIED"
}
2023-03-18T11:15:58.925Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T11:15:58.925Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T11:15:58.925Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679137749534,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-03-18T11:15:58.925Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T11:15:58.925Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T11:15:58.925Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679137749534,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T11:15:58.925Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T11:15:58.925Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T11:15:58.925Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679137749534,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2023-03-18T11:15:58.925Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T11:15:58.926Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T11:15:58.926Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679137749534,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T11:15:58.926Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T11:15:58.926Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T11:15:58.926Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679137749534,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar",
  "status": "NOTIFIED"
}
2023-03-18T11:15:58.926Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T11:15:58.926Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T11:15:58.926Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679138117005,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-18T11:15:58.926Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T11:15:58.926Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T11:15:58.926Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679138120532,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/vfw58569f3ebd560_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-03-18T11:15:58.926Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T11:15:58.926Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T11:15:58.926Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679138121617,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2023-03-18T11:15:58.926Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T11:15:58.926Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T11:15:58.926Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679138122716,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2023-03-18T11:15:58.926Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T11:15:58.926Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T11:15:58.926Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679138124154,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/vfw58569f3ebd560_modules.json",
  "status": "DEPLOY_OK"
}
2023-03-18T11:15:58.926Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T11:15:58.926Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T11:15:58.927Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679138125156,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2023-03-18T11:15:58.927Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T11:15:58.927Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T11:15:58.927Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679138126201,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2023-03-18T11:15:58.927Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T11:15:58.927Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T11:15:58.927Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679138127204,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar",
  "status": "DEPLOY_OK"
}
2023-03-18T11:15:58.927Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T11:15:58.927Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T11:15:58.927Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679138158467,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-18T11:15:58.927Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-18T11:15:59.489Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T11:15:59.489Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Failing OffsetCommit request since the consumer is not part of an active group
2023-03-18T11:15:59.489Z||pool-2-thread-7|||||ERROR|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Asynchronous auto-commit of offsets failed: Offset commit cannot be completed since the consumer is not part of an active group for auto partition assignment; it is likely that the consumer was kicked out of the group.. Will continue to join group.
2023-03-18T11:15:59.489Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Giving away all assigned partitions as lost since generation/memberID has been reset,indicating that consumer is in old state or no longer part of the group
2023-03-18T11:15:59.489Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Lost previously assigned partitions SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5
2023-03-18T11:15:59.489Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] (Re-)joining group
2023-03-18T11:15:59.494Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2-32aa1191-b175-4536-8c2b-6864a47e99b0
2023-03-18T11:15:59.494Z||pool-2-thread-7|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Asynchronous auto-commit of offsets {SDC-DISTR-NOTIF-TOPIC-AUTO-5=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-4=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-3=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-2=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-1=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-0=OffsetAndMetadata{offset=2, leaderEpoch=0, metadata=''}} failed: Offset commit cannot be completed since the consumer is not part of an active group for auto partition assignment; it is likely that the consumer was kicked out of the group.
2023-03-18T11:15:59.494Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Request joining group due to: rebalance failed due to 'The group member needs to have a valid member id before actually entering a consumer group.' (MemberIdRequiredException)
2023-03-18T11:15:59.495Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] (Re-)joining group
2023-03-18T11:16:00.186Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T11:16:03.200Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T11:16:06.211Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T11:16:09.219Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T11:16:12.235Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T11:16:15.247Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T11:16:18.269Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T11:16:21.288Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T11:16:24.299Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T11:16:27.310Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T11:16:30.328Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T11:16:33.340Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T11:16:36.359Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T11:16:39.395Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T11:16:42.410Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T11:16:45.427Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T11:16:48.441Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T11:16:51.454Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T11:16:54.464Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T11:16:57.476Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T11:16:58.919Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T11:16:58.932Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Revoke previously assigned partitions SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-03-18T11:16:58.933Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] (Re-)joining group
2023-03-18T11:16:58.938Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Successfully joined group with generation Generation{generationId=23, memberId='SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94-2995e74d-4211-4955-93f6-f3f14568571e', protocol='range'}
2023-03-18T11:16:58.942Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Successfully joined group with generation Generation{generationId=23, memberId='SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2-32aa1191-b175-4536-8c2b-6864a47e99b0', protocol='range'}
2023-03-18T11:16:58.944Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Finished assignment for group at generation 23: {SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2-32aa1191-b175-4536-8c2b-6864a47e99b0=Assignment(partitions=[SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5]), SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94-2995e74d-4211-4955-93f6-f3f14568571e=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])}
2023-03-18T11:16:58.958Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Successfully synced group in generation Generation{generationId=23, memberId='SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2-32aa1191-b175-4536-8c2b-6864a47e99b0', protocol='range'}
2023-03-18T11:16:58.959Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Successfully synced group in generation Generation{generationId=23, memberId='SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94-2995e74d-4211-4955-93f6-f3f14568571e', protocol='range'}
2023-03-18T11:16:58.959Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])
2023-03-18T11:16:58.959Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5])
2023-03-18T11:16:58.959Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Adding newly assigned partitions: SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5
2023-03-18T11:16:58.959Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Adding newly assigned partitions: SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-03-18T11:16:58.961Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-18T11:16:58.962Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-18T11:16:58.962Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-18T11:16:58.962Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-18T11:16:58.962Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-18T11:16:58.962Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-18T11:16:58.962Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-18T11:16:58.962Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-18T11:16:58.962Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-18T11:16:58.962Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=238, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-18T11:16:58.962Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-18T11:16:58.962Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-18T11:16:58.969Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-18T11:16:58.969Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {"distributionID":"34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846","serviceName":"basic_onboard_gCPnoC","serviceVersion":"1.0","serviceUUID":"dad851ae-1f1d-4e04-8847-f18fd5d51391","serviceDescription":"service","serviceInvariantUUID":"693dcbb7-55f2-41d5-a0d9-572574329dfe","resources":[{"resourceInstanceName":"basic_onboard_gCPnoC 0","resourceName":"basic_onboard_gCPnoC","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"f3fb2f57-aad9-4f33-88db-c458ae09cdfb","resourceInvariantUUID":"d7c6b294-4284-4b69-87ff-a797deedad73","resourceCustomizationUUID":"9327f8c9-4591-449b-b6af-227dc0614cab","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/vf-license-model.xml","artifactChecksum":"OGQ5ZDI0MzIzNDdmMDUyYmQ0MzVmMDVkOWUyNGVlYmE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"5077753b-8cdd-47a9-82d5-e3ff4ce969c3","artifactVersion":"1"},{"artifactName":"basic_onboard_gcpnoc0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json","artifactChecksum":"NjRhMmYzNDQxZDFkYzhiMjZmMTk3NDMzZmQwOWNiNWI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"583db2fa-2045-4011-8045-9fd436580060","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"0846dbe8-d246-42f3-9ba6-3c197d6bb5c4","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"5004fadd-cda9-4566-99ac-bc5d669427a2","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"7d3da3bf-4415-4326-b045-fe6bef605f78","artifactVersion":"2","generatedFromUUID":"0846dbe8-d246-42f3-9ba6-3c197d6bb5c4"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardGcpnoc-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-template.yml","artifactChecksum":"OGFkYWYzODVjYTg1MmE4Y2JhZWM5NDk3ZjljNTAwNTE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"8ab16f5d-5180-4470-b278-f6ea6f7c23e8","artifactVersion":"1"},{"artifactName":"service-BasicOnboardGcpnoc-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar","artifactChecksum":"MjQxYmE3NTM3MTRlYjAwMzA2YjMyYmJjMmU4MmNkYjE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"d6569f72-4f81-428a-8593-389324ccdf48","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-18T11:16:58.970Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T11:16:58.970Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T11:16:58.970Z||pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T11:16:58.970Z||pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679138159489,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T11:16:59.971Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T11:16:59.971Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T11:16:59.971Z||pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T11:16:59.972Z||pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679138159489,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T11:16:59.972Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T11:16:59.972Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679138159489,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T11:16:59.973Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T11:17:00.972Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T11:17:00.973Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T11:17:00.973Z||pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T11:17:00.973Z||pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679138159489,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T11:17:01.974Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T11:17:01.974Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T11:17:01.974Z||pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T11:17:01.975Z||pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679138159489,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T11:17:02.976Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T11:17:02.976Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T11:17:02.976Z||pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T11:17:02.976Z||pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679138159489,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T11:17:03.977Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T11:17:03.978Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T11:17:03.978Z||pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T11:17:03.978Z||pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679138159489,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T11:17:04.979Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T11:17:04.979Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T11:17:04.979Z||pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T11:17:04.980Z||pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679138159489,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T11:17:05.981Z||pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "serviceName": "basic_onboard_gCPnoC",
  "serviceVersion": "1.0",
  "serviceUUID": "dad851ae-1f1d-4e04-8847-f18fd5d51391",
  "serviceDescription": "service",
  "serviceInvariantUUID": "693dcbb7-55f2-41d5-a0d9-572574329dfe",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_gCPnoC 0",
      "resourceCustomizationUUID": "9327f8c9-4591-449b-b6af-227dc0614cab",
      "resourceName": "basic_onboard_gCPnoC",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "f3fb2f57-aad9-4f33-88db-c458ae09cdfb",
      "resourceInvariantUUID": "d7c6b294-4284-4b69-87ff-a797deedad73",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_gcpnoc0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json",
          "artifactChecksum": "NjRhMmYzNDQxZDFkYzhiMjZmMTk3NDMzZmQwOWNiNWI\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "583db2fa-2045-4011-8045-9fd436580060",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "0846dbe8-d246-42f3-9ba6-3c197d6bb5c4",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "7d3da3bf-4415-4326-b045-fe6bef605f78",
            "generatedFromUUID": "0846dbe8-d246-42f3-9ba6-3c197d6bb5c4"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "7d3da3bf-4415-4326-b045-fe6bef605f78",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardGcpnoc-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar",
      "artifactChecksum": "MjQxYmE3NTM3MTRlYjAwMzA2YjMyYmJjMmU4MmNkYjE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "d6569f72-4f81-428a-8593-389324ccdf48"
    }
  ],
  "workloadContext": "Production"
}
2023-03-18T11:17:05.981Z||pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-18T11:17:05.981Z||pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 dad851ae-1f1d-4e04-8847-f18fd5d51391 ASDC
2023-03-18T11:17:05.982Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
ServiceName:basic_onboard_gCPnoC
ServiceVersion:1.0
ServiceUUID:dad851ae-1f1d-4e04-8847-f18fd5d51391
ServiceInvariantUUID:693dcbb7-55f2-41d5-a0d9-572574329dfe
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardGcpnoc-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar
ArtifactUUID:d6569f72-4f81-428a-8593-389324ccdf48
ArtifactChecksum:MjQxYmE3NTM3MTRlYjAwMzA2YjMyYmJjMmU4MmNkYjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_gCPnoC 0
ResourceCustomizationUUID:9327f8c9-4591-449b-b6af-227dc0614cab
ResourceInvariantUUID:d7c6b294-4284-4b69-87ff-a797deedad73
ResourceName:basic_onboard_gCPnoC
ResourceType:VF
ResourceUUID:f3fb2f57-aad9-4f33-88db-c458ae09cdfb
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_gcpnoc0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json
ArtifactUUID:583db2fa-2045-4011-8045-9fd436580060
ArtifactChecksum:NjRhMmYzNDQxZDFkYzhiMjZmMTk3NDMzZmQwOWNiNWI=
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/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.yaml
ArtifactUUID:0846dbe8-d246-42f3-9ba6-3c197d6bb5c4
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/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.env
ArtifactUUID:7d3da3bf-4415-4326-b045-fe6bef605f78
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/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.env
ArtifactUUID:7d3da3bf-4415-4326-b045-fe6bef605f78
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-18T11:17:05.982Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF dad851ae-1f1d-4e04-8847-f18fd5d51391 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: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-18T11:17:06.018Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-18T11:17:06.019Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-03-18T11:17:06.019Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-03-18T11:17:06.019Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: d6569f72-4f81-428a-8593-389324ccdf48 from URL: /sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar
2023-03-18T11:17:06.019Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||INFO|500||DistributionClient - download
2023-03-18T11:17:06.019Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar
2023-03-18T11:17:06.076Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||GET Response Status 404
2023-03-18T11:17:06.076Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@93a61d5
2023-03-18T11:17:06.076Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-18T11:17:06.077Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicOnboardGcpnoc"
      ]
    }
  }
}
2023-03-18T11:17:06.077Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicOnboardGcpnoc-csar.csar /sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar d6569f72-4f81-428a-8593-389324ccdf48 Specified artifact is  not found 300 ASDC artifact download fail
2023-03-18T11:17:06.077Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar ASDC sendASDCNotification
2023-03-18T11:17:06.077Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar(Specified artifact is  not found)
2023-03-18T11:17:06.077Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-18T11:17:06.078Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T11:17:06.078Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T11:17:06.078Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679138226077,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T11:17:07.079Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during processCsarServiceArtifacts ASDC processCsarServiceArtifacts 500 Exception in processCsarServiceArtifacts
org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact service-BasicOnboardGcpnoc-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar(UUID:d6569f72-4f81-428a-8593-389324ccdf48)
Error message is Specified artifact is  not found

	at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394)
	at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2023-03-18T11:17:07.093Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||ERROR|500||error NSST process resource failure 
java.lang.NullPointerException: null
	at org.onap.so.asdc.client.ASDCController.processNsstNotification(ASDCController.java:978)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:760)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-18T11:17:07.093Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: f3fb2f57-aad9-4f33-88db-c458ae09cdfb
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-18T11:17:07.096Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||INFO|500||basic_onboard_gCPnoC 0
2023-03-18T11:17:07.096Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: f3fb2f57-aad9-4f33-88db-c458ae09cdfb
2023-03-18T11:17:07.096Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 583db2fa-2045-4011-8045-9fd436580060 from URL: /sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json
2023-03-18T11:17:07.096Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||INFO|500||DistributionClient - download
2023-03-18T11:17:07.096Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json
2023-03-18T11:17:07.111Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||GET Response Status 404
2023-03-18T11:17:07.111Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@21c245b7
2023-03-18T11:17:07.111Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-18T11:17:07.111Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicOnboardGcpnoc"
      ]
    }
  }
}
2023-03-18T11:17:07.111Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL basic_onboard_gcpnoc0_modules.json /sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json 583db2fa-2045-4011-8045-9fd436580060 Specified artifact is  not found 300 ASDC artifact download fail
2023-03-18T11:17:07.111Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json ASDC sendASDCNotification
2023-03-18T11:17:07.111Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json(Specified artifact is  not found)
2023-03-18T11:17:07.111Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-18T11:17:07.112Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T11:17:07.112Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T11:17:07.112Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679138227111,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T11:17:08.113Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during Installation of artifact ASDC processResourceNotification 500 Exception in processResourceNotification
org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact basic_onboard_gcpnoc0_modules.json could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json(UUID:583db2fa-2045-4011-8045-9fd436580060)
Error message is Specified artifact is  not found

	at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:787)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-18T11:17:08.113Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T11:17:08.132Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T11:17:08.136Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-18T11:17:08.136Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-18T11:17:38.136Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T11:17:38.153Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T11:17:38.157Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-18T11:17:38.157Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-18T11:17:58.919Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T11:17:58.921Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T11:17:58.921Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679138159489,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json",
  "status": "NOTIFIED"
}
2023-03-18T11:17:58.922Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T11:18:08.157Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T11:18:08.173Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T11:18:08.177Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-18T11:18:08.177Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-18T11:18:38.178Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T11:18:38.199Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T11:18:38.202Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-18T11:18:38.203Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-18T11:18:58.922Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T11:18:58.923Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T11:18:58.923Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679138159489,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2023-03-18T11:18:58.924Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T11:18:58.924Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T11:18:58.924Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679138159489,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T11:18:58.924Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T11:18:58.924Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T11:18:58.924Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679138159489,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2023-03-18T11:18:58.924Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T11:18:58.924Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T11:18:58.924Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679138159489,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T11:18:58.924Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T11:18:58.924Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T11:18:58.924Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679138159489,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar",
  "status": "NOTIFIED"
}
2023-03-18T11:18:58.924Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T11:18:58.924Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T11:18:58.924Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679138226077,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-18T11:18:58.924Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T11:18:58.924Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T11:18:58.924Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679138227111,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-18T11:18:58.924Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T11:19:08.204Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T11:19:08.228Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T11:19:08.232Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-18T11:19:08.233Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-18T11:19:38.234Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T11:19:38.252Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T11:19:38.256Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-18T11:19:38.256Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-18T11:19:58.919Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T11:20:08.256Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T11:20:08.276Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T11:20:08.280Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-18T11:20:08.280Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-18T11:20:38.281Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T11:20:38.299Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T11:20:38.304Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-18T11:20:38.304Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-18T11:20:58.922Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T11:21:08.305Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T11:21:08.327Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T11:21:08.332Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-18T11:21:08.332Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-18T11:21:38.332Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T11:21:38.365Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T11:21:38.368Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-18T11:21:38.368Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-18T11:21:58.922Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T11:21:58.983Z||kafka-coordinator-heartbeat-thread | so|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] consumer poll timeout has expired. This means the time between subsequent calls to poll() was longer than the configured max.poll.interval.ms, which typically implies that the poll loop is spending too much time processing messages. You can address this either by increasing max.poll.interval.ms or by reducing the maximum size of batches returned in poll() with max.poll.records.
2023-03-18T11:21:58.983Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Member SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2-32aa1191-b175-4536-8c2b-6864a47e99b0 sending LeaveGroup request to coordinator onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2147483645 rack: null) due to consumer poll timeout has expired.
2023-03-18T11:21:58.983Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Resetting generation and member id due to: consumer pro-actively leaving the group
2023-03-18T11:21:58.983Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Request joining group due to: consumer pro-actively leaving the group
2023-03-18T11:21:59.680Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T11:21:59.694Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Revoke previously assigned partitions SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-03-18T11:21:59.695Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] (Re-)joining group
2023-03-18T11:21:59.701Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Successfully joined group with generation Generation{generationId=24, memberId='SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94-2995e74d-4211-4955-93f6-f3f14568571e', protocol='range'}
2023-03-18T11:21:59.701Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Finished assignment for group at generation 24: {SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94-2995e74d-4211-4955-93f6-f3f14568571e=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])}
2023-03-18T11:21:59.717Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Successfully synced group in generation Generation{generationId=24, memberId='SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94-2995e74d-4211-4955-93f6-f3f14568571e', protocol='range'}
2023-03-18T11:21:59.717Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])
2023-03-18T11:21:59.717Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Adding newly assigned partitions: SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-03-18T11:21:59.722Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-18T11:21:59.722Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-18T11:21:59.722Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-18T11:21:59.722Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=247, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-18T11:21:59.722Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-18T11:21:59.723Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-18T11:22:08.368Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2023-03-18T11:22:08.369Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-18T11:22:08.376Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846 and serviceModelVersionId: dad851ae-1f1d-4e04-8847-f18fd5d51391
2023-03-18T11:22:08.376Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 693dcbb7-55f2-41d5-a0d9-572574329dfe
2023-03-18T11:22:08.377Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391?depth=0
2023-03-18T11:22:08.380Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2023-03-18T11:22:08.398Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391?depth=0|INFO|500||Invoke
2023-03-18T11:22:08.399Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[54a4fba8-2015-4a1c-992a-650640be36d9], X-ECOMP-RequestID=[34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846], X-TransactionId=[], X-ONAP-RequestID=[34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846], Content-Type=[application/merge-patch+json]}
2023-03-18T11:22:08.409Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2023-03-18T11:22:08.438Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391?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/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391?depth=0 has http status code:404 and response headers:{date=[Sat, 18 Mar 2023 11:22:08 GMT], content-length=[495], x-aai-txid=[0-aai-resources-230318-11:22:08:111-47642], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-18T11:22:08.439Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391?depth=0|DEBUG|500||{"requestError":{"serviceException":{"messageId":"SVC3001","text":"Resource not found for %1 using id %2 (msg=%3) (ec=%4)","variables":["MERGE_PATCH","service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391","Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391","ERR.5.4.6114"]}}}

2023-03-18T11:22:08.440Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391?depth=0|INFO|404|Not Found|InvokeReturn
2023-03-18T11:22:08.443Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391) (ec=ERR.5.4.6114)
2023-03-18T11:22:08.443Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||ERROR|500||Exception occurred
javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391) (ec=ERR.5.4.6114)
	at org.onap.so.client.ResponseExceptionMapper.map(ResponseExceptionMapper.java:74)
	at org.onap.so.client.RestRequest.get(RestRequest.java:77)
	at org.onap.so.client.RestClient.buildRequest(RestClient.java:326)
	at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322)
	at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283)
	at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67)
	at net.jodah.failsafe.Execution.executeSync(Execution.java:117)
	at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319)
	at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71)
	at org.onap.so.client.RestClient.method(RestClient.java:322)
	at org.onap.so.client.RestClient.patch(RestClient.java:265)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184)
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-18T11:22:08.443Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391) (ec=ERR.5.4.6114)
2023-03-18T11:22:08.443Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391) (ec=ERR.5.4.6114)
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-18T11:22:08.451Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-18T11:22:08.451Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391) (ec=ERR.5.4.6114)
2023-03-18T11:22:08.451Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2023-03-18T11:22:08.451Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T11:22:08.451Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T11:22:08.452Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679138528451,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391) (ec\u003dERR.5.4.6114)"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T11:22:08.467Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T11:22:08.468Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679138528451,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391) (ec\u003dERR.5.4.6114)"
}
2023-03-18T11:22:08.468Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-18T11:22:09.478Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-18T11:22:09.478Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||received notification from broker: {"distributionID":"d4dc9e71-f2cb-491c-bcf1-9d51402514be","serviceName":"vFW 2023-03-18 11-08-36","serviceVersion":"1.0","serviceUUID":"27fdb87d-b713-4eaf-90a0-9e48041e5db6","serviceDescription":"catalog service description","serviceInvariantUUID":"cb6d14f9-78ae-470a-a6af-a3a2b9fea472","resources":[{"resourceInstanceName":"vFW 58569f3e-bd56 0","resourceName":"vFW 58569f3e-bd56","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"d26137cf-1389-4abe-8e09-78b44d7a1aae","resourceInvariantUUID":"440b369e-a09c-4c31-8a4e-6692abd11e0c","resourceCustomizationUUID":"e17fe765-865d-4748-ab41-44bdbee5a853","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/vf-license-model.xml","artifactChecksum":"MTFjYmU2ZGQwM2YxYTQxNjdhOWY1YjI5OWUyYjE5OTg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"7238df55-40f7-4cde-93e0-f3c86248a4ba","artifactVersion":"1"},{"artifactName":"vfw58569f3ebd560_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/vfw58569f3ebd560_modules.json","artifactChecksum":"ODg5YTAyNmJiZTFiZTA5MDMwZWVhNmFkMzVmNzk4YTg\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"a8ca7246-150c-4537-b08d-e58462b66bb6","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"be903e28-b266-44db-9c8b-4cbcb6f7ee77","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/vendor-license-model.xml","artifactChecksum":"NDExZWJjY2Q3ZjkxN2NkNTRiYmFlNDViOGZhYWJjM2M\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"cecd91b9-dbd7-4a9b-96a0-72674051949c","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"0637f995-3e6f-44f6-89fc-61906f5ff14b","artifactVersion":"2","generatedFromUUID":"be903e28-b266-44db-9c8b-4cbcb6f7ee77"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20230318110836-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-template.yml","artifactChecksum":"NjdmYzRlMTY1MzM1ODg5NjAzNTEzOWU1ZGFmNmNiNDI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"8648cca8-36e7-40c1-8faf-a7c0be2faa07","artifactVersion":"1"},{"artifactName":"service-Vfw20230318110836-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar","artifactChecksum":"NzY3OTRjMDBhMTZlZjQ1ZTQ3MTU0ZjE0NjliYmU1M2Y\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"436a091b-6820-4621-9f77-4a798268cc9d","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-18T11:22:09.478Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T11:22:09.478Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T11:22:09.478Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T11:22:09.478Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679138159489,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T11:22:10.479Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T11:22:10.479Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T11:22:10.479Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T11:22:10.480Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679138159489,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/vfw58569f3ebd560_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T11:22:11.480Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T11:22:11.481Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T11:22:11.481Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T11:22:11.481Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679138159489,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T11:22:12.482Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T11:22:12.483Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T11:22:12.483Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T11:22:12.483Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679138159489,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T11:22:13.484Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T11:22:13.484Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T11:22:13.484Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T11:22:13.485Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679138159489,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/base_vfw.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T11:22:14.485Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T11:22:14.486Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T11:22:14.486Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T11:22:14.486Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679138159489,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T11:22:15.489Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T11:22:15.493Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T11:22:15.493Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T11:22:15.493Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679138159489,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T11:22:16.495Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "serviceName": "vFW 2023-03-18 11-08-36",
  "serviceVersion": "1.0",
  "serviceUUID": "27fdb87d-b713-4eaf-90a0-9e48041e5db6",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "cb6d14f9-78ae-470a-a6af-a3a2b9fea472",
  "resources": [
    {
      "resourceInstanceName": "vFW 58569f3e-bd56 0",
      "resourceCustomizationUUID": "e17fe765-865d-4748-ab41-44bdbee5a853",
      "resourceName": "vFW 58569f3e-bd56",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "d26137cf-1389-4abe-8e09-78b44d7a1aae",
      "resourceInvariantUUID": "440b369e-a09c-4c31-8a4e-6692abd11e0c",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw58569f3ebd560_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/vfw58569f3ebd560_modules.json",
          "artifactChecksum": "ODg5YTAyNmJiZTFiZTA5MDMwZWVhNmFkMzVmNzk4YTg\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "a8ca7246-150c-4537-b08d-e58462b66bb6",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "be903e28-b266-44db-9c8b-4cbcb6f7ee77",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "0637f995-3e6f-44f6-89fc-61906f5ff14b",
            "generatedFromUUID": "be903e28-b266-44db-9c8b-4cbcb6f7ee77"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "0637f995-3e6f-44f6-89fc-61906f5ff14b",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20230318110836-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar",
      "artifactChecksum": "NzY3OTRjMDBhMTZlZjQ1ZTQ3MTU0ZjE0NjliYmU1M2Y\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "436a091b-6820-4621-9f77-4a798268cc9d"
    }
  ],
  "workloadContext": "Production"
}
2023-03-18T11:22:16.495Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-18T11:22:16.496Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 27fdb87d-b713-4eaf-90a0-9e48041e5db6 ASDC
2023-03-18T11:22:16.496Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:d4dc9e71-f2cb-491c-bcf1-9d51402514be
ServiceName:vFW 2023-03-18 11-08-36
ServiceVersion:1.0
ServiceUUID:27fdb87d-b713-4eaf-90a0-9e48041e5db6
ServiceInvariantUUID:cb6d14f9-78ae-470a-a6af-a3a2b9fea472
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20230318110836-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar
ArtifactUUID:436a091b-6820-4621-9f77-4a798268cc9d
ArtifactChecksum:NzY3OTRjMDBhMTZlZjQ1ZTQ3MTU0ZjE0NjliYmU1M2Y=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 58569f3e-bd56 0
ResourceCustomizationUUID:e17fe765-865d-4748-ab41-44bdbee5a853
ResourceInvariantUUID:440b369e-a09c-4c31-8a4e-6692abd11e0c
ResourceName:vFW 58569f3e-bd56
ResourceType:VF
ResourceUUID:d26137cf-1389-4abe-8e09-78b44d7a1aae
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw58569f3ebd560_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/vfw58569f3ebd560_modules.json
ArtifactUUID:a8ca7246-150c-4537-b08d-e58462b66bb6
ArtifactChecksum:ODg5YTAyNmJiZTFiZTA5MDMwZWVhNmFkMzVmNzk4YTg=
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/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/base_vfw.yaml
ArtifactUUID:be903e28-b266-44db-9c8b-4cbcb6f7ee77
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/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/base_vfw.env
ArtifactUUID:0637f995-3e6f-44f6-89fc-61906f5ff14b
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/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/base_vfw.env
ArtifactUUID:0637f995-3e6f-44f6-89fc-61906f5ff14b
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-18T11:22:16.497Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 27fdb87d-b713-4eaf-90a0-9e48041e5db6 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: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-18T11:22:16.536Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-18T11:22:16.536Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-03-18T11:22:16.537Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-03-18T11:22:16.537Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 436a091b-6820-4621-9f77-4a798268cc9d from URL: /sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar
2023-03-18T11:22:16.537Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||DistributionClient - download
2023-03-18T11:22:16.537Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar
2023-03-18T11:22:16.829Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2023-03-18T11:22:16.836Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar 436a091b-6820-4621-9f77-4a798268cc9d 101467
2023-03-18T11:22:16.836Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar ASDC sendASDCNotification
2023-03-18T11:22:16.836Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar
2023-03-18T11:22:16.836Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-18T11:22:16.837Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T11:22:16.837Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T11:22:16.837Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679138536836,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T11:22:17.840Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-18T11:22:17.845Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-03-18T11:22:17.845Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 436a091b-6820-4621-9f77-4a798268cc9d, URL: /sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar to file: /app/ASDC/1/service-Vfw20230318110836-csar.csar
2023-03-18T11:22:17.846Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20230318110836-csar.csar
2023-03-18T11:22:17.847Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20230318110836-csar.csar
2023-03-18T11:22:17.847Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20230318110836-csar.csar
2023-03-18T11:22:17.987Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6199008242437303233/Definitions/service-Vfw20230318110836-template.yml
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vfw_name" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_user_data_format" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_key_name" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "compute_vfw_metadata" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "compute_vsn_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vsn_key_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "compute_vsn_user_data_format" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "compute_vsn_metadata" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided
2023-03-18T11:22:19.515Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-18T11:22:19.516Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||WARN|500||####################################################################################################
2023-03-18T11:22:19.516Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20230318110836-csar.csar
2023-03-18T11:22:19.516Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2023-03-18T11:22:19.516Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230318110836-csar.csar
2023-03-18T11:22:19.516Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230318110836-csar.csar
2023-03-18T11:22:19.516Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20230318110836-csar.csar
2023-03-18T11:22:19.516Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230318110836-csar.csar
2023-03-18T11:22:19.517Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230318110836-csar.csar
2023-03-18T11:22:19.517Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230318110836-csar.csar
2023-03-18T11:22:19.517Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230318110836-csar.csar
2023-03-18T11:22:19.517Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230318110836-csar.csar
2023-03-18T11:22:19.517Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230318110836-csar.csar
2023-03-18T11:22:19.517Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 58569f3e-bd56 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-Vfw20230318110836-csar.csar
2023-03-18T11:22:19.517Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230318110836-csar.csar
2023-03-18T11:22:19.517Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||WARN|500||####################################################################################################
2023-03-18T11:22:19.517Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T11:22:19.518Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Service vFW 2023-03-18 11-08-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T11:22:19.518Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template vFW 58569f3e-bd56 0 is matching search criteria
2023-03-18T11:22:19.518Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2023-03-18T11:22:19.518Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 58569f3e-bd56 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-18T11:22:19.518Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T11:22:19.518Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Service vFW 2023-03-18 11-08-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T11:22:19.518Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template vFW 58569f3e-bd56 0 is matching search criteria
2023-03-18T11:22:19.519Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2023-03-18T11:22:19.519Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 58569f3e-bd56 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-18T11:22:19.519Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T11:22:19.519Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Service vFW 2023-03-18 11-08-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T11:22:19.519Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T11:22:19.519Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template vFW 58569f3e-bd56 0 is not matching search criteria
2023-03-18T11:22:19.519Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-18T11:22:19.519Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-18T11:22:19.519Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-18T11:22:19.520Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-18T11:22:19.520Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-18T11:22:19.520Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-18T11:22:19.520Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-18T11:22:19.520Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-18T11:22:19.520Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-18T11:22:19.520Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-18T11:22:19.521Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-18T11:22:19.521Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-18T11:22:19.521Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-18T11:22:19.521Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-18T11:22:19.521Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-18T11:22:19.521Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-03-18T11:22:19.521Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T11:22:19.521Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Service vFW 2023-03-18 11-08-36 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-03-18T11:22:19.521Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T11:22:19.522Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template vFW 58569f3e-bd56 0 is matching search criteria
2023-03-18T11:22:19.522Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 58569f3e-bd56 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-18T11:22:19.522Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T11:22:19.522Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template vFW 58569f3e-bd56 0 is matching search criteria
2023-03-18T11:22:19.522Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 58569f3e-bd56 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-18T11:22:19.522Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T11:22:19.523Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template vFW 58569f3e-bd56 0 is matching search criteria
2023-03-18T11:22:19.523Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 58569f3e-bd56 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-18T11:22:19.523Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T11:22:19.523Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template vFW 58569f3e-bd56 0 is not matching search criteria
2023-03-18T11:22:19.523Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-18T11:22:19.523Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-18T11:22:19.523Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-03-18T11:22:19.523Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-18T11:22:19.524Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-18T11:22:19.524Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-18T11:22:19.524Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-18T11:22:19.524Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-18T11:22:19.524Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-18T11:22:19.524Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-18T11:22:19.524Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-18T11:22:19.524Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=54648a20-f030-49c4-93d4-4525b2108f51
2023-03-18T11:22:19.525Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T11:22:19.525Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template vFW 58569f3e-bd56 0 is not matching search criteria
2023-03-18T11:22:19.525Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-18T11:22:19.525Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-18T11:22:19.525Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-18T11:22:19.525Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-18T11:22:19.525Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-18T11:22:19.525Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-18T11:22:19.526Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-18T11:22:19.526Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-03-18T11:22:19.526Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-18T11:22:19.526Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-18T11:22:19.526Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-18T11:22:19.526Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-18T11:22:19.526Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=c8000f82-3ea0-499f-845f-48af9ca20f40
2023-03-18T11:22:19.526Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T11:22:19.527Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template vFW 58569f3e-bd56 0 is not matching search criteria
2023-03-18T11:22:19.527Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-18T11:22:19.527Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-18T11:22:19.527Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-18T11:22:19.527Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-18T11:22:19.527Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-18T11:22:19.527Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-18T11:22:19.527Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-18T11:22:19.528Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-18T11:22:19.528Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-18T11:22:19.528Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-18T11:22:19.528Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-18T11:22:19.528Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-03-18T11:22:19.528Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=8d37dce4-ace0-4972-b0ae-359f5ee34e15
2023-03-18T11:22:19.528Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T11:22:19.528Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Service vFW 2023-03-18 11-08-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T11:22:19.529Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T11:22:19.529Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Service vFW 2023-03-18 11-08-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T11:22:19.529Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T11:22:19.529Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Service vFW 2023-03-18 11-08-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T11:22:19.529Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T11:22:19.529Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Service vFW 2023-03-18 11-08-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T11:22:19.529Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2023-03-18 11-08-36
Description:catalog service description
Model UUID:27fdb87d-b713-4eaf-90a0-9e48041e5db6
Model Version:NULL
Model InvariantUuid:cb6d14f9-78ae-470a-a6af-a3a2b9fea472
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 58569f3e-bd56
Model UUID:2fc36073-92c9-4d5d-9644-0bb6550c287b
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:440b369e-a09c-4c31-8a4e-6692abd11e0c
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:e17fe765-865d-4748-ab41-44bdbee5a853
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:351d450e-b1b7-41ae-a83a-2a71f15e25d1
ModelName:Vfw58569f3eBd56..base_vfw..module-0
ModelUuid:0d68d68e-dec8-43d2-aff9-f5d88cc04393
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:54648a20-f030-49c4-93d4-4525b2108f51
ModelInvariantUuid:4ab08134-cd1d-4688-9b75-17c67d1a3e81
ModelName:vFW 58569f3e-bd56-nodes.vfwCvfc
ModelUuid:d6b2f0ba-9202-407c-a163-7cc24d0f18b4
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:056f6090-f73c-4739-af97-620c05ad132a
ModelInvariantUuid:983e3ada-7ea8-4303-8174-d3114334eb9e
ModelName:Vfw58569f3eBd56.compute.nodes.heat.vfw
ModelUuid:3d4b7896-bd84-401c-aa77-b889e41a200a
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:c8000f82-3ea0-499f-845f-48af9ca20f40
ModelInvariantUuid:fcd18208-a79b-409f-9943-f6fdaf7b423e
ModelName:vFW 58569f3e-bd56-nodes.vsnCvfc
ModelUuid:2dc70d22-f13d-4809-b3aa-6be925119137
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:402dc1d7-02f5-4fe5-9c72-942fea6de45f
ModelInvariantUuid:0b0ccbe0-ee97-4020-bd46-0de8c06bfc96
ModelName:Vfw58569f3eBd56.compute.nodes.heat.vsn
ModelUuid:9156b53b-b6f9-40ab-bf18-4e57fbace729
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:8d37dce4-ace0-4972-b0ae-359f5ee34e15
ModelInvariantUuid:5fb0558e-6cb2-4431-b7ca-6445c8799cef
ModelName:vFW 58569f3e-bd56-nodes.vpgCvfc
ModelUuid:fa77263e-b297-4fc8-ad06-fee6a19575f2
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:c490c1b0-6d8a-4e04-bcc3-d1334a874130
ModelInvariantUuid:49041fa9-9665-4fc5-a429-9d3d7490839b
ModelName:Vfw58569f3eBd56.compute.nodes.heat.vpg
ModelUuid:7e8eb1f5-1f60-4b7b-ac6b-192037bf4db6
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=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-03-18T11:22:19.562Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||ERROR|500||Csar with UUID: 436a091b-6820-4621-9f77-4a798268cc9d already exists
2023-03-18T11:22:19.562Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar ASDC sendASDCNotification
2023-03-18T11:22:19.562Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar(Csar with UUID: 436a091b-6820-4621-9f77-4a798268cc9d already exists)
2023-03-18T11:22:19.563Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-18T11:22:19.563Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T11:22:19.563Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T11:22:19.563Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679138539562,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 436a091b-6820-4621-9f77-4a798268cc9d already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T11:22:20.564Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar ASDC sendASDCNotification
2023-03-18T11:22:20.565Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar(Resource with UUID: d26137cf-1389-4abe-8e09-78b44d7a1aae already exists)
2023-03-18T11:22:20.565Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-18T11:22:20.566Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T11:22:20.566Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T11:22:20.566Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679138540564,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: d26137cf-1389-4abe-8e09-78b44d7a1aae already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T11:22:21.570Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d4dc9e71-f2cb-491c-bcf1-9d51402514be
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T11:22:21.588Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d4dc9e71-f2cb-491c-bcf1-9d51402514be
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T11:22:21.591Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-18T11:22:21.591Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-18T11:22:21.591Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-18T11:22:21.591Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-18T11:22:21.591Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T11:22:21.592Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T11:22:21.592Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T11:22:21.592Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T11:22:21.592Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T11:22:21.592Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-18T11:22:21.599Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-18T11:22:51.600Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: d4dc9e71-f2cb-491c-bcf1-9d51402514be and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-18T11:22:51.605Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: d4dc9e71-f2cb-491c-bcf1-9d51402514be and serviceModelVersionId: 27fdb87d-b713-4eaf-90a0-9e48041e5db6
2023-03-18T11:22:51.605Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : cb6d14f9-78ae-470a-a6af-a3a2b9fea472
2023-03-18T11:22:51.606Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/cb6d14f9-78ae-470a-a6af-a3a2b9fea472/model-vers/model-ver/27fdb87d-b713-4eaf-90a0-9e48041e5db6?depth=0
2023-03-18T11:22:51.609Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2023-03-18T11:22:51.621Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cb6d14f9-78ae-470a-a6af-a3a2b9fea472/model-vers/model-ver/27fdb87d-b713-4eaf-90a0-9e48041e5db6?depth=0|INFO|500||Invoke
2023-03-18T11:22:51.621Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cb6d14f9-78ae-470a-a6af-a3a2b9fea472/model-vers/model-ver/27fdb87d-b713-4eaf-90a0-9e48041e5db6?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cb6d14f9-78ae-470a-a6af-a3a2b9fea472/model-vers/model-ver/27fdb87d-b713-4eaf-90a0-9e48041e5db6?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[d4dc9e71-f2cb-491c-bcf1-9d51402514be], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[ba9f6957-ce11-4916-8bfe-34d8583788f2], X-ECOMP-RequestID=[d4dc9e71-f2cb-491c-bcf1-9d51402514be], X-TransactionId=[], X-ONAP-RequestID=[d4dc9e71-f2cb-491c-bcf1-9d51402514be], Content-Type=[application/merge-patch+json]}
2023-03-18T11:22:51.630Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cb6d14f9-78ae-470a-a6af-a3a2b9fea472/model-vers/model-ver/27fdb87d-b713-4eaf-90a0-9e48041e5db6?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-18T11:22:51.756Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cb6d14f9-78ae-470a-a6af-a3a2b9fea472/model-vers/model-ver/27fdb87d-b713-4eaf-90a0-9e48041e5db6?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/cb6d14f9-78ae-470a-a6af-a3a2b9fea472/model-vers/model-ver/27fdb87d-b713-4eaf-90a0-9e48041e5db6?depth=0 has http status code:200 and response headers:{date=[Sat, 18 Mar 2023 11:22:51 GMT], content-length=[0], vertex-id=[593936], x-aai-txid=[1-aai-resources-230318-11:22:51:333-81892], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-18T11:22:51.756Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cb6d14f9-78ae-470a-a6af-a3a2b9fea472/model-vers/model-ver/27fdb87d-b713-4eaf-90a0-9e48041e5db6?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-18T11:22:51.757Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cb6d14f9-78ae-470a-a6af-a3a2b9fea472/model-vers/model-ver/27fdb87d-b713-4eaf-90a0-9e48041e5db6?depth=0|INFO|500||InvokeReturn
2023-03-18T11:22:51.757Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-18T11:22:51.757Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-18T11:22:51.765Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-18T11:22:51.765Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID d4dc9e71-f2cb-491c-bcf1-9d51402514be and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-18T11:22:51.765Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-18T11:22:51.766Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T11:22:51.766Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T11:22:51.766Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679138571765,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-18T11:22:52.789Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T11:22:52.789Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Failing OffsetCommit request since the consumer is not part of an active group
2023-03-18T11:22:52.789Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||ERROR|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Asynchronous auto-commit of offsets failed: Offset commit cannot be completed since the consumer is not part of an active group for auto partition assignment; it is likely that the consumer was kicked out of the group.. Will continue to join group.
2023-03-18T11:22:52.790Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Giving away all assigned partitions as lost since generation/memberID has been reset,indicating that consumer is in old state or no longer part of the group
2023-03-18T11:22:52.790Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Lost previously assigned partitions SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5
2023-03-18T11:22:52.790Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] (Re-)joining group
2023-03-18T11:22:52.792Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Asynchronous auto-commit of offsets {SDC-DISTR-NOTIF-TOPIC-AUTO-5=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-4=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-3=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-2=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-1=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-0=OffsetAndMetadata{offset=2, leaderEpoch=0, metadata=''}} failed: Offset commit cannot be completed since the consumer is not part of an active group for auto partition assignment; it is likely that the consumer was kicked out of the group.
2023-03-18T11:22:52.794Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2-b1bc554f-4bfb-41d5-aaa3-086be67044b1
2023-03-18T11:22:52.794Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Request joining group due to: rebalance failed due to 'The group member needs to have a valid member id before actually entering a consumer group.' (MemberIdRequiredException)
2023-03-18T11:22:52.795Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] (Re-)joining group
2023-03-18T11:22:54.130Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T11:22:57.139Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T11:22:58.919Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T11:22:58.931Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Revoke previously assigned partitions SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-03-18T11:22:58.931Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] (Re-)joining group
2023-03-18T11:22:58.935Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Successfully joined group with generation Generation{generationId=25, memberId='SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94-2995e74d-4211-4955-93f6-f3f14568571e', protocol='range'}
2023-03-18T11:22:58.935Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Successfully joined group with generation Generation{generationId=25, memberId='SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2-b1bc554f-4bfb-41d5-aaa3-086be67044b1', protocol='range'}
2023-03-18T11:22:58.938Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Finished assignment for group at generation 25: {SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2-b1bc554f-4bfb-41d5-aaa3-086be67044b1=Assignment(partitions=[SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5]), SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94-2995e74d-4211-4955-93f6-f3f14568571e=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])}
2023-03-18T11:22:58.952Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Successfully synced group in generation Generation{generationId=25, memberId='SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2-b1bc554f-4bfb-41d5-aaa3-086be67044b1', protocol='range'}
2023-03-18T11:22:58.952Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5])
2023-03-18T11:22:58.952Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Successfully synced group in generation Generation{generationId=25, memberId='SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94-2995e74d-4211-4955-93f6-f3f14568571e', protocol='range'}
2023-03-18T11:22:58.953Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Adding newly assigned partitions: SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5
2023-03-18T11:22:58.953Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])
2023-03-18T11:22:58.953Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Adding newly assigned partitions: SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-03-18T11:22:58.956Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-18T11:22:58.956Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-18T11:22:58.957Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-18T11:22:58.957Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-18T11:22:58.957Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-18T11:22:58.957Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-18T11:22:58.957Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=248, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-18T11:22:58.957Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-18T11:22:58.957Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-18T11:22:58.957Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-18T11:22:58.957Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-18T11:22:58.957Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-18T11:22:58.971Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-18T11:22:58.971Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received notification from broker: {"distributionID":"34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846","serviceName":"basic_onboard_gCPnoC","serviceVersion":"1.0","serviceUUID":"dad851ae-1f1d-4e04-8847-f18fd5d51391","serviceDescription":"service","serviceInvariantUUID":"693dcbb7-55f2-41d5-a0d9-572574329dfe","resources":[{"resourceInstanceName":"basic_onboard_gCPnoC 0","resourceName":"basic_onboard_gCPnoC","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"f3fb2f57-aad9-4f33-88db-c458ae09cdfb","resourceInvariantUUID":"d7c6b294-4284-4b69-87ff-a797deedad73","resourceCustomizationUUID":"9327f8c9-4591-449b-b6af-227dc0614cab","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/vf-license-model.xml","artifactChecksum":"OGQ5ZDI0MzIzNDdmMDUyYmQ0MzVmMDVkOWUyNGVlYmE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"5077753b-8cdd-47a9-82d5-e3ff4ce969c3","artifactVersion":"1"},{"artifactName":"basic_onboard_gcpnoc0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json","artifactChecksum":"NjRhMmYzNDQxZDFkYzhiMjZmMTk3NDMzZmQwOWNiNWI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"583db2fa-2045-4011-8045-9fd436580060","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"0846dbe8-d246-42f3-9ba6-3c197d6bb5c4","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"5004fadd-cda9-4566-99ac-bc5d669427a2","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"7d3da3bf-4415-4326-b045-fe6bef605f78","artifactVersion":"2","generatedFromUUID":"0846dbe8-d246-42f3-9ba6-3c197d6bb5c4"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardGcpnoc-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-template.yml","artifactChecksum":"OGFkYWYzODVjYTg1MmE4Y2JhZWM5NDk3ZjljNTAwNTE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"8ab16f5d-5180-4470-b278-f6ea6f7c23e8","artifactVersion":"1"},{"artifactName":"service-BasicOnboardGcpnoc-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar","artifactChecksum":"MjQxYmE3NTM3MTRlYjAwMzA2YjMyYmJjMmU4MmNkYjE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"d6569f72-4f81-428a-8593-389324ccdf48","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-18T11:22:58.972Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T11:22:58.972Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T11:22:58.972Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T11:22:58.972Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679138572789,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T11:22:59.968Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-18T11:22:59.968Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679138159489,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T11:22:59.968Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T11:22:59.968Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-18T11:22:59.968Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679138159489,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/vfw58569f3ebd560_modules.json",
  "status": "NOTIFIED"
}
2023-03-18T11:22:59.969Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T11:22:59.969Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-18T11:22:59.969Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679138159489,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-03-18T11:22:59.969Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T11:22:59.969Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-18T11:22:59.969Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679138159489,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T11:22:59.969Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T11:22:59.969Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-18T11:22:59.969Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679138159489,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2023-03-18T11:22:59.969Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T11:22:59.969Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-18T11:22:59.969Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679138159489,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T11:22:59.969Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T11:22:59.969Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-18T11:22:59.969Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679138159489,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar",
  "status": "NOTIFIED"
}
2023-03-18T11:22:59.970Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T11:22:59.970Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-18T11:22:59.970Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679138536836,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-18T11:22:59.970Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T11:22:59.972Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-18T11:22:59.972Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679138539562,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 436a091b-6820-4621-9f77-4a798268cc9d already exists"
}
2023-03-18T11:22:59.972Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T11:22:59.972Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-18T11:22:59.972Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679138540564,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: d26137cf-1389-4abe-8e09-78b44d7a1aae already exists"
}
2023-03-18T11:22:59.972Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T11:22:59.972Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-18T11:22:59.972Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679138571765,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-18T11:22:59.972Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T11:22:59.972Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-18T11:22:59.972Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679138572789,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T11:22:59.973Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T11:22:59.973Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T11:22:59.973Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T11:22:59.973Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T11:22:59.974Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679138572789,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T11:23:00.974Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T11:23:00.975Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T11:23:00.975Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T11:23:00.975Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679138572789,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T11:23:01.976Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T11:23:01.976Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T11:23:01.977Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T11:23:01.977Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679138572789,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T11:23:02.977Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T11:23:02.978Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T11:23:02.978Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T11:23:02.979Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679138572789,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T11:23:03.980Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T11:23:03.980Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T11:23:03.980Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T11:23:03.980Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679138572789,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T11:23:04.980Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T11:23:04.981Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T11:23:04.981Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T11:23:04.981Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679138572789,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T11:23:05.982Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "serviceName": "basic_onboard_gCPnoC",
  "serviceVersion": "1.0",
  "serviceUUID": "dad851ae-1f1d-4e04-8847-f18fd5d51391",
  "serviceDescription": "service",
  "serviceInvariantUUID": "693dcbb7-55f2-41d5-a0d9-572574329dfe",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_gCPnoC 0",
      "resourceCustomizationUUID": "9327f8c9-4591-449b-b6af-227dc0614cab",
      "resourceName": "basic_onboard_gCPnoC",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "f3fb2f57-aad9-4f33-88db-c458ae09cdfb",
      "resourceInvariantUUID": "d7c6b294-4284-4b69-87ff-a797deedad73",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_gcpnoc0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json",
          "artifactChecksum": "NjRhMmYzNDQxZDFkYzhiMjZmMTk3NDMzZmQwOWNiNWI\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "583db2fa-2045-4011-8045-9fd436580060",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "0846dbe8-d246-42f3-9ba6-3c197d6bb5c4",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "7d3da3bf-4415-4326-b045-fe6bef605f78",
            "generatedFromUUID": "0846dbe8-d246-42f3-9ba6-3c197d6bb5c4"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "7d3da3bf-4415-4326-b045-fe6bef605f78",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardGcpnoc-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar",
      "artifactChecksum": "MjQxYmE3NTM3MTRlYjAwMzA2YjMyYmJjMmU4MmNkYjE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "d6569f72-4f81-428a-8593-389324ccdf48"
    }
  ],
  "workloadContext": "Production"
}
2023-03-18T11:23:05.985Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-18T11:23:05.985Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 dad851ae-1f1d-4e04-8847-f18fd5d51391 ASDC
2023-03-18T11:23:05.985Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
ServiceName:basic_onboard_gCPnoC
ServiceVersion:1.0
ServiceUUID:dad851ae-1f1d-4e04-8847-f18fd5d51391
ServiceInvariantUUID:693dcbb7-55f2-41d5-a0d9-572574329dfe
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardGcpnoc-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar
ArtifactUUID:d6569f72-4f81-428a-8593-389324ccdf48
ArtifactChecksum:MjQxYmE3NTM3MTRlYjAwMzA2YjMyYmJjMmU4MmNkYjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_gCPnoC 0
ResourceCustomizationUUID:9327f8c9-4591-449b-b6af-227dc0614cab
ResourceInvariantUUID:d7c6b294-4284-4b69-87ff-a797deedad73
ResourceName:basic_onboard_gCPnoC
ResourceType:VF
ResourceUUID:f3fb2f57-aad9-4f33-88db-c458ae09cdfb
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_gcpnoc0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json
ArtifactUUID:583db2fa-2045-4011-8045-9fd436580060
ArtifactChecksum:NjRhMmYzNDQxZDFkYzhiMjZmMTk3NDMzZmQwOWNiNWI=
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/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.yaml
ArtifactUUID:0846dbe8-d246-42f3-9ba6-3c197d6bb5c4
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/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.env
ArtifactUUID:7d3da3bf-4415-4326-b045-fe6bef605f78
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/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.env
ArtifactUUID:7d3da3bf-4415-4326-b045-fe6bef605f78
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-18T11:23:05.985Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF dad851ae-1f1d-4e04-8847-f18fd5d51391 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: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-18T11:23:06.019Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-18T11:23:06.019Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-03-18T11:23:06.019Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-03-18T11:23:06.019Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: d6569f72-4f81-428a-8593-389324ccdf48 from URL: /sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar
2023-03-18T11:23:06.019Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||INFO|500||DistributionClient - download
2023-03-18T11:23:06.019Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar
2023-03-18T11:23:06.074Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||GET Response Status 404
2023-03-18T11:23:06.074Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@4dbf7ec3
2023-03-18T11:23:06.075Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-18T11:23:06.075Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicOnboardGcpnoc"
      ]
    }
  }
}
2023-03-18T11:23:06.075Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicOnboardGcpnoc-csar.csar /sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar d6569f72-4f81-428a-8593-389324ccdf48 Specified artifact is  not found 300 ASDC artifact download fail
2023-03-18T11:23:06.075Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar ASDC sendASDCNotification
2023-03-18T11:23:06.075Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar(Specified artifact is  not found)
2023-03-18T11:23:06.075Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-18T11:23:06.076Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T11:23:06.076Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T11:23:06.076Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679138586075,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T11:23:07.077Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during processCsarServiceArtifacts ASDC processCsarServiceArtifacts 500 Exception in processCsarServiceArtifacts
org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact service-BasicOnboardGcpnoc-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar(UUID:d6569f72-4f81-428a-8593-389324ccdf48)
Error message is Specified artifact is  not found

	at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394)
	at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2023-03-18T11:23:07.089Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||ERROR|500||error NSST process resource failure 
java.lang.NullPointerException: null
	at org.onap.so.asdc.client.ASDCController.processNsstNotification(ASDCController.java:978)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:760)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-18T11:23:07.089Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: f3fb2f57-aad9-4f33-88db-c458ae09cdfb
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-18T11:23:07.092Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||INFO|500||basic_onboard_gCPnoC 0
2023-03-18T11:23:07.092Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: f3fb2f57-aad9-4f33-88db-c458ae09cdfb
2023-03-18T11:23:07.092Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 583db2fa-2045-4011-8045-9fd436580060 from URL: /sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json
2023-03-18T11:23:07.092Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||INFO|500||DistributionClient - download
2023-03-18T11:23:07.093Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json
2023-03-18T11:23:07.107Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||GET Response Status 404
2023-03-18T11:23:07.108Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@541f2377
2023-03-18T11:23:07.108Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-18T11:23:07.108Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicOnboardGcpnoc"
      ]
    }
  }
}
2023-03-18T11:23:07.108Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL basic_onboard_gcpnoc0_modules.json /sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json 583db2fa-2045-4011-8045-9fd436580060 Specified artifact is  not found 300 ASDC artifact download fail
2023-03-18T11:23:07.108Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json ASDC sendASDCNotification
2023-03-18T11:23:07.108Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json(Specified artifact is  not found)
2023-03-18T11:23:07.108Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-18T11:23:07.109Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T11:23:07.109Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T11:23:07.109Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679138587108,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T11:23:08.109Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during Installation of artifact ASDC processResourceNotification 500 Exception in processResourceNotification
org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact basic_onboard_gcpnoc0_modules.json could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json(UUID:583db2fa-2045-4011-8045-9fd436580060)
Error message is Specified artifact is  not found

	at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:787)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-18T11:23:08.110Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T11:23:08.125Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T11:23:08.129Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-18T11:23:08.129Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-18T11:23:38.130Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T11:23:38.154Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T11:23:38.158Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-18T11:23:38.159Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-18T11:23:58.919Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T11:23:58.921Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-18T11:23:58.921Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679138572789,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json",
  "status": "NOTIFIED"
}
2023-03-18T11:23:58.922Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T11:24:08.159Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T11:24:08.177Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T11:24:08.180Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-18T11:24:08.181Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-18T11:24:38.181Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T11:24:38.203Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T11:24:38.207Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-18T11:24:38.207Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-18T11:24:58.919Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T11:24:58.921Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-18T11:24:58.921Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679138572789,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2023-03-18T11:24:58.922Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T11:24:58.922Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-18T11:24:58.922Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679138572789,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T11:24:58.922Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T11:24:58.922Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-18T11:24:58.922Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679138572789,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2023-03-18T11:24:58.922Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T11:24:58.922Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-18T11:24:58.922Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679138572789,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T11:24:58.923Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T11:24:58.923Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-18T11:24:58.923Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679138572789,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar",
  "status": "NOTIFIED"
}
2023-03-18T11:24:58.923Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T11:24:58.923Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-18T11:24:58.923Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679138586075,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-18T11:24:58.923Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T11:24:58.923Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-18T11:24:58.923Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679138587108,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-18T11:24:58.923Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T11:25:08.207Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T11:25:08.228Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T11:25:08.233Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-18T11:25:08.233Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-18T11:25:38.233Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T11:25:38.251Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T11:25:38.256Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-18T11:25:38.256Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-18T11:25:58.919Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T11:26:08.257Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T11:26:08.275Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T11:26:08.279Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-18T11:26:08.279Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-18T11:26:38.279Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T11:26:38.301Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T11:26:38.304Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-18T11:26:38.304Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-18T11:26:58.921Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T11:27:08.305Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T11:27:08.328Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T11:27:08.333Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-18T11:27:08.333Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-18T11:27:38.333Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T11:27:38.356Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T11:27:38.359Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-18T11:27:38.360Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-18T11:27:58.921Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T11:27:58.982Z||kafka-coordinator-heartbeat-thread | so|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] consumer poll timeout has expired. This means the time between subsequent calls to poll() was longer than the configured max.poll.interval.ms, which typically implies that the poll loop is spending too much time processing messages. You can address this either by increasing max.poll.interval.ms or by reducing the maximum size of batches returned in poll() with max.poll.records.
2023-03-18T11:27:58.982Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Member SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2-b1bc554f-4bfb-41d5-aaa3-086be67044b1 sending LeaveGroup request to coordinator onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2147483645 rack: null) due to consumer poll timeout has expired.
2023-03-18T11:27:58.983Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Resetting generation and member id due to: consumer pro-actively leaving the group
2023-03-18T11:27:58.983Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Request joining group due to: consumer pro-actively leaving the group
2023-03-18T11:27:59.667Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T11:27:59.678Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Revoke previously assigned partitions SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-03-18T11:27:59.678Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] (Re-)joining group
2023-03-18T11:27:59.683Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Successfully joined group with generation Generation{generationId=26, memberId='SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94-2995e74d-4211-4955-93f6-f3f14568571e', protocol='range'}
2023-03-18T11:27:59.683Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Finished assignment for group at generation 26: {SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94-2995e74d-4211-4955-93f6-f3f14568571e=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])}
2023-03-18T11:27:59.695Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Successfully synced group in generation Generation{generationId=26, memberId='SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94-2995e74d-4211-4955-93f6-f3f14568571e', protocol='range'}
2023-03-18T11:27:59.695Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])
2023-03-18T11:27:59.696Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Adding newly assigned partitions: SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-03-18T11:27:59.699Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-18T11:27:59.699Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-18T11:27:59.699Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-18T11:27:59.699Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=268, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-18T11:27:59.699Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-18T11:27:59.699Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-18T11:28:08.360Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2023-03-18T11:28:08.360Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-18T11:28:08.371Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846 and serviceModelVersionId: dad851ae-1f1d-4e04-8847-f18fd5d51391
2023-03-18T11:28:08.372Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 693dcbb7-55f2-41d5-a0d9-572574329dfe
2023-03-18T11:28:08.372Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391?depth=0
2023-03-18T11:28:08.378Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2023-03-18T11:28:08.397Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-03-18T11:28:08.397Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391?depth=0|INFO|500||Invoke
2023-03-18T11:28:08.407Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2023-03-18T11:28:08.438Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391?depth=0|INFO|404|Not Found|InvokeReturn
2023-03-18T11:28:08.439Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391?depth=0 has http status code:404 and response headers:{date=[Sat, 18 Mar 2023 11:28:08 GMT], content-length=[495], x-aai-txid=[2-aai-resources-230318-11:28:08:110-35760], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-18T11:28:08.440Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||{"requestError":{"serviceException":{"messageId":"SVC3001","text":"Resource not found for %1 using id %2 (msg=%3) (ec=%4)","variables":["MERGE_PATCH","service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391","Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391","ERR.5.4.6114"]}}}

2023-03-18T11:28:08.445Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391) (ec=ERR.5.4.6114)
2023-03-18T11:28:08.445Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||ERROR|500||Exception occurred
javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391) (ec=ERR.5.4.6114)
	at org.onap.so.client.ResponseExceptionMapper.map(ResponseExceptionMapper.java:74)
	at org.onap.so.client.RestRequest.get(RestRequest.java:77)
	at org.onap.so.client.RestClient.buildRequest(RestClient.java:326)
	at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322)
	at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283)
	at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67)
	at net.jodah.failsafe.Execution.executeSync(Execution.java:117)
	at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319)
	at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71)
	at org.onap.so.client.RestClient.method(RestClient.java:322)
	at org.onap.so.client.RestClient.patch(RestClient.java:265)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184)
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-18T11:28:08.446Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391) (ec=ERR.5.4.6114)
2023-03-18T11:28:08.446Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391) (ec=ERR.5.4.6114)
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-18T11:28:08.453Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-18T11:28:08.453Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391) (ec=ERR.5.4.6114)
2023-03-18T11:28:08.453Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2023-03-18T11:28:08.453Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T11:28:08.453Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T11:28:08.453Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679138888453,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391) (ec\u003dERR.5.4.6114)"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T11:28:08.469Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-18T11:28:08.470Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679138888453,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391) (ec\u003dERR.5.4.6114)"
}
2023-03-18T11:28:08.470Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-18T11:28:09.479Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-18T11:28:09.479Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||received notification from broker: {"distributionID":"d4dc9e71-f2cb-491c-bcf1-9d51402514be","serviceName":"vFW 2023-03-18 11-08-36","serviceVersion":"1.0","serviceUUID":"27fdb87d-b713-4eaf-90a0-9e48041e5db6","serviceDescription":"catalog service description","serviceInvariantUUID":"cb6d14f9-78ae-470a-a6af-a3a2b9fea472","resources":[{"resourceInstanceName":"vFW 58569f3e-bd56 0","resourceName":"vFW 58569f3e-bd56","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"d26137cf-1389-4abe-8e09-78b44d7a1aae","resourceInvariantUUID":"440b369e-a09c-4c31-8a4e-6692abd11e0c","resourceCustomizationUUID":"e17fe765-865d-4748-ab41-44bdbee5a853","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/vf-license-model.xml","artifactChecksum":"MTFjYmU2ZGQwM2YxYTQxNjdhOWY1YjI5OWUyYjE5OTg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"7238df55-40f7-4cde-93e0-f3c86248a4ba","artifactVersion":"1"},{"artifactName":"vfw58569f3ebd560_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/vfw58569f3ebd560_modules.json","artifactChecksum":"ODg5YTAyNmJiZTFiZTA5MDMwZWVhNmFkMzVmNzk4YTg\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"a8ca7246-150c-4537-b08d-e58462b66bb6","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"be903e28-b266-44db-9c8b-4cbcb6f7ee77","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/vendor-license-model.xml","artifactChecksum":"NDExZWJjY2Q3ZjkxN2NkNTRiYmFlNDViOGZhYWJjM2M\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"cecd91b9-dbd7-4a9b-96a0-72674051949c","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"0637f995-3e6f-44f6-89fc-61906f5ff14b","artifactVersion":"2","generatedFromUUID":"be903e28-b266-44db-9c8b-4cbcb6f7ee77"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20230318110836-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-template.yml","artifactChecksum":"NjdmYzRlMTY1MzM1ODg5NjAzNTEzOWU1ZGFmNmNiNDI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"8648cca8-36e7-40c1-8faf-a7c0be2faa07","artifactVersion":"1"},{"artifactName":"service-Vfw20230318110836-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar","artifactChecksum":"NzY3OTRjMDBhMTZlZjQ1ZTQ3MTU0ZjE0NjliYmU1M2Y\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"436a091b-6820-4621-9f77-4a798268cc9d","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-18T11:28:09.481Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T11:28:09.481Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T11:28:09.481Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T11:28:09.481Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679138572789,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T11:28:10.486Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T11:28:10.486Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T11:28:10.486Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T11:28:10.486Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679138572789,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/vfw58569f3ebd560_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T11:28:11.487Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T11:28:11.488Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T11:28:11.488Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T11:28:11.488Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679138572789,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T11:28:12.490Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T11:28:12.490Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T11:28:12.490Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T11:28:12.490Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679138572789,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T11:28:13.491Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T11:28:13.492Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T11:28:13.492Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T11:28:13.492Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679138572789,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/base_vfw.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T11:28:14.494Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T11:28:14.495Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T11:28:14.495Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T11:28:14.495Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679138572789,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T11:28:15.497Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T11:28:15.497Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T11:28:15.497Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T11:28:15.498Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679138572789,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T11:28:16.500Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "serviceName": "vFW 2023-03-18 11-08-36",
  "serviceVersion": "1.0",
  "serviceUUID": "27fdb87d-b713-4eaf-90a0-9e48041e5db6",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "cb6d14f9-78ae-470a-a6af-a3a2b9fea472",
  "resources": [
    {
      "resourceInstanceName": "vFW 58569f3e-bd56 0",
      "resourceCustomizationUUID": "e17fe765-865d-4748-ab41-44bdbee5a853",
      "resourceName": "vFW 58569f3e-bd56",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "d26137cf-1389-4abe-8e09-78b44d7a1aae",
      "resourceInvariantUUID": "440b369e-a09c-4c31-8a4e-6692abd11e0c",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw58569f3ebd560_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/vfw58569f3ebd560_modules.json",
          "artifactChecksum": "ODg5YTAyNmJiZTFiZTA5MDMwZWVhNmFkMzVmNzk4YTg\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "a8ca7246-150c-4537-b08d-e58462b66bb6",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "be903e28-b266-44db-9c8b-4cbcb6f7ee77",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "0637f995-3e6f-44f6-89fc-61906f5ff14b",
            "generatedFromUUID": "be903e28-b266-44db-9c8b-4cbcb6f7ee77"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "0637f995-3e6f-44f6-89fc-61906f5ff14b",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20230318110836-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar",
      "artifactChecksum": "NzY3OTRjMDBhMTZlZjQ1ZTQ3MTU0ZjE0NjliYmU1M2Y\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "436a091b-6820-4621-9f77-4a798268cc9d"
    }
  ],
  "workloadContext": "Production"
}
2023-03-18T11:28:16.500Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-18T11:28:16.501Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 27fdb87d-b713-4eaf-90a0-9e48041e5db6 ASDC
2023-03-18T11:28:16.502Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:d4dc9e71-f2cb-491c-bcf1-9d51402514be
ServiceName:vFW 2023-03-18 11-08-36
ServiceVersion:1.0
ServiceUUID:27fdb87d-b713-4eaf-90a0-9e48041e5db6
ServiceInvariantUUID:cb6d14f9-78ae-470a-a6af-a3a2b9fea472
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20230318110836-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar
ArtifactUUID:436a091b-6820-4621-9f77-4a798268cc9d
ArtifactChecksum:NzY3OTRjMDBhMTZlZjQ1ZTQ3MTU0ZjE0NjliYmU1M2Y=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 58569f3e-bd56 0
ResourceCustomizationUUID:e17fe765-865d-4748-ab41-44bdbee5a853
ResourceInvariantUUID:440b369e-a09c-4c31-8a4e-6692abd11e0c
ResourceName:vFW 58569f3e-bd56
ResourceType:VF
ResourceUUID:d26137cf-1389-4abe-8e09-78b44d7a1aae
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw58569f3ebd560_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/vfw58569f3ebd560_modules.json
ArtifactUUID:a8ca7246-150c-4537-b08d-e58462b66bb6
ArtifactChecksum:ODg5YTAyNmJiZTFiZTA5MDMwZWVhNmFkMzVmNzk4YTg=
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/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/base_vfw.yaml
ArtifactUUID:be903e28-b266-44db-9c8b-4cbcb6f7ee77
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/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/base_vfw.env
ArtifactUUID:0637f995-3e6f-44f6-89fc-61906f5ff14b
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/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/base_vfw.env
ArtifactUUID:0637f995-3e6f-44f6-89fc-61906f5ff14b
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-18T11:28:16.502Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 27fdb87d-b713-4eaf-90a0-9e48041e5db6 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: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-18T11:28:16.539Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-18T11:28:16.539Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-03-18T11:28:16.540Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-03-18T11:28:16.540Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 436a091b-6820-4621-9f77-4a798268cc9d from URL: /sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar
2023-03-18T11:28:16.540Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||DistributionClient - download
2023-03-18T11:28:16.540Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar
2023-03-18T11:28:16.787Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2023-03-18T11:28:16.794Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar 436a091b-6820-4621-9f77-4a798268cc9d 101467
2023-03-18T11:28:16.794Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar ASDC sendASDCNotification
2023-03-18T11:28:16.795Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar
2023-03-18T11:28:16.795Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-18T11:28:16.795Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T11:28:16.796Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T11:28:16.796Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679138896794,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T11:28:17.798Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-18T11:28:17.799Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-03-18T11:28:17.799Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 436a091b-6820-4621-9f77-4a798268cc9d, URL: /sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar to file: /app/ASDC/1/service-Vfw20230318110836-csar.csar
2023-03-18T11:28:17.800Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20230318110836-csar.csar
2023-03-18T11:28:17.801Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20230318110836-csar.csar
2023-03-18T11:28:17.801Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20230318110836-csar.csar
2023-03-18T11:28:17.898Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6287458024778094472/Definitions/service-Vfw20230318110836-template.yml
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_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_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
2023-03-18T11:28:19.207Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-18T11:28:19.207Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||WARN|500||####################################################################################################
2023-03-18T11:28:19.207Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20230318110836-csar.csar
2023-03-18T11:28:19.207Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2023-03-18T11:28:19.207Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230318110836-csar.csar
2023-03-18T11:28:19.207Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230318110836-csar.csar
2023-03-18T11:28:19.207Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20230318110836-csar.csar
2023-03-18T11:28:19.207Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230318110836-csar.csar
2023-03-18T11:28:19.207Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230318110836-csar.csar
2023-03-18T11:28:19.207Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230318110836-csar.csar
2023-03-18T11:28:19.207Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230318110836-csar.csar
2023-03-18T11:28:19.207Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230318110836-csar.csar
2023-03-18T11:28:19.208Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230318110836-csar.csar
2023-03-18T11:28:19.208Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 58569f3e-bd56 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-Vfw20230318110836-csar.csar
2023-03-18T11:28:19.208Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230318110836-csar.csar
2023-03-18T11:28:19.208Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||WARN|500||####################################################################################################
2023-03-18T11:28:19.208Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T11:28:19.208Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Service vFW 2023-03-18 11-08-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T11:28:19.208Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template vFW 58569f3e-bd56 0 is matching search criteria
2023-03-18T11:28:19.208Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2023-03-18T11:28:19.208Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 58569f3e-bd56 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-18T11:28:19.208Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T11:28:19.208Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Service vFW 2023-03-18 11-08-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T11:28:19.208Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template vFW 58569f3e-bd56 0 is matching search criteria
2023-03-18T11:28:19.208Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2023-03-18T11:28:19.208Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 58569f3e-bd56 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-18T11:28:19.208Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T11:28:19.208Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Service vFW 2023-03-18 11-08-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T11:28:19.208Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T11:28:19.208Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template vFW 58569f3e-bd56 0 is not matching search criteria
2023-03-18T11:28:19.208Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-18T11:28:19.209Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-18T11:28:19.209Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-18T11:28:19.209Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-18T11:28:19.209Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-18T11:28:19.209Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-18T11:28:19.209Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-18T11:28:19.209Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-18T11:28:19.209Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-18T11:28:19.209Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-18T11:28:19.209Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-18T11:28:19.209Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-18T11:28:19.209Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-18T11:28:19.209Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-18T11:28:19.209Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-18T11:28:19.209Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-03-18T11:28:19.209Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T11:28:19.209Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Service vFW 2023-03-18 11-08-36 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-03-18T11:28:19.209Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T11:28:19.209Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template vFW 58569f3e-bd56 0 is matching search criteria
2023-03-18T11:28:19.209Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 58569f3e-bd56 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-18T11:28:19.209Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T11:28:19.210Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template vFW 58569f3e-bd56 0 is matching search criteria
2023-03-18T11:28:19.210Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 58569f3e-bd56 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-18T11:28:19.210Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T11:28:19.210Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template vFW 58569f3e-bd56 0 is matching search criteria
2023-03-18T11:28:19.210Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 58569f3e-bd56 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-18T11:28:19.210Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T11:28:19.210Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template vFW 58569f3e-bd56 0 is not matching search criteria
2023-03-18T11:28:19.210Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-18T11:28:19.210Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-18T11:28:19.210Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-03-18T11:28:19.210Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-18T11:28:19.210Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-18T11:28:19.210Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-18T11:28:19.210Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-18T11:28:19.210Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-18T11:28:19.211Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-18T11:28:19.211Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-18T11:28:19.211Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-18T11:28:19.211Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=54648a20-f030-49c4-93d4-4525b2108f51
2023-03-18T11:28:19.211Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T11:28:19.211Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template vFW 58569f3e-bd56 0 is not matching search criteria
2023-03-18T11:28:19.211Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-18T11:28:19.211Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-18T11:28:19.211Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-18T11:28:19.211Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-18T11:28:19.211Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-18T11:28:19.211Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-18T11:28:19.211Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-18T11:28:19.211Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-03-18T11:28:19.211Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-18T11:28:19.211Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-18T11:28:19.211Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-18T11:28:19.211Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-18T11:28:19.211Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=c8000f82-3ea0-499f-845f-48af9ca20f40
2023-03-18T11:28:19.212Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T11:28:19.212Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template vFW 58569f3e-bd56 0 is not matching search criteria
2023-03-18T11:28:19.212Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-18T11:28:19.212Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-18T11:28:19.212Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-18T11:28:19.212Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-18T11:28:19.212Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-18T11:28:19.212Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-18T11:28:19.212Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-18T11:28:19.212Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-18T11:28:19.212Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-18T11:28:19.212Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-18T11:28:19.212Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-18T11:28:19.212Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-03-18T11:28:19.212Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=8d37dce4-ace0-4972-b0ae-359f5ee34e15
2023-03-18T11:28:19.212Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T11:28:19.212Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Service vFW 2023-03-18 11-08-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T11:28:19.212Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T11:28:19.212Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Service vFW 2023-03-18 11-08-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T11:28:19.212Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T11:28:19.212Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Service vFW 2023-03-18 11-08-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T11:28:19.212Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T11:28:19.212Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Service vFW 2023-03-18 11-08-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T11:28:19.213Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2023-03-18 11-08-36
Description:catalog service description
Model UUID:27fdb87d-b713-4eaf-90a0-9e48041e5db6
Model Version:NULL
Model InvariantUuid:cb6d14f9-78ae-470a-a6af-a3a2b9fea472
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 58569f3e-bd56
Model UUID:2fc36073-92c9-4d5d-9644-0bb6550c287b
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:440b369e-a09c-4c31-8a4e-6692abd11e0c
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:e17fe765-865d-4748-ab41-44bdbee5a853
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:351d450e-b1b7-41ae-a83a-2a71f15e25d1
ModelName:Vfw58569f3eBd56..base_vfw..module-0
ModelUuid:0d68d68e-dec8-43d2-aff9-f5d88cc04393
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:54648a20-f030-49c4-93d4-4525b2108f51
ModelInvariantUuid:4ab08134-cd1d-4688-9b75-17c67d1a3e81
ModelName:vFW 58569f3e-bd56-nodes.vfwCvfc
ModelUuid:d6b2f0ba-9202-407c-a163-7cc24d0f18b4
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:056f6090-f73c-4739-af97-620c05ad132a
ModelInvariantUuid:983e3ada-7ea8-4303-8174-d3114334eb9e
ModelName:Vfw58569f3eBd56.compute.nodes.heat.vfw
ModelUuid:3d4b7896-bd84-401c-aa77-b889e41a200a
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:c8000f82-3ea0-499f-845f-48af9ca20f40
ModelInvariantUuid:fcd18208-a79b-409f-9943-f6fdaf7b423e
ModelName:vFW 58569f3e-bd56-nodes.vsnCvfc
ModelUuid:2dc70d22-f13d-4809-b3aa-6be925119137
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:402dc1d7-02f5-4fe5-9c72-942fea6de45f
ModelInvariantUuid:0b0ccbe0-ee97-4020-bd46-0de8c06bfc96
ModelName:Vfw58569f3eBd56.compute.nodes.heat.vsn
ModelUuid:9156b53b-b6f9-40ab-bf18-4e57fbace729
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:8d37dce4-ace0-4972-b0ae-359f5ee34e15
ModelInvariantUuid:5fb0558e-6cb2-4431-b7ca-6445c8799cef
ModelName:vFW 58569f3e-bd56-nodes.vpgCvfc
ModelUuid:fa77263e-b297-4fc8-ad06-fee6a19575f2
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:c490c1b0-6d8a-4e04-bcc3-d1334a874130
ModelInvariantUuid:49041fa9-9665-4fc5-a429-9d3d7490839b
ModelName:Vfw58569f3eBd56.compute.nodes.heat.vpg
ModelUuid:7e8eb1f5-1f60-4b7b-ac6b-192037bf4db6
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=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-03-18T11:28:19.239Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||ERROR|500||Csar with UUID: 436a091b-6820-4621-9f77-4a798268cc9d already exists
2023-03-18T11:28:19.239Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar ASDC sendASDCNotification
2023-03-18T11:28:19.239Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar(Csar with UUID: 436a091b-6820-4621-9f77-4a798268cc9d already exists)
2023-03-18T11:28:19.239Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-18T11:28:19.239Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T11:28:19.239Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T11:28:19.240Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679138899239,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 436a091b-6820-4621-9f77-4a798268cc9d already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T11:28:20.240Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar ASDC sendASDCNotification
2023-03-18T11:28:20.241Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar(Resource with UUID: d26137cf-1389-4abe-8e09-78b44d7a1aae already exists)
2023-03-18T11:28:20.241Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-18T11:28:20.241Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T11:28:20.241Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T11:28:20.241Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679138900240,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: d26137cf-1389-4abe-8e09-78b44d7a1aae already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T11:28:21.242Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d4dc9e71-f2cb-491c-bcf1-9d51402514be
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T11:28:21.263Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d4dc9e71-f2cb-491c-bcf1-9d51402514be
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T11:28:21.267Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-18T11:28:21.267Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-18T11:28:21.267Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-18T11:28:21.267Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-18T11:28:21.267Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T11:28:21.267Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T11:28:21.267Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T11:28:21.267Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T11:28:21.267Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T11:28:21.267Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-18T11:28:21.278Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-18T11:28:51.278Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: d4dc9e71-f2cb-491c-bcf1-9d51402514be and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-18T11:28:51.289Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: d4dc9e71-f2cb-491c-bcf1-9d51402514be and serviceModelVersionId: 27fdb87d-b713-4eaf-90a0-9e48041e5db6
2023-03-18T11:28:51.290Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : cb6d14f9-78ae-470a-a6af-a3a2b9fea472
2023-03-18T11:28:51.291Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/cb6d14f9-78ae-470a-a6af-a3a2b9fea472/model-vers/model-ver/27fdb87d-b713-4eaf-90a0-9e48041e5db6?depth=0
2023-03-18T11:28:51.297Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2023-03-18T11:28:51.311Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cb6d14f9-78ae-470a-a6af-a3a2b9fea472/model-vers/model-ver/27fdb87d-b713-4eaf-90a0-9e48041e5db6?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-03-18T11:28:51.312Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cb6d14f9-78ae-470a-a6af-a3a2b9fea472/model-vers/model-ver/27fdb87d-b713-4eaf-90a0-9e48041e5db6?depth=0|INFO|500||Invoke
2023-03-18T11:28:51.321Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cb6d14f9-78ae-470a-a6af-a3a2b9fea472/model-vers/model-ver/27fdb87d-b713-4eaf-90a0-9e48041e5db6?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-18T11:28:51.446Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cb6d14f9-78ae-470a-a6af-a3a2b9fea472/model-vers/model-ver/27fdb87d-b713-4eaf-90a0-9e48041e5db6?depth=0|INFO|500||InvokeReturn
2023-03-18T11:28:51.447Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cb6d14f9-78ae-470a-a6af-a3a2b9fea472/model-vers/model-ver/27fdb87d-b713-4eaf-90a0-9e48041e5db6?depth=0 has http status code:200 and response headers:{date=[Sat, 18 Mar 2023 11:28:51 GMT], content-length=[0], vertex-id=[593936], x-aai-txid=[2-aai-resources-230318-11:28:51:024-31526], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-18T11:28:51.448Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Response was returned with an empty entity.
2023-03-18T11:28:51.449Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-18T11:28:51.449Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-18T11:28:51.457Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-18T11:28:51.458Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID d4dc9e71-f2cb-491c-bcf1-9d51402514be and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-18T11:28:51.458Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-18T11:28:51.458Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T11:28:51.459Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T11:28:51.459Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679138931458,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-18T11:28:52.484Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T11:28:52.485Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Failing OffsetCommit request since the consumer is not part of an active group
2023-03-18T11:28:52.485Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||ERROR|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Asynchronous auto-commit of offsets failed: Offset commit cannot be completed since the consumer is not part of an active group for auto partition assignment; it is likely that the consumer was kicked out of the group.. Will continue to join group.
2023-03-18T11:28:52.486Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Giving away all assigned partitions as lost since generation/memberID has been reset,indicating that consumer is in old state or no longer part of the group
2023-03-18T11:28:52.486Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Lost previously assigned partitions SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5
2023-03-18T11:28:52.487Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] (Re-)joining group
2023-03-18T11:28:52.492Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2-3e5ee280-672f-4b8c-aa76-add829fdb224
2023-03-18T11:28:52.492Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Asynchronous auto-commit of offsets {SDC-DISTR-NOTIF-TOPIC-AUTO-5=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-4=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-3=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-2=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-1=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-0=OffsetAndMetadata{offset=2, leaderEpoch=0, metadata=''}} failed: Offset commit cannot be completed since the consumer is not part of an active group for auto partition assignment; it is likely that the consumer was kicked out of the group.
2023-03-18T11:28:52.492Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Request joining group due to: rebalance failed due to 'The group member needs to have a valid member id before actually entering a consumer group.' (MemberIdRequiredException)
2023-03-18T11:28:52.493Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] (Re-)joining group
2023-03-18T11:28:54.072Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T11:28:57.098Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T11:28:58.919Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T11:28:58.930Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Revoke previously assigned partitions SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-03-18T11:28:58.931Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] (Re-)joining group
2023-03-18T11:28:58.935Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Successfully joined group with generation Generation{generationId=27, memberId='SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94-2995e74d-4211-4955-93f6-f3f14568571e', protocol='range'}
2023-03-18T11:28:58.936Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Successfully joined group with generation Generation{generationId=27, memberId='SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2-3e5ee280-672f-4b8c-aa76-add829fdb224', protocol='range'}
2023-03-18T11:28:58.938Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Finished assignment for group at generation 27: {SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2-3e5ee280-672f-4b8c-aa76-add829fdb224=Assignment(partitions=[SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5]), SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94-2995e74d-4211-4955-93f6-f3f14568571e=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])}
2023-03-18T11:28:58.950Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Successfully synced group in generation Generation{generationId=27, memberId='SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2-3e5ee280-672f-4b8c-aa76-add829fdb224', protocol='range'}
2023-03-18T11:28:58.950Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5])
2023-03-18T11:28:58.950Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Successfully synced group in generation Generation{generationId=27, memberId='SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94-2995e74d-4211-4955-93f6-f3f14568571e', protocol='range'}
2023-03-18T11:28:58.951Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Adding newly assigned partitions: SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5
2023-03-18T11:28:58.951Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])
2023-03-18T11:28:58.951Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Adding newly assigned partitions: SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-03-18T11:28:58.954Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-18T11:28:58.954Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-18T11:28:58.954Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-18T11:28:58.954Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-18T11:28:58.954Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=269, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-18T11:28:58.954Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-18T11:28:58.955Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-18T11:28:58.954Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-18T11:28:58.955Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-18T11:28:58.955Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-18T11:28:58.955Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-18T11:28:58.955Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-18T11:28:58.961Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-18T11:28:58.961Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received notification from broker: {"distributionID":"34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846","serviceName":"basic_onboard_gCPnoC","serviceVersion":"1.0","serviceUUID":"dad851ae-1f1d-4e04-8847-f18fd5d51391","serviceDescription":"service","serviceInvariantUUID":"693dcbb7-55f2-41d5-a0d9-572574329dfe","resources":[{"resourceInstanceName":"basic_onboard_gCPnoC 0","resourceName":"basic_onboard_gCPnoC","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"f3fb2f57-aad9-4f33-88db-c458ae09cdfb","resourceInvariantUUID":"d7c6b294-4284-4b69-87ff-a797deedad73","resourceCustomizationUUID":"9327f8c9-4591-449b-b6af-227dc0614cab","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/vf-license-model.xml","artifactChecksum":"OGQ5ZDI0MzIzNDdmMDUyYmQ0MzVmMDVkOWUyNGVlYmE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"5077753b-8cdd-47a9-82d5-e3ff4ce969c3","artifactVersion":"1"},{"artifactName":"basic_onboard_gcpnoc0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json","artifactChecksum":"NjRhMmYzNDQxZDFkYzhiMjZmMTk3NDMzZmQwOWNiNWI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"583db2fa-2045-4011-8045-9fd436580060","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"0846dbe8-d246-42f3-9ba6-3c197d6bb5c4","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"5004fadd-cda9-4566-99ac-bc5d669427a2","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"7d3da3bf-4415-4326-b045-fe6bef605f78","artifactVersion":"2","generatedFromUUID":"0846dbe8-d246-42f3-9ba6-3c197d6bb5c4"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardGcpnoc-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-template.yml","artifactChecksum":"OGFkYWYzODVjYTg1MmE4Y2JhZWM5NDk3ZjljNTAwNTE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"8ab16f5d-5180-4470-b278-f6ea6f7c23e8","artifactVersion":"1"},{"artifactName":"service-BasicOnboardGcpnoc-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar","artifactChecksum":"MjQxYmE3NTM3MTRlYjAwMzA2YjMyYmJjMmU4MmNkYjE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"d6569f72-4f81-428a-8593-389324ccdf48","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-18T11:28:58.962Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T11:28:58.963Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T11:28:58.963Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T11:28:58.963Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679138932484,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T11:28:59.963Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T11:28:59.964Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T11:28:59.964Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T11:28:59.964Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679138932484,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T11:28:59.969Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-18T11:28:59.969Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679138572789,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T11:28:59.970Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T11:28:59.978Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-18T11:28:59.978Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679138572789,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/vfw58569f3ebd560_modules.json",
  "status": "NOTIFIED"
}
2023-03-18T11:28:59.978Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T11:28:59.978Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-18T11:28:59.978Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679138572789,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-03-18T11:28:59.978Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T11:28:59.978Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-18T11:28:59.978Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679138572789,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T11:28:59.978Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T11:28:59.978Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-18T11:28:59.978Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679138572789,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2023-03-18T11:28:59.978Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T11:28:59.978Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-18T11:28:59.978Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679138572789,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T11:28:59.978Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T11:28:59.978Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-18T11:28:59.978Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679138572789,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar",
  "status": "NOTIFIED"
}
2023-03-18T11:28:59.978Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T11:28:59.978Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-18T11:28:59.978Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679138896794,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-18T11:28:59.978Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T11:28:59.978Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-18T11:28:59.978Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679138899239,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 436a091b-6820-4621-9f77-4a798268cc9d already exists"
}
2023-03-18T11:28:59.978Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T11:28:59.978Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-18T11:28:59.978Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679138900240,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: d26137cf-1389-4abe-8e09-78b44d7a1aae already exists"
}
2023-03-18T11:28:59.978Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T11:28:59.978Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-18T11:28:59.978Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679138931458,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-18T11:28:59.978Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T11:28:59.978Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-18T11:28:59.978Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679138932484,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T11:28:59.978Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T11:29:00.964Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T11:29:00.965Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T11:29:00.965Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T11:29:00.966Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679138932484,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T11:29:01.966Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T11:29:01.967Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T11:29:01.967Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T11:29:01.967Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679138932484,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T11:29:02.968Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T11:29:02.969Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T11:29:02.969Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T11:29:02.969Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679138932484,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T11:29:03.970Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T11:29:03.971Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T11:29:03.972Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T11:29:03.972Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679138932484,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T11:29:04.973Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T11:29:04.974Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T11:29:04.974Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T11:29:04.974Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679138932484,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T11:29:05.976Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "serviceName": "basic_onboard_gCPnoC",
  "serviceVersion": "1.0",
  "serviceUUID": "dad851ae-1f1d-4e04-8847-f18fd5d51391",
  "serviceDescription": "service",
  "serviceInvariantUUID": "693dcbb7-55f2-41d5-a0d9-572574329dfe",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_gCPnoC 0",
      "resourceCustomizationUUID": "9327f8c9-4591-449b-b6af-227dc0614cab",
      "resourceName": "basic_onboard_gCPnoC",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "f3fb2f57-aad9-4f33-88db-c458ae09cdfb",
      "resourceInvariantUUID": "d7c6b294-4284-4b69-87ff-a797deedad73",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_gcpnoc0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json",
          "artifactChecksum": "NjRhMmYzNDQxZDFkYzhiMjZmMTk3NDMzZmQwOWNiNWI\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "583db2fa-2045-4011-8045-9fd436580060",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "0846dbe8-d246-42f3-9ba6-3c197d6bb5c4",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "7d3da3bf-4415-4326-b045-fe6bef605f78",
            "generatedFromUUID": "0846dbe8-d246-42f3-9ba6-3c197d6bb5c4"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "7d3da3bf-4415-4326-b045-fe6bef605f78",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardGcpnoc-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar",
      "artifactChecksum": "MjQxYmE3NTM3MTRlYjAwMzA2YjMyYmJjMmU4MmNkYjE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "d6569f72-4f81-428a-8593-389324ccdf48"
    }
  ],
  "workloadContext": "Production"
}
2023-03-18T11:29:05.976Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-18T11:29:05.977Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 dad851ae-1f1d-4e04-8847-f18fd5d51391 ASDC
2023-03-18T11:29:05.977Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
ServiceName:basic_onboard_gCPnoC
ServiceVersion:1.0
ServiceUUID:dad851ae-1f1d-4e04-8847-f18fd5d51391
ServiceInvariantUUID:693dcbb7-55f2-41d5-a0d9-572574329dfe
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardGcpnoc-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar
ArtifactUUID:d6569f72-4f81-428a-8593-389324ccdf48
ArtifactChecksum:MjQxYmE3NTM3MTRlYjAwMzA2YjMyYmJjMmU4MmNkYjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_gCPnoC 0
ResourceCustomizationUUID:9327f8c9-4591-449b-b6af-227dc0614cab
ResourceInvariantUUID:d7c6b294-4284-4b69-87ff-a797deedad73
ResourceName:basic_onboard_gCPnoC
ResourceType:VF
ResourceUUID:f3fb2f57-aad9-4f33-88db-c458ae09cdfb
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_gcpnoc0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json
ArtifactUUID:583db2fa-2045-4011-8045-9fd436580060
ArtifactChecksum:NjRhMmYzNDQxZDFkYzhiMjZmMTk3NDMzZmQwOWNiNWI=
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/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.yaml
ArtifactUUID:0846dbe8-d246-42f3-9ba6-3c197d6bb5c4
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/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.env
ArtifactUUID:7d3da3bf-4415-4326-b045-fe6bef605f78
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/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.env
ArtifactUUID:7d3da3bf-4415-4326-b045-fe6bef605f78
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-18T11:29:05.978Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF dad851ae-1f1d-4e04-8847-f18fd5d51391 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: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-18T11:29:06.014Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-18T11:29:06.014Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-03-18T11:29:06.014Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-03-18T11:29:06.014Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: d6569f72-4f81-428a-8593-389324ccdf48 from URL: /sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar
2023-03-18T11:29:06.014Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||INFO|500||DistributionClient - download
2023-03-18T11:29:06.014Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar
2023-03-18T11:29:06.045Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||GET Response Status 404
2023-03-18T11:29:06.046Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@75f91c0b
2023-03-18T11:29:06.047Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-18T11:29:06.047Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicOnboardGcpnoc"
      ]
    }
  }
}
2023-03-18T11:29:06.047Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicOnboardGcpnoc-csar.csar /sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar d6569f72-4f81-428a-8593-389324ccdf48 Specified artifact is  not found 300 ASDC artifact download fail
2023-03-18T11:29:06.048Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar ASDC sendASDCNotification
2023-03-18T11:29:06.048Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar(Specified artifact is  not found)
2023-03-18T11:29:06.048Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-18T11:29:06.049Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T11:29:06.049Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T11:29:06.049Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679138946048,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T11:29:07.050Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during processCsarServiceArtifacts ASDC processCsarServiceArtifacts 500 Exception in processCsarServiceArtifacts
org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact service-BasicOnboardGcpnoc-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar(UUID:d6569f72-4f81-428a-8593-389324ccdf48)
Error message is Specified artifact is  not found

	at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394)
	at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2023-03-18T11:29:07.065Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||ERROR|500||error NSST process resource failure 
java.lang.NullPointerException: null
	at org.onap.so.asdc.client.ASDCController.processNsstNotification(ASDCController.java:978)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:760)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-18T11:29:07.066Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: f3fb2f57-aad9-4f33-88db-c458ae09cdfb
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-18T11:29:07.069Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||INFO|500||basic_onboard_gCPnoC 0
2023-03-18T11:29:07.070Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: f3fb2f57-aad9-4f33-88db-c458ae09cdfb
2023-03-18T11:29:07.070Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 583db2fa-2045-4011-8045-9fd436580060 from URL: /sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json
2023-03-18T11:29:07.070Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||INFO|500||DistributionClient - download
2023-03-18T11:29:07.071Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json
2023-03-18T11:29:07.084Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||GET Response Status 404
2023-03-18T11:29:07.084Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@170ceef8
2023-03-18T11:29:07.085Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-18T11:29:07.085Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicOnboardGcpnoc"
      ]
    }
  }
}
2023-03-18T11:29:07.085Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL basic_onboard_gcpnoc0_modules.json /sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json 583db2fa-2045-4011-8045-9fd436580060 Specified artifact is  not found 300 ASDC artifact download fail
2023-03-18T11:29:07.086Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json ASDC sendASDCNotification
2023-03-18T11:29:07.086Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json(Specified artifact is  not found)
2023-03-18T11:29:07.086Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-18T11:29:07.087Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T11:29:07.087Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T11:29:07.087Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679138947086,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T11:29:08.088Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during Installation of artifact ASDC processResourceNotification 500 Exception in processResourceNotification
org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact basic_onboard_gcpnoc0_modules.json could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json(UUID:583db2fa-2045-4011-8045-9fd436580060)
Error message is Specified artifact is  not found

	at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:787)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-18T11:29:08.089Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T11:29:08.108Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T11:29:08.112Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-18T11:29:08.113Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-18T11:29:38.114Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T11:29:38.131Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T11:29:38.134Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-18T11:29:38.134Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-18T11:29:58.920Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T11:29:58.921Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-18T11:29:58.921Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679138932484,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json",
  "status": "NOTIFIED"
}
2023-03-18T11:29:58.922Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T11:30:08.135Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T11:30:08.148Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T11:30:08.150Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-18T11:30:08.150Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-18T11:30:38.150Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T11:30:38.173Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T11:30:38.178Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-18T11:30:38.178Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-18T11:30:58.919Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T11:30:58.921Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-18T11:30:58.921Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679138932484,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2023-03-18T11:30:58.922Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T11:30:58.922Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-18T11:30:58.922Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679138932484,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T11:30:58.922Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T11:30:58.922Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-18T11:30:58.922Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679138932484,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2023-03-18T11:30:58.922Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T11:30:58.922Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-18T11:30:58.922Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679138932484,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T11:30:58.922Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T11:30:58.922Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-18T11:30:58.922Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679138932484,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar",
  "status": "NOTIFIED"
}
2023-03-18T11:30:58.923Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T11:30:58.923Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-18T11:30:58.923Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679138946048,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-18T11:30:58.923Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T11:30:58.923Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-18T11:30:58.923Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679138947086,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-18T11:30:58.923Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T11:31:08.178Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T11:31:08.196Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T11:31:08.200Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-18T11:31:08.200Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-18T11:31:38.200Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T11:31:38.221Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T11:31:38.224Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-18T11:31:38.224Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-18T11:31:58.919Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T11:32:08.225Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T11:32:08.245Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T11:32:08.249Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-18T11:32:08.250Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-18T11:32:38.250Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T11:32:38.269Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T11:32:38.273Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-18T11:32:38.273Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-18T11:32:58.920Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T11:33:08.274Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T11:33:08.294Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T11:33:08.297Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-18T11:33:08.297Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-18T11:33:38.297Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T11:33:38.316Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T11:33:38.319Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-18T11:33:38.319Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-18T11:33:58.921Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T11:33:59.019Z||kafka-coordinator-heartbeat-thread | so|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] consumer poll timeout has expired. This means the time between subsequent calls to poll() was longer than the configured max.poll.interval.ms, which typically implies that the poll loop is spending too much time processing messages. You can address this either by increasing max.poll.interval.ms or by reducing the maximum size of batches returned in poll() with max.poll.records.
2023-03-18T11:33:59.019Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Member SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2-3e5ee280-672f-4b8c-aa76-add829fdb224 sending LeaveGroup request to coordinator onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2147483645 rack: null) due to consumer poll timeout has expired.
2023-03-18T11:33:59.019Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Resetting generation and member id due to: consumer pro-actively leaving the group
2023-03-18T11:33:59.019Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Request joining group due to: consumer pro-actively leaving the group
2023-03-18T11:33:59.682Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T11:33:59.693Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Revoke previously assigned partitions SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-03-18T11:33:59.693Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] (Re-)joining group
2023-03-18T11:33:59.699Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Successfully joined group with generation Generation{generationId=28, memberId='SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94-2995e74d-4211-4955-93f6-f3f14568571e', protocol='range'}
2023-03-18T11:33:59.699Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Finished assignment for group at generation 28: {SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94-2995e74d-4211-4955-93f6-f3f14568571e=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])}
2023-03-18T11:33:59.714Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Successfully synced group in generation Generation{generationId=28, memberId='SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94-2995e74d-4211-4955-93f6-f3f14568571e', protocol='range'}
2023-03-18T11:33:59.715Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])
2023-03-18T11:33:59.715Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Adding newly assigned partitions: SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-03-18T11:33:59.719Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-18T11:33:59.719Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-18T11:33:59.720Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-18T11:33:59.720Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=289, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-18T11:33:59.720Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-18T11:33:59.720Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-18T11:34:08.320Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2023-03-18T11:34:08.321Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-18T11:34:08.331Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846 and serviceModelVersionId: dad851ae-1f1d-4e04-8847-f18fd5d51391
2023-03-18T11:34:08.331Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 693dcbb7-55f2-41d5-a0d9-572574329dfe
2023-03-18T11:34:08.332Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391?depth=0
2023-03-18T11:34:08.336Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2023-03-18T11:34:08.350Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391?depth=0|INFO|500||Invoke
2023-03-18T11:34:08.351Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[4250a9f9-62e5-4d72-b530-b5c130c8870c], X-ECOMP-RequestID=[34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846], X-TransactionId=[], X-ONAP-RequestID=[34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846], Content-Type=[application/merge-patch+json]}
2023-03-18T11:34:08.359Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2023-03-18T11:34:08.389Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391?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/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391?depth=0 has http status code:404 and response headers:{date=[Sat, 18 Mar 2023 11:34:08 GMT], content-length=[495], x-aai-txid=[2-aai-resources-230318-11:34:08:061-6600], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-18T11:34:08.391Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391?depth=0|DEBUG|500||{"requestError":{"serviceException":{"messageId":"SVC3001","text":"Resource not found for %1 using id %2 (msg=%3) (ec=%4)","variables":["MERGE_PATCH","service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391","Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391","ERR.5.4.6114"]}}}

2023-03-18T11:34:08.392Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391?depth=0|INFO|404|Not Found|InvokeReturn
2023-03-18T11:34:08.395Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391) (ec=ERR.5.4.6114)
2023-03-18T11:34:08.396Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||ERROR|500||Exception occurred
javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391) (ec=ERR.5.4.6114)
	at org.onap.so.client.ResponseExceptionMapper.map(ResponseExceptionMapper.java:74)
	at org.onap.so.client.RestRequest.get(RestRequest.java:77)
	at org.onap.so.client.RestClient.buildRequest(RestClient.java:326)
	at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322)
	at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283)
	at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67)
	at net.jodah.failsafe.Execution.executeSync(Execution.java:117)
	at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319)
	at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71)
	at org.onap.so.client.RestClient.method(RestClient.java:322)
	at org.onap.so.client.RestClient.patch(RestClient.java:265)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184)
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-18T11:34:08.396Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391) (ec=ERR.5.4.6114)
2023-03-18T11:34:08.396Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391) (ec=ERR.5.4.6114)
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-18T11:34:08.403Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-18T11:34:08.403Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391) (ec=ERR.5.4.6114)
2023-03-18T11:34:08.403Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2023-03-18T11:34:08.404Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T11:34:08.404Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T11:34:08.404Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679139248403,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391) (ec\u003dERR.5.4.6114)"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T11:34:08.420Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-18T11:34:08.420Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679139248403,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391) (ec\u003dERR.5.4.6114)"
}
2023-03-18T11:34:08.421Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-18T11:34:09.426Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-18T11:34:09.426Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||received notification from broker: {"distributionID":"d4dc9e71-f2cb-491c-bcf1-9d51402514be","serviceName":"vFW 2023-03-18 11-08-36","serviceVersion":"1.0","serviceUUID":"27fdb87d-b713-4eaf-90a0-9e48041e5db6","serviceDescription":"catalog service description","serviceInvariantUUID":"cb6d14f9-78ae-470a-a6af-a3a2b9fea472","resources":[{"resourceInstanceName":"vFW 58569f3e-bd56 0","resourceName":"vFW 58569f3e-bd56","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"d26137cf-1389-4abe-8e09-78b44d7a1aae","resourceInvariantUUID":"440b369e-a09c-4c31-8a4e-6692abd11e0c","resourceCustomizationUUID":"e17fe765-865d-4748-ab41-44bdbee5a853","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/vf-license-model.xml","artifactChecksum":"MTFjYmU2ZGQwM2YxYTQxNjdhOWY1YjI5OWUyYjE5OTg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"7238df55-40f7-4cde-93e0-f3c86248a4ba","artifactVersion":"1"},{"artifactName":"vfw58569f3ebd560_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/vfw58569f3ebd560_modules.json","artifactChecksum":"ODg5YTAyNmJiZTFiZTA5MDMwZWVhNmFkMzVmNzk4YTg\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"a8ca7246-150c-4537-b08d-e58462b66bb6","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"be903e28-b266-44db-9c8b-4cbcb6f7ee77","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/vendor-license-model.xml","artifactChecksum":"NDExZWJjY2Q3ZjkxN2NkNTRiYmFlNDViOGZhYWJjM2M\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"cecd91b9-dbd7-4a9b-96a0-72674051949c","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"0637f995-3e6f-44f6-89fc-61906f5ff14b","artifactVersion":"2","generatedFromUUID":"be903e28-b266-44db-9c8b-4cbcb6f7ee77"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20230318110836-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-template.yml","artifactChecksum":"NjdmYzRlMTY1MzM1ODg5NjAzNTEzOWU1ZGFmNmNiNDI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"8648cca8-36e7-40c1-8faf-a7c0be2faa07","artifactVersion":"1"},{"artifactName":"service-Vfw20230318110836-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar","artifactChecksum":"NzY3OTRjMDBhMTZlZjQ1ZTQ3MTU0ZjE0NjliYmU1M2Y\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"436a091b-6820-4621-9f77-4a798268cc9d","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-18T11:34:09.427Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T11:34:09.427Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T11:34:09.427Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T11:34:09.427Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679138932484,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T11:34:10.428Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T11:34:10.428Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T11:34:10.428Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T11:34:10.429Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679138932484,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/vfw58569f3ebd560_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T11:34:11.429Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T11:34:11.430Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T11:34:11.430Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T11:34:11.430Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679138932484,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T11:34:12.430Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T11:34:12.431Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T11:34:12.431Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T11:34:12.431Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679138932484,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T11:34:13.432Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T11:34:13.433Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T11:34:13.433Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T11:34:13.433Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679138932484,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/base_vfw.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T11:34:14.435Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T11:34:14.436Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T11:34:14.436Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T11:34:14.436Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679138932484,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T11:34:15.438Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T11:34:15.438Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T11:34:15.438Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T11:34:15.439Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679138932484,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T11:34:16.440Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "serviceName": "vFW 2023-03-18 11-08-36",
  "serviceVersion": "1.0",
  "serviceUUID": "27fdb87d-b713-4eaf-90a0-9e48041e5db6",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "cb6d14f9-78ae-470a-a6af-a3a2b9fea472",
  "resources": [
    {
      "resourceInstanceName": "vFW 58569f3e-bd56 0",
      "resourceCustomizationUUID": "e17fe765-865d-4748-ab41-44bdbee5a853",
      "resourceName": "vFW 58569f3e-bd56",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "d26137cf-1389-4abe-8e09-78b44d7a1aae",
      "resourceInvariantUUID": "440b369e-a09c-4c31-8a4e-6692abd11e0c",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw58569f3ebd560_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/vfw58569f3ebd560_modules.json",
          "artifactChecksum": "ODg5YTAyNmJiZTFiZTA5MDMwZWVhNmFkMzVmNzk4YTg\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "a8ca7246-150c-4537-b08d-e58462b66bb6",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "be903e28-b266-44db-9c8b-4cbcb6f7ee77",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "0637f995-3e6f-44f6-89fc-61906f5ff14b",
            "generatedFromUUID": "be903e28-b266-44db-9c8b-4cbcb6f7ee77"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "0637f995-3e6f-44f6-89fc-61906f5ff14b",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20230318110836-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar",
      "artifactChecksum": "NzY3OTRjMDBhMTZlZjQ1ZTQ3MTU0ZjE0NjliYmU1M2Y\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "436a091b-6820-4621-9f77-4a798268cc9d"
    }
  ],
  "workloadContext": "Production"
}
2023-03-18T11:34:16.442Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-18T11:34:16.443Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 27fdb87d-b713-4eaf-90a0-9e48041e5db6 ASDC
2023-03-18T11:34:16.443Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:d4dc9e71-f2cb-491c-bcf1-9d51402514be
ServiceName:vFW 2023-03-18 11-08-36
ServiceVersion:1.0
ServiceUUID:27fdb87d-b713-4eaf-90a0-9e48041e5db6
ServiceInvariantUUID:cb6d14f9-78ae-470a-a6af-a3a2b9fea472
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20230318110836-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar
ArtifactUUID:436a091b-6820-4621-9f77-4a798268cc9d
ArtifactChecksum:NzY3OTRjMDBhMTZlZjQ1ZTQ3MTU0ZjE0NjliYmU1M2Y=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 58569f3e-bd56 0
ResourceCustomizationUUID:e17fe765-865d-4748-ab41-44bdbee5a853
ResourceInvariantUUID:440b369e-a09c-4c31-8a4e-6692abd11e0c
ResourceName:vFW 58569f3e-bd56
ResourceType:VF
ResourceUUID:d26137cf-1389-4abe-8e09-78b44d7a1aae
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw58569f3ebd560_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/vfw58569f3ebd560_modules.json
ArtifactUUID:a8ca7246-150c-4537-b08d-e58462b66bb6
ArtifactChecksum:ODg5YTAyNmJiZTFiZTA5MDMwZWVhNmFkMzVmNzk4YTg=
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/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/base_vfw.yaml
ArtifactUUID:be903e28-b266-44db-9c8b-4cbcb6f7ee77
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/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/base_vfw.env
ArtifactUUID:0637f995-3e6f-44f6-89fc-61906f5ff14b
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/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/base_vfw.env
ArtifactUUID:0637f995-3e6f-44f6-89fc-61906f5ff14b
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-18T11:34:16.443Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 27fdb87d-b713-4eaf-90a0-9e48041e5db6 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: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-18T11:34:16.480Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-18T11:34:16.480Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-03-18T11:34:16.480Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-03-18T11:34:16.480Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 436a091b-6820-4621-9f77-4a798268cc9d from URL: /sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar
2023-03-18T11:34:16.481Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||DistributionClient - download
2023-03-18T11:34:16.481Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar
2023-03-18T11:34:16.782Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2023-03-18T11:34:16.790Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar 436a091b-6820-4621-9f77-4a798268cc9d 101467
2023-03-18T11:34:16.790Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar ASDC sendASDCNotification
2023-03-18T11:34:16.790Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar
2023-03-18T11:34:16.790Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-18T11:34:16.790Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T11:34:16.791Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T11:34:16.791Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679139256790,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T11:34:17.792Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-18T11:34:17.793Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-03-18T11:34:17.793Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 436a091b-6820-4621-9f77-4a798268cc9d, URL: /sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar to file: /app/ASDC/1/service-Vfw20230318110836-csar.csar
2023-03-18T11:34:17.794Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20230318110836-csar.csar
2023-03-18T11:34:17.795Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20230318110836-csar.csar
2023-03-18T11:34:17.796Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20230318110836-csar.csar
2023-03-18T11:34:17.928Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2466908697462456685/Definitions/service-Vfw20230318110836-template.yml
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
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
2023-03-18T11:34:19.379Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-18T11:34:19.379Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||WARN|500||####################################################################################################
2023-03-18T11:34:19.380Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20230318110836-csar.csar
2023-03-18T11:34:19.380Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2023-03-18T11:34:19.380Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230318110836-csar.csar
2023-03-18T11:34:19.380Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230318110836-csar.csar
2023-03-18T11:34:19.380Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20230318110836-csar.csar
2023-03-18T11:34:19.380Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230318110836-csar.csar
2023-03-18T11:34:19.380Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230318110836-csar.csar
2023-03-18T11:34:19.380Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230318110836-csar.csar
2023-03-18T11:34:19.380Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230318110836-csar.csar
2023-03-18T11:34:19.380Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230318110836-csar.csar
2023-03-18T11:34:19.380Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230318110836-csar.csar
2023-03-18T11:34:19.380Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 58569f3e-bd56 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-Vfw20230318110836-csar.csar
2023-03-18T11:34:19.380Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230318110836-csar.csar
2023-03-18T11:34:19.380Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||WARN|500||####################################################################################################
2023-03-18T11:34:19.380Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T11:34:19.380Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Service vFW 2023-03-18 11-08-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T11:34:19.380Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template vFW 58569f3e-bd56 0 is matching search criteria
2023-03-18T11:34:19.381Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2023-03-18T11:34:19.381Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 58569f3e-bd56 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-18T11:34:19.381Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T11:34:19.381Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Service vFW 2023-03-18 11-08-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T11:34:19.381Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template vFW 58569f3e-bd56 0 is matching search criteria
2023-03-18T11:34:19.381Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2023-03-18T11:34:19.381Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 58569f3e-bd56 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-18T11:34:19.382Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T11:34:19.382Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Service vFW 2023-03-18 11-08-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T11:34:19.382Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T11:34:19.382Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template vFW 58569f3e-bd56 0 is not matching search criteria
2023-03-18T11:34:19.382Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-18T11:34:19.382Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-18T11:34:19.382Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-18T11:34:19.382Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-18T11:34:19.382Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-18T11:34:19.382Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-18T11:34:19.383Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-18T11:34:19.383Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-18T11:34:19.383Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-18T11:34:19.383Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-18T11:34:19.383Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-18T11:34:19.383Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-18T11:34:19.383Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-18T11:34:19.383Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-18T11:34:19.383Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-18T11:34:19.383Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-03-18T11:34:19.384Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T11:34:19.384Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Service vFW 2023-03-18 11-08-36 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-03-18T11:34:19.384Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T11:34:19.384Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template vFW 58569f3e-bd56 0 is matching search criteria
2023-03-18T11:34:19.384Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 58569f3e-bd56 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-18T11:34:19.384Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T11:34:19.384Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template vFW 58569f3e-bd56 0 is matching search criteria
2023-03-18T11:34:19.384Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 58569f3e-bd56 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-18T11:34:19.384Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T11:34:19.384Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template vFW 58569f3e-bd56 0 is matching search criteria
2023-03-18T11:34:19.385Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 58569f3e-bd56 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-18T11:34:19.385Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T11:34:19.385Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template vFW 58569f3e-bd56 0 is not matching search criteria
2023-03-18T11:34:19.385Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-18T11:34:19.385Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-18T11:34:19.385Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-03-18T11:34:19.385Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-18T11:34:19.385Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-18T11:34:19.385Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-18T11:34:19.385Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-18T11:34:19.385Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-18T11:34:19.385Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-18T11:34:19.386Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-18T11:34:19.386Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-18T11:34:19.386Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=54648a20-f030-49c4-93d4-4525b2108f51
2023-03-18T11:34:19.386Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T11:34:19.386Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template vFW 58569f3e-bd56 0 is not matching search criteria
2023-03-18T11:34:19.386Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-18T11:34:19.386Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-18T11:34:19.386Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-18T11:34:19.386Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-18T11:34:19.386Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-18T11:34:19.386Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-18T11:34:19.386Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-18T11:34:19.386Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-03-18T11:34:19.386Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-18T11:34:19.386Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-18T11:34:19.386Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-18T11:34:19.386Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-18T11:34:19.386Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=c8000f82-3ea0-499f-845f-48af9ca20f40
2023-03-18T11:34:19.387Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T11:34:19.387Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template vFW 58569f3e-bd56 0 is not matching search criteria
2023-03-18T11:34:19.387Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-18T11:34:19.387Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-18T11:34:19.387Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-18T11:34:19.387Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-18T11:34:19.387Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-18T11:34:19.387Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-18T11:34:19.387Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-18T11:34:19.387Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-18T11:34:19.387Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-18T11:34:19.387Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-18T11:34:19.387Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-18T11:34:19.387Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-03-18T11:34:19.387Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=8d37dce4-ace0-4972-b0ae-359f5ee34e15
2023-03-18T11:34:19.387Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T11:34:19.387Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Service vFW 2023-03-18 11-08-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T11:34:19.387Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T11:34:19.387Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Service vFW 2023-03-18 11-08-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T11:34:19.388Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T11:34:19.388Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Service vFW 2023-03-18 11-08-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T11:34:19.388Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T11:34:19.388Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Service vFW 2023-03-18 11-08-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T11:34:19.388Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2023-03-18 11-08-36
Description:catalog service description
Model UUID:27fdb87d-b713-4eaf-90a0-9e48041e5db6
Model Version:NULL
Model InvariantUuid:cb6d14f9-78ae-470a-a6af-a3a2b9fea472
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 58569f3e-bd56
Model UUID:2fc36073-92c9-4d5d-9644-0bb6550c287b
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:440b369e-a09c-4c31-8a4e-6692abd11e0c
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:e17fe765-865d-4748-ab41-44bdbee5a853
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:351d450e-b1b7-41ae-a83a-2a71f15e25d1
ModelName:Vfw58569f3eBd56..base_vfw..module-0
ModelUuid:0d68d68e-dec8-43d2-aff9-f5d88cc04393
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:54648a20-f030-49c4-93d4-4525b2108f51
ModelInvariantUuid:4ab08134-cd1d-4688-9b75-17c67d1a3e81
ModelName:vFW 58569f3e-bd56-nodes.vfwCvfc
ModelUuid:d6b2f0ba-9202-407c-a163-7cc24d0f18b4
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:056f6090-f73c-4739-af97-620c05ad132a
ModelInvariantUuid:983e3ada-7ea8-4303-8174-d3114334eb9e
ModelName:Vfw58569f3eBd56.compute.nodes.heat.vfw
ModelUuid:3d4b7896-bd84-401c-aa77-b889e41a200a
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:c8000f82-3ea0-499f-845f-48af9ca20f40
ModelInvariantUuid:fcd18208-a79b-409f-9943-f6fdaf7b423e
ModelName:vFW 58569f3e-bd56-nodes.vsnCvfc
ModelUuid:2dc70d22-f13d-4809-b3aa-6be925119137
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:402dc1d7-02f5-4fe5-9c72-942fea6de45f
ModelInvariantUuid:0b0ccbe0-ee97-4020-bd46-0de8c06bfc96
ModelName:Vfw58569f3eBd56.compute.nodes.heat.vsn
ModelUuid:9156b53b-b6f9-40ab-bf18-4e57fbace729
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:8d37dce4-ace0-4972-b0ae-359f5ee34e15
ModelInvariantUuid:5fb0558e-6cb2-4431-b7ca-6445c8799cef
ModelName:vFW 58569f3e-bd56-nodes.vpgCvfc
ModelUuid:fa77263e-b297-4fc8-ad06-fee6a19575f2
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:c490c1b0-6d8a-4e04-bcc3-d1334a874130
ModelInvariantUuid:49041fa9-9665-4fc5-a429-9d3d7490839b
ModelName:Vfw58569f3eBd56.compute.nodes.heat.vpg
ModelUuid:7e8eb1f5-1f60-4b7b-ac6b-192037bf4db6
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=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-03-18T11:34:19.420Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||ERROR|500||Csar with UUID: 436a091b-6820-4621-9f77-4a798268cc9d already exists
2023-03-18T11:34:19.421Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar ASDC sendASDCNotification
2023-03-18T11:34:19.421Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar(Csar with UUID: 436a091b-6820-4621-9f77-4a798268cc9d already exists)
2023-03-18T11:34:19.421Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-18T11:34:19.421Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T11:34:19.421Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T11:34:19.421Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679139259420,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 436a091b-6820-4621-9f77-4a798268cc9d already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T11:34:20.423Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar ASDC sendASDCNotification
2023-03-18T11:34:20.423Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar(Resource with UUID: d26137cf-1389-4abe-8e09-78b44d7a1aae already exists)
2023-03-18T11:34:20.423Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-18T11:34:20.424Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T11:34:20.424Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T11:34:20.424Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679139260422,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: d26137cf-1389-4abe-8e09-78b44d7a1aae already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T11:34:21.427Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d4dc9e71-f2cb-491c-bcf1-9d51402514be
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T11:34:21.445Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d4dc9e71-f2cb-491c-bcf1-9d51402514be
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T11:34:21.449Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-18T11:34:21.449Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-18T11:34:21.449Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-18T11:34:21.450Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-18T11:34:21.450Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T11:34:21.450Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T11:34:21.450Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T11:34:21.450Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T11:34:21.450Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T11:34:21.450Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-18T11:34:21.459Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-18T11:34:51.459Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: d4dc9e71-f2cb-491c-bcf1-9d51402514be and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-18T11:34:51.468Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: d4dc9e71-f2cb-491c-bcf1-9d51402514be and serviceModelVersionId: 27fdb87d-b713-4eaf-90a0-9e48041e5db6
2023-03-18T11:34:51.468Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : cb6d14f9-78ae-470a-a6af-a3a2b9fea472
2023-03-18T11:34:51.469Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/cb6d14f9-78ae-470a-a6af-a3a2b9fea472/model-vers/model-ver/27fdb87d-b713-4eaf-90a0-9e48041e5db6?depth=0
2023-03-18T11:34:51.474Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2023-03-18T11:34:51.489Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cb6d14f9-78ae-470a-a6af-a3a2b9fea472/model-vers/model-ver/27fdb87d-b713-4eaf-90a0-9e48041e5db6?depth=0|INFO|500||Invoke
2023-03-18T11:34:51.489Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cb6d14f9-78ae-470a-a6af-a3a2b9fea472/model-vers/model-ver/27fdb87d-b713-4eaf-90a0-9e48041e5db6?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cb6d14f9-78ae-470a-a6af-a3a2b9fea472/model-vers/model-ver/27fdb87d-b713-4eaf-90a0-9e48041e5db6?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[d4dc9e71-f2cb-491c-bcf1-9d51402514be], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[154cc809-e1e3-4225-a1af-312cc621e839], X-ECOMP-RequestID=[d4dc9e71-f2cb-491c-bcf1-9d51402514be], X-TransactionId=[], X-ONAP-RequestID=[d4dc9e71-f2cb-491c-bcf1-9d51402514be], Content-Type=[application/merge-patch+json]}
2023-03-18T11:34:51.498Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cb6d14f9-78ae-470a-a6af-a3a2b9fea472/model-vers/model-ver/27fdb87d-b713-4eaf-90a0-9e48041e5db6?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-18T11:34:51.609Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cb6d14f9-78ae-470a-a6af-a3a2b9fea472/model-vers/model-ver/27fdb87d-b713-4eaf-90a0-9e48041e5db6?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/cb6d14f9-78ae-470a-a6af-a3a2b9fea472/model-vers/model-ver/27fdb87d-b713-4eaf-90a0-9e48041e5db6?depth=0 has http status code:200 and response headers:{date=[Sat, 18 Mar 2023 11:34:51 GMT], content-length=[0], vertex-id=[593936], x-aai-txid=[2-aai-resources-230318-11:34:51:200-52251], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-18T11:34:51.610Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cb6d14f9-78ae-470a-a6af-a3a2b9fea472/model-vers/model-ver/27fdb87d-b713-4eaf-90a0-9e48041e5db6?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-18T11:34:51.611Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cb6d14f9-78ae-470a-a6af-a3a2b9fea472/model-vers/model-ver/27fdb87d-b713-4eaf-90a0-9e48041e5db6?depth=0|INFO|500||InvokeReturn
2023-03-18T11:34:51.612Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-18T11:34:51.612Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-18T11:34:51.621Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-18T11:34:51.621Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID d4dc9e71-f2cb-491c-bcf1-9d51402514be and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-18T11:34:51.622Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-18T11:34:51.622Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T11:34:51.622Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T11:34:51.622Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679139291622,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-18T11:34:52.651Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T11:34:52.651Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Failing OffsetCommit request since the consumer is not part of an active group
2023-03-18T11:34:52.651Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||ERROR|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Asynchronous auto-commit of offsets failed: Offset commit cannot be completed since the consumer is not part of an active group for auto partition assignment; it is likely that the consumer was kicked out of the group.. Will continue to join group.
2023-03-18T11:34:52.651Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Giving away all assigned partitions as lost since generation/memberID has been reset,indicating that consumer is in old state or no longer part of the group
2023-03-18T11:34:52.651Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Lost previously assigned partitions SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5
2023-03-18T11:34:52.651Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] (Re-)joining group
2023-03-18T11:34:52.654Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2-e2d4cd6c-14fc-47fd-81a1-3f8e7e94b673
2023-03-18T11:34:52.655Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Asynchronous auto-commit of offsets {SDC-DISTR-NOTIF-TOPIC-AUTO-5=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-4=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-3=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-2=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-1=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-0=OffsetAndMetadata{offset=2, leaderEpoch=0, metadata=''}} failed: Offset commit cannot be completed since the consumer is not part of an active group for auto partition assignment; it is likely that the consumer was kicked out of the group.
2023-03-18T11:34:52.655Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Request joining group due to: rebalance failed due to 'The group member needs to have a valid member id before actually entering a consumer group.' (MemberIdRequiredException)
2023-03-18T11:34:52.655Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] (Re-)joining group
2023-03-18T11:34:53.991Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T11:34:57.001Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T11:34:58.919Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T11:34:58.931Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Revoke previously assigned partitions SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-03-18T11:34:58.932Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] (Re-)joining group
2023-03-18T11:34:58.936Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Successfully joined group with generation Generation{generationId=29, memberId='SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94-2995e74d-4211-4955-93f6-f3f14568571e', protocol='range'}
2023-03-18T11:34:58.936Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Successfully joined group with generation Generation{generationId=29, memberId='SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2-e2d4cd6c-14fc-47fd-81a1-3f8e7e94b673', protocol='range'}
2023-03-18T11:34:58.940Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Finished assignment for group at generation 29: {SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2-e2d4cd6c-14fc-47fd-81a1-3f8e7e94b673=Assignment(partitions=[SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5]), SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94-2995e74d-4211-4955-93f6-f3f14568571e=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])}
2023-03-18T11:34:58.952Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Successfully synced group in generation Generation{generationId=29, memberId='SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2-e2d4cd6c-14fc-47fd-81a1-3f8e7e94b673', protocol='range'}
2023-03-18T11:34:58.952Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5])
2023-03-18T11:34:58.952Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Adding newly assigned partitions: SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5
2023-03-18T11:34:58.952Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Successfully synced group in generation Generation{generationId=29, memberId='SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94-2995e74d-4211-4955-93f6-f3f14568571e', protocol='range'}
2023-03-18T11:34:58.953Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])
2023-03-18T11:34:58.953Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Adding newly assigned partitions: SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-03-18T11:34:58.956Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-18T11:34:58.956Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-18T11:34:58.956Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-18T11:34:58.956Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-18T11:34:58.956Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-18T11:34:58.956Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-18T11:34:58.957Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-18T11:34:58.957Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-18T11:34:58.957Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-18T11:34:58.957Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=290, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-18T11:34:58.957Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-18T11:34:58.958Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-18T11:34:58.962Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-18T11:34:58.963Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received notification from broker: {"distributionID":"34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846","serviceName":"basic_onboard_gCPnoC","serviceVersion":"1.0","serviceUUID":"dad851ae-1f1d-4e04-8847-f18fd5d51391","serviceDescription":"service","serviceInvariantUUID":"693dcbb7-55f2-41d5-a0d9-572574329dfe","resources":[{"resourceInstanceName":"basic_onboard_gCPnoC 0","resourceName":"basic_onboard_gCPnoC","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"f3fb2f57-aad9-4f33-88db-c458ae09cdfb","resourceInvariantUUID":"d7c6b294-4284-4b69-87ff-a797deedad73","resourceCustomizationUUID":"9327f8c9-4591-449b-b6af-227dc0614cab","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/vf-license-model.xml","artifactChecksum":"OGQ5ZDI0MzIzNDdmMDUyYmQ0MzVmMDVkOWUyNGVlYmE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"5077753b-8cdd-47a9-82d5-e3ff4ce969c3","artifactVersion":"1"},{"artifactName":"basic_onboard_gcpnoc0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json","artifactChecksum":"NjRhMmYzNDQxZDFkYzhiMjZmMTk3NDMzZmQwOWNiNWI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"583db2fa-2045-4011-8045-9fd436580060","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"0846dbe8-d246-42f3-9ba6-3c197d6bb5c4","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"5004fadd-cda9-4566-99ac-bc5d669427a2","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"7d3da3bf-4415-4326-b045-fe6bef605f78","artifactVersion":"2","generatedFromUUID":"0846dbe8-d246-42f3-9ba6-3c197d6bb5c4"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardGcpnoc-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-template.yml","artifactChecksum":"OGFkYWYzODVjYTg1MmE4Y2JhZWM5NDk3ZjljNTAwNTE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"8ab16f5d-5180-4470-b278-f6ea6f7c23e8","artifactVersion":"1"},{"artifactName":"service-BasicOnboardGcpnoc-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar","artifactChecksum":"MjQxYmE3NTM3MTRlYjAwMzA2YjMyYmJjMmU4MmNkYjE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"d6569f72-4f81-428a-8593-389324ccdf48","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-18T11:34:58.963Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T11:34:58.964Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T11:34:58.964Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T11:34:58.964Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679139292651,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T11:34:59.966Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T11:34:59.967Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T11:34:59.967Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T11:34:59.967Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679139292651,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T11:34:59.969Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-18T11:34:59.969Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679138932484,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T11:34:59.969Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T11:34:59.969Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-18T11:34:59.969Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679138932484,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/vfw58569f3ebd560_modules.json",
  "status": "NOTIFIED"
}
2023-03-18T11:34:59.970Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T11:34:59.970Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-18T11:34:59.970Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679138932484,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-03-18T11:34:59.970Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T11:34:59.970Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-18T11:34:59.970Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679138932484,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T11:34:59.970Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T11:34:59.970Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-18T11:34:59.970Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679138932484,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2023-03-18T11:34:59.970Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T11:34:59.970Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-18T11:34:59.970Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679138932484,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T11:34:59.970Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T11:34:59.970Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-18T11:34:59.970Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679138932484,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar",
  "status": "NOTIFIED"
}
2023-03-18T11:34:59.970Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T11:34:59.970Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-18T11:34:59.970Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679139256790,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-18T11:34:59.970Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T11:34:59.970Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-18T11:34:59.970Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679139259420,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 436a091b-6820-4621-9f77-4a798268cc9d already exists"
}
2023-03-18T11:34:59.970Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T11:34:59.970Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-18T11:34:59.971Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679139260422,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: d26137cf-1389-4abe-8e09-78b44d7a1aae already exists"
}
2023-03-18T11:34:59.971Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T11:34:59.971Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-18T11:34:59.971Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679139291622,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-18T11:34:59.971Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T11:34:59.971Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-18T11:34:59.971Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679139292651,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T11:34:59.971Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T11:35:00.968Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T11:35:00.968Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T11:35:00.968Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T11:35:00.968Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679139292651,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T11:35:01.969Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T11:35:01.969Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T11:35:01.970Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T11:35:01.970Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679139292651,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T11:35:02.970Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T11:35:02.971Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T11:35:02.971Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T11:35:02.971Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679139292651,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T11:35:03.972Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T11:35:03.973Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T11:35:03.973Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T11:35:03.973Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679139292651,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T11:35:04.974Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T11:35:04.975Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T11:35:04.975Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T11:35:04.975Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679139292651,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T11:35:05.976Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "serviceName": "basic_onboard_gCPnoC",
  "serviceVersion": "1.0",
  "serviceUUID": "dad851ae-1f1d-4e04-8847-f18fd5d51391",
  "serviceDescription": "service",
  "serviceInvariantUUID": "693dcbb7-55f2-41d5-a0d9-572574329dfe",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_gCPnoC 0",
      "resourceCustomizationUUID": "9327f8c9-4591-449b-b6af-227dc0614cab",
      "resourceName": "basic_onboard_gCPnoC",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "f3fb2f57-aad9-4f33-88db-c458ae09cdfb",
      "resourceInvariantUUID": "d7c6b294-4284-4b69-87ff-a797deedad73",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_gcpnoc0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json",
          "artifactChecksum": "NjRhMmYzNDQxZDFkYzhiMjZmMTk3NDMzZmQwOWNiNWI\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "583db2fa-2045-4011-8045-9fd436580060",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "0846dbe8-d246-42f3-9ba6-3c197d6bb5c4",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "7d3da3bf-4415-4326-b045-fe6bef605f78",
            "generatedFromUUID": "0846dbe8-d246-42f3-9ba6-3c197d6bb5c4"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "7d3da3bf-4415-4326-b045-fe6bef605f78",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardGcpnoc-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar",
      "artifactChecksum": "MjQxYmE3NTM3MTRlYjAwMzA2YjMyYmJjMmU4MmNkYjE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "d6569f72-4f81-428a-8593-389324ccdf48"
    }
  ],
  "workloadContext": "Production"
}
2023-03-18T11:35:05.977Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-18T11:35:05.978Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 dad851ae-1f1d-4e04-8847-f18fd5d51391 ASDC
2023-03-18T11:35:05.978Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
ServiceName:basic_onboard_gCPnoC
ServiceVersion:1.0
ServiceUUID:dad851ae-1f1d-4e04-8847-f18fd5d51391
ServiceInvariantUUID:693dcbb7-55f2-41d5-a0d9-572574329dfe
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardGcpnoc-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar
ArtifactUUID:d6569f72-4f81-428a-8593-389324ccdf48
ArtifactChecksum:MjQxYmE3NTM3MTRlYjAwMzA2YjMyYmJjMmU4MmNkYjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_gCPnoC 0
ResourceCustomizationUUID:9327f8c9-4591-449b-b6af-227dc0614cab
ResourceInvariantUUID:d7c6b294-4284-4b69-87ff-a797deedad73
ResourceName:basic_onboard_gCPnoC
ResourceType:VF
ResourceUUID:f3fb2f57-aad9-4f33-88db-c458ae09cdfb
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_gcpnoc0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json
ArtifactUUID:583db2fa-2045-4011-8045-9fd436580060
ArtifactChecksum:NjRhMmYzNDQxZDFkYzhiMjZmMTk3NDMzZmQwOWNiNWI=
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/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.yaml
ArtifactUUID:0846dbe8-d246-42f3-9ba6-3c197d6bb5c4
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/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.env
ArtifactUUID:7d3da3bf-4415-4326-b045-fe6bef605f78
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/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.env
ArtifactUUID:7d3da3bf-4415-4326-b045-fe6bef605f78
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-18T11:35:05.979Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF dad851ae-1f1d-4e04-8847-f18fd5d51391 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: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-18T11:35:06.014Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-18T11:35:06.015Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-03-18T11:35:06.015Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-03-18T11:35:06.015Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: d6569f72-4f81-428a-8593-389324ccdf48 from URL: /sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar
2023-03-18T11:35:06.015Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||INFO|500||DistributionClient - download
2023-03-18T11:35:06.015Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar
2023-03-18T11:35:06.076Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||GET Response Status 404
2023-03-18T11:35:06.076Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@7e58ca37
2023-03-18T11:35:06.077Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-18T11:35:06.077Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicOnboardGcpnoc"
      ]
    }
  }
}
2023-03-18T11:35:06.077Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicOnboardGcpnoc-csar.csar /sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar d6569f72-4f81-428a-8593-389324ccdf48 Specified artifact is  not found 300 ASDC artifact download fail
2023-03-18T11:35:06.077Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar ASDC sendASDCNotification
2023-03-18T11:35:06.078Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar(Specified artifact is  not found)
2023-03-18T11:35:06.082Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-18T11:35:06.082Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T11:35:06.082Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T11:35:06.083Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679139306077,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T11:35:07.084Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during processCsarServiceArtifacts ASDC processCsarServiceArtifacts 500 Exception in processCsarServiceArtifacts
org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact service-BasicOnboardGcpnoc-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar(UUID:d6569f72-4f81-428a-8593-389324ccdf48)
Error message is Specified artifact is  not found

	at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394)
	at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2023-03-18T11:35:07.100Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||ERROR|500||error NSST process resource failure 
java.lang.NullPointerException: null
	at org.onap.so.asdc.client.ASDCController.processNsstNotification(ASDCController.java:978)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:760)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-18T11:35:07.100Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: f3fb2f57-aad9-4f33-88db-c458ae09cdfb
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-18T11:35:07.104Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||INFO|500||basic_onboard_gCPnoC 0
2023-03-18T11:35:07.104Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: f3fb2f57-aad9-4f33-88db-c458ae09cdfb
2023-03-18T11:35:07.104Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 583db2fa-2045-4011-8045-9fd436580060 from URL: /sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json
2023-03-18T11:35:07.104Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||INFO|500||DistributionClient - download
2023-03-18T11:35:07.105Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json
2023-03-18T11:35:07.124Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||GET Response Status 404
2023-03-18T11:35:07.125Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@4909c745
2023-03-18T11:35:07.125Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-18T11:35:07.125Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicOnboardGcpnoc"
      ]
    }
  }
}
2023-03-18T11:35:07.125Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL basic_onboard_gcpnoc0_modules.json /sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json 583db2fa-2045-4011-8045-9fd436580060 Specified artifact is  not found 300 ASDC artifact download fail
2023-03-18T11:35:07.125Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json ASDC sendASDCNotification
2023-03-18T11:35:07.125Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json(Specified artifact is  not found)
2023-03-18T11:35:07.125Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-18T11:35:07.126Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T11:35:07.126Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T11:35:07.126Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679139307125,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T11:35:08.126Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during Installation of artifact ASDC processResourceNotification 500 Exception in processResourceNotification
org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact basic_onboard_gcpnoc0_modules.json could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json(UUID:583db2fa-2045-4011-8045-9fd436580060)
Error message is Specified artifact is  not found

	at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:787)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-18T11:35:08.127Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T11:35:08.146Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T11:35:08.149Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-18T11:35:08.149Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-18T11:35:38.149Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T11:35:38.171Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T11:35:38.175Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-18T11:35:38.175Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-18T11:35:58.919Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T11:35:58.920Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-18T11:35:58.920Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679139292651,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json",
  "status": "NOTIFIED"
}
2023-03-18T11:35:58.921Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T11:36:08.176Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T11:36:08.200Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T11:36:08.204Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-18T11:36:08.204Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-18T11:36:38.204Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T11:36:38.224Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T11:36:38.227Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-18T11:36:38.227Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-18T11:36:58.919Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T11:36:58.921Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-18T11:36:58.921Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679139292651,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2023-03-18T11:36:58.922Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T11:36:58.922Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-18T11:36:58.922Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679139292651,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T11:36:58.922Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T11:36:58.922Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-18T11:36:58.922Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679139292651,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2023-03-18T11:36:58.922Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T11:36:58.922Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-18T11:36:58.922Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679139292651,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T11:36:58.922Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T11:36:58.922Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-18T11:36:58.922Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679139292651,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar",
  "status": "NOTIFIED"
}
2023-03-18T11:36:58.923Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T11:36:58.923Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-18T11:36:58.923Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679139306077,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-18T11:36:58.923Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T11:36:58.923Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-18T11:36:58.923Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679139307125,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-18T11:36:58.923Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T11:37:08.227Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T11:37:08.246Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T11:37:08.250Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-18T11:37:08.251Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-18T11:37:38.254Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T11:37:38.273Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T11:37:38.276Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-18T11:37:38.276Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-18T11:37:58.919Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T11:38:08.277Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T11:38:08.296Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T11:38:08.300Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-18T11:38:08.300Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-18T11:38:38.300Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T11:38:38.319Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T11:38:38.322Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-18T11:38:38.322Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-18T11:38:58.921Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T11:39:08.323Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T11:39:08.341Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T11:39:08.344Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-18T11:39:08.345Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-18T11:39:38.345Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T11:39:38.366Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T11:39:38.369Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-18T11:39:38.370Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-18T11:39:58.921Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T11:39:58.967Z||kafka-coordinator-heartbeat-thread | so|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] consumer poll timeout has expired. This means the time between subsequent calls to poll() was longer than the configured max.poll.interval.ms, which typically implies that the poll loop is spending too much time processing messages. You can address this either by increasing max.poll.interval.ms or by reducing the maximum size of batches returned in poll() with max.poll.records.
2023-03-18T11:39:58.967Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Member SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2-e2d4cd6c-14fc-47fd-81a1-3f8e7e94b673 sending LeaveGroup request to coordinator onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2147483645 rack: null) due to consumer poll timeout has expired.
2023-03-18T11:39:58.968Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Resetting generation and member id due to: consumer pro-actively leaving the group
2023-03-18T11:39:58.969Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Request joining group due to: consumer pro-actively leaving the group
2023-03-18T11:39:59.657Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T11:39:59.670Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Revoke previously assigned partitions SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-03-18T11:39:59.670Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] (Re-)joining group
2023-03-18T11:39:59.674Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Successfully joined group with generation Generation{generationId=30, memberId='SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94-2995e74d-4211-4955-93f6-f3f14568571e', protocol='range'}
2023-03-18T11:39:59.674Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Finished assignment for group at generation 30: {SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94-2995e74d-4211-4955-93f6-f3f14568571e=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])}
2023-03-18T11:39:59.688Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Successfully synced group in generation Generation{generationId=30, memberId='SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94-2995e74d-4211-4955-93f6-f3f14568571e', protocol='range'}
2023-03-18T11:39:59.688Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])
2023-03-18T11:39:59.688Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Adding newly assigned partitions: SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-03-18T11:39:59.692Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-18T11:39:59.692Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-18T11:39:59.692Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-18T11:39:59.692Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=310, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-18T11:39:59.692Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-18T11:39:59.692Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-18T11:40:08.370Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2023-03-18T11:40:08.371Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-18T11:40:08.379Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846 and serviceModelVersionId: dad851ae-1f1d-4e04-8847-f18fd5d51391
2023-03-18T11:40:08.380Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 693dcbb7-55f2-41d5-a0d9-572574329dfe
2023-03-18T11:40:08.381Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391?depth=0
2023-03-18T11:40:08.389Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2023-03-18T11:40:08.407Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-03-18T11:40:08.407Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391?depth=0|INFO|500||Invoke
2023-03-18T11:40:08.418Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2023-03-18T11:40:08.451Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391?depth=0|INFO|404|Not Found|InvokeReturn
2023-03-18T11:40:08.452Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391?depth=0 has http status code:404 and response headers:{date=[Sat, 18 Mar 2023 11:40:08 GMT], content-length=[495], x-aai-txid=[2-aai-resources-230318-11:40:08:121-53000], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-18T11:40:08.453Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||{"requestError":{"serviceException":{"messageId":"SVC3001","text":"Resource not found for %1 using id %2 (msg=%3) (ec=%4)","variables":["MERGE_PATCH","service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391","Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391","ERR.5.4.6114"]}}}

2023-03-18T11:40:08.461Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391) (ec=ERR.5.4.6114)
2023-03-18T11:40:08.461Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||ERROR|500||Exception occurred
javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391) (ec=ERR.5.4.6114)
	at org.onap.so.client.ResponseExceptionMapper.map(ResponseExceptionMapper.java:74)
	at org.onap.so.client.RestRequest.get(RestRequest.java:77)
	at org.onap.so.client.RestClient.buildRequest(RestClient.java:326)
	at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322)
	at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283)
	at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67)
	at net.jodah.failsafe.Execution.executeSync(Execution.java:117)
	at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319)
	at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71)
	at org.onap.so.client.RestClient.method(RestClient.java:322)
	at org.onap.so.client.RestClient.patch(RestClient.java:265)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184)
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-18T11:40:08.461Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391) (ec=ERR.5.4.6114)
2023-03-18T11:40:08.461Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391) (ec=ERR.5.4.6114)
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-18T11:40:08.471Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-18T11:40:08.472Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391) (ec=ERR.5.4.6114)
2023-03-18T11:40:08.472Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2023-03-18T11:40:08.472Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T11:40:08.472Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T11:40:08.472Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679139608472,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391) (ec\u003dERR.5.4.6114)"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T11:40:08.490Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-18T11:40:08.490Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679139608472,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391) (ec\u003dERR.5.4.6114)"
}
2023-03-18T11:40:08.491Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-18T11:40:09.495Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-18T11:40:09.496Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||received notification from broker: {"distributionID":"d4dc9e71-f2cb-491c-bcf1-9d51402514be","serviceName":"vFW 2023-03-18 11-08-36","serviceVersion":"1.0","serviceUUID":"27fdb87d-b713-4eaf-90a0-9e48041e5db6","serviceDescription":"catalog service description","serviceInvariantUUID":"cb6d14f9-78ae-470a-a6af-a3a2b9fea472","resources":[{"resourceInstanceName":"vFW 58569f3e-bd56 0","resourceName":"vFW 58569f3e-bd56","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"d26137cf-1389-4abe-8e09-78b44d7a1aae","resourceInvariantUUID":"440b369e-a09c-4c31-8a4e-6692abd11e0c","resourceCustomizationUUID":"e17fe765-865d-4748-ab41-44bdbee5a853","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/vf-license-model.xml","artifactChecksum":"MTFjYmU2ZGQwM2YxYTQxNjdhOWY1YjI5OWUyYjE5OTg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"7238df55-40f7-4cde-93e0-f3c86248a4ba","artifactVersion":"1"},{"artifactName":"vfw58569f3ebd560_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/vfw58569f3ebd560_modules.json","artifactChecksum":"ODg5YTAyNmJiZTFiZTA5MDMwZWVhNmFkMzVmNzk4YTg\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"a8ca7246-150c-4537-b08d-e58462b66bb6","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"be903e28-b266-44db-9c8b-4cbcb6f7ee77","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/vendor-license-model.xml","artifactChecksum":"NDExZWJjY2Q3ZjkxN2NkNTRiYmFlNDViOGZhYWJjM2M\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"cecd91b9-dbd7-4a9b-96a0-72674051949c","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"0637f995-3e6f-44f6-89fc-61906f5ff14b","artifactVersion":"2","generatedFromUUID":"be903e28-b266-44db-9c8b-4cbcb6f7ee77"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20230318110836-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-template.yml","artifactChecksum":"NjdmYzRlMTY1MzM1ODg5NjAzNTEzOWU1ZGFmNmNiNDI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"8648cca8-36e7-40c1-8faf-a7c0be2faa07","artifactVersion":"1"},{"artifactName":"service-Vfw20230318110836-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar","artifactChecksum":"NzY3OTRjMDBhMTZlZjQ1ZTQ3MTU0ZjE0NjliYmU1M2Y\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"436a091b-6820-4621-9f77-4a798268cc9d","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-18T11:40:09.496Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T11:40:09.496Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T11:40:09.497Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T11:40:09.497Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679139292651,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T11:40:10.498Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T11:40:10.498Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T11:40:10.499Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T11:40:10.499Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679139292651,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/vfw58569f3ebd560_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T11:40:11.500Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T11:40:11.500Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T11:40:11.501Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T11:40:11.501Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679139292651,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T11:40:12.502Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T11:40:12.503Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T11:40:12.503Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T11:40:12.503Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679139292651,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T11:40:13.506Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T11:40:13.507Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T11:40:13.507Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T11:40:13.507Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679139292651,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/base_vfw.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T11:40:14.508Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T11:40:14.509Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T11:40:14.509Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T11:40:14.509Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679139292651,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T11:40:15.511Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T11:40:15.512Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T11:40:15.512Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T11:40:15.512Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679139292651,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T11:40:16.515Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "serviceName": "vFW 2023-03-18 11-08-36",
  "serviceVersion": "1.0",
  "serviceUUID": "27fdb87d-b713-4eaf-90a0-9e48041e5db6",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "cb6d14f9-78ae-470a-a6af-a3a2b9fea472",
  "resources": [
    {
      "resourceInstanceName": "vFW 58569f3e-bd56 0",
      "resourceCustomizationUUID": "e17fe765-865d-4748-ab41-44bdbee5a853",
      "resourceName": "vFW 58569f3e-bd56",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "d26137cf-1389-4abe-8e09-78b44d7a1aae",
      "resourceInvariantUUID": "440b369e-a09c-4c31-8a4e-6692abd11e0c",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw58569f3ebd560_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/vfw58569f3ebd560_modules.json",
          "artifactChecksum": "ODg5YTAyNmJiZTFiZTA5MDMwZWVhNmFkMzVmNzk4YTg\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "a8ca7246-150c-4537-b08d-e58462b66bb6",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "be903e28-b266-44db-9c8b-4cbcb6f7ee77",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "0637f995-3e6f-44f6-89fc-61906f5ff14b",
            "generatedFromUUID": "be903e28-b266-44db-9c8b-4cbcb6f7ee77"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "0637f995-3e6f-44f6-89fc-61906f5ff14b",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20230318110836-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar",
      "artifactChecksum": "NzY3OTRjMDBhMTZlZjQ1ZTQ3MTU0ZjE0NjliYmU1M2Y\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "436a091b-6820-4621-9f77-4a798268cc9d"
    }
  ],
  "workloadContext": "Production"
}
2023-03-18T11:40:16.515Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-18T11:40:16.516Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 27fdb87d-b713-4eaf-90a0-9e48041e5db6 ASDC
2023-03-18T11:40:16.516Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:d4dc9e71-f2cb-491c-bcf1-9d51402514be
ServiceName:vFW 2023-03-18 11-08-36
ServiceVersion:1.0
ServiceUUID:27fdb87d-b713-4eaf-90a0-9e48041e5db6
ServiceInvariantUUID:cb6d14f9-78ae-470a-a6af-a3a2b9fea472
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20230318110836-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar
ArtifactUUID:436a091b-6820-4621-9f77-4a798268cc9d
ArtifactChecksum:NzY3OTRjMDBhMTZlZjQ1ZTQ3MTU0ZjE0NjliYmU1M2Y=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 58569f3e-bd56 0
ResourceCustomizationUUID:e17fe765-865d-4748-ab41-44bdbee5a853
ResourceInvariantUUID:440b369e-a09c-4c31-8a4e-6692abd11e0c
ResourceName:vFW 58569f3e-bd56
ResourceType:VF
ResourceUUID:d26137cf-1389-4abe-8e09-78b44d7a1aae
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw58569f3ebd560_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/vfw58569f3ebd560_modules.json
ArtifactUUID:a8ca7246-150c-4537-b08d-e58462b66bb6
ArtifactChecksum:ODg5YTAyNmJiZTFiZTA5MDMwZWVhNmFkMzVmNzk4YTg=
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/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/base_vfw.yaml
ArtifactUUID:be903e28-b266-44db-9c8b-4cbcb6f7ee77
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/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/base_vfw.env
ArtifactUUID:0637f995-3e6f-44f6-89fc-61906f5ff14b
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/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/base_vfw.env
ArtifactUUID:0637f995-3e6f-44f6-89fc-61906f5ff14b
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-18T11:40:16.516Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 27fdb87d-b713-4eaf-90a0-9e48041e5db6 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: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-18T11:40:16.551Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-18T11:40:16.551Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-03-18T11:40:16.552Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-03-18T11:40:16.552Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 436a091b-6820-4621-9f77-4a798268cc9d from URL: /sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar
2023-03-18T11:40:16.552Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||DistributionClient - download
2023-03-18T11:40:16.552Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar
2023-03-18T11:40:16.864Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2023-03-18T11:40:16.869Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar 436a091b-6820-4621-9f77-4a798268cc9d 101467
2023-03-18T11:40:16.870Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar ASDC sendASDCNotification
2023-03-18T11:40:16.870Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar
2023-03-18T11:40:16.870Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-18T11:40:16.870Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T11:40:16.871Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T11:40:16.871Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679139616870,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T11:40:17.872Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-18T11:40:17.873Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-03-18T11:40:17.874Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 436a091b-6820-4621-9f77-4a798268cc9d, URL: /sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar to file: /app/ASDC/1/service-Vfw20230318110836-csar.csar
2023-03-18T11:40:17.874Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20230318110836-csar.csar
2023-03-18T11:40:17.875Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20230318110836-csar.csar
2023-03-18T11:40:17.875Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20230318110836-csar.csar
2023-03-18T11:40:17.997Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7868993879265917452/Definitions/service-Vfw20230318110836-template.yml
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vfw_name" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_user_data_format" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_key_name" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "compute_vfw_metadata" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "compute_vsn_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vsn_key_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "compute_vsn_user_data_format" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "compute_vsn_metadata" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided
2023-03-18T11:40:19.450Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-18T11:40:19.451Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||WARN|500||####################################################################################################
2023-03-18T11:40:19.451Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20230318110836-csar.csar
2023-03-18T11:40:19.451Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2023-03-18T11:40:19.451Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230318110836-csar.csar
2023-03-18T11:40:19.451Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230318110836-csar.csar
2023-03-18T11:40:19.451Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20230318110836-csar.csar
2023-03-18T11:40:19.451Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230318110836-csar.csar
2023-03-18T11:40:19.451Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230318110836-csar.csar
2023-03-18T11:40:19.451Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230318110836-csar.csar
2023-03-18T11:40:19.451Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230318110836-csar.csar
2023-03-18T11:40:19.451Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230318110836-csar.csar
2023-03-18T11:40:19.451Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230318110836-csar.csar
2023-03-18T11:40:19.451Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 58569f3e-bd56 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-Vfw20230318110836-csar.csar
2023-03-18T11:40:19.451Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230318110836-csar.csar
2023-03-18T11:40:19.451Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||WARN|500||####################################################################################################
2023-03-18T11:40:19.451Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T11:40:19.451Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Service vFW 2023-03-18 11-08-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T11:40:19.451Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template vFW 58569f3e-bd56 0 is matching search criteria
2023-03-18T11:40:19.452Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2023-03-18T11:40:19.452Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 58569f3e-bd56 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-18T11:40:19.452Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T11:40:19.452Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Service vFW 2023-03-18 11-08-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T11:40:19.452Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template vFW 58569f3e-bd56 0 is matching search criteria
2023-03-18T11:40:19.452Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2023-03-18T11:40:19.452Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 58569f3e-bd56 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-18T11:40:19.452Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T11:40:19.452Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Service vFW 2023-03-18 11-08-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T11:40:19.452Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T11:40:19.452Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template vFW 58569f3e-bd56 0 is not matching search criteria
2023-03-18T11:40:19.452Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-18T11:40:19.452Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-18T11:40:19.452Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-18T11:40:19.453Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-18T11:40:19.453Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-18T11:40:19.453Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-18T11:40:19.453Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-18T11:40:19.453Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-18T11:40:19.453Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-18T11:40:19.453Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-18T11:40:19.453Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-18T11:40:19.453Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-18T11:40:19.453Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-18T11:40:19.453Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-18T11:40:19.453Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-18T11:40:19.453Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-03-18T11:40:19.453Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T11:40:19.453Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Service vFW 2023-03-18 11-08-36 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-03-18T11:40:19.453Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T11:40:19.453Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template vFW 58569f3e-bd56 0 is matching search criteria
2023-03-18T11:40:19.454Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 58569f3e-bd56 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-18T11:40:19.454Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T11:40:19.454Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template vFW 58569f3e-bd56 0 is matching search criteria
2023-03-18T11:40:19.454Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 58569f3e-bd56 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-18T11:40:19.454Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T11:40:19.454Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template vFW 58569f3e-bd56 0 is matching search criteria
2023-03-18T11:40:19.454Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 58569f3e-bd56 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-18T11:40:19.454Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T11:40:19.454Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template vFW 58569f3e-bd56 0 is not matching search criteria
2023-03-18T11:40:19.454Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-18T11:40:19.454Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-18T11:40:19.454Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-03-18T11:40:19.454Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-18T11:40:19.454Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-18T11:40:19.454Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-18T11:40:19.455Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-18T11:40:19.455Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-18T11:40:19.455Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-18T11:40:19.455Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-18T11:40:19.455Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-18T11:40:19.455Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=54648a20-f030-49c4-93d4-4525b2108f51
2023-03-18T11:40:19.455Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T11:40:19.455Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template vFW 58569f3e-bd56 0 is not matching search criteria
2023-03-18T11:40:19.455Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-18T11:40:19.455Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-18T11:40:19.455Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-18T11:40:19.455Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-18T11:40:19.455Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-18T11:40:19.455Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-18T11:40:19.455Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-18T11:40:19.455Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-03-18T11:40:19.456Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-18T11:40:19.456Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-18T11:40:19.456Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-18T11:40:19.456Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-18T11:40:19.456Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=c8000f82-3ea0-499f-845f-48af9ca20f40
2023-03-18T11:40:19.456Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T11:40:19.456Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template vFW 58569f3e-bd56 0 is not matching search criteria
2023-03-18T11:40:19.456Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-18T11:40:19.456Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-18T11:40:19.456Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-18T11:40:19.456Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-18T11:40:19.456Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-18T11:40:19.456Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-18T11:40:19.456Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-18T11:40:19.456Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-18T11:40:19.457Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-18T11:40:19.457Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-18T11:40:19.457Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-18T11:40:19.457Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-03-18T11:40:19.457Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=8d37dce4-ace0-4972-b0ae-359f5ee34e15
2023-03-18T11:40:19.457Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T11:40:19.457Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Service vFW 2023-03-18 11-08-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T11:40:19.457Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T11:40:19.457Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Service vFW 2023-03-18 11-08-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T11:40:19.457Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T11:40:19.457Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Service vFW 2023-03-18 11-08-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T11:40:19.457Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T11:40:19.457Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Service vFW 2023-03-18 11-08-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T11:40:19.457Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2023-03-18 11-08-36
Description:catalog service description
Model UUID:27fdb87d-b713-4eaf-90a0-9e48041e5db6
Model Version:NULL
Model InvariantUuid:cb6d14f9-78ae-470a-a6af-a3a2b9fea472
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 58569f3e-bd56
Model UUID:2fc36073-92c9-4d5d-9644-0bb6550c287b
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:440b369e-a09c-4c31-8a4e-6692abd11e0c
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:e17fe765-865d-4748-ab41-44bdbee5a853
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:351d450e-b1b7-41ae-a83a-2a71f15e25d1
ModelName:Vfw58569f3eBd56..base_vfw..module-0
ModelUuid:0d68d68e-dec8-43d2-aff9-f5d88cc04393
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:54648a20-f030-49c4-93d4-4525b2108f51
ModelInvariantUuid:4ab08134-cd1d-4688-9b75-17c67d1a3e81
ModelName:vFW 58569f3e-bd56-nodes.vfwCvfc
ModelUuid:d6b2f0ba-9202-407c-a163-7cc24d0f18b4
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:056f6090-f73c-4739-af97-620c05ad132a
ModelInvariantUuid:983e3ada-7ea8-4303-8174-d3114334eb9e
ModelName:Vfw58569f3eBd56.compute.nodes.heat.vfw
ModelUuid:3d4b7896-bd84-401c-aa77-b889e41a200a
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:c8000f82-3ea0-499f-845f-48af9ca20f40
ModelInvariantUuid:fcd18208-a79b-409f-9943-f6fdaf7b423e
ModelName:vFW 58569f3e-bd56-nodes.vsnCvfc
ModelUuid:2dc70d22-f13d-4809-b3aa-6be925119137
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:402dc1d7-02f5-4fe5-9c72-942fea6de45f
ModelInvariantUuid:0b0ccbe0-ee97-4020-bd46-0de8c06bfc96
ModelName:Vfw58569f3eBd56.compute.nodes.heat.vsn
ModelUuid:9156b53b-b6f9-40ab-bf18-4e57fbace729
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:8d37dce4-ace0-4972-b0ae-359f5ee34e15
ModelInvariantUuid:5fb0558e-6cb2-4431-b7ca-6445c8799cef
ModelName:vFW 58569f3e-bd56-nodes.vpgCvfc
ModelUuid:fa77263e-b297-4fc8-ad06-fee6a19575f2
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:c490c1b0-6d8a-4e04-bcc3-d1334a874130
ModelInvariantUuid:49041fa9-9665-4fc5-a429-9d3d7490839b
ModelName:Vfw58569f3eBd56.compute.nodes.heat.vpg
ModelUuid:7e8eb1f5-1f60-4b7b-ac6b-192037bf4db6
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=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-03-18T11:40:19.491Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||ERROR|500||Csar with UUID: 436a091b-6820-4621-9f77-4a798268cc9d already exists
2023-03-18T11:40:19.492Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar ASDC sendASDCNotification
2023-03-18T11:40:19.492Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar(Csar with UUID: 436a091b-6820-4621-9f77-4a798268cc9d already exists)
2023-03-18T11:40:19.492Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-18T11:40:19.492Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T11:40:19.492Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T11:40:19.492Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679139619491,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 436a091b-6820-4621-9f77-4a798268cc9d already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T11:40:20.493Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar ASDC sendASDCNotification
2023-03-18T11:40:20.493Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar(Resource with UUID: d26137cf-1389-4abe-8e09-78b44d7a1aae already exists)
2023-03-18T11:40:20.493Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-18T11:40:20.493Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T11:40:20.494Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T11:40:20.494Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679139620493,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: d26137cf-1389-4abe-8e09-78b44d7a1aae already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T11:40:21.495Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d4dc9e71-f2cb-491c-bcf1-9d51402514be
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T11:40:21.512Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d4dc9e71-f2cb-491c-bcf1-9d51402514be
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T11:40:21.516Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-18T11:40:21.516Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-18T11:40:21.516Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-18T11:40:21.516Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-18T11:40:21.516Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T11:40:21.516Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T11:40:21.517Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T11:40:21.517Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T11:40:21.517Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T11:40:21.517Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-18T11:40:21.528Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-18T11:40:51.528Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: d4dc9e71-f2cb-491c-bcf1-9d51402514be and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-18T11:40:51.536Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: d4dc9e71-f2cb-491c-bcf1-9d51402514be and serviceModelVersionId: 27fdb87d-b713-4eaf-90a0-9e48041e5db6
2023-03-18T11:40:51.536Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : cb6d14f9-78ae-470a-a6af-a3a2b9fea472
2023-03-18T11:40:51.537Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/cb6d14f9-78ae-470a-a6af-a3a2b9fea472/model-vers/model-ver/27fdb87d-b713-4eaf-90a0-9e48041e5db6?depth=0
2023-03-18T11:40:51.540Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2023-03-18T11:40:51.553Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cb6d14f9-78ae-470a-a6af-a3a2b9fea472/model-vers/model-ver/27fdb87d-b713-4eaf-90a0-9e48041e5db6?depth=0|INFO|500||Invoke
2023-03-18T11:40:51.553Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cb6d14f9-78ae-470a-a6af-a3a2b9fea472/model-vers/model-ver/27fdb87d-b713-4eaf-90a0-9e48041e5db6?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cb6d14f9-78ae-470a-a6af-a3a2b9fea472/model-vers/model-ver/27fdb87d-b713-4eaf-90a0-9e48041e5db6?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[d4dc9e71-f2cb-491c-bcf1-9d51402514be], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[b06946d5-4b6a-4f25-beae-24cfd91690f0], X-ECOMP-RequestID=[d4dc9e71-f2cb-491c-bcf1-9d51402514be], X-TransactionId=[], X-ONAP-RequestID=[d4dc9e71-f2cb-491c-bcf1-9d51402514be], Content-Type=[application/merge-patch+json]}
2023-03-18T11:40:51.560Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cb6d14f9-78ae-470a-a6af-a3a2b9fea472/model-vers/model-ver/27fdb87d-b713-4eaf-90a0-9e48041e5db6?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-18T11:40:51.671Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cb6d14f9-78ae-470a-a6af-a3a2b9fea472/model-vers/model-ver/27fdb87d-b713-4eaf-90a0-9e48041e5db6?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/cb6d14f9-78ae-470a-a6af-a3a2b9fea472/model-vers/model-ver/27fdb87d-b713-4eaf-90a0-9e48041e5db6?depth=0 has http status code:200 and response headers:{date=[Sat, 18 Mar 2023 11:40:51 GMT], content-length=[0], vertex-id=[593936], x-aai-txid=[1-aai-resources-230318-11:40:51:262-23674], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-18T11:40:51.672Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cb6d14f9-78ae-470a-a6af-a3a2b9fea472/model-vers/model-ver/27fdb87d-b713-4eaf-90a0-9e48041e5db6?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-18T11:40:51.673Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cb6d14f9-78ae-470a-a6af-a3a2b9fea472/model-vers/model-ver/27fdb87d-b713-4eaf-90a0-9e48041e5db6?depth=0|INFO|500||InvokeReturn
2023-03-18T11:40:51.674Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-18T11:40:51.674Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-18T11:40:51.683Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-18T11:40:51.684Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID d4dc9e71-f2cb-491c-bcf1-9d51402514be and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-18T11:40:51.685Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-18T11:40:51.685Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T11:40:51.685Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T11:40:51.686Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679139651685,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-18T11:40:52.721Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T11:40:52.722Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Failing OffsetCommit request since the consumer is not part of an active group
2023-03-18T11:40:52.722Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||ERROR|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Asynchronous auto-commit of offsets failed: Offset commit cannot be completed since the consumer is not part of an active group for auto partition assignment; it is likely that the consumer was kicked out of the group.. Will continue to join group.
2023-03-18T11:40:52.722Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Giving away all assigned partitions as lost since generation/memberID has been reset,indicating that consumer is in old state or no longer part of the group
2023-03-18T11:40:52.722Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Lost previously assigned partitions SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5
2023-03-18T11:40:52.722Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] (Re-)joining group
2023-03-18T11:40:52.726Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2-c5d13929-e4ad-4273-a566-7795765d36f4
2023-03-18T11:40:52.726Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Asynchronous auto-commit of offsets {SDC-DISTR-NOTIF-TOPIC-AUTO-5=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-4=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-3=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-2=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-1=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-0=OffsetAndMetadata{offset=2, leaderEpoch=0, metadata=''}} failed: Offset commit cannot be completed since the consumer is not part of an active group for auto partition assignment; it is likely that the consumer was kicked out of the group.
2023-03-18T11:40:52.726Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Request joining group due to: rebalance failed due to 'The group member needs to have a valid member id before actually entering a consumer group.' (MemberIdRequiredException)
2023-03-18T11:40:52.726Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] (Re-)joining group
2023-03-18T11:40:53.971Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T11:40:56.980Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T11:40:58.919Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T11:40:58.932Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Revoke previously assigned partitions SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-03-18T11:40:58.932Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] (Re-)joining group
2023-03-18T11:40:58.937Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Successfully joined group with generation Generation{generationId=31, memberId='SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94-2995e74d-4211-4955-93f6-f3f14568571e', protocol='range'}
2023-03-18T11:40:58.937Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Successfully joined group with generation Generation{generationId=31, memberId='SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2-c5d13929-e4ad-4273-a566-7795765d36f4', protocol='range'}
2023-03-18T11:40:58.940Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Finished assignment for group at generation 31: {SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2-c5d13929-e4ad-4273-a566-7795765d36f4=Assignment(partitions=[SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5]), SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94-2995e74d-4211-4955-93f6-f3f14568571e=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])}
2023-03-18T11:40:58.952Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Successfully synced group in generation Generation{generationId=31, memberId='SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2-c5d13929-e4ad-4273-a566-7795765d36f4', protocol='range'}
2023-03-18T11:40:58.952Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Successfully synced group in generation Generation{generationId=31, memberId='SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94-2995e74d-4211-4955-93f6-f3f14568571e', protocol='range'}
2023-03-18T11:40:58.952Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5])
2023-03-18T11:40:58.952Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])
2023-03-18T11:40:58.953Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Adding newly assigned partitions: SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5
2023-03-18T11:40:58.953Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Adding newly assigned partitions: SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-03-18T11:40:58.957Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-18T11:40:58.957Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-18T11:40:58.958Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-18T11:40:58.958Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-18T11:40:58.958Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-18T11:40:58.958Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=311, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-18T11:40:58.958Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-18T11:40:58.958Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-18T11:40:58.958Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-18T11:40:58.959Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-18T11:40:58.959Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-18T11:40:58.959Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-18T11:40:58.965Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-18T11:40:58.966Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846","serviceName":"basic_onboard_gCPnoC","serviceVersion":"1.0","serviceUUID":"dad851ae-1f1d-4e04-8847-f18fd5d51391","serviceDescription":"service","serviceInvariantUUID":"693dcbb7-55f2-41d5-a0d9-572574329dfe","resources":[{"resourceInstanceName":"basic_onboard_gCPnoC 0","resourceName":"basic_onboard_gCPnoC","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"f3fb2f57-aad9-4f33-88db-c458ae09cdfb","resourceInvariantUUID":"d7c6b294-4284-4b69-87ff-a797deedad73","resourceCustomizationUUID":"9327f8c9-4591-449b-b6af-227dc0614cab","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/vf-license-model.xml","artifactChecksum":"OGQ5ZDI0MzIzNDdmMDUyYmQ0MzVmMDVkOWUyNGVlYmE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"5077753b-8cdd-47a9-82d5-e3ff4ce969c3","artifactVersion":"1"},{"artifactName":"basic_onboard_gcpnoc0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json","artifactChecksum":"NjRhMmYzNDQxZDFkYzhiMjZmMTk3NDMzZmQwOWNiNWI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"583db2fa-2045-4011-8045-9fd436580060","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"0846dbe8-d246-42f3-9ba6-3c197d6bb5c4","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"5004fadd-cda9-4566-99ac-bc5d669427a2","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"7d3da3bf-4415-4326-b045-fe6bef605f78","artifactVersion":"2","generatedFromUUID":"0846dbe8-d246-42f3-9ba6-3c197d6bb5c4"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardGcpnoc-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-template.yml","artifactChecksum":"OGFkYWYzODVjYTg1MmE4Y2JhZWM5NDk3ZjljNTAwNTE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"8ab16f5d-5180-4470-b278-f6ea6f7c23e8","artifactVersion":"1"},{"artifactName":"service-BasicOnboardGcpnoc-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar","artifactChecksum":"MjQxYmE3NTM3MTRlYjAwMzA2YjMyYmJjMmU4MmNkYjE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"d6569f72-4f81-428a-8593-389324ccdf48","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-18T11:40:58.967Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T11:40:58.968Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-18T11:40:58.968Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T11:40:58.968Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679139652721,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T11:40:59.969Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T11:40:59.969Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T11:40:59.969Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-18T11:40:59.970Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679139292651,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T11:40:59.970Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T11:40:59.970Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T11:40:59.970Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679139652721,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T11:40:59.970Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T11:40:59.970Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679139292651,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/vfw58569f3ebd560_modules.json",
  "status": "NOTIFIED"
}
2023-03-18T11:40:59.970Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T11:40:59.970Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T11:40:59.970Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679139292651,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-03-18T11:40:59.970Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T11:40:59.970Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T11:40:59.970Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679139292651,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T11:40:59.970Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T11:40:59.970Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T11:40:59.970Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679139292651,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2023-03-18T11:40:59.971Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T11:40:59.971Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T11:40:59.971Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679139292651,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T11:40:59.971Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T11:40:59.971Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T11:40:59.971Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679139292651,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar",
  "status": "NOTIFIED"
}
2023-03-18T11:40:59.971Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T11:40:59.971Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T11:40:59.971Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679139616870,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-18T11:40:59.971Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T11:40:59.971Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T11:40:59.971Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679139619491,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 436a091b-6820-4621-9f77-4a798268cc9d already exists"
}
2023-03-18T11:40:59.971Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T11:40:59.971Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T11:40:59.971Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679139620493,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: d26137cf-1389-4abe-8e09-78b44d7a1aae already exists"
}
2023-03-18T11:40:59.971Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T11:40:59.971Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T11:40:59.971Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679139651685,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-18T11:40:59.971Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T11:40:59.971Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T11:40:59.971Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679139652721,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T11:40:59.971Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T11:41:00.972Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T11:41:00.972Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-18T11:41:00.973Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T11:41:00.973Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679139652721,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T11:41:01.975Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T11:41:01.976Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-18T11:41:01.976Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T11:41:01.976Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679139652721,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T11:41:02.978Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T11:41:02.978Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-18T11:41:02.979Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T11:41:02.979Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679139652721,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T11:41:03.981Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T11:41:03.981Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-18T11:41:03.981Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T11:41:03.981Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679139652721,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T11:41:04.982Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T11:41:04.983Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-18T11:41:04.983Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T11:41:04.983Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679139652721,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T11:41:05.985Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "serviceName": "basic_onboard_gCPnoC",
  "serviceVersion": "1.0",
  "serviceUUID": "dad851ae-1f1d-4e04-8847-f18fd5d51391",
  "serviceDescription": "service",
  "serviceInvariantUUID": "693dcbb7-55f2-41d5-a0d9-572574329dfe",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_gCPnoC 0",
      "resourceCustomizationUUID": "9327f8c9-4591-449b-b6af-227dc0614cab",
      "resourceName": "basic_onboard_gCPnoC",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "f3fb2f57-aad9-4f33-88db-c458ae09cdfb",
      "resourceInvariantUUID": "d7c6b294-4284-4b69-87ff-a797deedad73",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_gcpnoc0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json",
          "artifactChecksum": "NjRhMmYzNDQxZDFkYzhiMjZmMTk3NDMzZmQwOWNiNWI\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "583db2fa-2045-4011-8045-9fd436580060",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "0846dbe8-d246-42f3-9ba6-3c197d6bb5c4",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "7d3da3bf-4415-4326-b045-fe6bef605f78",
            "generatedFromUUID": "0846dbe8-d246-42f3-9ba6-3c197d6bb5c4"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "7d3da3bf-4415-4326-b045-fe6bef605f78",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardGcpnoc-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar",
      "artifactChecksum": "MjQxYmE3NTM3MTRlYjAwMzA2YjMyYmJjMmU4MmNkYjE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "d6569f72-4f81-428a-8593-389324ccdf48"
    }
  ],
  "workloadContext": "Production"
}
2023-03-18T11:41:05.986Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-18T11:41:05.986Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 dad851ae-1f1d-4e04-8847-f18fd5d51391 ASDC
2023-03-18T11:41:05.987Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
ServiceName:basic_onboard_gCPnoC
ServiceVersion:1.0
ServiceUUID:dad851ae-1f1d-4e04-8847-f18fd5d51391
ServiceInvariantUUID:693dcbb7-55f2-41d5-a0d9-572574329dfe
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardGcpnoc-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar
ArtifactUUID:d6569f72-4f81-428a-8593-389324ccdf48
ArtifactChecksum:MjQxYmE3NTM3MTRlYjAwMzA2YjMyYmJjMmU4MmNkYjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_gCPnoC 0
ResourceCustomizationUUID:9327f8c9-4591-449b-b6af-227dc0614cab
ResourceInvariantUUID:d7c6b294-4284-4b69-87ff-a797deedad73
ResourceName:basic_onboard_gCPnoC
ResourceType:VF
ResourceUUID:f3fb2f57-aad9-4f33-88db-c458ae09cdfb
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_gcpnoc0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json
ArtifactUUID:583db2fa-2045-4011-8045-9fd436580060
ArtifactChecksum:NjRhMmYzNDQxZDFkYzhiMjZmMTk3NDMzZmQwOWNiNWI=
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/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.yaml
ArtifactUUID:0846dbe8-d246-42f3-9ba6-3c197d6bb5c4
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/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.env
ArtifactUUID:7d3da3bf-4415-4326-b045-fe6bef605f78
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/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.env
ArtifactUUID:7d3da3bf-4415-4326-b045-fe6bef605f78
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-18T11:41:05.987Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF dad851ae-1f1d-4e04-8847-f18fd5d51391 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: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-18T11:41:06.026Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-18T11:41:06.026Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-18T11:41:06.026Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-18T11:41:06.026Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: d6569f72-4f81-428a-8593-389324ccdf48 from URL: /sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar
2023-03-18T11:41:06.026Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-18T11:41:06.026Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar
2023-03-18T11:41:06.076Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||GET Response Status 404
2023-03-18T11:41:06.076Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@66c87501
2023-03-18T11:41:06.076Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-18T11:41:06.076Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicOnboardGcpnoc"
      ]
    }
  }
}
2023-03-18T11:41:06.077Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicOnboardGcpnoc-csar.csar /sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar d6569f72-4f81-428a-8593-389324ccdf48 Specified artifact is  not found 300 ASDC artifact download fail
2023-03-18T11:41:06.077Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar ASDC sendASDCNotification
2023-03-18T11:41:06.077Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar(Specified artifact is  not found)
2023-03-18T11:41:06.077Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-18T11:41:06.077Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-18T11:41:06.077Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T11:41:06.077Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679139666077,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T11:41:07.079Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during processCsarServiceArtifacts ASDC processCsarServiceArtifacts 500 Exception in processCsarServiceArtifacts
org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact service-BasicOnboardGcpnoc-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar(UUID:d6569f72-4f81-428a-8593-389324ccdf48)
Error message is Specified artifact is  not found

	at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394)
	at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2023-03-18T11:41:07.094Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||ERROR|500||error NSST process resource failure 
java.lang.NullPointerException: null
	at org.onap.so.asdc.client.ASDCController.processNsstNotification(ASDCController.java:978)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:760)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-18T11:41:07.094Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: f3fb2f57-aad9-4f33-88db-c458ae09cdfb
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-18T11:41:07.098Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||INFO|500||basic_onboard_gCPnoC 0
2023-03-18T11:41:07.098Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: f3fb2f57-aad9-4f33-88db-c458ae09cdfb
2023-03-18T11:41:07.098Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 583db2fa-2045-4011-8045-9fd436580060 from URL: /sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json
2023-03-18T11:41:07.098Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-18T11:41:07.098Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json
2023-03-18T11:41:07.111Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||GET Response Status 404
2023-03-18T11:41:07.112Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@3986bd86
2023-03-18T11:41:07.112Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-18T11:41:07.112Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicOnboardGcpnoc"
      ]
    }
  }
}
2023-03-18T11:41:07.112Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL basic_onboard_gcpnoc0_modules.json /sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json 583db2fa-2045-4011-8045-9fd436580060 Specified artifact is  not found 300 ASDC artifact download fail
2023-03-18T11:41:07.112Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json ASDC sendASDCNotification
2023-03-18T11:41:07.112Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json(Specified artifact is  not found)
2023-03-18T11:41:07.112Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-18T11:41:07.113Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-18T11:41:07.113Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T11:41:07.113Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679139667112,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T11:41:08.114Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during Installation of artifact ASDC processResourceNotification 500 Exception in processResourceNotification
org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact basic_onboard_gcpnoc0_modules.json could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json(UUID:583db2fa-2045-4011-8045-9fd436580060)
Error message is Specified artifact is  not found

	at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:787)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-18T11:41:08.115Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T11:41:08.134Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T11:41:08.137Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-18T11:41:08.137Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-18T11:41:38.138Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T11:41:38.157Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T11:41:38.160Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-18T11:41:38.161Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-18T11:41:58.919Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T11:41:58.921Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T11:41:58.921Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679139652721,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json",
  "status": "NOTIFIED"
}
2023-03-18T11:41:58.922Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T11:42:08.161Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T11:42:08.180Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T11:42:08.184Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-18T11:42:08.184Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-18T11:42:38.185Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T11:42:38.202Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T11:42:38.205Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-18T11:42:38.205Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-18T11:42:58.919Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T11:42:58.921Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T11:42:58.922Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679139652721,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2023-03-18T11:42:58.923Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T11:42:58.923Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T11:42:58.923Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679139652721,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T11:42:58.924Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T11:42:58.924Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T11:42:58.924Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679139652721,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2023-03-18T11:42:58.925Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T11:42:58.925Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T11:42:58.925Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679139652721,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T11:42:58.925Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T11:42:58.926Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T11:42:58.926Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679139652721,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar",
  "status": "NOTIFIED"
}
2023-03-18T11:42:58.926Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T11:42:58.926Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T11:42:58.927Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679139666077,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-18T11:42:58.927Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T11:42:58.927Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T11:42:58.928Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679139667112,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-18T11:42:58.928Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T11:43:08.205Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T11:43:08.225Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T11:43:08.229Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-18T11:43:08.229Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-18T11:43:38.229Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T11:43:38.248Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T11:43:38.251Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-18T11:43:38.251Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-18T11:43:58.919Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T11:44:08.251Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T11:44:08.269Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T11:44:08.272Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-18T11:44:08.273Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-18T11:44:38.274Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T11:44:38.295Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T11:44:38.298Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-18T11:44:38.298Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-18T11:44:58.921Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T11:45:08.298Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T11:45:08.319Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T11:45:08.322Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-18T11:45:08.323Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-18T11:45:38.323Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T11:45:38.337Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T11:45:38.340Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-18T11:45:38.340Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-18T11:45:58.921Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T11:45:58.975Z||kafka-coordinator-heartbeat-thread | so|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] consumer poll timeout has expired. This means the time between subsequent calls to poll() was longer than the configured max.poll.interval.ms, which typically implies that the poll loop is spending too much time processing messages. You can address this either by increasing max.poll.interval.ms or by reducing the maximum size of batches returned in poll() with max.poll.records.
2023-03-18T11:45:58.975Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Member SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2-c5d13929-e4ad-4273-a566-7795765d36f4 sending LeaveGroup request to coordinator onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2147483645 rack: null) due to consumer poll timeout has expired.
2023-03-18T11:45:58.976Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Resetting generation and member id due to: consumer pro-actively leaving the group
2023-03-18T11:45:58.976Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Request joining group due to: consumer pro-actively leaving the group
2023-03-18T11:45:59.670Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T11:45:59.681Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Revoke previously assigned partitions SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-03-18T11:45:59.682Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] (Re-)joining group
2023-03-18T11:45:59.687Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Successfully joined group with generation Generation{generationId=32, memberId='SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94-2995e74d-4211-4955-93f6-f3f14568571e', protocol='range'}
2023-03-18T11:45:59.688Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Finished assignment for group at generation 32: {SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94-2995e74d-4211-4955-93f6-f3f14568571e=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])}
2023-03-18T11:45:59.702Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Successfully synced group in generation Generation{generationId=32, memberId='SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94-2995e74d-4211-4955-93f6-f3f14568571e', protocol='range'}
2023-03-18T11:45:59.703Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])
2023-03-18T11:45:59.703Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Adding newly assigned partitions: SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-03-18T11:45:59.707Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-18T11:45:59.707Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-18T11:45:59.707Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-18T11:45:59.708Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=331, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-18T11:45:59.708Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-18T11:45:59.708Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-18T11:46:08.340Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2023-03-18T11:46:08.341Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-18T11:46:08.352Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846 and serviceModelVersionId: dad851ae-1f1d-4e04-8847-f18fd5d51391
2023-03-18T11:46:08.352Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 693dcbb7-55f2-41d5-a0d9-572574329dfe
2023-03-18T11:46:08.353Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391?depth=0
2023-03-18T11:46:08.359Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-03-18T11:46:08.377Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-03-18T11:46:08.377Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391?depth=0|INFO|500||Invoke
2023-03-18T11:46:08.386Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2023-03-18T11:46:08.411Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391?depth=0|INFO|404|Not Found|InvokeReturn
2023-03-18T11:46:08.411Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391?depth=0 has http status code:404 and response headers:{date=[Sat, 18 Mar 2023 11:46:08 GMT], content-length=[495], x-aai-txid=[1-aai-resources-230318-11:46:08:087-35235], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-18T11:46:08.412Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||{"requestError":{"serviceException":{"messageId":"SVC3001","text":"Resource not found for %1 using id %2 (msg=%3) (ec=%4)","variables":["MERGE_PATCH","service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391","Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391","ERR.5.4.6114"]}}}

2023-03-18T11:46:08.419Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391) (ec=ERR.5.4.6114)
2023-03-18T11:46:08.420Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||ERROR|500||Exception occurred
javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391) (ec=ERR.5.4.6114)
	at org.onap.so.client.ResponseExceptionMapper.map(ResponseExceptionMapper.java:74)
	at org.onap.so.client.RestRequest.get(RestRequest.java:77)
	at org.onap.so.client.RestClient.buildRequest(RestClient.java:326)
	at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322)
	at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283)
	at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67)
	at net.jodah.failsafe.Execution.executeSync(Execution.java:117)
	at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319)
	at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71)
	at org.onap.so.client.RestClient.method(RestClient.java:322)
	at org.onap.so.client.RestClient.patch(RestClient.java:265)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184)
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-18T11:46:08.420Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391) (ec=ERR.5.4.6114)
2023-03-18T11:46:08.420Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391) (ec=ERR.5.4.6114)
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-18T11:46:08.429Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-18T11:46:08.429Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391) (ec=ERR.5.4.6114)
2023-03-18T11:46:08.429Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2023-03-18T11:46:08.430Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-18T11:46:08.430Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T11:46:08.430Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679139968429,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391) (ec\u003dERR.5.4.6114)"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T11:46:08.449Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T11:46:08.449Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679139968429,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391) (ec\u003dERR.5.4.6114)"
}
2023-03-18T11:46:08.450Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-18T11:46:09.454Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-18T11:46:09.454Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"d4dc9e71-f2cb-491c-bcf1-9d51402514be","serviceName":"vFW 2023-03-18 11-08-36","serviceVersion":"1.0","serviceUUID":"27fdb87d-b713-4eaf-90a0-9e48041e5db6","serviceDescription":"catalog service description","serviceInvariantUUID":"cb6d14f9-78ae-470a-a6af-a3a2b9fea472","resources":[{"resourceInstanceName":"vFW 58569f3e-bd56 0","resourceName":"vFW 58569f3e-bd56","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"d26137cf-1389-4abe-8e09-78b44d7a1aae","resourceInvariantUUID":"440b369e-a09c-4c31-8a4e-6692abd11e0c","resourceCustomizationUUID":"e17fe765-865d-4748-ab41-44bdbee5a853","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/vf-license-model.xml","artifactChecksum":"MTFjYmU2ZGQwM2YxYTQxNjdhOWY1YjI5OWUyYjE5OTg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"7238df55-40f7-4cde-93e0-f3c86248a4ba","artifactVersion":"1"},{"artifactName":"vfw58569f3ebd560_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/vfw58569f3ebd560_modules.json","artifactChecksum":"ODg5YTAyNmJiZTFiZTA5MDMwZWVhNmFkMzVmNzk4YTg\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"a8ca7246-150c-4537-b08d-e58462b66bb6","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"be903e28-b266-44db-9c8b-4cbcb6f7ee77","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/vendor-license-model.xml","artifactChecksum":"NDExZWJjY2Q3ZjkxN2NkNTRiYmFlNDViOGZhYWJjM2M\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"cecd91b9-dbd7-4a9b-96a0-72674051949c","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"0637f995-3e6f-44f6-89fc-61906f5ff14b","artifactVersion":"2","generatedFromUUID":"be903e28-b266-44db-9c8b-4cbcb6f7ee77"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20230318110836-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-template.yml","artifactChecksum":"NjdmYzRlMTY1MzM1ODg5NjAzNTEzOWU1ZGFmNmNiNDI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"8648cca8-36e7-40c1-8faf-a7c0be2faa07","artifactVersion":"1"},{"artifactName":"service-Vfw20230318110836-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar","artifactChecksum":"NzY3OTRjMDBhMTZlZjQ1ZTQ3MTU0ZjE0NjliYmU1M2Y\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"436a091b-6820-4621-9f77-4a798268cc9d","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-18T11:46:09.454Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T11:46:09.455Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-18T11:46:09.455Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T11:46:09.455Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679139652721,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T11:46:10.456Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T11:46:10.456Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-18T11:46:10.456Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T11:46:10.456Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679139652721,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/vfw58569f3ebd560_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T11:46:11.457Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T11:46:11.457Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-18T11:46:11.457Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T11:46:11.458Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679139652721,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T11:46:12.459Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T11:46:12.459Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-18T11:46:12.459Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T11:46:12.459Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679139652721,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T11:46:13.461Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T11:46:13.461Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-18T11:46:13.461Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T11:46:13.461Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679139652721,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/base_vfw.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T11:46:14.462Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T11:46:14.463Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-18T11:46:14.463Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T11:46:14.463Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679139652721,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T11:46:15.464Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T11:46:15.464Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-18T11:46:15.465Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T11:46:15.465Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679139652721,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T11:46:16.466Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "serviceName": "vFW 2023-03-18 11-08-36",
  "serviceVersion": "1.0",
  "serviceUUID": "27fdb87d-b713-4eaf-90a0-9e48041e5db6",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "cb6d14f9-78ae-470a-a6af-a3a2b9fea472",
  "resources": [
    {
      "resourceInstanceName": "vFW 58569f3e-bd56 0",
      "resourceCustomizationUUID": "e17fe765-865d-4748-ab41-44bdbee5a853",
      "resourceName": "vFW 58569f3e-bd56",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "d26137cf-1389-4abe-8e09-78b44d7a1aae",
      "resourceInvariantUUID": "440b369e-a09c-4c31-8a4e-6692abd11e0c",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw58569f3ebd560_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/vfw58569f3ebd560_modules.json",
          "artifactChecksum": "ODg5YTAyNmJiZTFiZTA5MDMwZWVhNmFkMzVmNzk4YTg\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "a8ca7246-150c-4537-b08d-e58462b66bb6",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "be903e28-b266-44db-9c8b-4cbcb6f7ee77",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "0637f995-3e6f-44f6-89fc-61906f5ff14b",
            "generatedFromUUID": "be903e28-b266-44db-9c8b-4cbcb6f7ee77"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "0637f995-3e6f-44f6-89fc-61906f5ff14b",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20230318110836-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar",
      "artifactChecksum": "NzY3OTRjMDBhMTZlZjQ1ZTQ3MTU0ZjE0NjliYmU1M2Y\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "436a091b-6820-4621-9f77-4a798268cc9d"
    }
  ],
  "workloadContext": "Production"
}
2023-03-18T11:46:16.467Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-18T11:46:16.467Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 27fdb87d-b713-4eaf-90a0-9e48041e5db6 ASDC
2023-03-18T11:46:16.468Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:d4dc9e71-f2cb-491c-bcf1-9d51402514be
ServiceName:vFW 2023-03-18 11-08-36
ServiceVersion:1.0
ServiceUUID:27fdb87d-b713-4eaf-90a0-9e48041e5db6
ServiceInvariantUUID:cb6d14f9-78ae-470a-a6af-a3a2b9fea472
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20230318110836-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar
ArtifactUUID:436a091b-6820-4621-9f77-4a798268cc9d
ArtifactChecksum:NzY3OTRjMDBhMTZlZjQ1ZTQ3MTU0ZjE0NjliYmU1M2Y=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 58569f3e-bd56 0
ResourceCustomizationUUID:e17fe765-865d-4748-ab41-44bdbee5a853
ResourceInvariantUUID:440b369e-a09c-4c31-8a4e-6692abd11e0c
ResourceName:vFW 58569f3e-bd56
ResourceType:VF
ResourceUUID:d26137cf-1389-4abe-8e09-78b44d7a1aae
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw58569f3ebd560_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/vfw58569f3ebd560_modules.json
ArtifactUUID:a8ca7246-150c-4537-b08d-e58462b66bb6
ArtifactChecksum:ODg5YTAyNmJiZTFiZTA5MDMwZWVhNmFkMzVmNzk4YTg=
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/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/base_vfw.yaml
ArtifactUUID:be903e28-b266-44db-9c8b-4cbcb6f7ee77
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/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/base_vfw.env
ArtifactUUID:0637f995-3e6f-44f6-89fc-61906f5ff14b
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/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/base_vfw.env
ArtifactUUID:0637f995-3e6f-44f6-89fc-61906f5ff14b
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-18T11:46:16.468Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 27fdb87d-b713-4eaf-90a0-9e48041e5db6 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: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-18T11:46:16.504Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-18T11:46:16.506Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-18T11:46:16.506Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-18T11:46:16.506Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 436a091b-6820-4621-9f77-4a798268cc9d from URL: /sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar
2023-03-18T11:46:16.506Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-18T11:46:16.506Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar
2023-03-18T11:46:16.815Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-03-18T11:46:16.822Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar 436a091b-6820-4621-9f77-4a798268cc9d 101467
2023-03-18T11:46:16.823Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar ASDC sendASDCNotification
2023-03-18T11:46:16.823Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar
2023-03-18T11:46:16.823Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-18T11:46:16.824Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-18T11:46:16.824Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T11:46:16.824Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679139976823,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T11:46:17.825Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-18T11:46:17.826Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-18T11:46:17.827Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 436a091b-6820-4621-9f77-4a798268cc9d, URL: /sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar to file: /app/ASDC/1/service-Vfw20230318110836-csar.csar
2023-03-18T11:46:17.827Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20230318110836-csar.csar
2023-03-18T11:46:17.828Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20230318110836-csar.csar
2023-03-18T11:46:17.828Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20230318110836-csar.csar
2023-03-18T11:46:17.944Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6132692161007826041/Definitions/service-Vfw20230318110836-template.yml
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_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vfw_name" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_user_data_format" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_key_name" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "compute_vfw_metadata" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
2023-03-18T11:46:19.386Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-18T11:46:19.386Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-03-18T11:46:19.386Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20230318110836-csar.csar
2023-03-18T11:46:19.386Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2023-03-18T11:46:19.386Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230318110836-csar.csar
2023-03-18T11:46:19.386Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230318110836-csar.csar
2023-03-18T11:46:19.386Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20230318110836-csar.csar
2023-03-18T11:46:19.386Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230318110836-csar.csar
2023-03-18T11:46:19.386Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230318110836-csar.csar
2023-03-18T11:46:19.386Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230318110836-csar.csar
2023-03-18T11:46:19.386Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230318110836-csar.csar
2023-03-18T11:46:19.387Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230318110836-csar.csar
2023-03-18T11:46:19.387Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230318110836-csar.csar
2023-03-18T11:46:19.387Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 58569f3e-bd56 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-Vfw20230318110836-csar.csar
2023-03-18T11:46:19.387Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230318110836-csar.csar
2023-03-18T11:46:19.387Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-03-18T11:46:19.387Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T11:46:19.387Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-18 11-08-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T11:46:19.387Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||Node template vFW 58569f3e-bd56 0 is matching search criteria
2023-03-18T11:46:19.387Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-03-18T11:46:19.387Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 58569f3e-bd56 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-18T11:46:19.387Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T11:46:19.387Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-18 11-08-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T11:46:19.387Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||Node template vFW 58569f3e-bd56 0 is matching search criteria
2023-03-18T11:46:19.387Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-03-18T11:46:19.387Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 58569f3e-bd56 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-18T11:46:19.388Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T11:46:19.388Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-18 11-08-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T11:46:19.388Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T11:46:19.388Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||Node template vFW 58569f3e-bd56 0 is not matching search criteria
2023-03-18T11:46:19.388Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-18T11:46:19.388Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-18T11:46:19.388Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-18T11:46:19.388Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-18T11:46:19.388Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-18T11:46:19.388Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-18T11:46:19.388Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-18T11:46:19.388Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-18T11:46:19.388Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-18T11:46:19.388Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-18T11:46:19.388Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-18T11:46:19.388Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-18T11:46:19.388Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-18T11:46:19.388Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-18T11:46:19.388Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-18T11:46:19.389Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-03-18T11:46:19.389Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T11:46:19.389Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-18 11-08-36 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-03-18T11:46:19.389Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T11:46:19.389Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||Node template vFW 58569f3e-bd56 0 is matching search criteria
2023-03-18T11:46:19.389Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 58569f3e-bd56 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-18T11:46:19.389Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T11:46:19.389Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||Node template vFW 58569f3e-bd56 0 is matching search criteria
2023-03-18T11:46:19.389Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 58569f3e-bd56 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-18T11:46:19.389Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T11:46:19.389Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||Node template vFW 58569f3e-bd56 0 is matching search criteria
2023-03-18T11:46:19.389Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 58569f3e-bd56 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-18T11:46:19.389Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T11:46:19.389Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||Node template vFW 58569f3e-bd56 0 is not matching search criteria
2023-03-18T11:46:19.389Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-18T11:46:19.389Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-18T11:46:19.389Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-03-18T11:46:19.389Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-18T11:46:19.390Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-18T11:46:19.390Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-18T11:46:19.390Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-18T11:46:19.390Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-18T11:46:19.390Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-18T11:46:19.390Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-18T11:46:19.390Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-18T11:46:19.390Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=54648a20-f030-49c4-93d4-4525b2108f51
2023-03-18T11:46:19.390Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T11:46:19.390Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||Node template vFW 58569f3e-bd56 0 is not matching search criteria
2023-03-18T11:46:19.390Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-18T11:46:19.390Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-18T11:46:19.390Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-18T11:46:19.390Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-18T11:46:19.390Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-18T11:46:19.390Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-18T11:46:19.391Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-18T11:46:19.391Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-03-18T11:46:19.391Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-18T11:46:19.391Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-18T11:46:19.391Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-18T11:46:19.391Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-18T11:46:19.391Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=c8000f82-3ea0-499f-845f-48af9ca20f40
2023-03-18T11:46:19.391Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T11:46:19.391Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||Node template vFW 58569f3e-bd56 0 is not matching search criteria
2023-03-18T11:46:19.391Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-18T11:46:19.391Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-18T11:46:19.391Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-18T11:46:19.391Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-18T11:46:19.391Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-18T11:46:19.391Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-18T11:46:19.391Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-18T11:46:19.392Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-18T11:46:19.392Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-18T11:46:19.392Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-18T11:46:19.392Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-18T11:46:19.392Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-03-18T11:46:19.392Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=8d37dce4-ace0-4972-b0ae-359f5ee34e15
2023-03-18T11:46:19.392Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T11:46:19.392Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-18 11-08-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T11:46:19.392Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T11:46:19.392Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-18 11-08-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T11:46:19.392Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T11:46:19.392Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-18 11-08-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T11:46:19.392Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T11:46:19.392Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-18 11-08-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T11:46:19.392Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2023-03-18 11-08-36
Description:catalog service description
Model UUID:27fdb87d-b713-4eaf-90a0-9e48041e5db6
Model Version:NULL
Model InvariantUuid:cb6d14f9-78ae-470a-a6af-a3a2b9fea472
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 58569f3e-bd56
Model UUID:2fc36073-92c9-4d5d-9644-0bb6550c287b
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:440b369e-a09c-4c31-8a4e-6692abd11e0c
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:e17fe765-865d-4748-ab41-44bdbee5a853
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:351d450e-b1b7-41ae-a83a-2a71f15e25d1
ModelName:Vfw58569f3eBd56..base_vfw..module-0
ModelUuid:0d68d68e-dec8-43d2-aff9-f5d88cc04393
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:54648a20-f030-49c4-93d4-4525b2108f51
ModelInvariantUuid:4ab08134-cd1d-4688-9b75-17c67d1a3e81
ModelName:vFW 58569f3e-bd56-nodes.vfwCvfc
ModelUuid:d6b2f0ba-9202-407c-a163-7cc24d0f18b4
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:056f6090-f73c-4739-af97-620c05ad132a
ModelInvariantUuid:983e3ada-7ea8-4303-8174-d3114334eb9e
ModelName:Vfw58569f3eBd56.compute.nodes.heat.vfw
ModelUuid:3d4b7896-bd84-401c-aa77-b889e41a200a
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:c8000f82-3ea0-499f-845f-48af9ca20f40
ModelInvariantUuid:fcd18208-a79b-409f-9943-f6fdaf7b423e
ModelName:vFW 58569f3e-bd56-nodes.vsnCvfc
ModelUuid:2dc70d22-f13d-4809-b3aa-6be925119137
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:402dc1d7-02f5-4fe5-9c72-942fea6de45f
ModelInvariantUuid:0b0ccbe0-ee97-4020-bd46-0de8c06bfc96
ModelName:Vfw58569f3eBd56.compute.nodes.heat.vsn
ModelUuid:9156b53b-b6f9-40ab-bf18-4e57fbace729
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:8d37dce4-ace0-4972-b0ae-359f5ee34e15
ModelInvariantUuid:5fb0558e-6cb2-4431-b7ca-6445c8799cef
ModelName:vFW 58569f3e-bd56-nodes.vpgCvfc
ModelUuid:fa77263e-b297-4fc8-ad06-fee6a19575f2
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:c490c1b0-6d8a-4e04-bcc3-d1334a874130
ModelInvariantUuid:49041fa9-9665-4fc5-a429-9d3d7490839b
ModelName:Vfw58569f3eBd56.compute.nodes.heat.vpg
ModelUuid:7e8eb1f5-1f60-4b7b-ac6b-192037bf4db6
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=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-03-18T11:46:19.430Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||ERROR|500||Csar with UUID: 436a091b-6820-4621-9f77-4a798268cc9d already exists
2023-03-18T11:46:19.430Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar ASDC sendASDCNotification
2023-03-18T11:46:19.430Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar(Csar with UUID: 436a091b-6820-4621-9f77-4a798268cc9d already exists)
2023-03-18T11:46:19.430Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-18T11:46:19.430Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-18T11:46:19.430Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T11:46:19.430Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679139979430,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 436a091b-6820-4621-9f77-4a798268cc9d already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T11:46:20.433Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar ASDC sendASDCNotification
2023-03-18T11:46:20.433Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar(Resource with UUID: d26137cf-1389-4abe-8e09-78b44d7a1aae already exists)
2023-03-18T11:46:20.433Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-18T11:46:20.434Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-18T11:46:20.434Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T11:46:20.434Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679139980433,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: d26137cf-1389-4abe-8e09-78b44d7a1aae already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T11:46:21.435Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d4dc9e71-f2cb-491c-bcf1-9d51402514be
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T11:46:21.453Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d4dc9e71-f2cb-491c-bcf1-9d51402514be
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T11:46:21.456Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-18T11:46:21.457Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-18T11:46:21.457Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-18T11:46:21.457Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-18T11:46:21.457Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T11:46:21.457Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T11:46:21.457Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T11:46:21.457Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T11:46:21.457Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T11:46:21.457Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-18T11:46:21.467Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-18T11:46:51.467Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: d4dc9e71-f2cb-491c-bcf1-9d51402514be and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-18T11:46:51.474Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: d4dc9e71-f2cb-491c-bcf1-9d51402514be and serviceModelVersionId: 27fdb87d-b713-4eaf-90a0-9e48041e5db6
2023-03-18T11:46:51.475Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : cb6d14f9-78ae-470a-a6af-a3a2b9fea472
2023-03-18T11:46:51.475Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/cb6d14f9-78ae-470a-a6af-a3a2b9fea472/model-vers/model-ver/27fdb87d-b713-4eaf-90a0-9e48041e5db6?depth=0
2023-03-18T11:46:51.481Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-03-18T11:46:51.495Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cb6d14f9-78ae-470a-a6af-a3a2b9fea472/model-vers/model-ver/27fdb87d-b713-4eaf-90a0-9e48041e5db6?depth=0|INFO|500||Invoke
2023-03-18T11:46:51.495Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cb6d14f9-78ae-470a-a6af-a3a2b9fea472/model-vers/model-ver/27fdb87d-b713-4eaf-90a0-9e48041e5db6?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cb6d14f9-78ae-470a-a6af-a3a2b9fea472/model-vers/model-ver/27fdb87d-b713-4eaf-90a0-9e48041e5db6?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[d4dc9e71-f2cb-491c-bcf1-9d51402514be], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[ee09eadc-e65e-474a-b1d8-4ac3db3fe94c], X-ECOMP-RequestID=[d4dc9e71-f2cb-491c-bcf1-9d51402514be], X-TransactionId=[], X-ONAP-RequestID=[d4dc9e71-f2cb-491c-bcf1-9d51402514be], Content-Type=[application/merge-patch+json]}
2023-03-18T11:46:51.504Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cb6d14f9-78ae-470a-a6af-a3a2b9fea472/model-vers/model-ver/27fdb87d-b713-4eaf-90a0-9e48041e5db6?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-18T11:46:51.620Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cb6d14f9-78ae-470a-a6af-a3a2b9fea472/model-vers/model-ver/27fdb87d-b713-4eaf-90a0-9e48041e5db6?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/cb6d14f9-78ae-470a-a6af-a3a2b9fea472/model-vers/model-ver/27fdb87d-b713-4eaf-90a0-9e48041e5db6?depth=0 has http status code:200 and response headers:{date=[Sat, 18 Mar 2023 11:46:51 GMT], content-length=[0], vertex-id=[593936], x-aai-txid=[0-aai-resources-230318-11:46:51:206-59266], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-18T11:46:51.620Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cb6d14f9-78ae-470a-a6af-a3a2b9fea472/model-vers/model-ver/27fdb87d-b713-4eaf-90a0-9e48041e5db6?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-18T11:46:51.621Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cb6d14f9-78ae-470a-a6af-a3a2b9fea472/model-vers/model-ver/27fdb87d-b713-4eaf-90a0-9e48041e5db6?depth=0|INFO|500||InvokeReturn
2023-03-18T11:46:51.621Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-18T11:46:51.621Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-18T11:46:51.629Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-18T11:46:51.630Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID d4dc9e71-f2cb-491c-bcf1-9d51402514be and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-18T11:46:51.630Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-18T11:46:51.630Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-18T11:46:51.630Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T11:46:51.630Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679140011630,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-18T11:46:52.661Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T11:46:52.661Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Failing OffsetCommit request since the consumer is not part of an active group
2023-03-18T11:46:52.661Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||ERROR|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Asynchronous auto-commit of offsets failed: Offset commit cannot be completed since the consumer is not part of an active group for auto partition assignment; it is likely that the consumer was kicked out of the group.. Will continue to join group.
2023-03-18T11:46:52.661Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Giving away all assigned partitions as lost since generation/memberID has been reset,indicating that consumer is in old state or no longer part of the group
2023-03-18T11:46:52.661Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Lost previously assigned partitions SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5
2023-03-18T11:46:52.661Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] (Re-)joining group
2023-03-18T11:46:52.674Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2-442704fc-2aa1-499c-83c0-8f50732cc5d6
2023-03-18T11:46:52.675Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Asynchronous auto-commit of offsets {SDC-DISTR-NOTIF-TOPIC-AUTO-5=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-4=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-3=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-2=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-1=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-0=OffsetAndMetadata{offset=2, leaderEpoch=0, metadata=''}} failed: Offset commit cannot be completed since the consumer is not part of an active group for auto partition assignment; it is likely that the consumer was kicked out of the group.
2023-03-18T11:46:52.675Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Request joining group due to: rebalance failed due to 'The group member needs to have a valid member id before actually entering a consumer group.' (MemberIdRequiredException)
2023-03-18T11:46:52.675Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] (Re-)joining group
2023-03-18T11:46:54.060Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T11:46:57.072Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T11:46:58.921Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T11:46:58.933Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Revoke previously assigned partitions SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-03-18T11:46:58.933Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] (Re-)joining group
2023-03-18T11:46:58.938Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Successfully joined group with generation Generation{generationId=33, memberId='SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94-2995e74d-4211-4955-93f6-f3f14568571e', protocol='range'}
2023-03-18T11:46:58.939Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Successfully joined group with generation Generation{generationId=33, memberId='SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2-442704fc-2aa1-499c-83c0-8f50732cc5d6', protocol='range'}
2023-03-18T11:46:58.942Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Finished assignment for group at generation 33: {SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2-442704fc-2aa1-499c-83c0-8f50732cc5d6=Assignment(partitions=[SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5]), SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94-2995e74d-4211-4955-93f6-f3f14568571e=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])}
2023-03-18T11:46:58.953Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Successfully synced group in generation Generation{generationId=33, memberId='SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94-2995e74d-4211-4955-93f6-f3f14568571e', protocol='range'}
2023-03-18T11:46:58.954Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])
2023-03-18T11:46:58.954Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Adding newly assigned partitions: SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-03-18T11:46:58.955Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Successfully synced group in generation Generation{generationId=33, memberId='SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2-442704fc-2aa1-499c-83c0-8f50732cc5d6', protocol='range'}
2023-03-18T11:46:58.955Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5])
2023-03-18T11:46:58.955Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Adding newly assigned partitions: SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5
2023-03-18T11:46:58.957Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-18T11:46:58.957Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-18T11:46:58.957Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-18T11:46:58.957Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=332, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-18T11:46:58.957Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-18T11:46:58.957Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-18T11:46:58.959Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-18T11:46:58.959Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-18T11:46:58.959Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-18T11:46:58.959Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-18T11:46:58.960Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-18T11:46:58.960Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-18T11:46:58.966Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-18T11:46:58.966Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846","serviceName":"basic_onboard_gCPnoC","serviceVersion":"1.0","serviceUUID":"dad851ae-1f1d-4e04-8847-f18fd5d51391","serviceDescription":"service","serviceInvariantUUID":"693dcbb7-55f2-41d5-a0d9-572574329dfe","resources":[{"resourceInstanceName":"basic_onboard_gCPnoC 0","resourceName":"basic_onboard_gCPnoC","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"f3fb2f57-aad9-4f33-88db-c458ae09cdfb","resourceInvariantUUID":"d7c6b294-4284-4b69-87ff-a797deedad73","resourceCustomizationUUID":"9327f8c9-4591-449b-b6af-227dc0614cab","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/vf-license-model.xml","artifactChecksum":"OGQ5ZDI0MzIzNDdmMDUyYmQ0MzVmMDVkOWUyNGVlYmE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"5077753b-8cdd-47a9-82d5-e3ff4ce969c3","artifactVersion":"1"},{"artifactName":"basic_onboard_gcpnoc0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json","artifactChecksum":"NjRhMmYzNDQxZDFkYzhiMjZmMTk3NDMzZmQwOWNiNWI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"583db2fa-2045-4011-8045-9fd436580060","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"0846dbe8-d246-42f3-9ba6-3c197d6bb5c4","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"5004fadd-cda9-4566-99ac-bc5d669427a2","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"7d3da3bf-4415-4326-b045-fe6bef605f78","artifactVersion":"2","generatedFromUUID":"0846dbe8-d246-42f3-9ba6-3c197d6bb5c4"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardGcpnoc-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-template.yml","artifactChecksum":"OGFkYWYzODVjYTg1MmE4Y2JhZWM5NDk3ZjljNTAwNTE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"8ab16f5d-5180-4470-b278-f6ea6f7c23e8","artifactVersion":"1"},{"artifactName":"service-BasicOnboardGcpnoc-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar","artifactChecksum":"MjQxYmE3NTM3MTRlYjAwMzA2YjMyYmJjMmU4MmNkYjE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"d6569f72-4f81-428a-8593-389324ccdf48","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-18T11:46:58.967Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T11:46:58.967Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-18T11:46:58.967Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T11:46:58.968Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679140012661,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T11:46:59.968Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-18T11:46:59.968Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679139652721,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T11:46:59.969Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T11:46:59.969Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-18T11:46:59.969Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679139652721,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/vfw58569f3ebd560_modules.json",
  "status": "NOTIFIED"
}
2023-03-18T11:46:59.969Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T11:46:59.969Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-18T11:46:59.969Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679139652721,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-03-18T11:46:59.969Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T11:46:59.969Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-18T11:46:59.969Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679139652721,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T11:46:59.969Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T11:46:59.969Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-18T11:46:59.969Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679139652721,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2023-03-18T11:46:59.969Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T11:46:59.969Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-18T11:46:59.969Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679139652721,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T11:46:59.969Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T11:46:59.969Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-18T11:46:59.969Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679139652721,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar",
  "status": "NOTIFIED"
}
2023-03-18T11:46:59.969Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T11:46:59.969Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-18T11:46:59.969Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679139976823,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-18T11:46:59.970Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T11:46:59.970Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-18T11:46:59.970Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679139979430,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 436a091b-6820-4621-9f77-4a798268cc9d already exists"
}
2023-03-18T11:46:59.970Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T11:46:59.970Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-18T11:46:59.970Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679139980433,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: d26137cf-1389-4abe-8e09-78b44d7a1aae already exists"
}
2023-03-18T11:46:59.970Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T11:46:59.970Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-18T11:46:59.970Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679140011630,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-18T11:46:59.970Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T11:46:59.970Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-18T11:46:59.970Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679140012661,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T11:46:59.970Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T11:46:59.970Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T11:46:59.970Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-18T11:46:59.970Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T11:46:59.970Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679140012661,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T11:47:00.971Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T11:47:00.972Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-18T11:47:00.972Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T11:47:00.972Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679140012661,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T11:47:01.973Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T11:47:01.974Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-18T11:47:01.974Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T11:47:01.974Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679140012661,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T11:47:02.975Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T11:47:02.976Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-18T11:47:02.977Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T11:47:02.977Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679140012661,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T11:47:03.979Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T11:47:03.980Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-18T11:47:03.980Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T11:47:03.980Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679140012661,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T11:47:04.982Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T11:47:04.983Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-18T11:47:04.983Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T11:47:04.983Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679140012661,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T11:47:05.985Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "serviceName": "basic_onboard_gCPnoC",
  "serviceVersion": "1.0",
  "serviceUUID": "dad851ae-1f1d-4e04-8847-f18fd5d51391",
  "serviceDescription": "service",
  "serviceInvariantUUID": "693dcbb7-55f2-41d5-a0d9-572574329dfe",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_gCPnoC 0",
      "resourceCustomizationUUID": "9327f8c9-4591-449b-b6af-227dc0614cab",
      "resourceName": "basic_onboard_gCPnoC",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "f3fb2f57-aad9-4f33-88db-c458ae09cdfb",
      "resourceInvariantUUID": "d7c6b294-4284-4b69-87ff-a797deedad73",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_gcpnoc0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json",
          "artifactChecksum": "NjRhMmYzNDQxZDFkYzhiMjZmMTk3NDMzZmQwOWNiNWI\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "583db2fa-2045-4011-8045-9fd436580060",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "0846dbe8-d246-42f3-9ba6-3c197d6bb5c4",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "7d3da3bf-4415-4326-b045-fe6bef605f78",
            "generatedFromUUID": "0846dbe8-d246-42f3-9ba6-3c197d6bb5c4"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "7d3da3bf-4415-4326-b045-fe6bef605f78",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardGcpnoc-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar",
      "artifactChecksum": "MjQxYmE3NTM3MTRlYjAwMzA2YjMyYmJjMmU4MmNkYjE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "d6569f72-4f81-428a-8593-389324ccdf48"
    }
  ],
  "workloadContext": "Production"
}
2023-03-18T11:47:05.986Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-18T11:47:05.986Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 dad851ae-1f1d-4e04-8847-f18fd5d51391 ASDC
2023-03-18T11:47:05.986Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
ServiceName:basic_onboard_gCPnoC
ServiceVersion:1.0
ServiceUUID:dad851ae-1f1d-4e04-8847-f18fd5d51391
ServiceInvariantUUID:693dcbb7-55f2-41d5-a0d9-572574329dfe
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardGcpnoc-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar
ArtifactUUID:d6569f72-4f81-428a-8593-389324ccdf48
ArtifactChecksum:MjQxYmE3NTM3MTRlYjAwMzA2YjMyYmJjMmU4MmNkYjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_gCPnoC 0
ResourceCustomizationUUID:9327f8c9-4591-449b-b6af-227dc0614cab
ResourceInvariantUUID:d7c6b294-4284-4b69-87ff-a797deedad73
ResourceName:basic_onboard_gCPnoC
ResourceType:VF
ResourceUUID:f3fb2f57-aad9-4f33-88db-c458ae09cdfb
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_gcpnoc0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json
ArtifactUUID:583db2fa-2045-4011-8045-9fd436580060
ArtifactChecksum:NjRhMmYzNDQxZDFkYzhiMjZmMTk3NDMzZmQwOWNiNWI=
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/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.yaml
ArtifactUUID:0846dbe8-d246-42f3-9ba6-3c197d6bb5c4
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/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.env
ArtifactUUID:7d3da3bf-4415-4326-b045-fe6bef605f78
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/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.env
ArtifactUUID:7d3da3bf-4415-4326-b045-fe6bef605f78
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-18T11:47:05.986Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF dad851ae-1f1d-4e04-8847-f18fd5d51391 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: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-18T11:47:06.026Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-18T11:47:06.027Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-18T11:47:06.027Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-18T11:47:06.027Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: d6569f72-4f81-428a-8593-389324ccdf48 from URL: /sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar
2023-03-18T11:47:06.027Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-18T11:47:06.027Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar
2023-03-18T11:47:06.060Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||GET Response Status 404
2023-03-18T11:47:06.060Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@5a72e4e6
2023-03-18T11:47:06.060Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-18T11:47:06.061Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicOnboardGcpnoc"
      ]
    }
  }
}
2023-03-18T11:47:06.061Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicOnboardGcpnoc-csar.csar /sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar d6569f72-4f81-428a-8593-389324ccdf48 Specified artifact is  not found 300 ASDC artifact download fail
2023-03-18T11:47:06.061Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar ASDC sendASDCNotification
2023-03-18T11:47:06.061Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar(Specified artifact is  not found)
2023-03-18T11:47:06.062Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-18T11:47:06.062Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-18T11:47:06.062Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T11:47:06.062Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679140026061,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T11:47:07.064Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during processCsarServiceArtifacts ASDC processCsarServiceArtifacts 500 Exception in processCsarServiceArtifacts
org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact service-BasicOnboardGcpnoc-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar(UUID:d6569f72-4f81-428a-8593-389324ccdf48)
Error message is Specified artifact is  not found

	at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394)
	at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2023-03-18T11:47:07.080Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||ERROR|500||error NSST process resource failure 
java.lang.NullPointerException: null
	at org.onap.so.asdc.client.ASDCController.processNsstNotification(ASDCController.java:978)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:760)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-18T11:47:07.080Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: f3fb2f57-aad9-4f33-88db-c458ae09cdfb
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-18T11:47:07.084Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||INFO|500||basic_onboard_gCPnoC 0
2023-03-18T11:47:07.085Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: f3fb2f57-aad9-4f33-88db-c458ae09cdfb
2023-03-18T11:47:07.085Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 583db2fa-2045-4011-8045-9fd436580060 from URL: /sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json
2023-03-18T11:47:07.085Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-18T11:47:07.085Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json
2023-03-18T11:47:07.099Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||GET Response Status 404
2023-03-18T11:47:07.099Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@33afad40
2023-03-18T11:47:07.099Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-18T11:47:07.100Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicOnboardGcpnoc"
      ]
    }
  }
}
2023-03-18T11:47:07.100Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL basic_onboard_gcpnoc0_modules.json /sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json 583db2fa-2045-4011-8045-9fd436580060 Specified artifact is  not found 300 ASDC artifact download fail
2023-03-18T11:47:07.100Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json ASDC sendASDCNotification
2023-03-18T11:47:07.100Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json(Specified artifact is  not found)
2023-03-18T11:47:07.100Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-18T11:47:07.100Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-18T11:47:07.100Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T11:47:07.101Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679140027100,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T11:47:08.102Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during Installation of artifact ASDC processResourceNotification 500 Exception in processResourceNotification
org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact basic_onboard_gcpnoc0_modules.json could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json(UUID:583db2fa-2045-4011-8045-9fd436580060)
Error message is Specified artifact is  not found

	at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:787)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-18T11:47:08.103Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T11:47:08.124Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T11:47:08.128Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-18T11:47:08.128Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-18T11:47:38.128Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T11:47:38.147Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T11:47:38.151Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-18T11:47:38.151Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-18T11:47:58.919Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T11:47:58.921Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-18T11:47:58.921Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679140012661,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json",
  "status": "NOTIFIED"
}
2023-03-18T11:47:58.922Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T11:48:08.151Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T11:48:08.171Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T11:48:08.175Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-18T11:48:08.175Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-18T11:48:38.176Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T11:48:38.195Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T11:48:38.199Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-18T11:48:38.199Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-18T11:48:58.919Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T11:48:58.921Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-18T11:48:58.921Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679140012661,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2023-03-18T11:48:58.922Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T11:48:58.922Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-18T11:48:58.922Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679140012661,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T11:48:58.922Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T11:48:58.922Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-18T11:48:58.922Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679140012661,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2023-03-18T11:48:58.922Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T11:48:58.922Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-18T11:48:58.922Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679140012661,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T11:48:58.922Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T11:48:58.922Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-18T11:48:58.922Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679140012661,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar",
  "status": "NOTIFIED"
}
2023-03-18T11:48:58.922Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T11:48:58.922Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-18T11:48:58.922Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679140026061,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-18T11:48:58.922Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T11:48:58.922Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-18T11:48:58.922Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679140027100,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-18T11:48:58.922Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T11:49:08.200Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T11:49:08.223Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T11:49:08.227Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-18T11:49:08.227Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-18T11:49:38.228Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T11:49:38.249Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T11:49:38.252Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-18T11:49:38.252Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-18T11:49:58.922Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T11:50:08.252Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T11:50:08.279Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T11:50:08.282Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-18T11:50:08.282Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-18T11:50:18.851Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-18T11:50:18.851Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679140209499,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T11:50:18.852Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T11:50:38.282Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T11:50:38.301Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T11:50:38.305Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-18T11:50:38.305Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-18T11:50:58.920Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T11:50:58.922Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-18T11:50:58.922Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679140214543,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T11:50:58.922Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T11:50:58.923Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-18T11:50:58.923Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679140177221,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T11:50:58.923Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T11:51:08.306Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T11:51:08.326Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T11:51:08.330Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-18T11:51:08.330Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-18T11:51:38.331Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T11:51:38.350Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T11:51:38.354Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-18T11:51:38.354Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-18T11:51:58.919Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T11:51:58.921Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-18T11:51:58.921Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "aai-model-loader",
  "timestamp": 1679140206544,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T11:51:58.922Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T11:51:58.922Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-18T11:51:58.922Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679140207750,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T11:51:58.922Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T11:51:58.922Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-18T11:51:58.922Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679140209499,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/vfwc11b0f1b45050_modules.json",
  "status": "NOTIFIED"
}
2023-03-18T11:51:58.922Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T11:51:58.922Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-18T11:51:58.922Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679140207750,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/vfwc11b0f1b45050_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-03-18T11:51:58.922Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T11:51:58.922Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-18T11:51:58.922Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679140214543,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/vfwc11b0f1b45050_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-03-18T11:51:58.922Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T11:51:58.922Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-18T11:51:58.922Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679140177221,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/vfwc11b0f1b45050_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-03-18T11:51:58.922Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T11:51:58.922Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-18T11:51:58.922Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "aai-model-loader",
  "timestamp": 1679140206544,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/vfwc11b0f1b45050_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-03-18T11:51:58.922Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T11:51:58.922Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-18T11:51:58.922Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679140214543,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T11:51:58.922Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T11:51:58.923Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-18T11:51:58.923Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679140209499,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-03-18T11:51:58.923Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T11:51:58.923Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-18T11:51:58.923Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679140207750,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-03-18T11:51:58.923Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T11:51:58.923Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-18T11:51:58.923Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "aai-model-loader",
  "timestamp": 1679140206544,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T11:51:58.923Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T11:51:58.923Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-18T11:51:58.923Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679140177221,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T11:51:58.923Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T11:51:58.923Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-18T11:51:58.923Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679140209499,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T11:51:58.923Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T11:51:58.923Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-18T11:51:58.923Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679140214543,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T11:51:58.923Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T11:51:58.923Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-18T11:51:58.923Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679140207750,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T11:51:58.923Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T11:51:58.923Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-18T11:51:58.923Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679140177221,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T11:51:58.923Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T11:51:58.923Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-18T11:51:58.923Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "aai-model-loader",
  "timestamp": 1679140206544,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T11:51:58.923Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T11:51:58.923Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-18T11:51:58.923Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679140214543,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2023-03-18T11:51:58.923Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T11:51:58.923Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-18T11:51:58.923Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679140209499,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2023-03-18T11:51:58.923Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T11:51:58.923Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-18T11:51:58.923Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679140207750,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2023-03-18T11:51:58.923Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T11:51:58.923Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-18T11:51:58.923Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679140177221,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2023-03-18T11:51:58.923Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T11:51:58.924Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-18T11:51:58.924Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "aai-model-loader",
  "timestamp": 1679140206544,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2023-03-18T11:51:58.924Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T11:51:58.924Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-18T11:51:58.924Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679140214543,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T11:51:58.924Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T11:51:58.924Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-18T11:51:58.924Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679140207750,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T11:51:58.924Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T11:51:58.924Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-18T11:51:58.924Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679140209499,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T11:51:58.924Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T11:51:58.924Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-18T11:51:58.924Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679140177221,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T11:51:58.924Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T11:51:58.924Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-18T11:51:58.924Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "aai-model-loader",
  "timestamp": 1679140206544,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T11:51:58.924Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T11:51:58.924Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-18T11:51:58.924Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679140214543,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-18T11:51:58.924Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T11:51:58.924Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-18T11:51:58.924Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679140207750,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar",
  "status": "NOTIFIED"
}
2023-03-18T11:51:58.924Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T11:51:58.924Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-18T11:51:58.924Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679140209499,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar",
  "status": "NOTIFIED"
}
2023-03-18T11:51:58.925Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T11:51:58.925Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-18T11:51:58.925Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "aai-model-loader",
  "timestamp": 1679140206544,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar",
  "status": "NOTIFIED"
}
2023-03-18T11:51:58.925Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T11:51:58.925Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-18T11:51:58.925Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679140177221,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar",
  "status": "NOTIFIED"
}
2023-03-18T11:51:58.925Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T11:51:58.925Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-18T11:51:58.925Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679140225204,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/vfwc11b0f1b45050_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-03-18T11:51:58.925Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T11:51:58.925Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-18T11:51:58.925Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679140226236,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-18T11:51:58.925Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T11:51:58.925Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-18T11:51:58.925Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "aai-model-loader",
  "timestamp": 1679140226441,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-18T11:51:58.925Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T11:51:58.925Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-18T11:51:58.925Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679140225753,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-18T11:51:58.925Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T11:51:58.926Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-18T11:51:58.926Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679140227240,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-03-18T11:51:58.961Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 9f6cbd74-5561-4ebf-ae29-ef09adcdb35a
2023-03-18T11:51:58.961Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9f6cbd74-5561-4ebf-ae29-ef09adcdb35a and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-03-18T11:51:58.983Z||kafka-coordinator-heartbeat-thread | so|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] consumer poll timeout has expired. This means the time between subsequent calls to poll() was longer than the configured max.poll.interval.ms, which typically implies that the poll loop is spending too much time processing messages. You can address this either by increasing max.poll.interval.ms or by reducing the maximum size of batches returned in poll() with max.poll.records.
2023-03-18T11:51:58.984Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Member SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2-442704fc-2aa1-499c-83c0-8f50732cc5d6 sending LeaveGroup request to coordinator onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2147483645 rack: null) due to consumer poll timeout has expired.
2023-03-18T11:51:58.984Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Resetting generation and member id due to: consumer pro-actively leaving the group
2023-03-18T11:51:58.984Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Request joining group due to: consumer pro-actively leaving the group
2023-03-18T11:51:58.986Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-18T11:51:58.987Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679140226756,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar",
  "status": "DEPLOY_OK"
}
2023-03-18T11:51:58.987Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T11:51:58.987Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-18T11:51:58.987Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679140226303,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2023-03-18T11:51:58.987Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T11:51:58.987Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-18T11:51:58.987Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679140227763,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-18T11:51:58.997Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 9f6cbd74-5561-4ebf-ae29-ef09adcdb35a
2023-03-18T11:51:58.997Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9f6cbd74-5561-4ebf-ae29-ef09adcdb35a and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-03-18T11:51:59.014Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-18T11:51:59.014Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679140227381,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2023-03-18T11:51:59.014Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T11:51:59.014Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-18T11:51:59.014Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679140228428,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-18T11:51:59.025Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 9f6cbd74-5561-4ebf-ae29-ef09adcdb35a
2023-03-18T11:51:59.025Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9f6cbd74-5561-4ebf-ae29-ef09adcdb35a and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-03-18T11:51:59.039Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-18T11:51:59.039Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679140229431,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/vfwc11b0f1b45050_modules.json",
  "status": "DEPLOY_OK"
}
2023-03-18T11:51:59.040Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T11:51:59.040Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-18T11:51:59.040Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "aai-model-loader",
  "timestamp": 1679140233536,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar",
  "status": "DEPLOY_OK"
}
2023-03-18T11:51:59.040Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T11:51:59.040Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-18T11:51:59.040Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "aai-model-loader",
  "timestamp": 1679140234538,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-18T11:51:59.049Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 9f6cbd74-5561-4ebf-ae29-ef09adcdb35a
2023-03-18T11:51:59.050Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9f6cbd74-5561-4ebf-ae29-ef09adcdb35a and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-03-18T11:51:59.066Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-18T11:51:59.066Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679140235163,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T11:51:59.066Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T11:51:59.066Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-18T11:51:59.066Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679140235163,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/vfwc11b0f1b45050_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-03-18T11:51:59.067Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T11:51:59.067Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-18T11:51:59.067Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679140235163,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T11:51:59.067Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T11:51:59.067Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-18T11:51:59.067Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679140235163,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T11:51:59.067Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T11:51:59.067Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-18T11:51:59.067Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679140235163,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2023-03-18T11:51:59.067Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T11:51:59.067Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-18T11:51:59.067Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679140235163,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T11:51:59.067Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T11:51:59.067Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-18T11:51:59.067Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679140235163,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar",
  "status": "NOTIFIED"
}
2023-03-18T11:51:59.067Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T11:51:59.068Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-18T11:51:59.068Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679140242960,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-18T11:51:59.068Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T11:51:59.068Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-18T11:51:59.068Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679140245788,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar",
  "status": "DEPLOY_OK"
}
2023-03-18T11:51:59.068Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T11:51:59.068Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-18T11:51:59.068Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679140246792,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-18T11:51:59.075Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 9f6cbd74-5561-4ebf-ae29-ef09adcdb35a
2023-03-18T11:51:59.075Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9f6cbd74-5561-4ebf-ae29-ef09adcdb35a and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-03-18T11:52:00.214Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T11:52:03.223Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T11:52:06.235Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T11:52:08.354Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2023-03-18T11:52:08.355Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-18T11:52:08.364Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846 and serviceModelVersionId: dad851ae-1f1d-4e04-8847-f18fd5d51391
2023-03-18T11:52:08.364Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 693dcbb7-55f2-41d5-a0d9-572574329dfe
2023-03-18T11:52:08.365Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391?depth=0
2023-03-18T11:52:08.370Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-03-18T11:52:08.382Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-03-18T11:52:08.383Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391?depth=0|INFO|500||Invoke
2023-03-18T11:52:08.394Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2023-03-18T11:52:08.418Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391?depth=0|INFO|404|Not Found|InvokeReturn
2023-03-18T11:52:08.418Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391?depth=0 has http status code:404 and response headers:{date=[Sat, 18 Mar 2023 11:52:08 GMT], content-length=[495], x-aai-txid=[0-aai-resources-230318-11:52:08:095-69250], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-18T11:52:08.422Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||{"requestError":{"serviceException":{"messageId":"SVC3001","text":"Resource not found for %1 using id %2 (msg=%3) (ec=%4)","variables":["MERGE_PATCH","service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391","Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391","ERR.5.4.6114"]}}}

2023-03-18T11:52:08.424Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391) (ec=ERR.5.4.6114)
2023-03-18T11:52:08.424Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||ERROR|500||Exception occurred
javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391) (ec=ERR.5.4.6114)
	at org.onap.so.client.ResponseExceptionMapper.map(ResponseExceptionMapper.java:74)
	at org.onap.so.client.RestRequest.get(RestRequest.java:77)
	at org.onap.so.client.RestClient.buildRequest(RestClient.java:326)
	at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322)
	at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283)
	at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67)
	at net.jodah.failsafe.Execution.executeSync(Execution.java:117)
	at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319)
	at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71)
	at org.onap.so.client.RestClient.method(RestClient.java:322)
	at org.onap.so.client.RestClient.patch(RestClient.java:265)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184)
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-18T11:52:08.424Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391) (ec=ERR.5.4.6114)
2023-03-18T11:52:08.425Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391) (ec=ERR.5.4.6114)
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-18T11:52:08.435Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-18T11:52:08.435Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391) (ec=ERR.5.4.6114)
2023-03-18T11:52:08.435Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2023-03-18T11:52:08.435Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-18T11:52:08.435Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T11:52:08.436Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679140328435,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391) (ec\u003dERR.5.4.6114)"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T11:52:09.248Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-18T11:52:09.460Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-18T11:52:09.461Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"d4dc9e71-f2cb-491c-bcf1-9d51402514be","serviceName":"vFW 2023-03-18 11-08-36","serviceVersion":"1.0","serviceUUID":"27fdb87d-b713-4eaf-90a0-9e48041e5db6","serviceDescription":"catalog service description","serviceInvariantUUID":"cb6d14f9-78ae-470a-a6af-a3a2b9fea472","resources":[{"resourceInstanceName":"vFW 58569f3e-bd56 0","resourceName":"vFW 58569f3e-bd56","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"d26137cf-1389-4abe-8e09-78b44d7a1aae","resourceInvariantUUID":"440b369e-a09c-4c31-8a4e-6692abd11e0c","resourceCustomizationUUID":"e17fe765-865d-4748-ab41-44bdbee5a853","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/vf-license-model.xml","artifactChecksum":"MTFjYmU2ZGQwM2YxYTQxNjdhOWY1YjI5OWUyYjE5OTg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"7238df55-40f7-4cde-93e0-f3c86248a4ba","artifactVersion":"1"},{"artifactName":"vfw58569f3ebd560_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/vfw58569f3ebd560_modules.json","artifactChecksum":"ODg5YTAyNmJiZTFiZTA5MDMwZWVhNmFkMzVmNzk4YTg\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"a8ca7246-150c-4537-b08d-e58462b66bb6","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"be903e28-b266-44db-9c8b-4cbcb6f7ee77","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/vendor-license-model.xml","artifactChecksum":"NDExZWJjY2Q3ZjkxN2NkNTRiYmFlNDViOGZhYWJjM2M\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"cecd91b9-dbd7-4a9b-96a0-72674051949c","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"0637f995-3e6f-44f6-89fc-61906f5ff14b","artifactVersion":"2","generatedFromUUID":"be903e28-b266-44db-9c8b-4cbcb6f7ee77"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20230318110836-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-template.yml","artifactChecksum":"NjdmYzRlMTY1MzM1ODg5NjAzNTEzOWU1ZGFmNmNiNDI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"8648cca8-36e7-40c1-8faf-a7c0be2faa07","artifactVersion":"1"},{"artifactName":"service-Vfw20230318110836-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar","artifactChecksum":"NzY3OTRjMDBhMTZlZjQ1ZTQ3MTU0ZjE0NjliYmU1M2Y\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"436a091b-6820-4621-9f77-4a798268cc9d","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-18T11:52:09.461Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T11:52:09.461Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-18T11:52:09.461Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T11:52:09.461Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679140012661,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T11:52:10.462Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T11:52:10.463Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-18T11:52:10.463Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T11:52:10.463Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679140012661,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/vfw58569f3ebd560_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T11:52:11.463Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T11:52:11.464Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-18T11:52:11.464Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T11:52:11.464Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679140012661,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T11:52:12.257Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T11:52:12.464Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T11:52:12.465Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-18T11:52:12.465Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T11:52:12.465Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679140012661,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T11:52:13.466Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T11:52:13.467Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-18T11:52:13.467Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T11:52:13.467Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679140012661,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/base_vfw.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T11:52:14.468Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T11:52:14.468Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-18T11:52:14.469Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T11:52:14.469Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679140012661,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T11:52:15.267Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T11:52:15.470Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T11:52:15.470Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-18T11:52:15.470Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T11:52:15.470Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679140012661,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T11:52:16.471Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "serviceName": "vFW 2023-03-18 11-08-36",
  "serviceVersion": "1.0",
  "serviceUUID": "27fdb87d-b713-4eaf-90a0-9e48041e5db6",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "cb6d14f9-78ae-470a-a6af-a3a2b9fea472",
  "resources": [
    {
      "resourceInstanceName": "vFW 58569f3e-bd56 0",
      "resourceCustomizationUUID": "e17fe765-865d-4748-ab41-44bdbee5a853",
      "resourceName": "vFW 58569f3e-bd56",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "d26137cf-1389-4abe-8e09-78b44d7a1aae",
      "resourceInvariantUUID": "440b369e-a09c-4c31-8a4e-6692abd11e0c",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw58569f3ebd560_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/vfw58569f3ebd560_modules.json",
          "artifactChecksum": "ODg5YTAyNmJiZTFiZTA5MDMwZWVhNmFkMzVmNzk4YTg\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "a8ca7246-150c-4537-b08d-e58462b66bb6",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "be903e28-b266-44db-9c8b-4cbcb6f7ee77",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "0637f995-3e6f-44f6-89fc-61906f5ff14b",
            "generatedFromUUID": "be903e28-b266-44db-9c8b-4cbcb6f7ee77"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "0637f995-3e6f-44f6-89fc-61906f5ff14b",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20230318110836-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar",
      "artifactChecksum": "NzY3OTRjMDBhMTZlZjQ1ZTQ3MTU0ZjE0NjliYmU1M2Y\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "436a091b-6820-4621-9f77-4a798268cc9d"
    }
  ],
  "workloadContext": "Production"
}
2023-03-18T11:52:16.472Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-18T11:52:16.472Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 27fdb87d-b713-4eaf-90a0-9e48041e5db6 ASDC
2023-03-18T11:52:16.472Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:d4dc9e71-f2cb-491c-bcf1-9d51402514be
ServiceName:vFW 2023-03-18 11-08-36
ServiceVersion:1.0
ServiceUUID:27fdb87d-b713-4eaf-90a0-9e48041e5db6
ServiceInvariantUUID:cb6d14f9-78ae-470a-a6af-a3a2b9fea472
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20230318110836-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar
ArtifactUUID:436a091b-6820-4621-9f77-4a798268cc9d
ArtifactChecksum:NzY3OTRjMDBhMTZlZjQ1ZTQ3MTU0ZjE0NjliYmU1M2Y=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 58569f3e-bd56 0
ResourceCustomizationUUID:e17fe765-865d-4748-ab41-44bdbee5a853
ResourceInvariantUUID:440b369e-a09c-4c31-8a4e-6692abd11e0c
ResourceName:vFW 58569f3e-bd56
ResourceType:VF
ResourceUUID:d26137cf-1389-4abe-8e09-78b44d7a1aae
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw58569f3ebd560_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/vfw58569f3ebd560_modules.json
ArtifactUUID:a8ca7246-150c-4537-b08d-e58462b66bb6
ArtifactChecksum:ODg5YTAyNmJiZTFiZTA5MDMwZWVhNmFkMzVmNzk4YTg=
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/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/base_vfw.yaml
ArtifactUUID:be903e28-b266-44db-9c8b-4cbcb6f7ee77
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/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/base_vfw.env
ArtifactUUID:0637f995-3e6f-44f6-89fc-61906f5ff14b
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/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/base_vfw.env
ArtifactUUID:0637f995-3e6f-44f6-89fc-61906f5ff14b
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-18T11:52:16.472Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 27fdb87d-b713-4eaf-90a0-9e48041e5db6 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: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-18T11:52:16.510Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-18T11:52:16.511Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-18T11:52:16.511Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-18T11:52:16.511Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 436a091b-6820-4621-9f77-4a798268cc9d from URL: /sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar
2023-03-18T11:52:16.511Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-18T11:52:16.512Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar
2023-03-18T11:52:16.769Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-03-18T11:52:16.776Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar 436a091b-6820-4621-9f77-4a798268cc9d 101467
2023-03-18T11:52:16.776Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar ASDC sendASDCNotification
2023-03-18T11:52:16.776Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar
2023-03-18T11:52:16.777Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-18T11:52:16.777Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-18T11:52:16.778Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T11:52:16.778Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679140336776,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T11:52:17.779Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-18T11:52:17.780Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-18T11:52:17.780Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 436a091b-6820-4621-9f77-4a798268cc9d, URL: /sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar to file: /app/ASDC/1/service-Vfw20230318110836-csar.csar
2023-03-18T11:52:17.781Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20230318110836-csar.csar
2023-03-18T11:52:17.781Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20230318110836-csar.csar
2023-03-18T11:52:17.781Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20230318110836-csar.csar
2023-03-18T11:52:17.899Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15977752181235214986/Definitions/service-Vfw20230318110836-template.yml
2023-03-18T11:52:18.287Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "compute_vsn_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vsn_key_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "compute_vsn_user_data_format" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "compute_vsn_metadata" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided
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
2023-03-18T11:52:18.907Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-18T11:52:18.907Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-03-18T11:52:18.907Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20230318110836-csar.csar
2023-03-18T11:52:18.907Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2023-03-18T11:52:18.907Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230318110836-csar.csar
2023-03-18T11:52:18.907Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230318110836-csar.csar
2023-03-18T11:52:18.907Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20230318110836-csar.csar
2023-03-18T11:52:18.907Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230318110836-csar.csar
2023-03-18T11:52:18.907Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230318110836-csar.csar
2023-03-18T11:52:18.907Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230318110836-csar.csar
2023-03-18T11:52:18.907Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230318110836-csar.csar
2023-03-18T11:52:18.907Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230318110836-csar.csar
2023-03-18T11:52:18.908Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230318110836-csar.csar
2023-03-18T11:52:18.908Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 58569f3e-bd56 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-Vfw20230318110836-csar.csar
2023-03-18T11:52:18.908Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230318110836-csar.csar
2023-03-18T11:52:18.908Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-03-18T11:52:18.908Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T11:52:18.908Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-18 11-08-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T11:52:18.908Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||Node template vFW 58569f3e-bd56 0 is matching search criteria
2023-03-18T11:52:18.908Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-03-18T11:52:18.908Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 58569f3e-bd56 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-18T11:52:18.908Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T11:52:18.908Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-18 11-08-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T11:52:18.908Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||Node template vFW 58569f3e-bd56 0 is matching search criteria
2023-03-18T11:52:18.908Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-03-18T11:52:18.908Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 58569f3e-bd56 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-18T11:52:18.908Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T11:52:18.908Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-18 11-08-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T11:52:18.908Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T11:52:18.908Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||Node template vFW 58569f3e-bd56 0 is not matching search criteria
2023-03-18T11:52:18.908Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-18T11:52:18.908Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-18T11:52:18.908Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-18T11:52:18.908Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-18T11:52:18.908Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-18T11:52:18.909Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-18T11:52:18.909Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-18T11:52:18.909Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-18T11:52:18.909Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-18T11:52:18.909Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-18T11:52:18.909Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-18T11:52:18.909Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-18T11:52:18.909Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-18T11:52:18.909Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-18T11:52:18.909Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-18T11:52:18.909Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-03-18T11:52:18.909Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T11:52:18.909Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-18 11-08-36 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-03-18T11:52:18.909Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T11:52:18.909Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||Node template vFW 58569f3e-bd56 0 is matching search criteria
2023-03-18T11:52:18.909Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 58569f3e-bd56 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-18T11:52:18.910Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T11:52:18.910Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||Node template vFW 58569f3e-bd56 0 is matching search criteria
2023-03-18T11:52:18.910Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 58569f3e-bd56 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-18T11:52:18.910Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T11:52:18.910Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||Node template vFW 58569f3e-bd56 0 is matching search criteria
2023-03-18T11:52:18.910Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 58569f3e-bd56 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-18T11:52:18.910Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T11:52:18.910Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||Node template vFW 58569f3e-bd56 0 is not matching search criteria
2023-03-18T11:52:18.910Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-18T11:52:18.910Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-18T11:52:18.910Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-03-18T11:52:18.910Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-18T11:52:18.910Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-18T11:52:18.910Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-18T11:52:18.910Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-18T11:52:18.910Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-18T11:52:18.910Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-18T11:52:18.910Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-18T11:52:18.910Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-18T11:52:18.910Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=54648a20-f030-49c4-93d4-4525b2108f51
2023-03-18T11:52:18.910Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T11:52:18.910Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||Node template vFW 58569f3e-bd56 0 is not matching search criteria
2023-03-18T11:52:18.910Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-18T11:52:18.911Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-18T11:52:18.911Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-18T11:52:18.911Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-18T11:52:18.911Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-18T11:52:18.911Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-18T11:52:18.911Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-18T11:52:18.911Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-03-18T11:52:18.911Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-18T11:52:18.911Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-18T11:52:18.911Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-18T11:52:18.911Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-18T11:52:18.911Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=c8000f82-3ea0-499f-845f-48af9ca20f40
2023-03-18T11:52:18.911Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T11:52:18.911Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||Node template vFW 58569f3e-bd56 0 is not matching search criteria
2023-03-18T11:52:18.911Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-18T11:52:18.911Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-18T11:52:18.911Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-18T11:52:18.911Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-18T11:52:18.911Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-18T11:52:18.911Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-18T11:52:18.911Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-18T11:52:18.912Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-18T11:52:18.912Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-18T11:52:18.912Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-18T11:52:18.912Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-18T11:52:18.912Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-03-18T11:52:18.912Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=8d37dce4-ace0-4972-b0ae-359f5ee34e15
2023-03-18T11:52:18.912Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T11:52:18.912Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-18 11-08-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T11:52:18.912Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T11:52:18.912Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-18 11-08-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T11:52:18.912Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T11:52:18.912Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-18 11-08-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T11:52:18.912Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T11:52:18.912Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-18 11-08-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T11:52:18.912Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2023-03-18 11-08-36
Description:catalog service description
Model UUID:27fdb87d-b713-4eaf-90a0-9e48041e5db6
Model Version:NULL
Model InvariantUuid:cb6d14f9-78ae-470a-a6af-a3a2b9fea472
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 58569f3e-bd56
Model UUID:2fc36073-92c9-4d5d-9644-0bb6550c287b
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:440b369e-a09c-4c31-8a4e-6692abd11e0c
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:e17fe765-865d-4748-ab41-44bdbee5a853
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:351d450e-b1b7-41ae-a83a-2a71f15e25d1
ModelName:Vfw58569f3eBd56..base_vfw..module-0
ModelUuid:0d68d68e-dec8-43d2-aff9-f5d88cc04393
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:54648a20-f030-49c4-93d4-4525b2108f51
ModelInvariantUuid:4ab08134-cd1d-4688-9b75-17c67d1a3e81
ModelName:vFW 58569f3e-bd56-nodes.vfwCvfc
ModelUuid:d6b2f0ba-9202-407c-a163-7cc24d0f18b4
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:056f6090-f73c-4739-af97-620c05ad132a
ModelInvariantUuid:983e3ada-7ea8-4303-8174-d3114334eb9e
ModelName:Vfw58569f3eBd56.compute.nodes.heat.vfw
ModelUuid:3d4b7896-bd84-401c-aa77-b889e41a200a
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:c8000f82-3ea0-499f-845f-48af9ca20f40
ModelInvariantUuid:fcd18208-a79b-409f-9943-f6fdaf7b423e
ModelName:vFW 58569f3e-bd56-nodes.vsnCvfc
ModelUuid:2dc70d22-f13d-4809-b3aa-6be925119137
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:402dc1d7-02f5-4fe5-9c72-942fea6de45f
ModelInvariantUuid:0b0ccbe0-ee97-4020-bd46-0de8c06bfc96
ModelName:Vfw58569f3eBd56.compute.nodes.heat.vsn
ModelUuid:9156b53b-b6f9-40ab-bf18-4e57fbace729
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:8d37dce4-ace0-4972-b0ae-359f5ee34e15
ModelInvariantUuid:5fb0558e-6cb2-4431-b7ca-6445c8799cef
ModelName:vFW 58569f3e-bd56-nodes.vpgCvfc
ModelUuid:fa77263e-b297-4fc8-ad06-fee6a19575f2
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:c490c1b0-6d8a-4e04-bcc3-d1334a874130
ModelInvariantUuid:49041fa9-9665-4fc5-a429-9d3d7490839b
ModelName:Vfw58569f3eBd56.compute.nodes.heat.vpg
ModelUuid:7e8eb1f5-1f60-4b7b-ac6b-192037bf4db6
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=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-03-18T11:52:18.944Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||ERROR|500||Csar with UUID: 436a091b-6820-4621-9f77-4a798268cc9d already exists
2023-03-18T11:52:18.944Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar ASDC sendASDCNotification
2023-03-18T11:52:18.945Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar(Csar with UUID: 436a091b-6820-4621-9f77-4a798268cc9d already exists)
2023-03-18T11:52:18.945Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-18T11:52:18.945Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-18T11:52:18.945Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T11:52:18.945Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679140338944,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 436a091b-6820-4621-9f77-4a798268cc9d already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T11:52:19.946Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar ASDC sendASDCNotification
2023-03-18T11:52:19.946Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar(Resource with UUID: d26137cf-1389-4abe-8e09-78b44d7a1aae already exists)
2023-03-18T11:52:19.946Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-18T11:52:19.946Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-18T11:52:19.947Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T11:52:19.947Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679140339946,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: d26137cf-1389-4abe-8e09-78b44d7a1aae already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T11:52:20.948Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d4dc9e71-f2cb-491c-bcf1-9d51402514be
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T11:52:20.965Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d4dc9e71-f2cb-491c-bcf1-9d51402514be
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T11:52:20.969Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-18T11:52:20.969Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-18T11:52:20.970Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-18T11:52:20.970Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-18T11:52:20.970Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T11:52:20.970Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T11:52:20.970Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T11:52:20.970Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T11:52:20.970Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T11:52:20.970Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-18T11:52:20.981Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-18T11:52:21.302Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T11:52:24.312Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T11:52:27.328Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T11:52:30.338Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T11:52:33.362Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T11:52:36.372Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T11:52:39.381Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T11:52:42.407Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T11:52:45.423Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T11:52:48.432Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T11:52:50.981Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: d4dc9e71-f2cb-491c-bcf1-9d51402514be and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-18T11:52:50.988Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: d4dc9e71-f2cb-491c-bcf1-9d51402514be and serviceModelVersionId: 27fdb87d-b713-4eaf-90a0-9e48041e5db6
2023-03-18T11:52:50.988Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : cb6d14f9-78ae-470a-a6af-a3a2b9fea472
2023-03-18T11:52:50.989Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/cb6d14f9-78ae-470a-a6af-a3a2b9fea472/model-vers/model-ver/27fdb87d-b713-4eaf-90a0-9e48041e5db6?depth=0
2023-03-18T11:52:50.993Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-03-18T11:52:51.034Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cb6d14f9-78ae-470a-a6af-a3a2b9fea472/model-vers/model-ver/27fdb87d-b713-4eaf-90a0-9e48041e5db6?depth=0|INFO|500||Invoke
2023-03-18T11:52:51.034Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cb6d14f9-78ae-470a-a6af-a3a2b9fea472/model-vers/model-ver/27fdb87d-b713-4eaf-90a0-9e48041e5db6?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cb6d14f9-78ae-470a-a6af-a3a2b9fea472/model-vers/model-ver/27fdb87d-b713-4eaf-90a0-9e48041e5db6?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[d4dc9e71-f2cb-491c-bcf1-9d51402514be], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[9161bb2f-5a0a-4556-8f40-ea4c666ee260], X-ECOMP-RequestID=[d4dc9e71-f2cb-491c-bcf1-9d51402514be], X-TransactionId=[], X-ONAP-RequestID=[d4dc9e71-f2cb-491c-bcf1-9d51402514be], Content-Type=[application/merge-patch+json]}
2023-03-18T11:52:51.046Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cb6d14f9-78ae-470a-a6af-a3a2b9fea472/model-vers/model-ver/27fdb87d-b713-4eaf-90a0-9e48041e5db6?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-18T11:52:51.169Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cb6d14f9-78ae-470a-a6af-a3a2b9fea472/model-vers/model-ver/27fdb87d-b713-4eaf-90a0-9e48041e5db6?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/cb6d14f9-78ae-470a-a6af-a3a2b9fea472/model-vers/model-ver/27fdb87d-b713-4eaf-90a0-9e48041e5db6?depth=0 has http status code:200 and response headers:{date=[Sat, 18 Mar 2023 11:52:50 GMT], content-length=[0], vertex-id=[593936], x-aai-txid=[1-aai-resources-230318-11:52:50:749-39281], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-18T11:52:51.169Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cb6d14f9-78ae-470a-a6af-a3a2b9fea472/model-vers/model-ver/27fdb87d-b713-4eaf-90a0-9e48041e5db6?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-18T11:52:51.175Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cb6d14f9-78ae-470a-a6af-a3a2b9fea472/model-vers/model-ver/27fdb87d-b713-4eaf-90a0-9e48041e5db6?depth=0|INFO|500||InvokeReturn
2023-03-18T11:52:51.176Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-18T11:52:51.176Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-18T11:52:51.183Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-18T11:52:51.183Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID d4dc9e71-f2cb-491c-bcf1-9d51402514be and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-18T11:52:51.183Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-18T11:52:51.184Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-18T11:52:51.184Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T11:52:51.184Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679140371183,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T11:52:51.446Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-18T11:52:52.211Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T11:52:52.211Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Failing OffsetCommit request since the consumer is not part of an active group
2023-03-18T11:52:52.211Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||ERROR|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Asynchronous auto-commit of offsets failed: Offset commit cannot be completed since the consumer is not part of an active group for auto partition assignment; it is likely that the consumer was kicked out of the group.. Will continue to join group.
2023-03-18T11:52:52.211Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Giving away all assigned partitions as lost since generation/memberID has been reset,indicating that consumer is in old state or no longer part of the group
2023-03-18T11:52:52.212Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Lost previously assigned partitions SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5
2023-03-18T11:52:52.212Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] (Re-)joining group
2023-03-18T11:52:52.216Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2-84951f26-2b36-4561-a17f-78b9e0a524f3
2023-03-18T11:52:52.216Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Asynchronous auto-commit of offsets {SDC-DISTR-NOTIF-TOPIC-AUTO-5=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-4=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-3=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-2=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-1=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-0=OffsetAndMetadata{offset=2, leaderEpoch=0, metadata=''}} failed: Offset commit cannot be completed since the consumer is not part of an active group for auto partition assignment; it is likely that the consumer was kicked out of the group.
2023-03-18T11:52:52.216Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Request joining group due to: rebalance failed due to 'The group member needs to have a valid member id before actually entering a consumer group.' (MemberIdRequiredException)
2023-03-18T11:52:52.216Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] (Re-)joining group
2023-03-18T11:52:54.455Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T11:52:57.463Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T11:52:58.920Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T11:52:58.933Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Revoke previously assigned partitions SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-03-18T11:52:58.934Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] (Re-)joining group
2023-03-18T11:52:58.939Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Successfully joined group with generation Generation{generationId=34, memberId='SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2-84951f26-2b36-4561-a17f-78b9e0a524f3', protocol='range'}
2023-03-18T11:52:58.940Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Successfully joined group with generation Generation{generationId=34, memberId='SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94-2995e74d-4211-4955-93f6-f3f14568571e', protocol='range'}
2023-03-18T11:52:58.944Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Finished assignment for group at generation 34: {SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2-84951f26-2b36-4561-a17f-78b9e0a524f3=Assignment(partitions=[SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5]), SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94-2995e74d-4211-4955-93f6-f3f14568571e=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])}
2023-03-18T11:52:58.955Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Successfully synced group in generation Generation{generationId=34, memberId='SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94-2995e74d-4211-4955-93f6-f3f14568571e', protocol='range'}
2023-03-18T11:52:58.956Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])
2023-03-18T11:52:58.956Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Adding newly assigned partitions: SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-03-18T11:52:58.958Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Successfully synced group in generation Generation{generationId=34, memberId='SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2-84951f26-2b36-4561-a17f-78b9e0a524f3', protocol='range'}
2023-03-18T11:52:58.958Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5])
2023-03-18T11:52:58.958Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Adding newly assigned partitions: SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5
2023-03-18T11:52:58.960Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-18T11:52:58.960Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-18T11:52:58.960Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-18T11:52:58.960Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=410, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-18T11:52:58.961Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-18T11:52:58.961Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-18T11:52:58.962Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-18T11:52:58.962Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-18T11:52:58.962Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-18T11:52:58.962Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-18T11:52:58.962Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-18T11:52:58.962Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-18T11:52:58.971Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-18T11:52:58.971Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||received notification from broker: {"distributionID":"34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846","serviceName":"basic_onboard_gCPnoC","serviceVersion":"1.0","serviceUUID":"dad851ae-1f1d-4e04-8847-f18fd5d51391","serviceDescription":"service","serviceInvariantUUID":"693dcbb7-55f2-41d5-a0d9-572574329dfe","resources":[{"resourceInstanceName":"basic_onboard_gCPnoC 0","resourceName":"basic_onboard_gCPnoC","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"f3fb2f57-aad9-4f33-88db-c458ae09cdfb","resourceInvariantUUID":"d7c6b294-4284-4b69-87ff-a797deedad73","resourceCustomizationUUID":"9327f8c9-4591-449b-b6af-227dc0614cab","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/vf-license-model.xml","artifactChecksum":"OGQ5ZDI0MzIzNDdmMDUyYmQ0MzVmMDVkOWUyNGVlYmE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"5077753b-8cdd-47a9-82d5-e3ff4ce969c3","artifactVersion":"1"},{"artifactName":"basic_onboard_gcpnoc0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json","artifactChecksum":"NjRhMmYzNDQxZDFkYzhiMjZmMTk3NDMzZmQwOWNiNWI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"583db2fa-2045-4011-8045-9fd436580060","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"0846dbe8-d246-42f3-9ba6-3c197d6bb5c4","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"5004fadd-cda9-4566-99ac-bc5d669427a2","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"7d3da3bf-4415-4326-b045-fe6bef605f78","artifactVersion":"2","generatedFromUUID":"0846dbe8-d246-42f3-9ba6-3c197d6bb5c4"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardGcpnoc-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-template.yml","artifactChecksum":"OGFkYWYzODVjYTg1MmE4Y2JhZWM5NDk3ZjljNTAwNTE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"8ab16f5d-5180-4470-b278-f6ea6f7c23e8","artifactVersion":"1"},{"artifactName":"service-BasicOnboardGcpnoc-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar","artifactChecksum":"MjQxYmE3NTM3MTRlYjAwMzA2YjMyYmJjMmU4MmNkYjE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"d6569f72-4f81-428a-8593-389324ccdf48","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-18T11:52:58.971Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T11:52:58.972Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-18T11:52:58.972Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T11:52:58.972Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679140372211,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T11:52:59.972Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T11:52:59.972Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-18T11:52:59.972Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T11:52:59.972Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679140372211,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T11:52:59.973Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-18T11:52:59.973Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679140328435,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391) (ec\u003dERR.5.4.6114)"
}
2023-03-18T11:52:59.973Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T11:52:59.974Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-18T11:52:59.974Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679140012661,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T11:52:59.974Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T11:52:59.974Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-18T11:52:59.974Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679140012661,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/vfw58569f3ebd560_modules.json",
  "status": "NOTIFIED"
}
2023-03-18T11:52:59.974Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T11:52:59.974Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-18T11:52:59.974Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679140012661,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-03-18T11:52:59.974Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T11:52:59.974Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-18T11:52:59.974Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679140012661,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T11:52:59.974Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T11:52:59.974Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-18T11:52:59.974Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679140012661,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2023-03-18T11:52:59.974Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T11:52:59.974Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-18T11:52:59.974Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679140012661,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T11:52:59.974Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T11:52:59.974Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-18T11:52:59.974Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679140012661,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar",
  "status": "NOTIFIED"
}
2023-03-18T11:52:59.974Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T11:52:59.974Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-18T11:52:59.974Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679140336776,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-18T11:52:59.974Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T11:52:59.975Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-18T11:52:59.975Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679140338944,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 436a091b-6820-4621-9f77-4a798268cc9d already exists"
}
2023-03-18T11:52:59.975Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T11:52:59.975Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-18T11:52:59.975Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679140339946,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: d26137cf-1389-4abe-8e09-78b44d7a1aae already exists"
}
2023-03-18T11:52:59.975Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T11:52:59.975Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-18T11:52:59.975Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679140371183,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-18T11:52:59.975Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T11:52:59.975Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-18T11:52:59.975Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679140372211,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T11:52:59.975Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T11:53:00.973Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T11:53:00.974Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-18T11:53:00.974Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T11:53:00.974Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679140372211,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T11:53:01.975Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T11:53:01.975Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-18T11:53:01.975Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T11:53:01.975Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679140372211,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T11:53:02.976Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T11:53:02.977Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-18T11:53:02.977Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T11:53:02.977Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679140372211,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T11:53:03.978Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T11:53:03.978Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-18T11:53:03.978Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T11:53:03.979Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679140372211,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T11:53:04.979Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T11:53:04.979Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-18T11:53:04.979Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T11:53:04.980Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679140372211,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T11:53:05.981Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||sending notification to client: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "serviceName": "basic_onboard_gCPnoC",
  "serviceVersion": "1.0",
  "serviceUUID": "dad851ae-1f1d-4e04-8847-f18fd5d51391",
  "serviceDescription": "service",
  "serviceInvariantUUID": "693dcbb7-55f2-41d5-a0d9-572574329dfe",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_gCPnoC 0",
      "resourceCustomizationUUID": "9327f8c9-4591-449b-b6af-227dc0614cab",
      "resourceName": "basic_onboard_gCPnoC",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "f3fb2f57-aad9-4f33-88db-c458ae09cdfb",
      "resourceInvariantUUID": "d7c6b294-4284-4b69-87ff-a797deedad73",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_gcpnoc0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json",
          "artifactChecksum": "NjRhMmYzNDQxZDFkYzhiMjZmMTk3NDMzZmQwOWNiNWI\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "583db2fa-2045-4011-8045-9fd436580060",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "0846dbe8-d246-42f3-9ba6-3c197d6bb5c4",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "7d3da3bf-4415-4326-b045-fe6bef605f78",
            "generatedFromUUID": "0846dbe8-d246-42f3-9ba6-3c197d6bb5c4"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "7d3da3bf-4415-4326-b045-fe6bef605f78",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardGcpnoc-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar",
      "artifactChecksum": "MjQxYmE3NTM3MTRlYjAwMzA2YjMyYmJjMmU4MmNkYjE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "d6569f72-4f81-428a-8593-389324ccdf48"
    }
  ],
  "workloadContext": "Production"
}
2023-03-18T11:53:05.982Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-18T11:53:05.983Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 dad851ae-1f1d-4e04-8847-f18fd5d51391 ASDC
2023-03-18T11:53:05.984Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
ServiceName:basic_onboard_gCPnoC
ServiceVersion:1.0
ServiceUUID:dad851ae-1f1d-4e04-8847-f18fd5d51391
ServiceInvariantUUID:693dcbb7-55f2-41d5-a0d9-572574329dfe
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardGcpnoc-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar
ArtifactUUID:d6569f72-4f81-428a-8593-389324ccdf48
ArtifactChecksum:MjQxYmE3NTM3MTRlYjAwMzA2YjMyYmJjMmU4MmNkYjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_gCPnoC 0
ResourceCustomizationUUID:9327f8c9-4591-449b-b6af-227dc0614cab
ResourceInvariantUUID:d7c6b294-4284-4b69-87ff-a797deedad73
ResourceName:basic_onboard_gCPnoC
ResourceType:VF
ResourceUUID:f3fb2f57-aad9-4f33-88db-c458ae09cdfb
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_gcpnoc0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json
ArtifactUUID:583db2fa-2045-4011-8045-9fd436580060
ArtifactChecksum:NjRhMmYzNDQxZDFkYzhiMjZmMTk3NDMzZmQwOWNiNWI=
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/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.yaml
ArtifactUUID:0846dbe8-d246-42f3-9ba6-3c197d6bb5c4
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/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.env
ArtifactUUID:7d3da3bf-4415-4326-b045-fe6bef605f78
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/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.env
ArtifactUUID:7d3da3bf-4415-4326-b045-fe6bef605f78
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-18T11:53:05.984Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF dad851ae-1f1d-4e04-8847-f18fd5d51391 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: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-18T11:53:06.025Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-18T11:53:06.026Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2023-03-18T11:53:06.026Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2023-03-18T11:53:06.026Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: d6569f72-4f81-428a-8593-389324ccdf48 from URL: /sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar
2023-03-18T11:53:06.026Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||INFO|500||DistributionClient - download
2023-03-18T11:53:06.027Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar
2023-03-18T11:53:06.072Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||GET Response Status 404
2023-03-18T11:53:06.073Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@5e9ae995
2023-03-18T11:53:06.073Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-18T11:53:06.073Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicOnboardGcpnoc"
      ]
    }
  }
}
2023-03-18T11:53:06.073Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicOnboardGcpnoc-csar.csar /sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar d6569f72-4f81-428a-8593-389324ccdf48 Specified artifact is  not found 300 ASDC artifact download fail
2023-03-18T11:53:06.073Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar ASDC sendASDCNotification
2023-03-18T11:53:06.073Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar(Specified artifact is  not found)
2023-03-18T11:53:06.074Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-18T11:53:06.074Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-18T11:53:06.074Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T11:53:06.074Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679140386073,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T11:53:07.077Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during processCsarServiceArtifacts ASDC processCsarServiceArtifacts 500 Exception in processCsarServiceArtifacts
org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact service-BasicOnboardGcpnoc-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar(UUID:d6569f72-4f81-428a-8593-389324ccdf48)
Error message is Specified artifact is  not found

	at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394)
	at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2023-03-18T11:53:07.098Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||ERROR|500||error NSST process resource failure 
java.lang.NullPointerException: null
	at org.onap.so.asdc.client.ASDCController.processNsstNotification(ASDCController.java:978)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:760)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-18T11:53:07.098Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: f3fb2f57-aad9-4f33-88db-c458ae09cdfb
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-18T11:53:07.103Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||INFO|500||basic_onboard_gCPnoC 0
2023-03-18T11:53:07.103Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: f3fb2f57-aad9-4f33-88db-c458ae09cdfb
2023-03-18T11:53:07.103Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 583db2fa-2045-4011-8045-9fd436580060 from URL: /sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json
2023-03-18T11:53:07.103Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||INFO|500||DistributionClient - download
2023-03-18T11:53:07.104Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json
2023-03-18T11:53:07.116Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||GET Response Status 404
2023-03-18T11:53:07.117Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@7be3f01
2023-03-18T11:53:07.117Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-18T11:53:07.117Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicOnboardGcpnoc"
      ]
    }
  }
}
2023-03-18T11:53:07.117Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL basic_onboard_gcpnoc0_modules.json /sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json 583db2fa-2045-4011-8045-9fd436580060 Specified artifact is  not found 300 ASDC artifact download fail
2023-03-18T11:53:07.118Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json ASDC sendASDCNotification
2023-03-18T11:53:07.118Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json(Specified artifact is  not found)
2023-03-18T11:53:07.118Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-18T11:53:07.118Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-18T11:53:07.118Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T11:53:07.118Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679140387118,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T11:53:08.120Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during Installation of artifact ASDC processResourceNotification 500 Exception in processResourceNotification
org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact basic_onboard_gcpnoc0_modules.json could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json(UUID:583db2fa-2045-4011-8045-9fd436580060)
Error message is Specified artifact is  not found

	at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:787)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-18T11:53:08.120Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T11:53:08.142Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T11:53:08.146Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-18T11:53:08.147Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-18T11:53:38.147Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T11:53:38.165Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T11:53:38.169Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-18T11:53:38.169Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-18T11:53:58.919Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T11:53:58.921Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-18T11:53:58.921Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679140372211,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json",
  "status": "NOTIFIED"
}
2023-03-18T11:53:58.923Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T11:54:08.170Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T11:54:08.190Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T11:54:08.195Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-18T11:54:08.195Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-18T11:54:38.196Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T11:54:38.216Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T11:54:38.220Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-18T11:54:38.220Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-18T11:54:58.920Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T11:54:58.921Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-18T11:54:58.922Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679140372211,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2023-03-18T11:54:58.922Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T11:54:58.922Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-18T11:54:58.923Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679140372211,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T11:54:58.923Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T11:54:58.923Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-18T11:54:58.923Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679140372211,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2023-03-18T11:54:58.923Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T11:54:58.923Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-18T11:54:58.923Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679140372211,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T11:54:58.923Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T11:54:58.923Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-18T11:54:58.923Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679140372211,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar",
  "status": "NOTIFIED"
}
2023-03-18T11:54:58.923Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T11:54:58.923Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-18T11:54:58.923Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679140386073,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-18T11:54:58.924Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T11:54:58.924Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-18T11:54:58.924Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679140387118,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-18T11:54:58.924Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T11:55:08.221Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T11:55:08.242Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T11:55:08.245Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-18T11:55:08.245Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-18T11:55:38.246Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T11:55:38.266Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T11:55:38.270Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-18T11:55:38.270Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-18T11:55:58.920Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T11:56:08.271Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T11:56:08.292Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T11:56:08.296Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-18T11:56:08.296Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-18T11:56:38.296Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T11:56:38.316Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T11:56:38.319Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-18T11:56:38.319Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-18T11:56:58.920Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T11:57:08.319Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T11:57:08.341Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T11:57:08.345Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-18T11:57:08.345Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-18T11:57:38.345Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T11:57:38.363Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T11:57:38.366Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-18T11:57:38.366Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-18T11:57:58.921Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T11:57:58.987Z||kafka-coordinator-heartbeat-thread | so|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] consumer poll timeout has expired. This means the time between subsequent calls to poll() was longer than the configured max.poll.interval.ms, which typically implies that the poll loop is spending too much time processing messages. You can address this either by increasing max.poll.interval.ms or by reducing the maximum size of batches returned in poll() with max.poll.records.
2023-03-18T11:57:58.988Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Member SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2-84951f26-2b36-4561-a17f-78b9e0a524f3 sending LeaveGroup request to coordinator onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2147483645 rack: null) due to consumer poll timeout has expired.
2023-03-18T11:57:58.988Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Resetting generation and member id due to: consumer pro-actively leaving the group
2023-03-18T11:57:58.988Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Request joining group due to: consumer pro-actively leaving the group
2023-03-18T11:57:59.699Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T11:57:59.711Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Revoke previously assigned partitions SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-03-18T11:57:59.711Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] (Re-)joining group
2023-03-18T11:57:59.715Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Successfully joined group with generation Generation{generationId=35, memberId='SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94-2995e74d-4211-4955-93f6-f3f14568571e', protocol='range'}
2023-03-18T11:57:59.716Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Finished assignment for group at generation 35: {SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94-2995e74d-4211-4955-93f6-f3f14568571e=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])}
2023-03-18T11:57:59.732Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Successfully synced group in generation Generation{generationId=35, memberId='SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94-2995e74d-4211-4955-93f6-f3f14568571e', protocol='range'}
2023-03-18T11:57:59.732Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])
2023-03-18T11:57:59.732Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Adding newly assigned partitions: SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-03-18T11:57:59.736Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-18T11:57:59.737Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-18T11:57:59.737Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-18T11:57:59.737Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=431, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-18T11:57:59.737Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-18T11:57:59.737Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-18T11:58:08.367Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2023-03-18T11:58:08.367Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-18T11:58:08.377Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846 and serviceModelVersionId: dad851ae-1f1d-4e04-8847-f18fd5d51391
2023-03-18T11:58:08.378Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 693dcbb7-55f2-41d5-a0d9-572574329dfe
2023-03-18T11:58:08.378Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391?depth=0
2023-03-18T11:58:08.382Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2023-03-18T11:58:08.396Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-03-18T11:58:08.397Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391?depth=0|INFO|500||Invoke
2023-03-18T11:58:08.410Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2023-03-18T11:58:08.438Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391?depth=0|INFO|404|Not Found|InvokeReturn
2023-03-18T11:58:08.439Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391?depth=0 has http status code:404 and response headers:{date=[Sat, 18 Mar 2023 11:58:08 GMT], content-length=[495], x-aai-txid=[1-aai-resources-230318-11:58:08:113-94569], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-18T11:58:08.440Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||{"requestError":{"serviceException":{"messageId":"SVC3001","text":"Resource not found for %1 using id %2 (msg=%3) (ec=%4)","variables":["MERGE_PATCH","service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391","Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391","ERR.5.4.6114"]}}}

2023-03-18T11:58:08.443Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391) (ec=ERR.5.4.6114)
2023-03-18T11:58:08.443Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||ERROR|500||Exception occurred
javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391) (ec=ERR.5.4.6114)
	at org.onap.so.client.ResponseExceptionMapper.map(ResponseExceptionMapper.java:74)
	at org.onap.so.client.RestRequest.get(RestRequest.java:77)
	at org.onap.so.client.RestClient.buildRequest(RestClient.java:326)
	at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322)
	at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283)
	at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67)
	at net.jodah.failsafe.Execution.executeSync(Execution.java:117)
	at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319)
	at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71)
	at org.onap.so.client.RestClient.method(RestClient.java:322)
	at org.onap.so.client.RestClient.patch(RestClient.java:265)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184)
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-18T11:58:08.443Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391) (ec=ERR.5.4.6114)
2023-03-18T11:58:08.444Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391) (ec=ERR.5.4.6114)
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-18T11:58:08.452Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-18T11:58:08.452Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391) (ec=ERR.5.4.6114)
2023-03-18T11:58:08.453Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2023-03-18T11:58:08.453Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-18T11:58:08.453Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T11:58:08.453Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679140688453,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391) (ec\u003dERR.5.4.6114)"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T11:58:08.469Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-18T11:58:08.469Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679140688453,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391) (ec\u003dERR.5.4.6114)"
}
2023-03-18T11:58:08.470Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-18T11:58:09.473Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-18T11:58:09.473Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||received notification from broker: {"distributionID":"d4dc9e71-f2cb-491c-bcf1-9d51402514be","serviceName":"vFW 2023-03-18 11-08-36","serviceVersion":"1.0","serviceUUID":"27fdb87d-b713-4eaf-90a0-9e48041e5db6","serviceDescription":"catalog service description","serviceInvariantUUID":"cb6d14f9-78ae-470a-a6af-a3a2b9fea472","resources":[{"resourceInstanceName":"vFW 58569f3e-bd56 0","resourceName":"vFW 58569f3e-bd56","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"d26137cf-1389-4abe-8e09-78b44d7a1aae","resourceInvariantUUID":"440b369e-a09c-4c31-8a4e-6692abd11e0c","resourceCustomizationUUID":"e17fe765-865d-4748-ab41-44bdbee5a853","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/vf-license-model.xml","artifactChecksum":"MTFjYmU2ZGQwM2YxYTQxNjdhOWY1YjI5OWUyYjE5OTg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"7238df55-40f7-4cde-93e0-f3c86248a4ba","artifactVersion":"1"},{"artifactName":"vfw58569f3ebd560_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/vfw58569f3ebd560_modules.json","artifactChecksum":"ODg5YTAyNmJiZTFiZTA5MDMwZWVhNmFkMzVmNzk4YTg\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"a8ca7246-150c-4537-b08d-e58462b66bb6","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"be903e28-b266-44db-9c8b-4cbcb6f7ee77","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/vendor-license-model.xml","artifactChecksum":"NDExZWJjY2Q3ZjkxN2NkNTRiYmFlNDViOGZhYWJjM2M\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"cecd91b9-dbd7-4a9b-96a0-72674051949c","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"0637f995-3e6f-44f6-89fc-61906f5ff14b","artifactVersion":"2","generatedFromUUID":"be903e28-b266-44db-9c8b-4cbcb6f7ee77"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20230318110836-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-template.yml","artifactChecksum":"NjdmYzRlMTY1MzM1ODg5NjAzNTEzOWU1ZGFmNmNiNDI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"8648cca8-36e7-40c1-8faf-a7c0be2faa07","artifactVersion":"1"},{"artifactName":"service-Vfw20230318110836-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar","artifactChecksum":"NzY3OTRjMDBhMTZlZjQ1ZTQ3MTU0ZjE0NjliYmU1M2Y\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"436a091b-6820-4621-9f77-4a798268cc9d","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-18T11:58:09.474Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T11:58:09.474Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-18T11:58:09.474Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T11:58:09.474Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679140372211,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T11:58:10.475Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T11:58:10.475Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-18T11:58:10.475Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T11:58:10.475Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679140372211,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/vfw58569f3ebd560_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T11:58:11.478Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T11:58:11.478Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-18T11:58:11.479Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T11:58:11.479Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679140372211,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T11:58:12.479Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T11:58:12.481Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-18T11:58:12.481Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T11:58:12.481Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679140372211,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T11:58:13.482Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T11:58:13.483Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-18T11:58:13.484Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T11:58:13.484Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679140372211,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/base_vfw.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T11:58:14.485Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T11:58:14.486Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-18T11:58:14.486Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T11:58:14.486Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679140372211,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T11:58:15.487Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T11:58:15.488Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-18T11:58:15.489Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T11:58:15.489Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679140372211,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T11:58:16.490Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||sending notification to client: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "serviceName": "vFW 2023-03-18 11-08-36",
  "serviceVersion": "1.0",
  "serviceUUID": "27fdb87d-b713-4eaf-90a0-9e48041e5db6",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "cb6d14f9-78ae-470a-a6af-a3a2b9fea472",
  "resources": [
    {
      "resourceInstanceName": "vFW 58569f3e-bd56 0",
      "resourceCustomizationUUID": "e17fe765-865d-4748-ab41-44bdbee5a853",
      "resourceName": "vFW 58569f3e-bd56",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "d26137cf-1389-4abe-8e09-78b44d7a1aae",
      "resourceInvariantUUID": "440b369e-a09c-4c31-8a4e-6692abd11e0c",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw58569f3ebd560_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/vfw58569f3ebd560_modules.json",
          "artifactChecksum": "ODg5YTAyNmJiZTFiZTA5MDMwZWVhNmFkMzVmNzk4YTg\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "a8ca7246-150c-4537-b08d-e58462b66bb6",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "be903e28-b266-44db-9c8b-4cbcb6f7ee77",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "0637f995-3e6f-44f6-89fc-61906f5ff14b",
            "generatedFromUUID": "be903e28-b266-44db-9c8b-4cbcb6f7ee77"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "0637f995-3e6f-44f6-89fc-61906f5ff14b",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20230318110836-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar",
      "artifactChecksum": "NzY3OTRjMDBhMTZlZjQ1ZTQ3MTU0ZjE0NjliYmU1M2Y\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "436a091b-6820-4621-9f77-4a798268cc9d"
    }
  ],
  "workloadContext": "Production"
}
2023-03-18T11:58:16.491Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-18T11:58:16.491Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 27fdb87d-b713-4eaf-90a0-9e48041e5db6 ASDC
2023-03-18T11:58:16.491Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:d4dc9e71-f2cb-491c-bcf1-9d51402514be
ServiceName:vFW 2023-03-18 11-08-36
ServiceVersion:1.0
ServiceUUID:27fdb87d-b713-4eaf-90a0-9e48041e5db6
ServiceInvariantUUID:cb6d14f9-78ae-470a-a6af-a3a2b9fea472
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20230318110836-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar
ArtifactUUID:436a091b-6820-4621-9f77-4a798268cc9d
ArtifactChecksum:NzY3OTRjMDBhMTZlZjQ1ZTQ3MTU0ZjE0NjliYmU1M2Y=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 58569f3e-bd56 0
ResourceCustomizationUUID:e17fe765-865d-4748-ab41-44bdbee5a853
ResourceInvariantUUID:440b369e-a09c-4c31-8a4e-6692abd11e0c
ResourceName:vFW 58569f3e-bd56
ResourceType:VF
ResourceUUID:d26137cf-1389-4abe-8e09-78b44d7a1aae
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw58569f3ebd560_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/vfw58569f3ebd560_modules.json
ArtifactUUID:a8ca7246-150c-4537-b08d-e58462b66bb6
ArtifactChecksum:ODg5YTAyNmJiZTFiZTA5MDMwZWVhNmFkMzVmNzk4YTg=
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/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/base_vfw.yaml
ArtifactUUID:be903e28-b266-44db-9c8b-4cbcb6f7ee77
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/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/base_vfw.env
ArtifactUUID:0637f995-3e6f-44f6-89fc-61906f5ff14b
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/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/base_vfw.env
ArtifactUUID:0637f995-3e6f-44f6-89fc-61906f5ff14b
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-18T11:58:16.491Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 27fdb87d-b713-4eaf-90a0-9e48041e5db6 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: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-18T11:58:16.523Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-18T11:58:16.524Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2023-03-18T11:58:16.524Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2023-03-18T11:58:16.524Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 436a091b-6820-4621-9f77-4a798268cc9d from URL: /sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar
2023-03-18T11:58:16.524Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||INFO|500||DistributionClient - download
2023-03-18T11:58:16.525Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar
2023-03-18T11:58:16.781Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2023-03-18T11:58:16.788Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar 436a091b-6820-4621-9f77-4a798268cc9d 101467
2023-03-18T11:58:16.789Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar ASDC sendASDCNotification
2023-03-18T11:58:16.789Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar
2023-03-18T11:58:16.790Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-18T11:58:16.790Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-18T11:58:16.790Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T11:58:16.790Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679140696789,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T11:58:17.791Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-18T11:58:17.793Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2023-03-18T11:58:17.793Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 436a091b-6820-4621-9f77-4a798268cc9d, URL: /sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar to file: /app/ASDC/1/service-Vfw20230318110836-csar.csar
2023-03-18T11:58:17.794Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20230318110836-csar.csar
2023-03-18T11:58:17.795Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20230318110836-csar.csar
2023-03-18T11:58:17.795Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20230318110836-csar.csar
2023-03-18T11:58:17.923Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8103776332720407549/Definitions/service-Vfw20230318110836-template.yml
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_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_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
2023-03-18T11:58:19.417Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-18T11:58:19.418Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||WARN|500||####################################################################################################
2023-03-18T11:58:19.418Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20230318110836-csar.csar
2023-03-18T11:58:19.418Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2023-03-18T11:58:19.418Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230318110836-csar.csar
2023-03-18T11:58:19.418Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230318110836-csar.csar
2023-03-18T11:58:19.418Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||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-Vfw20230318110836-csar.csar
2023-03-18T11:58:19.418Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230318110836-csar.csar
2023-03-18T11:58:19.418Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230318110836-csar.csar
2023-03-18T11:58:19.418Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230318110836-csar.csar
2023-03-18T11:58:19.418Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230318110836-csar.csar
2023-03-18T11:58:19.418Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230318110836-csar.csar
2023-03-18T11:58:19.419Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230318110836-csar.csar
2023-03-18T11:58:19.419Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 58569f3e-bd56 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-Vfw20230318110836-csar.csar
2023-03-18T11:58:19.419Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230318110836-csar.csar
2023-03-18T11:58:19.419Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||WARN|500||####################################################################################################
2023-03-18T11:58:19.419Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T11:58:19.419Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||Service vFW 2023-03-18 11-08-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T11:58:19.419Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||Node template vFW 58569f3e-bd56 0 is matching search criteria
2023-03-18T11:58:19.419Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2023-03-18T11:58:19.420Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 58569f3e-bd56 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-18T11:58:19.420Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T11:58:19.420Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||Service vFW 2023-03-18 11-08-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T11:58:19.420Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||Node template vFW 58569f3e-bd56 0 is matching search criteria
2023-03-18T11:58:19.420Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2023-03-18T11:58:19.420Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 58569f3e-bd56 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-18T11:58:19.420Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T11:58:19.420Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||Service vFW 2023-03-18 11-08-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T11:58:19.421Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T11:58:19.421Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||Node template vFW 58569f3e-bd56 0 is not matching search criteria
2023-03-18T11:58:19.421Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-18T11:58:19.421Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-18T11:58:19.421Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-18T11:58:19.421Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-18T11:58:19.421Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-18T11:58:19.421Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-18T11:58:19.421Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-18T11:58:19.421Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-18T11:58:19.421Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-18T11:58:19.422Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-18T11:58:19.422Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-18T11:58:19.422Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-18T11:58:19.422Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-18T11:58:19.422Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-18T11:58:19.422Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-18T11:58:19.423Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-03-18T11:58:19.423Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T11:58:19.423Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||Service vFW 2023-03-18 11-08-36 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-03-18T11:58:19.423Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T11:58:19.423Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||Node template vFW 58569f3e-bd56 0 is matching search criteria
2023-03-18T11:58:19.423Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 58569f3e-bd56 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-18T11:58:19.424Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T11:58:19.424Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||Node template vFW 58569f3e-bd56 0 is matching search criteria
2023-03-18T11:58:19.424Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 58569f3e-bd56 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-18T11:58:19.424Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T11:58:19.424Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||Node template vFW 58569f3e-bd56 0 is matching search criteria
2023-03-18T11:58:19.424Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 58569f3e-bd56 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-18T11:58:19.425Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T11:58:19.425Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||Node template vFW 58569f3e-bd56 0 is not matching search criteria
2023-03-18T11:58:19.425Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-18T11:58:19.425Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-18T11:58:19.425Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-03-18T11:58:19.425Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-18T11:58:19.425Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-18T11:58:19.425Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-18T11:58:19.426Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-18T11:58:19.426Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-18T11:58:19.426Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-18T11:58:19.426Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-18T11:58:19.426Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-18T11:58:19.426Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=54648a20-f030-49c4-93d4-4525b2108f51
2023-03-18T11:58:19.427Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T11:58:19.427Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||Node template vFW 58569f3e-bd56 0 is not matching search criteria
2023-03-18T11:58:19.427Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-18T11:58:19.427Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-18T11:58:19.427Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-18T11:58:19.427Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-18T11:58:19.427Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-18T11:58:19.427Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-18T11:58:19.428Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-18T11:58:19.428Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-03-18T11:58:19.428Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-18T11:58:19.428Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-18T11:58:19.428Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-18T11:58:19.428Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-18T11:58:19.428Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=c8000f82-3ea0-499f-845f-48af9ca20f40
2023-03-18T11:58:19.429Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T11:58:19.429Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||Node template vFW 58569f3e-bd56 0 is not matching search criteria
2023-03-18T11:58:19.429Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-18T11:58:19.429Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-18T11:58:19.429Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-18T11:58:19.429Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-18T11:58:19.429Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-18T11:58:19.430Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-18T11:58:19.430Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-18T11:58:19.430Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-18T11:58:19.430Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-18T11:58:19.430Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-18T11:58:19.430Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-18T11:58:19.430Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-03-18T11:58:19.431Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=8d37dce4-ace0-4972-b0ae-359f5ee34e15
2023-03-18T11:58:19.431Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T11:58:19.431Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||Service vFW 2023-03-18 11-08-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T11:58:19.431Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T11:58:19.431Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||Service vFW 2023-03-18 11-08-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T11:58:19.431Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T11:58:19.431Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||Service vFW 2023-03-18 11-08-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T11:58:19.432Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T11:58:19.432Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||Service vFW 2023-03-18 11-08-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T11:58:19.432Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2023-03-18 11-08-36
Description:catalog service description
Model UUID:27fdb87d-b713-4eaf-90a0-9e48041e5db6
Model Version:NULL
Model InvariantUuid:cb6d14f9-78ae-470a-a6af-a3a2b9fea472
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 58569f3e-bd56
Model UUID:2fc36073-92c9-4d5d-9644-0bb6550c287b
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:440b369e-a09c-4c31-8a4e-6692abd11e0c
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:e17fe765-865d-4748-ab41-44bdbee5a853
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:351d450e-b1b7-41ae-a83a-2a71f15e25d1
ModelName:Vfw58569f3eBd56..base_vfw..module-0
ModelUuid:0d68d68e-dec8-43d2-aff9-f5d88cc04393
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:54648a20-f030-49c4-93d4-4525b2108f51
ModelInvariantUuid:4ab08134-cd1d-4688-9b75-17c67d1a3e81
ModelName:vFW 58569f3e-bd56-nodes.vfwCvfc
ModelUuid:d6b2f0ba-9202-407c-a163-7cc24d0f18b4
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:056f6090-f73c-4739-af97-620c05ad132a
ModelInvariantUuid:983e3ada-7ea8-4303-8174-d3114334eb9e
ModelName:Vfw58569f3eBd56.compute.nodes.heat.vfw
ModelUuid:3d4b7896-bd84-401c-aa77-b889e41a200a
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:c8000f82-3ea0-499f-845f-48af9ca20f40
ModelInvariantUuid:fcd18208-a79b-409f-9943-f6fdaf7b423e
ModelName:vFW 58569f3e-bd56-nodes.vsnCvfc
ModelUuid:2dc70d22-f13d-4809-b3aa-6be925119137
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:402dc1d7-02f5-4fe5-9c72-942fea6de45f
ModelInvariantUuid:0b0ccbe0-ee97-4020-bd46-0de8c06bfc96
ModelName:Vfw58569f3eBd56.compute.nodes.heat.vsn
ModelUuid:9156b53b-b6f9-40ab-bf18-4e57fbace729
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:8d37dce4-ace0-4972-b0ae-359f5ee34e15
ModelInvariantUuid:5fb0558e-6cb2-4431-b7ca-6445c8799cef
ModelName:vFW 58569f3e-bd56-nodes.vpgCvfc
ModelUuid:fa77263e-b297-4fc8-ad06-fee6a19575f2
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:c490c1b0-6d8a-4e04-bcc3-d1334a874130
ModelInvariantUuid:49041fa9-9665-4fc5-a429-9d3d7490839b
ModelName:Vfw58569f3eBd56.compute.nodes.heat.vpg
ModelUuid:7e8eb1f5-1f60-4b7b-ac6b-192037bf4db6
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=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-03-18T11:58:19.471Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||ERROR|500||Csar with UUID: 436a091b-6820-4621-9f77-4a798268cc9d already exists
2023-03-18T11:58:19.471Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar ASDC sendASDCNotification
2023-03-18T11:58:19.471Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar(Csar with UUID: 436a091b-6820-4621-9f77-4a798268cc9d already exists)
2023-03-18T11:58:19.471Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-18T11:58:19.471Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-18T11:58:19.472Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T11:58:19.472Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679140699471,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 436a091b-6820-4621-9f77-4a798268cc9d already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T11:58:20.472Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar ASDC sendASDCNotification
2023-03-18T11:58:20.472Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar(Resource with UUID: d26137cf-1389-4abe-8e09-78b44d7a1aae already exists)
2023-03-18T11:58:20.472Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-18T11:58:20.473Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-18T11:58:20.473Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T11:58:20.473Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679140700472,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: d26137cf-1389-4abe-8e09-78b44d7a1aae already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T11:58:21.474Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d4dc9e71-f2cb-491c-bcf1-9d51402514be
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T11:58:21.501Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d4dc9e71-f2cb-491c-bcf1-9d51402514be
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T11:58:21.504Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-18T11:58:21.504Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-18T11:58:21.504Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-18T11:58:21.504Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-18T11:58:21.504Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T11:58:21.505Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T11:58:21.505Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T11:58:21.505Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T11:58:21.505Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T11:58:21.505Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-18T11:58:21.515Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-18T11:58:51.515Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: d4dc9e71-f2cb-491c-bcf1-9d51402514be and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-18T11:58:51.523Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: d4dc9e71-f2cb-491c-bcf1-9d51402514be and serviceModelVersionId: 27fdb87d-b713-4eaf-90a0-9e48041e5db6
2023-03-18T11:58:51.523Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : cb6d14f9-78ae-470a-a6af-a3a2b9fea472
2023-03-18T11:58:51.524Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/cb6d14f9-78ae-470a-a6af-a3a2b9fea472/model-vers/model-ver/27fdb87d-b713-4eaf-90a0-9e48041e5db6?depth=0
2023-03-18T11:58:51.530Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2023-03-18T11:58:51.544Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cb6d14f9-78ae-470a-a6af-a3a2b9fea472/model-vers/model-ver/27fdb87d-b713-4eaf-90a0-9e48041e5db6?depth=0|INFO|500||Invoke
2023-03-18T11:58:51.544Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cb6d14f9-78ae-470a-a6af-a3a2b9fea472/model-vers/model-ver/27fdb87d-b713-4eaf-90a0-9e48041e5db6?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cb6d14f9-78ae-470a-a6af-a3a2b9fea472/model-vers/model-ver/27fdb87d-b713-4eaf-90a0-9e48041e5db6?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[d4dc9e71-f2cb-491c-bcf1-9d51402514be], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[c2858016-a6aa-4e18-a2e5-b5a1ee9dcf27], X-ECOMP-RequestID=[d4dc9e71-f2cb-491c-bcf1-9d51402514be], X-TransactionId=[], X-ONAP-RequestID=[d4dc9e71-f2cb-491c-bcf1-9d51402514be], Content-Type=[application/merge-patch+json]}
2023-03-18T11:58:51.552Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cb6d14f9-78ae-470a-a6af-a3a2b9fea472/model-vers/model-ver/27fdb87d-b713-4eaf-90a0-9e48041e5db6?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-18T11:58:51.665Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cb6d14f9-78ae-470a-a6af-a3a2b9fea472/model-vers/model-ver/27fdb87d-b713-4eaf-90a0-9e48041e5db6?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/cb6d14f9-78ae-470a-a6af-a3a2b9fea472/model-vers/model-ver/27fdb87d-b713-4eaf-90a0-9e48041e5db6?depth=0 has http status code:200 and response headers:{date=[Sat, 18 Mar 2023 11:58:51 GMT], content-length=[0], vertex-id=[593936], x-aai-txid=[0-aai-resources-230318-11:58:51:254-78215], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-18T11:58:51.665Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cb6d14f9-78ae-470a-a6af-a3a2b9fea472/model-vers/model-ver/27fdb87d-b713-4eaf-90a0-9e48041e5db6?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-18T11:58:51.666Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cb6d14f9-78ae-470a-a6af-a3a2b9fea472/model-vers/model-ver/27fdb87d-b713-4eaf-90a0-9e48041e5db6?depth=0|INFO|500||InvokeReturn
2023-03-18T11:58:51.666Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-18T11:58:51.667Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-18T11:58:51.676Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-18T11:58:51.676Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID d4dc9e71-f2cb-491c-bcf1-9d51402514be and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-18T11:58:51.676Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-18T11:58:51.677Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-18T11:58:51.677Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T11:58:51.677Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679140731676,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-18T11:58:52.700Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-18T11:58:52.700Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||received notification from broker: {"distributionID":"9f6cbd74-5561-4ebf-ae29-ef09adcdb35a","serviceName":"vFW 2023-03-18 11-49-31","serviceVersion":"1.0","serviceUUID":"6d984351-d1ca-40a4-aad4-cb46662a587a","serviceDescription":"catalog service description","serviceInvariantUUID":"cf32c985-ce6d-438e-ae22-e6fd004665b3","resources":[{"resourceInstanceName":"vFW c11b0f1b-4505 0","resourceName":"vFW c11b0f1b-4505","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"c7374fd6-6727-4426-9587-40812bc7c663","resourceInvariantUUID":"26f1c4e0-d5d2-4519-a829-ba04da79dfd3","resourceCustomizationUUID":"19f5eed0-33a8-4dbf-839a-f2ac2d3b058b","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/vf-license-model.xml","artifactChecksum":"ZmYyYjdhM2U5NTJiNDExYWMwYTMzMTkyZDMwYzcxZTc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"7b8e42e6-1821-4cac-aa27-034f93b9a8bb","artifactVersion":"1"},{"artifactName":"vfwc11b0f1b45050_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/vfwc11b0f1b45050_modules.json","artifactChecksum":"YTA1YjZlZDc1ZGI4M2FjMjI5NWE4ZTQzZjQxZmI1MGE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"40a0f4a8-4459-48c6-8da9-780f32a6e90d","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"3198714b-6cfa-4ae8-9e58-caa5fd7816d1","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/vendor-license-model.xml","artifactChecksum":"OTNkYjEwYTcxMGU1ODVlYThkMzJiZjM0OWMzYWExNTg\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"56d4001a-cb5d-4c8b-a9db-05f6dd036a2e","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"72f0a15a-ad88-4350-921f-de50e44e2b78","artifactVersion":"2","generatedFromUUID":"3198714b-6cfa-4ae8-9e58-caa5fd7816d1"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20230318114931-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-template.yml","artifactChecksum":"MmZjZDk3ZDhkZWNhNmYyZTJiYmJjYzlhZTNjZmUwZDU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"d733d559-0885-4fbb-8573-c3718d9662ac","artifactVersion":"1"},{"artifactName":"service-Vfw20230318114931-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar","artifactChecksum":"NzYyNTc4YTljZWI3YjE3YThjOTU0MjkyMGEyMDMxNDY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"2a8efcaf-0813-4b52-901f-136ba065c343","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-18T11:58:52.700Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T11:58:52.700Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-18T11:58:52.700Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T11:58:52.700Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679140372211,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T11:58:53.701Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T11:58:53.701Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-18T11:58:53.701Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T11:58:53.702Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679140372211,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/vfwc11b0f1b45050_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T11:58:54.702Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T11:58:54.703Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-18T11:58:54.703Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T11:58:54.703Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679140372211,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T11:58:55.703Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T11:58:55.704Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-18T11:58:55.704Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T11:58:55.704Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679140372211,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T11:58:56.704Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T11:58:56.705Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-18T11:58:56.705Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T11:58:56.705Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679140372211,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/base_vfw.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T11:58:57.706Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T11:58:57.706Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-18T11:58:57.706Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T11:58:57.707Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679140372211,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T11:58:58.708Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T11:58:58.708Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-18T11:58:58.708Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T11:58:58.708Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679140372211,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T11:58:58.919Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T11:58:58.925Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-18T11:58:58.925Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679140372211,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T11:58:58.926Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T11:58:58.926Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-18T11:58:58.926Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679140372211,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/vfw58569f3ebd560_modules.json",
  "status": "NOTIFIED"
}
2023-03-18T11:58:58.927Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T11:58:58.927Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-18T11:58:58.927Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679140372211,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-03-18T11:58:58.927Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T11:58:58.927Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-18T11:58:58.927Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679140372211,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T11:58:58.927Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T11:58:58.927Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-18T11:58:58.927Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679140372211,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2023-03-18T11:58:58.927Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T11:58:58.928Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-18T11:58:58.928Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679140372211,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T11:58:58.928Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T11:58:58.928Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-18T11:58:58.928Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679140372211,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar",
  "status": "NOTIFIED"
}
2023-03-18T11:58:58.928Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T11:58:58.928Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-18T11:58:58.928Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679140696789,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-18T11:58:58.928Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T11:58:58.929Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-18T11:58:58.929Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679140699471,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 436a091b-6820-4621-9f77-4a798268cc9d already exists"
}
2023-03-18T11:58:58.929Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T11:58:58.929Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-18T11:58:58.929Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679140700472,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: d26137cf-1389-4abe-8e09-78b44d7a1aae already exists"
}
2023-03-18T11:58:58.929Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T11:58:58.929Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-18T11:58:58.929Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679140731676,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-18T11:58:58.929Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T11:58:58.929Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-18T11:58:58.929Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679140372211,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T11:58:58.929Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T11:58:58.930Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-18T11:58:58.930Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679140372211,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/vfwc11b0f1b45050_modules.json",
  "status": "NOTIFIED"
}
2023-03-18T11:58:58.930Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T11:58:58.930Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-18T11:58:58.930Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679140372211,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-03-18T11:58:58.930Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T11:58:58.930Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-18T11:58:58.930Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679140372211,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T11:58:58.930Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T11:58:58.930Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-18T11:58:58.930Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679140372211,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2023-03-18T11:58:58.930Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T11:58:58.930Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-18T11:58:58.931Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679140372211,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T11:58:58.931Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T11:58:58.931Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-18T11:58:58.931Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679140372211,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar",
  "status": "NOTIFIED"
}
2023-03-18T11:58:58.931Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T11:58:59.709Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||sending notification to client: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "serviceName": "vFW 2023-03-18 11-49-31",
  "serviceVersion": "1.0",
  "serviceUUID": "6d984351-d1ca-40a4-aad4-cb46662a587a",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "cf32c985-ce6d-438e-ae22-e6fd004665b3",
  "resources": [
    {
      "resourceInstanceName": "vFW c11b0f1b-4505 0",
      "resourceCustomizationUUID": "19f5eed0-33a8-4dbf-839a-f2ac2d3b058b",
      "resourceName": "vFW c11b0f1b-4505",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "c7374fd6-6727-4426-9587-40812bc7c663",
      "resourceInvariantUUID": "26f1c4e0-d5d2-4519-a829-ba04da79dfd3",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfwc11b0f1b45050_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/vfwc11b0f1b45050_modules.json",
          "artifactChecksum": "YTA1YjZlZDc1ZGI4M2FjMjI5NWE4ZTQzZjQxZmI1MGE\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "40a0f4a8-4459-48c6-8da9-780f32a6e90d",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "3198714b-6cfa-4ae8-9e58-caa5fd7816d1",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "72f0a15a-ad88-4350-921f-de50e44e2b78",
            "generatedFromUUID": "3198714b-6cfa-4ae8-9e58-caa5fd7816d1"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "72f0a15a-ad88-4350-921f-de50e44e2b78",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20230318114931-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar",
      "artifactChecksum": "NzYyNTc4YTljZWI3YjE3YThjOTU0MjkyMGEyMDMxNDY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "2a8efcaf-0813-4b52-901f-136ba065c343"
    }
  ],
  "workloadContext": "Production"
}
2023-03-18T11:58:59.709Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-18T11:58:59.709Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 6d984351-d1ca-40a4-aad4-cb46662a587a ASDC
2023-03-18T11:58:59.710Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:9f6cbd74-5561-4ebf-ae29-ef09adcdb35a
ServiceName:vFW 2023-03-18 11-49-31
ServiceVersion:1.0
ServiceUUID:6d984351-d1ca-40a4-aad4-cb46662a587a
ServiceInvariantUUID:cf32c985-ce6d-438e-ae22-e6fd004665b3
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20230318114931-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar
ArtifactUUID:2a8efcaf-0813-4b52-901f-136ba065c343
ArtifactChecksum:NzYyNTc4YTljZWI3YjE3YThjOTU0MjkyMGEyMDMxNDY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW c11b0f1b-4505 0
ResourceCustomizationUUID:19f5eed0-33a8-4dbf-839a-f2ac2d3b058b
ResourceInvariantUUID:26f1c4e0-d5d2-4519-a829-ba04da79dfd3
ResourceName:vFW c11b0f1b-4505
ResourceType:VF
ResourceUUID:c7374fd6-6727-4426-9587-40812bc7c663
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwc11b0f1b45050_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/vfwc11b0f1b45050_modules.json
ArtifactUUID:40a0f4a8-4459-48c6-8da9-780f32a6e90d
ArtifactChecksum:YTA1YjZlZDc1ZGI4M2FjMjI5NWE4ZTQzZjQxZmI1MGE=
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/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/base_vfw.yaml
ArtifactUUID:3198714b-6cfa-4ae8-9e58-caa5fd7816d1
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/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/base_vfw.env
ArtifactUUID:72f0a15a-ad88-4350-921f-de50e44e2b78
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/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/base_vfw.env
ArtifactUUID:72f0a15a-ad88-4350-921f-de50e44e2b78
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-18T11:58:59.710Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 6d984351-d1ca-40a4-aad4-cb46662a587a ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-18T11:58:59.776Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-18T11:58:59.776Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2023-03-18T11:58:59.776Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2023-03-18T11:58:59.776Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 2a8efcaf-0813-4b52-901f-136ba065c343 from URL: /sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar
2023-03-18T11:58:59.776Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||INFO|500||DistributionClient - download
2023-03-18T11:58:59.777Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar
2023-03-18T11:59:00.029Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2023-03-18T11:59:00.035Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar 2a8efcaf-0813-4b52-901f-136ba065c343 101507
2023-03-18T11:59:00.036Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar ASDC sendASDCNotification
2023-03-18T11:59:00.036Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar
2023-03-18T11:59:00.036Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-18T11:59:00.036Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-18T11:59:00.036Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T11:59:00.036Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679140740036,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T11:59:01.037Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-18T11:59:01.038Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2023-03-18T11:59:01.038Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 2a8efcaf-0813-4b52-901f-136ba065c343, URL: /sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar to file: /app/ASDC/1/service-Vfw20230318114931-csar.csar
2023-03-18T11:59:01.038Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20230318114931-csar.csar
2023-03-18T11:59:01.039Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20230318114931-csar.csar
2023-03-18T11:59:01.039Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20230318114931-csar.csar
2023-03-18T11:59:01.154Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3852026097082642917/Definitions/service-Vfw20230318114931-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
2023-03-18T11:59:02.507Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-18T11:59:02.507Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||WARN|500||####################################################################################################
2023-03-18T11:59:02.507Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20230318114931-csar.csar
2023-03-18T11:59:02.508Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2023-03-18T11:59:02.508Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230318114931-csar.csar
2023-03-18T11:59:02.508Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230318114931-csar.csar
2023-03-18T11:59:02.508Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||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-Vfw20230318114931-csar.csar
2023-03-18T11:59:02.509Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230318114931-csar.csar
2023-03-18T11:59:02.509Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230318114931-csar.csar
2023-03-18T11:59:02.509Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230318114931-csar.csar
2023-03-18T11:59:02.509Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230318114931-csar.csar
2023-03-18T11:59:02.509Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230318114931-csar.csar
2023-03-18T11:59:02.509Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230318114931-csar.csar
2023-03-18T11:59:02.509Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230318114931-csar.csar
2023-03-18T11:59:02.509Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW c11b0f1b-4505 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-Vfw20230318114931-csar.csar
2023-03-18T11:59:02.509Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||WARN|500||####################################################################################################
2023-03-18T11:59:02.509Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T11:59:02.509Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||Service vFW 2023-03-18 11-49-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T11:59:02.510Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||Node template vFW c11b0f1b-4505 0 is matching search criteria
2023-03-18T11:59:02.510Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2023-03-18T11:59:02.510Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW c11b0f1b-4505 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-18T11:59:02.510Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T11:59:02.510Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||Service vFW 2023-03-18 11-49-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T11:59:02.511Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||Node template vFW c11b0f1b-4505 0 is matching search criteria
2023-03-18T11:59:02.511Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2023-03-18T11:59:02.511Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW c11b0f1b-4505 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-18T11:59:02.511Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T11:59:02.511Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||Service vFW 2023-03-18 11-49-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T11:59:02.511Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T11:59:02.511Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||Node template vFW c11b0f1b-4505 0 is not matching search criteria
2023-03-18T11:59:02.511Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-18T11:59:02.512Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-18T11:59:02.512Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-18T11:59:02.512Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-18T11:59:02.512Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-18T11:59:02.512Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-18T11:59:02.512Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-18T11:59:02.512Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-18T11:59:02.512Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-18T11:59:02.512Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-18T11:59:02.513Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-18T11:59:02.513Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-18T11:59:02.513Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-18T11:59:02.513Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-18T11:59:02.513Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-18T11:59:02.513Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-03-18T11:59:02.513Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T11:59:02.513Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||Service vFW 2023-03-18 11-49-31 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-03-18T11:59:02.514Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T11:59:02.514Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||Node template vFW c11b0f1b-4505 0 is matching search criteria
2023-03-18T11:59:02.514Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW c11b0f1b-4505 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-18T11:59:02.514Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T11:59:02.514Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||Node template vFW c11b0f1b-4505 0 is matching search criteria
2023-03-18T11:59:02.514Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW c11b0f1b-4505 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-18T11:59:02.515Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T11:59:02.515Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||Node template vFW c11b0f1b-4505 0 is matching search criteria
2023-03-18T11:59:02.515Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW c11b0f1b-4505 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-18T11:59:02.515Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T11:59:02.515Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||Node template vFW c11b0f1b-4505 0 is not matching search criteria
2023-03-18T11:59:02.515Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-18T11:59:02.515Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-03-18T11:59:02.515Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-18T11:59:02.515Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-18T11:59:02.516Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-18T11:59:02.516Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-18T11:59:02.516Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-18T11:59:02.516Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-18T11:59:02.516Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-18T11:59:02.516Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-18T11:59:02.516Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-18T11:59:02.516Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=93a1b299-440a-4b46-b809-896a244a8c3e
2023-03-18T11:59:02.517Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T11:59:02.517Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||Node template vFW c11b0f1b-4505 0 is not matching search criteria
2023-03-18T11:59:02.517Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-18T11:59:02.517Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-18T11:59:02.517Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-18T11:59:02.517Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-18T11:59:02.517Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-18T11:59:02.517Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-18T11:59:02.517Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-18T11:59:02.518Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-03-18T11:59:02.518Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-18T11:59:02.518Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-18T11:59:02.518Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-18T11:59:02.518Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-18T11:59:02.518Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=f46f0c4d-868d-4d5b-9783-ea8cf0f2cc90
2023-03-18T11:59:02.518Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T11:59:02.518Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||Node template vFW c11b0f1b-4505 0 is not matching search criteria
2023-03-18T11:59:02.519Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-18T11:59:02.519Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-18T11:59:02.519Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-18T11:59:02.519Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-18T11:59:02.519Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-18T11:59:02.519Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-18T11:59:02.519Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-18T11:59:02.519Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-18T11:59:02.519Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-18T11:59:02.519Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-18T11:59:02.520Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-18T11:59:02.520Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-03-18T11:59:02.520Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=5079a023-f40e-49e5-9a39-abc7b36fa226
2023-03-18T11:59:02.520Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T11:59:02.520Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||Service vFW 2023-03-18 11-49-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T11:59:02.520Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T11:59:02.520Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||Service vFW 2023-03-18 11-49-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T11:59:02.520Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T11:59:02.520Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||Service vFW 2023-03-18 11-49-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T11:59:02.521Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T11:59:02.521Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||Service vFW 2023-03-18 11-49-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T11:59:02.521Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2023-03-18 11-49-31
Description:catalog service description
Model UUID:6d984351-d1ca-40a4-aad4-cb46662a587a
Model Version:NULL
Model InvariantUuid:cf32c985-ce6d-438e-ae22-e6fd004665b3
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW c11b0f1b-4505
Model UUID:ebdaa0dd-57e1-4fdd-a831-8135ea117a46
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:26f1c4e0-d5d2-4519-a829-ba04da79dfd3
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:19f5eed0-33a8-4dbf-839a-f2ac2d3b058b
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:6ebe4145-67c2-45e6-9597-53226a0916bd
ModelName:VfwC11b0f1b4505..base_vfw..module-0
ModelUuid:0261834d-3be1-4860-8b24-040e2c80aecd
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:93a1b299-440a-4b46-b809-896a244a8c3e
ModelInvariantUuid:8ec395e7-2102-4d02-844f-c114ac1a4203
ModelName:vFW c11b0f1b-4505-nodes.vfwCvfc
ModelUuid:504b1f13-9ac9-4e16-910b-43ab4acacb0f
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:99287d62-b33c-413e-89ec-87108c575104
ModelInvariantUuid:47f32f44-cd17-4eef-9e16-abcb011ab104
ModelName:VfwC11b0f1b4505.compute.nodes.heat.vfw
ModelUuid:2a6b0c3b-4ab1-49cd-8a96-f1f0feba73a0
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:f46f0c4d-868d-4d5b-9783-ea8cf0f2cc90
ModelInvariantUuid:d8e52c29-a773-431c-95b4-d1f0431b5e9e
ModelName:vFW c11b0f1b-4505-nodes.vsnCvfc
ModelUuid:e2d70f6d-c1ff-493f-99ab-25fea72fcdcc
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:113d5ed4-4ad4-49a7-94a3-7a01856b2205
ModelInvariantUuid:39b9a204-ad6c-4bfc-8b8d-763592e31d47
ModelName:VfwC11b0f1b4505.compute.nodes.heat.vsn
ModelUuid:fb5c808e-fe4a-477f-9cbd-5ab7141bbabe
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:5079a023-f40e-49e5-9a39-abc7b36fa226
ModelInvariantUuid:457dc8a1-b2ed-4d6f-963b-32e7f710a988
ModelName:vFW c11b0f1b-4505-nodes.vpgCvfc
ModelUuid:b289eee2-d7be-43f7-a6eb-232cf9ffa6c4
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:b5a732bf-796a-41d5-8db9-e0467a3c1b4a
ModelInvariantUuid:6626a445-05ec-4eb4-b903-06723caa1195
ModelName:VfwC11b0f1b4505.compute.nodes.heat.vpg
ModelUuid:f6a4ab06-9982-4e1b-be30-d56572ed840e
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2023-03-18T11:59:02.536Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: c7374fd6-6727-4426-9587-40812bc7c663
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-18T11:59:02.540Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||INFO|500||vFW c11b0f1b-4505 0
2023-03-18T11:59:02.540Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: c7374fd6-6727-4426-9587-40812bc7c663
2023-03-18T11:59:02.540Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 40a0f4a8-4459-48c6-8da9-780f32a6e90d from URL: /sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/vfwc11b0f1b45050_modules.json
2023-03-18T11:59:02.540Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||INFO|500||DistributionClient - download
2023-03-18T11:59:02.540Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/vfwc11b0f1b45050_modules.json
2023-03-18T11:59:02.617Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2023-03-18T11:59:02.617Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/vfwc11b0f1b45050_modules.json 40a0f4a8-4459-48c6-8da9-780f32a6e90d 785
2023-03-18T11:59:02.617Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/vfwc11b0f1b45050_modules.json ASDC sendASDCNotification
2023-03-18T11:59:02.617Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/vfwc11b0f1b45050_modules.json
2023-03-18T11:59:02.617Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-18T11:59:02.618Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-18T11:59:02.618Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T11:59:02.618Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679140742617,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/vfwc11b0f1b45050_modules.json",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T11:59:03.619Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwC11b0f1b4505..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "6ebe4145-67c2-45e6-9597-53226a0916bd",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "0261834d-3be1-4860-8b24-040e2c80aecd",
    "vfModuleModelCustomizationUUID": "62e52abb-bffd-46ad-ac9b-c34e8b660ff4",
    "isBase": true,
    "artifacts": [
      "3198714b-6cfa-4ae8-9e58-caa5fd7816d1",
      "72f0a15a-ad88-4350-921f-de50e44e2b78"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_vfw",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2023-03-18T11:59:03.623Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwC11b0f1b4505..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:0261834d-3be1-4860-8b24-040e2c80aecd
VfModuleModelInvariantUUID:6ebe4145-67c2-45e6-9597-53226a0916bd
VfModuleModelDescription:NULL
Artifacts UUID List:{
3198714b-6cfa-4ae8-9e58-caa5fd7816d1
,
72f0a15a-ad88-4350-921f-de50e44e2b78

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

isBase:true


}

2023-03-18T11:59:03.626Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwC11b0f1b4505..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "6ebe4145-67c2-45e6-9597-53226a0916bd",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "0261834d-3be1-4860-8b24-040e2c80aecd",
    "vfModuleModelCustomizationUUID": "62e52abb-bffd-46ad-ac9b-c34e8b660ff4",
    "isBase": true,
    "artifacts": [
      "3198714b-6cfa-4ae8-9e58-caa5fd7816d1",
      "72f0a15a-ad88-4350-921f-de50e44e2b78"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_vfw",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2023-03-18T11:59:03.627Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwC11b0f1b4505..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:0261834d-3be1-4860-8b24-040e2c80aecd
VfModuleModelInvariantUUID:6ebe4145-67c2-45e6-9597-53226a0916bd
VfModuleModelDescription:NULL
Artifacts UUID List:{
3198714b-6cfa-4ae8-9e58-caa5fd7816d1
,
72f0a15a-ad88-4350-921f-de50e44e2b78

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

isBase:true


}

2023-03-18T11:59:03.627Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 3198714b-6cfa-4ae8-9e58-caa5fd7816d1 from URL: /sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/base_vfw.yaml
2023-03-18T11:59:03.627Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||INFO|500||DistributionClient - download
2023-03-18T11:59:03.627Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/base_vfw.yaml
2023-03-18T11:59:03.702Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2023-03-18T11:59:03.703Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/base_vfw.yaml 3198714b-6cfa-4ae8-9e58-caa5fd7816d1 20368
2023-03-18T11:59:03.704Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/base_vfw.yaml ASDC sendASDCNotification
2023-03-18T11:59:03.704Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/base_vfw.yaml
2023-03-18T11:59:03.704Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-18T11:59:03.704Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-18T11:59:03.705Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T11:59:03.705Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679140743704,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T11:59:04.707Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 72f0a15a-ad88-4350-921f-de50e44e2b78 from URL: /sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/base_vfw.env
2023-03-18T11:59:04.707Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||INFO|500||DistributionClient - download
2023-03-18T11:59:04.708Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/base_vfw.env
2023-03-18T11:59:04.797Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2023-03-18T11:59:04.797Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/base_vfw.env 72f0a15a-ad88-4350-921f-de50e44e2b78 2098
2023-03-18T11:59:04.797Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/base_vfw.env ASDC sendASDCNotification
2023-03-18T11:59:04.797Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/base_vfw.env
2023-03-18T11:59:04.797Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-18T11:59:04.798Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-18T11:59:04.798Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T11:59:04.798Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679140744797,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T11:59:05.799Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 6d984351-d1ca-40a4-aad4-cb46662a587a
2023-03-18T11:59:05.800Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW c11b0f1b-4505 0 c7374fd6-6727-4426-9587-40812bc7c663 ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-18T11:59:05.831Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@1791f14d, org.onap.sdc.toscaparser.api.parameters.Input@66962a37, org.onap.sdc.toscaparser.api.parameters.Input@b155d62, org.onap.sdc.toscaparser.api.parameters.Input@579f0ccc, org.onap.sdc.toscaparser.api.parameters.Input@4f9c94eb]
2023-03-18T11:59:05.832Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T11:59:05.832Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||Service vFW 2023-03-18 11-49-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T11:59:05.832Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic 
2023-03-18T11:59:05.833Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= 19f5eed0-33a8-4dbf-839a-f2ac2d3b058b
2023-03-18T11:59:05.833Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 19f5eed0-33a8-4dbf-839a-f2ac2d3b058b matches Tosca VF Customization UUID: 19f5eed0-33a8-4dbf-839a-f2ac2d3b058b
2023-03-18T11:59:05.833Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: 19f5eed0-33a8-4dbf-839a-f2ac2d3b058b  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2023-03-18T11:59:05.836Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T11:59:05.836Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||Service vFW 2023-03-18 11-49-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T11:59:05.837Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id 19f5eed0-33a8-4dbf-839a-f2ac2d3b058b: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2023-03-18T11:59:05.837Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@1605ea19
2023-03-18T11:59:05.837Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T11:59:05.837Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||Service vFW 2023-03-18 11-49-31 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-03-18T11:59:05.837Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 62e52abb-bffd-46ad-ac9b-c34e8b660ff4
2023-03-18T11:59:05.837Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 62e52abb-bffd-46ad-ac9b-c34e8b660ff4
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2023-03-18T11:59:05.841Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T11:59:05.841Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||Node template vFW c11b0f1b-4505 0 is matching search criteria
2023-03-18T11:59:05.841Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW c11b0f1b-4505 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-18T11:59:05.841Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T11:59:05.842Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||Node template vFW c11b0f1b-4505 0 is matching search criteria
2023-03-18T11:59:05.842Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW c11b0f1b-4505 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-18T11:59:05.842Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T11:59:05.842Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||Node template vFW c11b0f1b-4505 0 is not matching search criteria
2023-03-18T11:59:05.842Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-18T11:59:05.842Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-03-18T11:59:05.842Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-18T11:59:05.842Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-18T11:59:05.842Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-18T11:59:05.842Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-18T11:59:05.842Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-18T11:59:05.842Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-18T11:59:05.842Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-18T11:59:05.843Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-18T11:59:05.843Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-18T11:59:05.843Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=93a1b299-440a-4b46-b809-896a244a8c3e
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2023-03-18T11:59:05.847Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T11:59:05.847Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||Node template vFW c11b0f1b-4505 0 is matching search criteria
2023-03-18T11:59:05.847Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW c11b0f1b-4505 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-18T11:59:05.847Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T11:59:05.847Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||Node template vFW c11b0f1b-4505 0 is not matching search criteria
2023-03-18T11:59:05.847Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-18T11:59:05.847Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-18T11:59:05.847Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-18T11:59:05.847Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-18T11:59:05.847Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-18T11:59:05.847Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-18T11:59:05.848Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-18T11:59:05.848Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-03-18T11:59:05.848Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-18T11:59:05.848Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-18T11:59:05.848Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-18T11:59:05.848Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-18T11:59:05.848Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=f46f0c4d-868d-4d5b-9783-ea8cf0f2cc90
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2023-03-18T11:59:05.851Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T11:59:05.851Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||Node template vFW c11b0f1b-4505 0 is matching search criteria
2023-03-18T11:59:05.851Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW c11b0f1b-4505 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-18T11:59:05.852Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T11:59:05.852Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||Node template vFW c11b0f1b-4505 0 is not matching search criteria
2023-03-18T11:59:05.852Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-18T11:59:05.852Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-18T11:59:05.852Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-18T11:59:05.852Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-18T11:59:05.852Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-18T11:59:05.852Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-18T11:59:05.852Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-18T11:59:05.852Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-18T11:59:05.852Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-18T11:59:05.852Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-18T11:59:05.852Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-18T11:59:05.852Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-03-18T11:59:05.853Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=5079a023-f40e-49e5-9a39-abc7b36fa226
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2023-03-18T11:59:05.856Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T11:59:05.856Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||Node template vFW c11b0f1b-4505 0 is matching search criteria
2023-03-18T11:59:05.856Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW c11b0f1b-4505 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-18T11:59:05.856Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T11:59:05.856Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||Node template vFW c11b0f1b-4505 0 is matching search criteria
2023-03-18T11:59:05.856Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW c11b0f1b-4505 0] matching following query criteria: sdcType=VF, customizationUUID=19f5eed0-33a8-4dbf-839a-f2ac2d3b058b
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-18T11:59:05.859Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T11:59:05.859Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||Service vFW 2023-03-18 11-49-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T11:59:05.859Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 6d984351-d1ca-40a4-aad4-cb46662a587a: vFW c11b0f1b-4505
2023-03-18T11:59:05.859Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T11:59:05.859Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||Service vFW 2023-03-18 11-49-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T11:59:05.859Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T11:59:05.859Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||Service vFW 2023-03-18 11-49-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T11:59:05.859Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T11:59:05.860Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||Service vFW 2023-03-18 11-49-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T11:59:05.860Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T11:59:05.860Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||Service vFW 2023-03-18 11-49-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T11:59:05.860Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T11:59:05.860Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||Service vFW 2023-03-18 11-49-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T11:59:05.860Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||INFO|500||Saving Service: vFW 2023-03-18 11-49-31 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-03-18T11:59:06.264Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW c11b0f1b-4505 c7374fd6-6727-4426-9587-40812bc7c663 1 ASDC deployResourceStructure
2023-03-18T11:59:06.265Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/vfwc11b0f1b45050_modules.json ASDC sendASDCNotification
2023-03-18T11:59:06.265Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/vfwc11b0f1b45050_modules.json
2023-03-18T11:59:06.265Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-03-18T11:59:06.265Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-18T11:59:06.266Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T11:59:06.266Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679140746265,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/vfwc11b0f1b45050_modules.json",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T11:59:07.268Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/base_vfw.yaml ASDC sendASDCNotification
2023-03-18T11:59:07.268Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/base_vfw.yaml
2023-03-18T11:59:07.269Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-03-18T11:59:07.269Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-18T11:59:07.269Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T11:59:07.269Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679140747268,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T11:59:08.270Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/base_vfw.env ASDC sendASDCNotification
2023-03-18T11:59:08.270Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/base_vfw.env
2023-03-18T11:59:08.270Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-03-18T11:59:08.271Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-18T11:59:08.271Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T11:59:08.271Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679140748270,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T11:59:09.272Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar ASDC sendASDCNotification
2023-03-18T11:59:09.272Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar
2023-03-18T11:59:09.272Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-03-18T11:59:09.272Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-18T11:59:09.272Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T11:59:09.272Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679140749272,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T11:59:10.274Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9f6cbd74-5561-4ebf-ae29-ef09adcdb35a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T11:59:10.296Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9f6cbd74-5561-4ebf-ae29-ef09adcdb35a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T11:59:10.299Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-18T11:59:10.300Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-18T11:59:10.300Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-18T11:59:10.300Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-18T11:59:10.300Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T11:59:10.300Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T11:59:10.300Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T11:59:10.300Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T11:59:10.300Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T11:59:10.300Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-18T11:59:10.311Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-18T11:59:40.311Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 9f6cbd74-5561-4ebf-ae29-ef09adcdb35a and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-18T11:59:40.318Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 9f6cbd74-5561-4ebf-ae29-ef09adcdb35a and serviceModelVersionId: 6d984351-d1ca-40a4-aad4-cb46662a587a
2023-03-18T11:59:40.318Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : cf32c985-ce6d-438e-ae22-e6fd004665b3
2023-03-18T11:59:40.318Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/cf32c985-ce6d-438e-ae22-e6fd004665b3/model-vers/model-ver/6d984351-d1ca-40a4-aad4-cb46662a587a?depth=0
2023-03-18T11:59:40.321Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2023-03-18T11:59:40.333Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cf32c985-ce6d-438e-ae22-e6fd004665b3/model-vers/model-ver/6d984351-d1ca-40a4-aad4-cb46662a587a?depth=0|INFO|500||Invoke
2023-03-18T11:59:40.333Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cf32c985-ce6d-438e-ae22-e6fd004665b3/model-vers/model-ver/6d984351-d1ca-40a4-aad4-cb46662a587a?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cf32c985-ce6d-438e-ae22-e6fd004665b3/model-vers/model-ver/6d984351-d1ca-40a4-aad4-cb46662a587a?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[9f6cbd74-5561-4ebf-ae29-ef09adcdb35a], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[383ffc26-3e89-4975-b7d9-41ade375dadb], X-ECOMP-RequestID=[9f6cbd74-5561-4ebf-ae29-ef09adcdb35a], X-TransactionId=[], X-ONAP-RequestID=[9f6cbd74-5561-4ebf-ae29-ef09adcdb35a], Content-Type=[application/merge-patch+json]}
2023-03-18T11:59:40.341Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cf32c985-ce6d-438e-ae22-e6fd004665b3/model-vers/model-ver/6d984351-d1ca-40a4-aad4-cb46662a587a?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-18T11:59:40.449Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cf32c985-ce6d-438e-ae22-e6fd004665b3/model-vers/model-ver/6d984351-d1ca-40a4-aad4-cb46662a587a?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/cf32c985-ce6d-438e-ae22-e6fd004665b3/model-vers/model-ver/6d984351-d1ca-40a4-aad4-cb46662a587a?depth=0 has http status code:200 and response headers:{date=[Sat, 18 Mar 2023 11:59:40 GMT], content-length=[0], vertex-id=[364760], x-aai-txid=[2-aai-resources-230318-11:59:40:044-30792], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-18T11:59:40.449Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cf32c985-ce6d-438e-ae22-e6fd004665b3/model-vers/model-ver/6d984351-d1ca-40a4-aad4-cb46662a587a?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-18T11:59:40.450Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cf32c985-ce6d-438e-ae22-e6fd004665b3/model-vers/model-ver/6d984351-d1ca-40a4-aad4-cb46662a587a?depth=0|INFO|500||InvokeReturn
2023-03-18T11:59:40.450Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-18T11:59:40.450Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-18T11:59:40.456Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-18T11:59:40.457Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 9f6cbd74-5561-4ebf-ae29-ef09adcdb35a and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-18T11:59:40.457Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-18T11:59:40.457Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-18T11:59:40.457Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T11:59:40.457Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679140780457,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-18T11:59:41.477Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T11:59:41.478Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Failing OffsetCommit request since the consumer is not part of an active group
2023-03-18T11:59:41.478Z||pool-2-thread-6|||||ERROR|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Asynchronous auto-commit of offsets failed: Offset commit cannot be completed since the consumer is not part of an active group for auto partition assignment; it is likely that the consumer was kicked out of the group.. Will continue to join group.
2023-03-18T11:59:41.478Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Giving away all assigned partitions as lost since generation/memberID has been reset,indicating that consumer is in old state or no longer part of the group
2023-03-18T11:59:41.479Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Lost previously assigned partitions SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5
2023-03-18T11:59:41.479Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] (Re-)joining group
2023-03-18T11:59:41.482Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2-e41a767a-42a0-44e1-8d58-f8a24f5c5dbd
2023-03-18T11:59:41.483Z||pool-2-thread-6|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Asynchronous auto-commit of offsets {SDC-DISTR-NOTIF-TOPIC-AUTO-5=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-4=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-3=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-2=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-1=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-0=OffsetAndMetadata{offset=3, leaderEpoch=0, metadata=''}} failed: Offset commit cannot be completed since the consumer is not part of an active group for auto partition assignment; it is likely that the consumer was kicked out of the group.
2023-03-18T11:59:41.483Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Request joining group due to: rebalance failed due to 'The group member needs to have a valid member id before actually entering a consumer group.' (MemberIdRequiredException)
2023-03-18T11:59:41.483Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] (Re-)joining group
2023-03-18T11:59:42.297Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T11:59:45.306Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T11:59:48.317Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T11:59:51.334Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T11:59:54.344Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T11:59:57.357Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T11:59:58.920Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T11:59:58.955Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Revoke previously assigned partitions SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-03-18T11:59:58.956Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] (Re-)joining group
2023-03-18T11:59:58.960Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Successfully joined group with generation Generation{generationId=36, memberId='SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94-2995e74d-4211-4955-93f6-f3f14568571e', protocol='range'}
2023-03-18T11:59:58.962Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Successfully joined group with generation Generation{generationId=36, memberId='SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2-e41a767a-42a0-44e1-8d58-f8a24f5c5dbd', protocol='range'}
2023-03-18T11:59:58.964Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Finished assignment for group at generation 36: {SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2-e41a767a-42a0-44e1-8d58-f8a24f5c5dbd=Assignment(partitions=[SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5]), SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94-2995e74d-4211-4955-93f6-f3f14568571e=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])}
2023-03-18T11:59:58.976Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Successfully synced group in generation Generation{generationId=36, memberId='SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2-e41a767a-42a0-44e1-8d58-f8a24f5c5dbd', protocol='range'}
2023-03-18T11:59:58.976Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5])
2023-03-18T11:59:58.976Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Adding newly assigned partitions: SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5
2023-03-18T11:59:58.977Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Successfully synced group in generation Generation{generationId=36, memberId='SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94-2995e74d-4211-4955-93f6-f3f14568571e', protocol='range'}
2023-03-18T11:59:58.977Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])
2023-03-18T11:59:58.977Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Adding newly assigned partitions: SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-03-18T11:59:58.980Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-18T11:59:58.980Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-18T11:59:58.980Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-18T11:59:58.980Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-18T11:59:58.980Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-18T11:59:58.980Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-18T11:59:58.981Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-18T11:59:58.981Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-18T11:59:58.981Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-18T11:59:58.981Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=450, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-18T11:59:58.981Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-18T11:59:58.982Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-18T11:59:58.986Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-18T11:59:58.986Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {"distributionID":"34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846","serviceName":"basic_onboard_gCPnoC","serviceVersion":"1.0","serviceUUID":"dad851ae-1f1d-4e04-8847-f18fd5d51391","serviceDescription":"service","serviceInvariantUUID":"693dcbb7-55f2-41d5-a0d9-572574329dfe","resources":[{"resourceInstanceName":"basic_onboard_gCPnoC 0","resourceName":"basic_onboard_gCPnoC","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"f3fb2f57-aad9-4f33-88db-c458ae09cdfb","resourceInvariantUUID":"d7c6b294-4284-4b69-87ff-a797deedad73","resourceCustomizationUUID":"9327f8c9-4591-449b-b6af-227dc0614cab","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/vf-license-model.xml","artifactChecksum":"OGQ5ZDI0MzIzNDdmMDUyYmQ0MzVmMDVkOWUyNGVlYmE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"5077753b-8cdd-47a9-82d5-e3ff4ce969c3","artifactVersion":"1"},{"artifactName":"basic_onboard_gcpnoc0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json","artifactChecksum":"NjRhMmYzNDQxZDFkYzhiMjZmMTk3NDMzZmQwOWNiNWI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"583db2fa-2045-4011-8045-9fd436580060","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"0846dbe8-d246-42f3-9ba6-3c197d6bb5c4","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"5004fadd-cda9-4566-99ac-bc5d669427a2","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"7d3da3bf-4415-4326-b045-fe6bef605f78","artifactVersion":"2","generatedFromUUID":"0846dbe8-d246-42f3-9ba6-3c197d6bb5c4"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardGcpnoc-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-template.yml","artifactChecksum":"OGFkYWYzODVjYTg1MmE4Y2JhZWM5NDk3ZjljNTAwNTE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"8ab16f5d-5180-4470-b278-f6ea6f7c23e8","artifactVersion":"1"},{"artifactName":"service-BasicOnboardGcpnoc-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar","artifactChecksum":"MjQxYmE3NTM3MTRlYjAwMzA2YjMyYmJjMmU4MmNkYjE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"d6569f72-4f81-428a-8593-389324ccdf48","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-18T11:59:58.987Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T11:59:58.988Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T11:59:58.988Z||pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T11:59:58.988Z||pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679140781477,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T11:59:59.991Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T11:59:59.991Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T11:59:59.991Z||pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T11:59:59.992Z||pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679140781477,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T11:59:59.992Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-18T11:59:59.992Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679140740036,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-18T11:59:59.993Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T11:59:59.993Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-18T11:59:59.993Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679140742617,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/vfwc11b0f1b45050_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-03-18T11:59:59.993Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T11:59:59.993Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-18T11:59:59.993Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679140743704,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2023-03-18T11:59:59.993Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T11:59:59.993Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-18T11:59:59.993Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679140744797,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2023-03-18T11:59:59.993Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T11:59:59.993Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-18T11:59:59.993Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679140746265,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/vfwc11b0f1b45050_modules.json",
  "status": "DEPLOY_OK"
}
2023-03-18T11:59:59.993Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T11:59:59.993Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-18T11:59:59.993Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679140747268,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2023-03-18T11:59:59.993Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T11:59:59.993Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-18T11:59:59.993Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679140748270,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2023-03-18T11:59:59.993Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T11:59:59.993Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-18T11:59:59.993Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679140749272,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar",
  "status": "DEPLOY_OK"
}
2023-03-18T11:59:59.993Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T11:59:59.993Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-18T11:59:59.993Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679140780457,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-18T11:59:59.994Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T11:59:59.994Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-18T11:59:59.994Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679140781477,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T11:59:59.994Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:00:00.993Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T12:00:00.993Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T12:00:00.993Z||pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T12:00:00.993Z||pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679140781477,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T12:00:01.995Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T12:00:01.996Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T12:00:01.996Z||pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T12:00:01.996Z||pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679140781477,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T12:00:02.998Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T12:00:02.998Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T12:00:02.999Z||pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T12:00:02.999Z||pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679140781477,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T12:00:04.001Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T12:00:04.001Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T12:00:04.001Z||pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T12:00:04.001Z||pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679140781477,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T12:00:05.003Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T12:00:05.004Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T12:00:05.004Z||pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T12:00:05.004Z||pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679140781477,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T12:00:06.008Z||pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "serviceName": "basic_onboard_gCPnoC",
  "serviceVersion": "1.0",
  "serviceUUID": "dad851ae-1f1d-4e04-8847-f18fd5d51391",
  "serviceDescription": "service",
  "serviceInvariantUUID": "693dcbb7-55f2-41d5-a0d9-572574329dfe",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_gCPnoC 0",
      "resourceCustomizationUUID": "9327f8c9-4591-449b-b6af-227dc0614cab",
      "resourceName": "basic_onboard_gCPnoC",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "f3fb2f57-aad9-4f33-88db-c458ae09cdfb",
      "resourceInvariantUUID": "d7c6b294-4284-4b69-87ff-a797deedad73",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_gcpnoc0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json",
          "artifactChecksum": "NjRhMmYzNDQxZDFkYzhiMjZmMTk3NDMzZmQwOWNiNWI\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "583db2fa-2045-4011-8045-9fd436580060",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "0846dbe8-d246-42f3-9ba6-3c197d6bb5c4",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "7d3da3bf-4415-4326-b045-fe6bef605f78",
            "generatedFromUUID": "0846dbe8-d246-42f3-9ba6-3c197d6bb5c4"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "7d3da3bf-4415-4326-b045-fe6bef605f78",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardGcpnoc-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar",
      "artifactChecksum": "MjQxYmE3NTM3MTRlYjAwMzA2YjMyYmJjMmU4MmNkYjE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "d6569f72-4f81-428a-8593-389324ccdf48"
    }
  ],
  "workloadContext": "Production"
}
2023-03-18T12:00:06.008Z||pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-18T12:00:06.008Z||pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 dad851ae-1f1d-4e04-8847-f18fd5d51391 ASDC
2023-03-18T12:00:06.009Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
ServiceName:basic_onboard_gCPnoC
ServiceVersion:1.0
ServiceUUID:dad851ae-1f1d-4e04-8847-f18fd5d51391
ServiceInvariantUUID:693dcbb7-55f2-41d5-a0d9-572574329dfe
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardGcpnoc-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar
ArtifactUUID:d6569f72-4f81-428a-8593-389324ccdf48
ArtifactChecksum:MjQxYmE3NTM3MTRlYjAwMzA2YjMyYmJjMmU4MmNkYjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_gCPnoC 0
ResourceCustomizationUUID:9327f8c9-4591-449b-b6af-227dc0614cab
ResourceInvariantUUID:d7c6b294-4284-4b69-87ff-a797deedad73
ResourceName:basic_onboard_gCPnoC
ResourceType:VF
ResourceUUID:f3fb2f57-aad9-4f33-88db-c458ae09cdfb
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_gcpnoc0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json
ArtifactUUID:583db2fa-2045-4011-8045-9fd436580060
ArtifactChecksum:NjRhMmYzNDQxZDFkYzhiMjZmMTk3NDMzZmQwOWNiNWI=
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/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.yaml
ArtifactUUID:0846dbe8-d246-42f3-9ba6-3c197d6bb5c4
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/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.env
ArtifactUUID:7d3da3bf-4415-4326-b045-fe6bef605f78
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/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.env
ArtifactUUID:7d3da3bf-4415-4326-b045-fe6bef605f78
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-18T12:00:06.009Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF dad851ae-1f1d-4e04-8847-f18fd5d51391 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: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-18T12:00:06.063Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-18T12:00:06.067Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-03-18T12:00:06.067Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-03-18T12:00:06.067Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: d6569f72-4f81-428a-8593-389324ccdf48 from URL: /sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar
2023-03-18T12:00:06.067Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||DistributionClient - download
2023-03-18T12:00:06.067Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar
2023-03-18T12:00:06.104Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||GET Response Status 404
2023-03-18T12:00:06.104Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@3d08ea6a
2023-03-18T12:00:06.104Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-18T12:00:06.105Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicOnboardGcpnoc"
      ]
    }
  }
}
2023-03-18T12:00:06.105Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicOnboardGcpnoc-csar.csar /sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar d6569f72-4f81-428a-8593-389324ccdf48 Specified artifact is  not found 300 ASDC artifact download fail
2023-03-18T12:00:06.105Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar ASDC sendASDCNotification
2023-03-18T12:00:06.106Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar(Specified artifact is  not found)
2023-03-18T12:00:06.106Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-18T12:00:06.106Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T12:00:06.106Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T12:00:06.106Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679140806105,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T12:00:07.108Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during processCsarServiceArtifacts ASDC processCsarServiceArtifacts 500 Exception in processCsarServiceArtifacts
org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact service-BasicOnboardGcpnoc-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar(UUID:d6569f72-4f81-428a-8593-389324ccdf48)
Error message is Specified artifact is  not found

	at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394)
	at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2023-03-18T12:00:07.120Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||ERROR|500||error NSST process resource failure 
java.lang.NullPointerException: null
	at org.onap.so.asdc.client.ASDCController.processNsstNotification(ASDCController.java:978)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:760)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-18T12:00:07.120Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: f3fb2f57-aad9-4f33-88db-c458ae09cdfb
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-18T12:00:07.123Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||basic_onboard_gCPnoC 0
2023-03-18T12:00:07.124Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: f3fb2f57-aad9-4f33-88db-c458ae09cdfb
2023-03-18T12:00:07.124Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 583db2fa-2045-4011-8045-9fd436580060 from URL: /sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json
2023-03-18T12:00:07.124Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||DistributionClient - download
2023-03-18T12:00:07.124Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json
2023-03-18T12:00:07.136Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||GET Response Status 404
2023-03-18T12:00:07.136Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@1bc18c3b
2023-03-18T12:00:07.136Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-18T12:00:07.136Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicOnboardGcpnoc"
      ]
    }
  }
}
2023-03-18T12:00:07.136Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL basic_onboard_gcpnoc0_modules.json /sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json 583db2fa-2045-4011-8045-9fd436580060 Specified artifact is  not found 300 ASDC artifact download fail
2023-03-18T12:00:07.136Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json ASDC sendASDCNotification
2023-03-18T12:00:07.137Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json(Specified artifact is  not found)
2023-03-18T12:00:07.137Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-18T12:00:07.137Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T12:00:07.137Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T12:00:07.137Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679140807136,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T12:00:08.138Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during Installation of artifact ASDC processResourceNotification 500 Exception in processResourceNotification
org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact basic_onboard_gcpnoc0_modules.json could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json(UUID:583db2fa-2045-4011-8045-9fd436580060)
Error message is Specified artifact is  not found

	at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:787)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-18T12:00:08.139Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T12:00:08.161Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T12:00:08.165Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-18T12:00:08.165Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-18T12:00:38.166Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T12:00:38.182Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T12:00:38.186Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-18T12:00:38.186Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-18T12:00:58.919Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T12:00:58.921Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-18T12:00:58.921Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679140781477,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json",
  "status": "NOTIFIED"
}
2023-03-18T12:00:58.921Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:01:08.187Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T12:01:08.205Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T12:01:08.208Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-18T12:01:08.208Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-18T12:01:38.209Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T12:01:38.230Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T12:01:38.233Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-18T12:01:38.234Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-18T12:01:58.920Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T12:01:58.921Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-18T12:01:58.922Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679140781477,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2023-03-18T12:01:58.922Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:01:58.922Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-18T12:01:58.923Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679140781477,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T12:01:58.923Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:01:58.923Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-18T12:01:58.923Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679140781477,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2023-03-18T12:01:58.923Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:01:58.923Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-18T12:01:58.923Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679140781477,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T12:01:58.923Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:01:58.923Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-18T12:01:58.923Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679140781477,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar",
  "status": "NOTIFIED"
}
2023-03-18T12:01:58.924Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:01:58.924Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-18T12:01:58.924Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679140806105,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-18T12:01:58.924Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:01:58.924Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-18T12:01:58.924Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679140807136,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-18T12:01:58.924Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:02:08.234Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T12:02:08.258Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T12:02:08.266Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-18T12:02:08.266Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-18T12:02:38.267Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T12:02:38.284Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T12:02:38.288Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-18T12:02:38.288Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-18T12:02:58.920Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T12:02:58.923Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-18T12:02:58.923Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "74149d2a-f284-47d2-b2fa-4e2fc7be8f3e",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679140858779,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T12:02:58.923Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:02:58.923Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-18T12:02:58.924Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "74149d2a-f284-47d2-b2fa-4e2fc7be8f3e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679140873003,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T12:02:58.924Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:02:58.924Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-18T12:02:58.924Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "74149d2a-f284-47d2-b2fa-4e2fc7be8f3e",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679140828252,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T12:02:58.924Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:02:58.924Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-18T12:02:58.924Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "74149d2a-f284-47d2-b2fa-4e2fc7be8f3e",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679140860454,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T12:02:58.924Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:02:58.924Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-18T12:02:58.924Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "74149d2a-f284-47d2-b2fa-4e2fc7be8f3e",
  "consumerID": "aai-model-loader",
  "timestamp": 1679140866544,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T12:02:58.924Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:02:58.925Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-18T12:02:58.925Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "74149d2a-f284-47d2-b2fa-4e2fc7be8f3e",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679140858779,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-03-18T12:02:58.925Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:02:58.925Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-18T12:02:58.925Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "74149d2a-f284-47d2-b2fa-4e2fc7be8f3e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679140873003,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-18T12:02:58.925Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:02:58.925Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-18T12:02:58.925Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "74149d2a-f284-47d2-b2fa-4e2fc7be8f3e",
  "consumerID": "aai-model-loader",
  "timestamp": 1679140866544,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-03-18T12:02:58.925Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:02:58.925Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-18T12:02:58.925Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "74149d2a-f284-47d2-b2fa-4e2fc7be8f3e",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679140860454,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-03-18T12:02:58.925Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:02:58.926Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-18T12:02:58.926Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "74149d2a-f284-47d2-b2fa-4e2fc7be8f3e",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679140828252,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-03-18T12:02:58.926Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:02:58.926Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-18T12:02:58.926Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "74149d2a-f284-47d2-b2fa-4e2fc7be8f3e",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679140878581,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-18T12:02:58.926Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:02:58.926Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-18T12:02:58.926Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "74149d2a-f284-47d2-b2fa-4e2fc7be8f3e",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679140879067,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-18T12:02:58.926Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:02:58.926Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-18T12:02:58.926Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "74149d2a-f284-47d2-b2fa-4e2fc7be8f3e",
  "consumerID": "aai-model-loader",
  "timestamp": 1679140879291,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-18T12:02:58.926Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:02:58.926Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-18T12:02:58.926Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "74149d2a-f284-47d2-b2fa-4e2fc7be8f3e",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679140879583,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2023-03-18T12:02:58.927Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:02:58.927Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-18T12:02:58.927Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "74149d2a-f284-47d2-b2fa-4e2fc7be8f3e",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679140880071,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-03-18T12:02:58.961Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 74149d2a-f284-47d2-b2fa-4e2fc7be8f3e
2023-03-18T12:02:58.961Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 74149d2a-f284-47d2-b2fa-4e2fc7be8f3e and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-03-18T12:02:58.976Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-18T12:02:58.976Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "74149d2a-f284-47d2-b2fa-4e2fc7be8f3e",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679140880586,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-18T12:02:58.986Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 74149d2a-f284-47d2-b2fa-4e2fc7be8f3e
2023-03-18T12:02:58.986Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 74149d2a-f284-47d2-b2fa-4e2fc7be8f3e and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-03-18T12:02:59.002Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-18T12:02:59.002Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "74149d2a-f284-47d2-b2fa-4e2fc7be8f3e",
  "consumerID": "aai-model-loader",
  "timestamp": 1679140882132,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2023-03-18T12:02:59.002Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:02:59.002Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-18T12:02:59.002Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "74149d2a-f284-47d2-b2fa-4e2fc7be8f3e",
  "consumerID": "aai-model-loader",
  "timestamp": 1679140883136,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-18T12:02:59.012Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 74149d2a-f284-47d2-b2fa-4e2fc7be8f3e
2023-03-18T12:02:59.012Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 74149d2a-f284-47d2-b2fa-4e2fc7be8f3e and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-03-18T12:02:59.029Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-18T12:02:59.029Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "74149d2a-f284-47d2-b2fa-4e2fc7be8f3e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679140895163,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T12:02:59.029Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:02:59.029Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-18T12:02:59.029Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "74149d2a-f284-47d2-b2fa-4e2fc7be8f3e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679140895163,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-03-18T12:02:59.030Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:02:59.030Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-18T12:02:59.030Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "74149d2a-f284-47d2-b2fa-4e2fc7be8f3e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679140897892,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-18T12:02:59.030Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:02:59.030Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-18T12:02:59.030Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "74149d2a-f284-47d2-b2fa-4e2fc7be8f3e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679140899399,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2023-03-18T12:02:59.030Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:02:59.030Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-18T12:02:59.030Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "74149d2a-f284-47d2-b2fa-4e2fc7be8f3e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679140900404,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-18T12:02:59.039Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 74149d2a-f284-47d2-b2fa-4e2fc7be8f3e
2023-03-18T12:02:59.039Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 74149d2a-f284-47d2-b2fa-4e2fc7be8f3e and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-03-18T12:03:08.290Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T12:03:08.308Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T12:03:08.311Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-18T12:03:08.312Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-18T12:03:38.314Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T12:03:38.333Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T12:03:38.337Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-18T12:03:38.337Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-18T12:03:58.920Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T12:03:58.925Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-18T12:03:58.925Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679140881075,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T12:03:58.925Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:03:58.926Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-18T12:03:58.926Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679140907852,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T12:03:58.926Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:03:58.926Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-18T12:03:58.926Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679140912981,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T12:03:58.926Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:03:58.926Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-18T12:03:58.926Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679140911587,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T12:03:58.927Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:03:58.927Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-18T12:03:58.927Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679140881075,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-03-18T12:03:58.927Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:03:58.927Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-18T12:03:58.927Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679140907852,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2023-03-18T12:03:58.927Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:03:58.927Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-18T12:03:58.927Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679140912981,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-03-18T12:03:58.927Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:03:58.927Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-18T12:03:58.927Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679140911587,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-03-18T12:03:58.927Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:03:58.927Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-18T12:03:58.927Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679140881075,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T12:03:58.927Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:03:58.927Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-18T12:03:58.927Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679140907852,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-03-18T12:03:58.927Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:03:58.927Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-18T12:03:58.927Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679140912981,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T12:03:58.928Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:03:58.928Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-18T12:03:58.928Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679140911587,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-03-18T12:03:58.928Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:03:58.928Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-18T12:03:58.928Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679140881075,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T12:03:58.928Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:03:58.928Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-18T12:03:58.928Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679140907852,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T12:03:58.928Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:03:58.928Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-18T12:03:58.928Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679140912981,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T12:03:58.928Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:03:58.928Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-18T12:03:58.928Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679140911587,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T12:03:58.934Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:03:58.934Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-18T12:03:58.934Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679140881075,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2023-03-18T12:03:58.934Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:03:58.934Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-18T12:03:58.934Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679140907852,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-03-18T12:03:58.934Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:03:58.934Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-18T12:03:58.934Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679140912981,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2023-03-18T12:03:58.934Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:03:58.934Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-18T12:03:58.934Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679140911587,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2023-03-18T12:03:58.934Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:03:58.935Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-18T12:03:58.935Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679140881075,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T12:03:58.935Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:03:58.935Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-18T12:03:58.935Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679140907852,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T12:03:58.935Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:03:58.935Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-18T12:03:58.935Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679140912981,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T12:03:58.935Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:03:58.935Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-18T12:03:58.935Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679140911587,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T12:03:58.935Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:03:58.935Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-18T12:03:58.935Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679140881075,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-03-18T12:03:58.935Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:03:58.935Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-18T12:03:58.935Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679140907852,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-03-18T12:03:58.935Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:03:58.936Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-18T12:03:58.936Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679140911587,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-03-18T12:03:58.936Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:03:58.936Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-18T12:03:58.936Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679140912981,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-18T12:03:58.936Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:03:58.936Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-18T12:03:58.936Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679140925163,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T12:03:58.936Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:03:58.936Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-18T12:03:58.936Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "aai-model-loader",
  "timestamp": 1679140926544,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T12:03:58.936Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:03:58.936Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-18T12:03:58.936Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679140925436,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-03-18T12:03:58.936Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:03:58.942Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-18T12:03:58.942Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679140926469,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-18T12:03:58.942Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:03:58.942Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-18T12:03:58.942Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679140925984,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-18T12:03:58.942Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:03:58.942Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-18T12:03:58.942Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679140925163,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-03-18T12:03:58.942Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:03:58.942Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-18T12:03:58.942Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "aai-model-loader",
  "timestamp": 1679140926544,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-03-18T12:03:58.942Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:03:58.942Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-18T12:03:58.942Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679140926987,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2023-03-18T12:03:58.942Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:03:58.942Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-18T12:03:58.942Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679140927472,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-03-18T12:03:58.971Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 6a074a1e-4b47-4382-9b90-afa918276d12
2023-03-18T12:03:58.971Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6a074a1e-4b47-4382-9b90-afa918276d12 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-03-18T12:03:58.986Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-18T12:03:58.986Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679140926529,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2023-03-18T12:03:58.986Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:03:58.986Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-18T12:03:58.986Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679140925163,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T12:03:58.986Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:03:58.986Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-18T12:03:58.987Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "aai-model-loader",
  "timestamp": 1679140926544,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T12:03:58.987Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:03:58.987Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-18T12:03:58.987Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679140927989,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-18T12:03:58.996Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 6a074a1e-4b47-4382-9b90-afa918276d12
2023-03-18T12:03:58.996Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6a074a1e-4b47-4382-9b90-afa918276d12 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-03-18T12:03:59.012Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-18T12:03:59.012Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679140928474,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/resourceInstances/pnf8ecb3a2916990/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T12:03:59.012Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:03:59.012Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-18T12:03:59.012Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679140927599,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2023-03-18T12:03:59.012Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:03:59.012Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-18T12:03:59.012Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679140925163,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T12:03:59.012Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:03:59.012Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-18T12:03:59.012Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "aai-model-loader",
  "timestamp": 1679140926544,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T12:03:59.012Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:03:59.012Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-18T12:03:59.012Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679140928474,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/resourceInstances/pnf8ecb3a2916990/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-18T12:03:59.012Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:03:59.012Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-18T12:03:59.012Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679140928990,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/resourceInstances/pnf8ecb3a2916990/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T12:03:59.012Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:03:59.012Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-18T12:03:59.012Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679140928645,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-18T12:03:59.022Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 6a074a1e-4b47-4382-9b90-afa918276d12
2023-03-18T12:03:59.022Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6a074a1e-4b47-4382-9b90-afa918276d12 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-03-18T12:03:59.043Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-18T12:03:59.043Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "aai-model-loader",
  "timestamp": 1679140926544,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2023-03-18T12:03:59.043Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:03:59.043Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-18T12:03:59.044Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679140925163,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2023-03-18T12:03:59.044Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:03:59.044Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-18T12:03:59.044Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679140928474,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/resourceInstances/pnf8ecb3a2916990/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-18T12:03:59.044Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:03:59.044Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-18T12:03:59.044Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679140928990,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/resourceInstances/pnf8ecb3a2916990/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-18T12:03:59.044Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:03:59.044Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-18T12:03:59.044Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679140929646,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2023-03-18T12:03:59.044Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:03:59.044Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-18T12:03:59.045Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "aai-model-loader",
  "timestamp": 1679140926544,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T12:03:59.045Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:03:59.045Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-18T12:03:59.045Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679140925163,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T12:03:59.045Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:03:59.045Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-18T12:03:59.045Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679140928474,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/resourceInstances/pnf8ecb3a2916990/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T12:03:59.045Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:03:59.045Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-18T12:03:59.045Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679140928990,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/resourceInstances/pnf8ecb3a2916990/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-18T12:03:59.045Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:03:59.046Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-18T12:03:59.046Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679140930650,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/resourceInstances/pnf8ecb3a2916990/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T12:03:59.046Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:03:59.046Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-18T12:03:59.046Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "aai-model-loader",
  "timestamp": 1679140926544,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-03-18T12:03:59.046Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:03:59.046Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-18T12:03:59.046Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679140925163,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-03-18T12:03:59.046Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:03:59.046Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-18T12:03:59.046Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679140928474,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/resourceInstances/pnf8ecb3a2916990/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T12:03:59.046Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:03:59.046Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-18T12:03:59.047Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679140928990,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/resourceInstances/pnf8ecb3a2916990/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T12:03:59.047Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:03:59.047Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-18T12:03:59.047Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679140930650,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/resourceInstances/pnf8ecb3a2916990/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-18T12:03:59.047Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:03:59.047Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-18T12:03:59.047Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "aai-model-loader",
  "timestamp": 1679140933680,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-18T12:03:59.047Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:03:59.047Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-18T12:03:59.047Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679140932936,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-18T12:03:59.048Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:03:59.048Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-18T12:03:59.048Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679140928474,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/resourceInstances/pnf8ecb3a2916990/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T12:03:59.048Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:03:59.048Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-18T12:03:59.048Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679140928990,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/resourceInstances/pnf8ecb3a2916990/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T12:03:59.048Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:03:59.048Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-18T12:03:59.048Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679140932980,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/resourceInstances/pnf8ecb3a2916990/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T12:03:59.048Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:03:59.048Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-18T12:03:59.049Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679140930650,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/resourceInstances/pnf8ecb3a2916990/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-18T12:03:59.049Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:03:59.049Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-18T12:03:59.049Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679140928474,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T12:03:59.049Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:03:59.049Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-18T12:03:59.049Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679140928990,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/resourceInstances/pnf8ecb3a2916990/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T12:03:59.049Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:03:59.049Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-18T12:03:59.049Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679140932980,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/resourceInstances/pnf8ecb3a2916990/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-18T12:03:59.050Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:03:59.050Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-18T12:03:59.050Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679140930650,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/resourceInstances/pnf8ecb3a2916990/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T12:03:59.050Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:03:59.050Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-18T12:03:59.050Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679140928474,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar",
  "status": "NOTIFIED"
}
2023-03-18T12:03:59.050Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:03:59.050Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-18T12:03:59.050Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679140934973,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2023-03-18T12:03:59.051Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:03:59.051Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-18T12:03:59.051Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679140928990,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T12:03:59.051Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:03:59.051Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-18T12:03:59.051Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679140932980,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/resourceInstances/pnf8ecb3a2916990/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-18T12:03:59.051Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:03:59.051Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-18T12:03:59.051Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679140930650,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/resourceInstances/pnf8ecb3a2916990/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T12:03:59.051Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:03:59.051Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-18T12:03:59.051Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679140935981,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-18T12:03:59.060Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 6a074a1e-4b47-4382-9b90-afa918276d12
2023-03-18T12:03:59.060Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6a074a1e-4b47-4382-9b90-afa918276d12 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-03-18T12:03:59.074Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-18T12:03:59.074Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679140928990,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar",
  "status": "NOTIFIED"
}
2023-03-18T12:03:59.074Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:03:59.074Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-18T12:03:59.074Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679140932980,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/resourceInstances/pnf8ecb3a2916990/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T12:03:59.074Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:03:59.074Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-18T12:03:59.074Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679140936593,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-18T12:03:59.074Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:03:59.075Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-18T12:03:59.075Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679140930650,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/resourceInstances/pnf8ecb3a2916990/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T12:03:59.075Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:03:59.075Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-18T12:03:59.075Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679140925163,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/resourceInstances/pnf8ecb3a2916990/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T12:03:59.075Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:03:59.075Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-18T12:03:59.075Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679140932980,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/resourceInstances/pnf8ecb3a2916990/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T12:03:59.075Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:03:59.075Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-18T12:03:59.075Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679140937597,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-03-18T12:03:59.102Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 5e005e65-61df-4986-a087-00761a388674
2023-03-18T12:03:59.102Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5e005e65-61df-4986-a087-00761a388674 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-03-18T12:03:59.118Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-18T12:03:59.118Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679140937126,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-18T12:03:59.118Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:03:59.118Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-18T12:03:59.118Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679140930650,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T12:03:59.118Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:03:59.118Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-18T12:03:59.118Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "aai-model-loader",
  "timestamp": 1679140938717,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2023-03-18T12:03:59.118Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:03:59.118Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-18T12:03:59.118Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679140925163,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/resourceInstances/pnf8ecb3a2916990/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-18T12:03:59.118Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:03:59.118Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-18T12:03:59.118Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679140932980,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/resourceInstances/pnf8ecb3a2916990/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2023-03-18T12:03:59.118Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:03:59.118Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-18T12:03:59.118Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679140938129,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar",
  "status": "DEPLOY_OK"
}
2023-03-18T12:03:59.118Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:03:59.118Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-18T12:03:59.118Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679140930650,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar",
  "status": "NOTIFIED"
}
2023-03-18T12:03:59.118Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:03:59.119Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-18T12:03:59.119Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "aai-model-loader",
  "timestamp": 1679140939720,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-18T12:03:59.129Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 6a074a1e-4b47-4382-9b90-afa918276d12
2023-03-18T12:03:59.130Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6a074a1e-4b47-4382-9b90-afa918276d12 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-03-18T12:03:59.146Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-18T12:03:59.146Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679140925163,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/resourceInstances/pnf8ecb3a2916990/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-18T12:03:59.146Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:03:59.146Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-18T12:03:59.146Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679140932980,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T12:03:59.146Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:03:59.146Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-18T12:03:59.146Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679140939130,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-18T12:03:59.155Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 5e005e65-61df-4986-a087-00761a388674
2023-03-18T12:03:59.155Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5e005e65-61df-4986-a087-00761a388674 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-03-18T12:03:59.171Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-18T12:03:59.171Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "aai-model-loader",
  "timestamp": 1679140926544,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/resourceInstances/pnf8ecb3a2916990/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T12:03:59.171Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:03:59.171Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-18T12:03:59.171Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679140925163,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/resourceInstances/pnf8ecb3a2916990/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T12:03:59.171Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:03:59.172Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-18T12:03:59.172Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679140932980,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-18T12:03:59.172Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:03:59.172Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-18T12:03:59.172Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "aai-model-loader",
  "timestamp": 1679140926544,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/resourceInstances/pnf8ecb3a2916990/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-18T12:03:59.172Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:03:59.172Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-18T12:03:59.172Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679140925163,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/resourceInstances/pnf8ecb3a2916990/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T12:03:59.172Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:03:59.172Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-18T12:03:59.172Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679140941103,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/resourceInstances/pnf8ecb3a2916990/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2023-03-18T12:03:59.172Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:03:59.172Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-18T12:03:59.172Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "aai-model-loader",
  "timestamp": 1679140926544,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/resourceInstances/pnf8ecb3a2916990/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-18T12:03:59.172Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:03:59.172Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-18T12:03:59.172Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679140925163,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/resourceInstances/pnf8ecb3a2916990/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T12:03:59.172Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:03:59.172Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-18T12:03:59.172Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679140942239,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/resourceInstances/pnf8ecb3a2916990/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2023-03-18T12:03:59.172Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:03:59.172Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-18T12:03:59.172Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "aai-model-loader",
  "timestamp": 1679140926544,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/resourceInstances/pnf8ecb3a2916990/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T12:03:59.172Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:03:59.172Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-18T12:03:59.172Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679140925163,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T12:03:59.172Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:03:59.172Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-18T12:03:59.172Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679140943241,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": ""
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-18T12:03:59.182Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 5e005e65-61df-4986-a087-00761a388674
2023-03-18T12:03:59.182Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5e005e65-61df-4986-a087-00761a388674 and ComponentName 
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-03-18T12:03:59.197Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-18T12:03:59.198Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "aai-model-loader",
  "timestamp": 1679140926544,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/resourceInstances/pnf8ecb3a2916990/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T12:03:59.198Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:03:59.198Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-18T12:03:59.198Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679140925163,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar",
  "status": "NOTIFIED"
}
2023-03-18T12:03:59.198Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:03:59.198Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-18T12:03:59.198Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "aai-model-loader",
  "timestamp": 1679140926544,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/resourceInstances/pnf8ecb3a2916990/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T12:03:59.198Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:03:59.198Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-18T12:03:59.198Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679140945111,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-18T12:03:59.198Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:03:59.198Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-18T12:03:59.198Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "aai-model-loader",
  "timestamp": 1679140926544,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T12:03:59.198Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:03:59.198Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-18T12:03:59.198Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679140946812,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar",
  "status": "DEPLOY_OK"
}
2023-03-18T12:03:59.198Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:03:59.198Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-18T12:03:59.198Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "aai-model-loader",
  "timestamp": 1679140926544,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar",
  "status": "NOTIFIED"
}
2023-03-18T12:03:59.198Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:03:59.198Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-18T12:03:59.198Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679140947815,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-18T12:03:59.208Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 5e005e65-61df-4986-a087-00761a388674
2023-03-18T12:03:59.208Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5e005e65-61df-4986-a087-00761a388674 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-03-18T12:03:59.223Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-18T12:03:59.224Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "aai-model-loader",
  "timestamp": 1679140948832,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-18T12:03:59.224Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:03:59.224Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-18T12:03:59.224Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "aai-model-loader",
  "timestamp": 1679140952349,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar",
  "status": "DEPLOY_OK"
}
2023-03-18T12:03:59.224Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:03:59.224Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-18T12:03:59.224Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "aai-model-loader",
  "timestamp": 1679140953351,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-18T12:03:59.234Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 5e005e65-61df-4986-a087-00761a388674
2023-03-18T12:03:59.234Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5e005e65-61df-4986-a087-00761a388674 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-03-18T12:04:08.337Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T12:04:08.356Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T12:04:08.360Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-18T12:04:08.360Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-18T12:04:38.360Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T12:04:38.385Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T12:04:38.389Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-18T12:04:38.389Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-18T12:04:58.919Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T12:04:59.080Z||kafka-coordinator-heartbeat-thread | so|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] consumer poll timeout has expired. This means the time between subsequent calls to poll() was longer than the configured max.poll.interval.ms, which typically implies that the poll loop is spending too much time processing messages. You can address this either by increasing max.poll.interval.ms or by reducing the maximum size of batches returned in poll() with max.poll.records.
2023-03-18T12:04:59.080Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Member SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2-e41a767a-42a0-44e1-8d58-f8a24f5c5dbd sending LeaveGroup request to coordinator onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2147483645 rack: null) due to consumer poll timeout has expired.
2023-03-18T12:04:59.081Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Resetting generation and member id due to: consumer pro-actively leaving the group
2023-03-18T12:04:59.081Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Request joining group due to: consumer pro-actively leaving the group
2023-03-18T12:05:00.181Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T12:05:00.194Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Revoke previously assigned partitions SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-03-18T12:05:00.194Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] (Re-)joining group
2023-03-18T12:05:00.199Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Successfully joined group with generation Generation{generationId=37, memberId='SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94-2995e74d-4211-4955-93f6-f3f14568571e', protocol='range'}
2023-03-18T12:05:00.200Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Finished assignment for group at generation 37: {SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94-2995e74d-4211-4955-93f6-f3f14568571e=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])}
2023-03-18T12:05:00.215Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Successfully synced group in generation Generation{generationId=37, memberId='SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94-2995e74d-4211-4955-93f6-f3f14568571e', protocol='range'}
2023-03-18T12:05:00.215Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])
2023-03-18T12:05:00.216Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Adding newly assigned partitions: SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-03-18T12:05:00.220Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-18T12:05:00.220Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-18T12:05:00.220Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-18T12:05:00.220Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=611, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-18T12:05:00.220Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-18T12:05:00.220Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-18T12:05:08.389Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2023-03-18T12:05:08.389Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-18T12:05:08.398Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846 and serviceModelVersionId: dad851ae-1f1d-4e04-8847-f18fd5d51391
2023-03-18T12:05:08.398Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 693dcbb7-55f2-41d5-a0d9-572574329dfe
2023-03-18T12:05:08.398Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391?depth=0
2023-03-18T12:05:08.401Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2023-03-18T12:05:08.412Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391?depth=0|INFO|500||Invoke
2023-03-18T12:05:08.412Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[3a2ab2f8-bbbf-463c-9ba7-97df94540582], X-ECOMP-RequestID=[34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846], X-TransactionId=[], X-ONAP-RequestID=[34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846], Content-Type=[application/merge-patch+json]}
2023-03-18T12:05:08.420Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2023-03-18T12:05:08.451Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391?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/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391?depth=0 has http status code:404 and response headers:{date=[Sat, 18 Mar 2023 12:05:08 GMT], content-length=[495], x-aai-txid=[2-aai-resources-230318-12:05:08:123-23334], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-18T12:05:08.453Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391?depth=0|DEBUG|500||{"requestError":{"serviceException":{"messageId":"SVC3001","text":"Resource not found for %1 using id %2 (msg=%3) (ec=%4)","variables":["MERGE_PATCH","service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391","Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391","ERR.5.4.6114"]}}}

2023-03-18T12:05:08.453Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391?depth=0|INFO|404|Not Found|InvokeReturn
2023-03-18T12:05:08.456Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391) (ec=ERR.5.4.6114)
2023-03-18T12:05:08.456Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||ERROR|500||Exception occurred
javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391) (ec=ERR.5.4.6114)
	at org.onap.so.client.ResponseExceptionMapper.map(ResponseExceptionMapper.java:74)
	at org.onap.so.client.RestRequest.get(RestRequest.java:77)
	at org.onap.so.client.RestClient.buildRequest(RestClient.java:326)
	at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322)
	at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283)
	at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67)
	at net.jodah.failsafe.Execution.executeSync(Execution.java:117)
	at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319)
	at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71)
	at org.onap.so.client.RestClient.method(RestClient.java:322)
	at org.onap.so.client.RestClient.patch(RestClient.java:265)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184)
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-18T12:05:08.456Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391) (ec=ERR.5.4.6114)
2023-03-18T12:05:08.457Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391) (ec=ERR.5.4.6114)
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-18T12:05:08.464Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-18T12:05:08.464Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391) (ec=ERR.5.4.6114)
2023-03-18T12:05:08.465Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2023-03-18T12:05:08.465Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T12:05:08.465Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T12:05:08.465Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679141108464,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391) (ec\u003dERR.5.4.6114)"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T12:05:08.479Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-18T12:05:08.479Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679141108464,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391) (ec\u003dERR.5.4.6114)"
}
2023-03-18T12:05:08.479Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-18T12:05:09.490Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-18T12:05:09.490Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||received notification from broker: {"distributionID":"d4dc9e71-f2cb-491c-bcf1-9d51402514be","serviceName":"vFW 2023-03-18 11-08-36","serviceVersion":"1.0","serviceUUID":"27fdb87d-b713-4eaf-90a0-9e48041e5db6","serviceDescription":"catalog service description","serviceInvariantUUID":"cb6d14f9-78ae-470a-a6af-a3a2b9fea472","resources":[{"resourceInstanceName":"vFW 58569f3e-bd56 0","resourceName":"vFW 58569f3e-bd56","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"d26137cf-1389-4abe-8e09-78b44d7a1aae","resourceInvariantUUID":"440b369e-a09c-4c31-8a4e-6692abd11e0c","resourceCustomizationUUID":"e17fe765-865d-4748-ab41-44bdbee5a853","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/vf-license-model.xml","artifactChecksum":"MTFjYmU2ZGQwM2YxYTQxNjdhOWY1YjI5OWUyYjE5OTg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"7238df55-40f7-4cde-93e0-f3c86248a4ba","artifactVersion":"1"},{"artifactName":"vfw58569f3ebd560_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/vfw58569f3ebd560_modules.json","artifactChecksum":"ODg5YTAyNmJiZTFiZTA5MDMwZWVhNmFkMzVmNzk4YTg\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"a8ca7246-150c-4537-b08d-e58462b66bb6","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"be903e28-b266-44db-9c8b-4cbcb6f7ee77","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/vendor-license-model.xml","artifactChecksum":"NDExZWJjY2Q3ZjkxN2NkNTRiYmFlNDViOGZhYWJjM2M\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"cecd91b9-dbd7-4a9b-96a0-72674051949c","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"0637f995-3e6f-44f6-89fc-61906f5ff14b","artifactVersion":"2","generatedFromUUID":"be903e28-b266-44db-9c8b-4cbcb6f7ee77"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20230318110836-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-template.yml","artifactChecksum":"NjdmYzRlMTY1MzM1ODg5NjAzNTEzOWU1ZGFmNmNiNDI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"8648cca8-36e7-40c1-8faf-a7c0be2faa07","artifactVersion":"1"},{"artifactName":"service-Vfw20230318110836-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar","artifactChecksum":"NzY3OTRjMDBhMTZlZjQ1ZTQ3MTU0ZjE0NjliYmU1M2Y\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"436a091b-6820-4621-9f77-4a798268cc9d","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-18T12:05:09.491Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T12:05:09.491Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T12:05:09.491Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T12:05:09.491Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679140781477,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T12:05:10.492Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T12:05:10.493Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T12:05:10.493Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T12:05:10.493Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679140781477,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/vfw58569f3ebd560_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T12:05:11.495Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T12:05:11.495Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T12:05:11.495Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T12:05:11.495Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679140781477,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T12:05:12.497Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T12:05:12.498Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T12:05:12.498Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T12:05:12.498Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679140781477,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T12:05:13.499Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T12:05:13.500Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T12:05:13.500Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T12:05:13.500Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679140781477,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/base_vfw.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T12:05:14.502Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T12:05:14.502Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T12:05:14.502Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T12:05:14.502Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679140781477,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T12:05:15.504Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T12:05:15.505Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T12:05:15.505Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T12:05:15.505Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679140781477,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T12:05:16.507Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "serviceName": "vFW 2023-03-18 11-08-36",
  "serviceVersion": "1.0",
  "serviceUUID": "27fdb87d-b713-4eaf-90a0-9e48041e5db6",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "cb6d14f9-78ae-470a-a6af-a3a2b9fea472",
  "resources": [
    {
      "resourceInstanceName": "vFW 58569f3e-bd56 0",
      "resourceCustomizationUUID": "e17fe765-865d-4748-ab41-44bdbee5a853",
      "resourceName": "vFW 58569f3e-bd56",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "d26137cf-1389-4abe-8e09-78b44d7a1aae",
      "resourceInvariantUUID": "440b369e-a09c-4c31-8a4e-6692abd11e0c",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw58569f3ebd560_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/vfw58569f3ebd560_modules.json",
          "artifactChecksum": "ODg5YTAyNmJiZTFiZTA5MDMwZWVhNmFkMzVmNzk4YTg\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "a8ca7246-150c-4537-b08d-e58462b66bb6",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "be903e28-b266-44db-9c8b-4cbcb6f7ee77",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "0637f995-3e6f-44f6-89fc-61906f5ff14b",
            "generatedFromUUID": "be903e28-b266-44db-9c8b-4cbcb6f7ee77"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "0637f995-3e6f-44f6-89fc-61906f5ff14b",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20230318110836-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar",
      "artifactChecksum": "NzY3OTRjMDBhMTZlZjQ1ZTQ3MTU0ZjE0NjliYmU1M2Y\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "436a091b-6820-4621-9f77-4a798268cc9d"
    }
  ],
  "workloadContext": "Production"
}
2023-03-18T12:05:16.507Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-18T12:05:16.508Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 27fdb87d-b713-4eaf-90a0-9e48041e5db6 ASDC
2023-03-18T12:05:16.508Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:d4dc9e71-f2cb-491c-bcf1-9d51402514be
ServiceName:vFW 2023-03-18 11-08-36
ServiceVersion:1.0
ServiceUUID:27fdb87d-b713-4eaf-90a0-9e48041e5db6
ServiceInvariantUUID:cb6d14f9-78ae-470a-a6af-a3a2b9fea472
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20230318110836-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar
ArtifactUUID:436a091b-6820-4621-9f77-4a798268cc9d
ArtifactChecksum:NzY3OTRjMDBhMTZlZjQ1ZTQ3MTU0ZjE0NjliYmU1M2Y=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 58569f3e-bd56 0
ResourceCustomizationUUID:e17fe765-865d-4748-ab41-44bdbee5a853
ResourceInvariantUUID:440b369e-a09c-4c31-8a4e-6692abd11e0c
ResourceName:vFW 58569f3e-bd56
ResourceType:VF
ResourceUUID:d26137cf-1389-4abe-8e09-78b44d7a1aae
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw58569f3ebd560_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/vfw58569f3ebd560_modules.json
ArtifactUUID:a8ca7246-150c-4537-b08d-e58462b66bb6
ArtifactChecksum:ODg5YTAyNmJiZTFiZTA5MDMwZWVhNmFkMzVmNzk4YTg=
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/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/base_vfw.yaml
ArtifactUUID:be903e28-b266-44db-9c8b-4cbcb6f7ee77
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/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/base_vfw.env
ArtifactUUID:0637f995-3e6f-44f6-89fc-61906f5ff14b
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/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/base_vfw.env
ArtifactUUID:0637f995-3e6f-44f6-89fc-61906f5ff14b
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-18T12:05:16.508Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 27fdb87d-b713-4eaf-90a0-9e48041e5db6 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: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-18T12:05:16.547Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-18T12:05:16.548Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-03-18T12:05:16.548Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-03-18T12:05:16.548Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 436a091b-6820-4621-9f77-4a798268cc9d from URL: /sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar
2023-03-18T12:05:16.548Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||DistributionClient - download
2023-03-18T12:05:16.548Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar
2023-03-18T12:05:16.975Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2023-03-18T12:05:16.981Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar 436a091b-6820-4621-9f77-4a798268cc9d 101467
2023-03-18T12:05:16.982Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar ASDC sendASDCNotification
2023-03-18T12:05:16.982Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar
2023-03-18T12:05:16.982Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-18T12:05:16.982Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T12:05:16.982Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T12:05:16.983Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679141116982,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T12:05:17.983Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-18T12:05:17.984Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-03-18T12:05:17.985Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 436a091b-6820-4621-9f77-4a798268cc9d, URL: /sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar to file: /app/ASDC/1/service-Vfw20230318110836-csar.csar
2023-03-18T12:05:17.985Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20230318110836-csar.csar
2023-03-18T12:05:17.986Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20230318110836-csar.csar
2023-03-18T12:05:17.986Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20230318110836-csar.csar
2023-03-18T12:05:18.093Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4164553071808635934/Definitions/service-Vfw20230318110836-template.yml
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vfw_name" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_user_data_format" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_key_name" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "compute_vfw_metadata" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "compute_vsn_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vsn_key_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "compute_vsn_user_data_format" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "compute_vsn_metadata" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided
2023-03-18T12:05:19.627Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-18T12:05:19.627Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||WARN|500||####################################################################################################
2023-03-18T12:05:19.627Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20230318110836-csar.csar
2023-03-18T12:05:19.627Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2023-03-18T12:05:19.627Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230318110836-csar.csar
2023-03-18T12:05:19.627Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230318110836-csar.csar
2023-03-18T12:05:19.627Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20230318110836-csar.csar
2023-03-18T12:05:19.627Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230318110836-csar.csar
2023-03-18T12:05:19.627Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230318110836-csar.csar
2023-03-18T12:05:19.627Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230318110836-csar.csar
2023-03-18T12:05:19.628Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230318110836-csar.csar
2023-03-18T12:05:19.628Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230318110836-csar.csar
2023-03-18T12:05:19.628Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230318110836-csar.csar
2023-03-18T12:05:19.628Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 58569f3e-bd56 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-Vfw20230318110836-csar.csar
2023-03-18T12:05:19.628Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230318110836-csar.csar
2023-03-18T12:05:19.628Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||WARN|500||####################################################################################################
2023-03-18T12:05:19.628Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T12:05:19.628Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-03-18 11-08-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T12:05:19.628Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template vFW 58569f3e-bd56 0 is matching search criteria
2023-03-18T12:05:19.628Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2023-03-18T12:05:19.628Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 58569f3e-bd56 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-18T12:05:19.628Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T12:05:19.628Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-03-18 11-08-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T12:05:19.628Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template vFW 58569f3e-bd56 0 is matching search criteria
2023-03-18T12:05:19.628Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2023-03-18T12:05:19.628Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 58569f3e-bd56 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-18T12:05:19.629Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T12:05:19.629Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-03-18 11-08-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T12:05:19.629Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T12:05:19.629Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template vFW 58569f3e-bd56 0 is not matching search criteria
2023-03-18T12:05:19.629Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-18T12:05:19.629Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-18T12:05:19.629Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-18T12:05:19.629Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-18T12:05:19.630Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-18T12:05:19.630Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-18T12:05:19.630Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-18T12:05:19.630Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-18T12:05:19.630Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-18T12:05:19.630Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-18T12:05:19.630Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-18T12:05:19.630Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-18T12:05:19.630Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-18T12:05:19.630Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-18T12:05:19.631Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-18T12:05:19.631Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-03-18T12:05:19.631Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T12:05:19.631Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-03-18 11-08-36 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-03-18T12:05:19.631Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T12:05:19.631Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template vFW 58569f3e-bd56 0 is matching search criteria
2023-03-18T12:05:19.631Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 58569f3e-bd56 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-18T12:05:19.631Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T12:05:19.631Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template vFW 58569f3e-bd56 0 is matching search criteria
2023-03-18T12:05:19.631Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 58569f3e-bd56 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-18T12:05:19.631Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T12:05:19.631Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template vFW 58569f3e-bd56 0 is matching search criteria
2023-03-18T12:05:19.631Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 58569f3e-bd56 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-18T12:05:19.632Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T12:05:19.632Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template vFW 58569f3e-bd56 0 is not matching search criteria
2023-03-18T12:05:19.632Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-18T12:05:19.632Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-18T12:05:19.632Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-03-18T12:05:19.632Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-18T12:05:19.632Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-18T12:05:19.632Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-18T12:05:19.632Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-18T12:05:19.632Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-18T12:05:19.632Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-18T12:05:19.632Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-18T12:05:19.632Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-18T12:05:19.632Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=54648a20-f030-49c4-93d4-4525b2108f51
2023-03-18T12:05:19.632Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T12:05:19.633Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template vFW 58569f3e-bd56 0 is not matching search criteria
2023-03-18T12:05:19.633Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-18T12:05:19.633Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-18T12:05:19.633Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-18T12:05:19.633Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-18T12:05:19.633Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-18T12:05:19.633Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-18T12:05:19.633Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-18T12:05:19.633Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-03-18T12:05:19.633Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-18T12:05:19.633Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-18T12:05:19.633Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-18T12:05:19.633Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-18T12:05:19.633Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=c8000f82-3ea0-499f-845f-48af9ca20f40
2023-03-18T12:05:19.634Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T12:05:19.634Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template vFW 58569f3e-bd56 0 is not matching search criteria
2023-03-18T12:05:19.634Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-18T12:05:19.634Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-18T12:05:19.634Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-18T12:05:19.634Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-18T12:05:19.634Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-18T12:05:19.634Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-18T12:05:19.634Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-18T12:05:19.634Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-18T12:05:19.634Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-18T12:05:19.635Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-18T12:05:19.635Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-18T12:05:19.635Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-03-18T12:05:19.635Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=8d37dce4-ace0-4972-b0ae-359f5ee34e15
2023-03-18T12:05:19.635Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T12:05:19.635Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-03-18 11-08-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T12:05:19.635Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T12:05:19.635Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-03-18 11-08-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T12:05:19.635Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T12:05:19.635Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-03-18 11-08-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T12:05:19.635Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T12:05:19.635Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-03-18 11-08-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T12:05:19.635Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2023-03-18 11-08-36
Description:catalog service description
Model UUID:27fdb87d-b713-4eaf-90a0-9e48041e5db6
Model Version:NULL
Model InvariantUuid:cb6d14f9-78ae-470a-a6af-a3a2b9fea472
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 58569f3e-bd56
Model UUID:2fc36073-92c9-4d5d-9644-0bb6550c287b
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:440b369e-a09c-4c31-8a4e-6692abd11e0c
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:e17fe765-865d-4748-ab41-44bdbee5a853
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:351d450e-b1b7-41ae-a83a-2a71f15e25d1
ModelName:Vfw58569f3eBd56..base_vfw..module-0
ModelUuid:0d68d68e-dec8-43d2-aff9-f5d88cc04393
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:54648a20-f030-49c4-93d4-4525b2108f51
ModelInvariantUuid:4ab08134-cd1d-4688-9b75-17c67d1a3e81
ModelName:vFW 58569f3e-bd56-nodes.vfwCvfc
ModelUuid:d6b2f0ba-9202-407c-a163-7cc24d0f18b4
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:056f6090-f73c-4739-af97-620c05ad132a
ModelInvariantUuid:983e3ada-7ea8-4303-8174-d3114334eb9e
ModelName:Vfw58569f3eBd56.compute.nodes.heat.vfw
ModelUuid:3d4b7896-bd84-401c-aa77-b889e41a200a
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:c8000f82-3ea0-499f-845f-48af9ca20f40
ModelInvariantUuid:fcd18208-a79b-409f-9943-f6fdaf7b423e
ModelName:vFW 58569f3e-bd56-nodes.vsnCvfc
ModelUuid:2dc70d22-f13d-4809-b3aa-6be925119137
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:402dc1d7-02f5-4fe5-9c72-942fea6de45f
ModelInvariantUuid:0b0ccbe0-ee97-4020-bd46-0de8c06bfc96
ModelName:Vfw58569f3eBd56.compute.nodes.heat.vsn
ModelUuid:9156b53b-b6f9-40ab-bf18-4e57fbace729
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:8d37dce4-ace0-4972-b0ae-359f5ee34e15
ModelInvariantUuid:5fb0558e-6cb2-4431-b7ca-6445c8799cef
ModelName:vFW 58569f3e-bd56-nodes.vpgCvfc
ModelUuid:fa77263e-b297-4fc8-ad06-fee6a19575f2
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:c490c1b0-6d8a-4e04-bcc3-d1334a874130
ModelInvariantUuid:49041fa9-9665-4fc5-a429-9d3d7490839b
ModelName:Vfw58569f3eBd56.compute.nodes.heat.vpg
ModelUuid:7e8eb1f5-1f60-4b7b-ac6b-192037bf4db6
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=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-03-18T12:05:19.667Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||ERROR|500||Csar with UUID: 436a091b-6820-4621-9f77-4a798268cc9d already exists
2023-03-18T12:05:19.667Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar ASDC sendASDCNotification
2023-03-18T12:05:19.668Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar(Csar with UUID: 436a091b-6820-4621-9f77-4a798268cc9d already exists)
2023-03-18T12:05:19.668Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-18T12:05:19.668Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T12:05:19.668Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T12:05:19.668Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679141119667,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 436a091b-6820-4621-9f77-4a798268cc9d already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T12:05:20.669Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar ASDC sendASDCNotification
2023-03-18T12:05:20.669Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar(Resource with UUID: d26137cf-1389-4abe-8e09-78b44d7a1aae already exists)
2023-03-18T12:05:20.669Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-18T12:05:20.669Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T12:05:20.669Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T12:05:20.670Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679141120669,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: d26137cf-1389-4abe-8e09-78b44d7a1aae already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T12:05:21.671Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d4dc9e71-f2cb-491c-bcf1-9d51402514be
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T12:05:21.692Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d4dc9e71-f2cb-491c-bcf1-9d51402514be
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T12:05:21.697Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-18T12:05:21.698Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-18T12:05:21.698Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-18T12:05:21.698Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-18T12:05:21.699Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T12:05:21.699Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T12:05:21.699Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T12:05:21.700Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T12:05:21.700Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T12:05:21.700Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-18T12:05:21.712Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-18T12:05:51.712Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: d4dc9e71-f2cb-491c-bcf1-9d51402514be and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-18T12:05:51.722Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: d4dc9e71-f2cb-491c-bcf1-9d51402514be and serviceModelVersionId: 27fdb87d-b713-4eaf-90a0-9e48041e5db6
2023-03-18T12:05:51.722Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : cb6d14f9-78ae-470a-a6af-a3a2b9fea472
2023-03-18T12:05:51.722Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/cb6d14f9-78ae-470a-a6af-a3a2b9fea472/model-vers/model-ver/27fdb87d-b713-4eaf-90a0-9e48041e5db6?depth=0
2023-03-18T12:05:51.726Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2023-03-18T12:05:51.739Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cb6d14f9-78ae-470a-a6af-a3a2b9fea472/model-vers/model-ver/27fdb87d-b713-4eaf-90a0-9e48041e5db6?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-03-18T12:05:51.739Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cb6d14f9-78ae-470a-a6af-a3a2b9fea472/model-vers/model-ver/27fdb87d-b713-4eaf-90a0-9e48041e5db6?depth=0|INFO|500||Invoke
2023-03-18T12:05:51.746Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cb6d14f9-78ae-470a-a6af-a3a2b9fea472/model-vers/model-ver/27fdb87d-b713-4eaf-90a0-9e48041e5db6?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-18T12:05:51.862Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cb6d14f9-78ae-470a-a6af-a3a2b9fea472/model-vers/model-ver/27fdb87d-b713-4eaf-90a0-9e48041e5db6?depth=0|INFO|500||InvokeReturn
2023-03-18T12:05:51.863Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cb6d14f9-78ae-470a-a6af-a3a2b9fea472/model-vers/model-ver/27fdb87d-b713-4eaf-90a0-9e48041e5db6?depth=0 has http status code:200 and response headers:{date=[Sat, 18 Mar 2023 12:05:51 GMT], content-length=[0], vertex-id=[593936], x-aai-txid=[2-aai-resources-230318-12:05:51:447-20427], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-18T12:05:51.863Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Response was returned with an empty entity.
2023-03-18T12:05:51.863Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-18T12:05:51.863Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-18T12:05:51.870Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-18T12:05:51.870Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID d4dc9e71-f2cb-491c-bcf1-9d51402514be and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-18T12:05:51.870Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-18T12:05:51.870Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T12:05:51.870Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T12:05:51.870Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679141151870,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-18T12:05:52.893Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-18T12:05:52.893Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||received notification from broker: {"distributionID":"9f6cbd74-5561-4ebf-ae29-ef09adcdb35a","serviceName":"vFW 2023-03-18 11-49-31","serviceVersion":"1.0","serviceUUID":"6d984351-d1ca-40a4-aad4-cb46662a587a","serviceDescription":"catalog service description","serviceInvariantUUID":"cf32c985-ce6d-438e-ae22-e6fd004665b3","resources":[{"resourceInstanceName":"vFW c11b0f1b-4505 0","resourceName":"vFW c11b0f1b-4505","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"c7374fd6-6727-4426-9587-40812bc7c663","resourceInvariantUUID":"26f1c4e0-d5d2-4519-a829-ba04da79dfd3","resourceCustomizationUUID":"19f5eed0-33a8-4dbf-839a-f2ac2d3b058b","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/vf-license-model.xml","artifactChecksum":"ZmYyYjdhM2U5NTJiNDExYWMwYTMzMTkyZDMwYzcxZTc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"7b8e42e6-1821-4cac-aa27-034f93b9a8bb","artifactVersion":"1"},{"artifactName":"vfwc11b0f1b45050_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/vfwc11b0f1b45050_modules.json","artifactChecksum":"YTA1YjZlZDc1ZGI4M2FjMjI5NWE4ZTQzZjQxZmI1MGE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"40a0f4a8-4459-48c6-8da9-780f32a6e90d","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"3198714b-6cfa-4ae8-9e58-caa5fd7816d1","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/vendor-license-model.xml","artifactChecksum":"OTNkYjEwYTcxMGU1ODVlYThkMzJiZjM0OWMzYWExNTg\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"56d4001a-cb5d-4c8b-a9db-05f6dd036a2e","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"72f0a15a-ad88-4350-921f-de50e44e2b78","artifactVersion":"2","generatedFromUUID":"3198714b-6cfa-4ae8-9e58-caa5fd7816d1"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20230318114931-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-template.yml","artifactChecksum":"MmZjZDk3ZDhkZWNhNmYyZTJiYmJjYzlhZTNjZmUwZDU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"d733d559-0885-4fbb-8573-c3718d9662ac","artifactVersion":"1"},{"artifactName":"service-Vfw20230318114931-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar","artifactChecksum":"NzYyNTc4YTljZWI3YjE3YThjOTU0MjkyMGEyMDMxNDY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"2a8efcaf-0813-4b52-901f-136ba065c343","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-18T12:05:52.893Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T12:05:52.894Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T12:05:52.894Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T12:05:52.894Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679140781477,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T12:05:53.894Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T12:05:53.895Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T12:05:53.895Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T12:05:53.895Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679140781477,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/vfwc11b0f1b45050_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T12:05:54.895Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T12:05:54.896Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T12:05:54.896Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T12:05:54.896Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679140781477,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T12:05:55.896Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T12:05:55.897Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T12:05:55.897Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T12:05:55.898Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679140781477,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T12:05:56.899Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T12:05:56.899Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T12:05:56.900Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T12:05:56.900Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679140781477,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/base_vfw.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T12:05:57.901Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T12:05:57.901Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T12:05:57.901Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T12:05:57.902Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679140781477,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T12:05:58.903Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T12:05:58.904Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T12:05:58.904Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T12:05:58.904Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679140781477,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T12:05:58.919Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T12:05:58.925Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-18T12:05:58.926Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679140781477,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T12:05:58.926Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:05:58.926Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-18T12:05:58.926Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679140781477,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/vfw58569f3ebd560_modules.json",
  "status": "NOTIFIED"
}
2023-03-18T12:05:58.927Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:05:58.927Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-18T12:05:58.927Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679140781477,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-03-18T12:05:58.927Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:05:58.927Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-18T12:05:58.927Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679140781477,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T12:05:58.927Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:05:58.927Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-18T12:05:58.927Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679140781477,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2023-03-18T12:05:58.927Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:05:58.927Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-18T12:05:58.927Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679140781477,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T12:05:58.928Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:05:58.928Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-18T12:05:58.928Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679140781477,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar",
  "status": "NOTIFIED"
}
2023-03-18T12:05:58.928Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:05:58.928Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-18T12:05:58.928Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679141116982,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-18T12:05:58.928Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:05:58.928Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-18T12:05:58.928Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679141119667,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 436a091b-6820-4621-9f77-4a798268cc9d already exists"
}
2023-03-18T12:05:58.928Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:05:58.928Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-18T12:05:58.928Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679141120669,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: d26137cf-1389-4abe-8e09-78b44d7a1aae already exists"
}
2023-03-18T12:05:58.929Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:05:58.929Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-18T12:05:58.929Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679141151870,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-18T12:05:58.929Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:05:58.929Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-18T12:05:58.929Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679140781477,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T12:05:58.929Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:05:58.929Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-18T12:05:58.929Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679140781477,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/vfwc11b0f1b45050_modules.json",
  "status": "NOTIFIED"
}
2023-03-18T12:05:58.929Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:05:58.929Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-18T12:05:58.929Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679140781477,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-03-18T12:05:58.930Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:05:58.930Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-18T12:05:58.930Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679140781477,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T12:05:58.930Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:05:58.930Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-18T12:05:58.930Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679140781477,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2023-03-18T12:05:58.930Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:05:58.930Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-18T12:05:58.930Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679140781477,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T12:05:58.930Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:05:58.931Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-18T12:05:58.931Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679140781477,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar",
  "status": "NOTIFIED"
}
2023-03-18T12:05:58.931Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:05:59.906Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "serviceName": "vFW 2023-03-18 11-49-31",
  "serviceVersion": "1.0",
  "serviceUUID": "6d984351-d1ca-40a4-aad4-cb46662a587a",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "cf32c985-ce6d-438e-ae22-e6fd004665b3",
  "resources": [
    {
      "resourceInstanceName": "vFW c11b0f1b-4505 0",
      "resourceCustomizationUUID": "19f5eed0-33a8-4dbf-839a-f2ac2d3b058b",
      "resourceName": "vFW c11b0f1b-4505",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "c7374fd6-6727-4426-9587-40812bc7c663",
      "resourceInvariantUUID": "26f1c4e0-d5d2-4519-a829-ba04da79dfd3",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfwc11b0f1b45050_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/vfwc11b0f1b45050_modules.json",
          "artifactChecksum": "YTA1YjZlZDc1ZGI4M2FjMjI5NWE4ZTQzZjQxZmI1MGE\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "40a0f4a8-4459-48c6-8da9-780f32a6e90d",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "3198714b-6cfa-4ae8-9e58-caa5fd7816d1",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "72f0a15a-ad88-4350-921f-de50e44e2b78",
            "generatedFromUUID": "3198714b-6cfa-4ae8-9e58-caa5fd7816d1"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "72f0a15a-ad88-4350-921f-de50e44e2b78",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20230318114931-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar",
      "artifactChecksum": "NzYyNTc4YTljZWI3YjE3YThjOTU0MjkyMGEyMDMxNDY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "2a8efcaf-0813-4b52-901f-136ba065c343"
    }
  ],
  "workloadContext": "Production"
}
2023-03-18T12:05:59.907Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-18T12:05:59.907Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 6d984351-d1ca-40a4-aad4-cb46662a587a ASDC
2023-03-18T12:05:59.908Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:9f6cbd74-5561-4ebf-ae29-ef09adcdb35a
ServiceName:vFW 2023-03-18 11-49-31
ServiceVersion:1.0
ServiceUUID:6d984351-d1ca-40a4-aad4-cb46662a587a
ServiceInvariantUUID:cf32c985-ce6d-438e-ae22-e6fd004665b3
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20230318114931-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar
ArtifactUUID:2a8efcaf-0813-4b52-901f-136ba065c343
ArtifactChecksum:NzYyNTc4YTljZWI3YjE3YThjOTU0MjkyMGEyMDMxNDY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW c11b0f1b-4505 0
ResourceCustomizationUUID:19f5eed0-33a8-4dbf-839a-f2ac2d3b058b
ResourceInvariantUUID:26f1c4e0-d5d2-4519-a829-ba04da79dfd3
ResourceName:vFW c11b0f1b-4505
ResourceType:VF
ResourceUUID:c7374fd6-6727-4426-9587-40812bc7c663
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwc11b0f1b45050_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/vfwc11b0f1b45050_modules.json
ArtifactUUID:40a0f4a8-4459-48c6-8da9-780f32a6e90d
ArtifactChecksum:YTA1YjZlZDc1ZGI4M2FjMjI5NWE4ZTQzZjQxZmI1MGE=
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/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/base_vfw.yaml
ArtifactUUID:3198714b-6cfa-4ae8-9e58-caa5fd7816d1
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/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/base_vfw.env
ArtifactUUID:72f0a15a-ad88-4350-921f-de50e44e2b78
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/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/base_vfw.env
ArtifactUUID:72f0a15a-ad88-4350-921f-de50e44e2b78
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-18T12:05:59.909Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 6d984351-d1ca-40a4-aad4-cb46662a587a 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: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-18T12:05:59.950Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-18T12:05:59.952Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-03-18T12:05:59.952Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-03-18T12:05:59.952Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 2a8efcaf-0813-4b52-901f-136ba065c343 from URL: /sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar
2023-03-18T12:05:59.952Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||INFO|500||DistributionClient - download
2023-03-18T12:05:59.952Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar
2023-03-18T12:06:00.202Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2023-03-18T12:06:00.210Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar 2a8efcaf-0813-4b52-901f-136ba065c343 101507
2023-03-18T12:06:00.210Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar ASDC sendASDCNotification
2023-03-18T12:06:00.210Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar
2023-03-18T12:06:00.211Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-18T12:06:00.211Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T12:06:00.211Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T12:06:00.211Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679141160210,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T12:06:01.214Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-18T12:06:01.214Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-03-18T12:06:01.215Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 2a8efcaf-0813-4b52-901f-136ba065c343, URL: /sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar to file: /app/ASDC/1/service-Vfw20230318114931-csar.csar
2023-03-18T12:06:01.216Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20230318114931-csar.csar
2023-03-18T12:06:01.217Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20230318114931-csar.csar
2023-03-18T12:06:01.217Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20230318114931-csar.csar
2023-03-18T12:06:01.314Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP875171045514503192/Definitions/service-Vfw20230318114931-template.yml
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_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_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
2023-03-18T12:06:02.712Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-18T12:06:02.712Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||WARN|500||####################################################################################################
2023-03-18T12:06:02.712Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20230318114931-csar.csar
2023-03-18T12:06:02.712Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2023-03-18T12:06:02.713Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230318114931-csar.csar
2023-03-18T12:06:02.713Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230318114931-csar.csar
2023-03-18T12:06:02.713Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20230318114931-csar.csar
2023-03-18T12:06:02.713Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230318114931-csar.csar
2023-03-18T12:06:02.713Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230318114931-csar.csar
2023-03-18T12:06:02.713Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230318114931-csar.csar
2023-03-18T12:06:02.713Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230318114931-csar.csar
2023-03-18T12:06:02.713Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230318114931-csar.csar
2023-03-18T12:06:02.713Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230318114931-csar.csar
2023-03-18T12:06:02.713Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230318114931-csar.csar
2023-03-18T12:06:02.713Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW c11b0f1b-4505 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-Vfw20230318114931-csar.csar
2023-03-18T12:06:02.713Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||WARN|500||####################################################################################################
2023-03-18T12:06:02.714Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T12:06:02.714Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-03-18 11-49-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T12:06:02.714Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template vFW c11b0f1b-4505 0 is matching search criteria
2023-03-18T12:06:02.714Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2023-03-18T12:06:02.714Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW c11b0f1b-4505 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-18T12:06:02.714Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T12:06:02.714Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-03-18 11-49-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T12:06:02.714Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template vFW c11b0f1b-4505 0 is matching search criteria
2023-03-18T12:06:02.714Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2023-03-18T12:06:02.715Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW c11b0f1b-4505 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-18T12:06:02.715Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T12:06:02.715Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-03-18 11-49-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T12:06:02.715Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T12:06:02.715Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template vFW c11b0f1b-4505 0 is not matching search criteria
2023-03-18T12:06:02.715Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-18T12:06:02.715Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-18T12:06:02.715Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-18T12:06:02.715Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-18T12:06:02.715Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-18T12:06:02.715Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-18T12:06:02.715Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-18T12:06:02.716Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-18T12:06:02.716Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-18T12:06:02.716Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-18T12:06:02.716Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-18T12:06:02.716Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-18T12:06:02.716Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-18T12:06:02.716Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-18T12:06:02.716Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-18T12:06:02.716Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-03-18T12:06:02.716Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T12:06:02.717Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-03-18 11-49-31 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-03-18T12:06:02.717Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T12:06:02.717Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template vFW c11b0f1b-4505 0 is matching search criteria
2023-03-18T12:06:02.717Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW c11b0f1b-4505 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-18T12:06:02.717Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T12:06:02.717Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template vFW c11b0f1b-4505 0 is matching search criteria
2023-03-18T12:06:02.717Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW c11b0f1b-4505 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-18T12:06:02.717Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T12:06:02.717Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template vFW c11b0f1b-4505 0 is matching search criteria
2023-03-18T12:06:02.717Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW c11b0f1b-4505 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-18T12:06:02.718Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T12:06:02.718Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template vFW c11b0f1b-4505 0 is not matching search criteria
2023-03-18T12:06:02.718Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-18T12:06:02.718Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-03-18T12:06:02.718Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-18T12:06:02.718Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-18T12:06:02.718Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-18T12:06:02.718Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-18T12:06:02.718Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-18T12:06:02.719Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-18T12:06:02.719Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-18T12:06:02.719Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-18T12:06:02.719Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-18T12:06:02.719Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=93a1b299-440a-4b46-b809-896a244a8c3e
2023-03-18T12:06:02.719Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T12:06:02.719Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template vFW c11b0f1b-4505 0 is not matching search criteria
2023-03-18T12:06:02.719Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-18T12:06:02.719Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-18T12:06:02.719Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-18T12:06:02.719Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-18T12:06:02.720Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-18T12:06:02.720Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-18T12:06:02.720Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-18T12:06:02.720Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-03-18T12:06:02.720Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-18T12:06:02.720Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-18T12:06:02.720Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-18T12:06:02.720Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-18T12:06:02.720Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=f46f0c4d-868d-4d5b-9783-ea8cf0f2cc90
2023-03-18T12:06:02.720Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T12:06:02.720Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template vFW c11b0f1b-4505 0 is not matching search criteria
2023-03-18T12:06:02.720Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-18T12:06:02.721Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-18T12:06:02.721Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-18T12:06:02.721Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-18T12:06:02.721Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-18T12:06:02.721Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-18T12:06:02.721Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-18T12:06:02.721Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-18T12:06:02.721Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-18T12:06:02.721Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-18T12:06:02.721Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-18T12:06:02.721Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-03-18T12:06:02.721Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=5079a023-f40e-49e5-9a39-abc7b36fa226
2023-03-18T12:06:02.722Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T12:06:02.722Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-03-18 11-49-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T12:06:02.722Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T12:06:02.722Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-03-18 11-49-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T12:06:02.722Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T12:06:02.722Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-03-18 11-49-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T12:06:02.722Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T12:06:02.722Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-03-18 11-49-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T12:06:02.722Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2023-03-18 11-49-31
Description:catalog service description
Model UUID:6d984351-d1ca-40a4-aad4-cb46662a587a
Model Version:NULL
Model InvariantUuid:cf32c985-ce6d-438e-ae22-e6fd004665b3
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW c11b0f1b-4505
Model UUID:ebdaa0dd-57e1-4fdd-a831-8135ea117a46
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:26f1c4e0-d5d2-4519-a829-ba04da79dfd3
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:19f5eed0-33a8-4dbf-839a-f2ac2d3b058b
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:6ebe4145-67c2-45e6-9597-53226a0916bd
ModelName:VfwC11b0f1b4505..base_vfw..module-0
ModelUuid:0261834d-3be1-4860-8b24-040e2c80aecd
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:93a1b299-440a-4b46-b809-896a244a8c3e
ModelInvariantUuid:8ec395e7-2102-4d02-844f-c114ac1a4203
ModelName:vFW c11b0f1b-4505-nodes.vfwCvfc
ModelUuid:504b1f13-9ac9-4e16-910b-43ab4acacb0f
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:99287d62-b33c-413e-89ec-87108c575104
ModelInvariantUuid:47f32f44-cd17-4eef-9e16-abcb011ab104
ModelName:VfwC11b0f1b4505.compute.nodes.heat.vfw
ModelUuid:2a6b0c3b-4ab1-49cd-8a96-f1f0feba73a0
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:f46f0c4d-868d-4d5b-9783-ea8cf0f2cc90
ModelInvariantUuid:d8e52c29-a773-431c-95b4-d1f0431b5e9e
ModelName:vFW c11b0f1b-4505-nodes.vsnCvfc
ModelUuid:e2d70f6d-c1ff-493f-99ab-25fea72fcdcc
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:113d5ed4-4ad4-49a7-94a3-7a01856b2205
ModelInvariantUuid:39b9a204-ad6c-4bfc-8b8d-763592e31d47
ModelName:VfwC11b0f1b4505.compute.nodes.heat.vsn
ModelUuid:fb5c808e-fe4a-477f-9cbd-5ab7141bbabe
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:5079a023-f40e-49e5-9a39-abc7b36fa226
ModelInvariantUuid:457dc8a1-b2ed-4d6f-963b-32e7f710a988
ModelName:vFW c11b0f1b-4505-nodes.vpgCvfc
ModelUuid:b289eee2-d7be-43f7-a6eb-232cf9ffa6c4
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:b5a732bf-796a-41d5-8db9-e0467a3c1b4a
ModelInvariantUuid:6626a445-05ec-4eb4-b903-06723caa1195
ModelName:VfwC11b0f1b4505.compute.nodes.heat.vpg
ModelUuid:f6a4ab06-9982-4e1b-be30-d56572ed840e
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=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-03-18T12:06:02.750Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||ERROR|500||Csar with UUID: 2a8efcaf-0813-4b52-901f-136ba065c343 already exists
2023-03-18T12:06:02.750Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar ASDC sendASDCNotification
2023-03-18T12:06:02.750Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar(Csar with UUID: 2a8efcaf-0813-4b52-901f-136ba065c343 already exists)
2023-03-18T12:06:02.750Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-18T12:06:02.751Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T12:06:02.751Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T12:06:02.751Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679141162750,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 2a8efcaf-0813-4b52-901f-136ba065c343 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T12:06:03.751Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar ASDC sendASDCNotification
2023-03-18T12:06:03.752Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar(Resource with UUID: c7374fd6-6727-4426-9587-40812bc7c663 already exists)
2023-03-18T12:06:03.752Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-18T12:06:03.752Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T12:06:03.752Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T12:06:03.752Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679141163751,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: c7374fd6-6727-4426-9587-40812bc7c663 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T12:06:04.753Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9f6cbd74-5561-4ebf-ae29-ef09adcdb35a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T12:06:04.775Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9f6cbd74-5561-4ebf-ae29-ef09adcdb35a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T12:06:04.778Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-18T12:06:04.778Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-18T12:06:04.778Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-18T12:06:04.778Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-18T12:06:04.778Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T12:06:04.778Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T12:06:04.778Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T12:06:04.778Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T12:06:04.779Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T12:06:04.779Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-18T12:06:04.789Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-18T12:06:34.789Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 9f6cbd74-5561-4ebf-ae29-ef09adcdb35a and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-18T12:06:34.800Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 9f6cbd74-5561-4ebf-ae29-ef09adcdb35a and serviceModelVersionId: 6d984351-d1ca-40a4-aad4-cb46662a587a
2023-03-18T12:06:34.800Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : cf32c985-ce6d-438e-ae22-e6fd004665b3
2023-03-18T12:06:34.801Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/cf32c985-ce6d-438e-ae22-e6fd004665b3/model-vers/model-ver/6d984351-d1ca-40a4-aad4-cb46662a587a?depth=0
2023-03-18T12:06:34.805Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2023-03-18T12:06:34.819Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cf32c985-ce6d-438e-ae22-e6fd004665b3/model-vers/model-ver/6d984351-d1ca-40a4-aad4-cb46662a587a?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-03-18T12:06:34.820Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cf32c985-ce6d-438e-ae22-e6fd004665b3/model-vers/model-ver/6d984351-d1ca-40a4-aad4-cb46662a587a?depth=0|INFO|500||Invoke
2023-03-18T12:06:34.828Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cf32c985-ce6d-438e-ae22-e6fd004665b3/model-vers/model-ver/6d984351-d1ca-40a4-aad4-cb46662a587a?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-18T12:06:34.940Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cf32c985-ce6d-438e-ae22-e6fd004665b3/model-vers/model-ver/6d984351-d1ca-40a4-aad4-cb46662a587a?depth=0|INFO|500||InvokeReturn
2023-03-18T12:06:34.941Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cf32c985-ce6d-438e-ae22-e6fd004665b3/model-vers/model-ver/6d984351-d1ca-40a4-aad4-cb46662a587a?depth=0 has http status code:200 and response headers:{date=[Sat, 18 Mar 2023 12:06:34 GMT], content-length=[0], vertex-id=[364760], x-aai-txid=[0-aai-resources-230318-12:06:34:531-65467], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-18T12:06:34.941Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Response was returned with an empty entity.
2023-03-18T12:06:34.941Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-18T12:06:34.941Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-18T12:06:34.946Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-18T12:06:34.946Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 9f6cbd74-5561-4ebf-ae29-ef09adcdb35a and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-18T12:06:34.946Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-18T12:06:34.946Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T12:06:34.946Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T12:06:34.946Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679141194946,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-18T12:06:35.971Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T12:06:35.972Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Failing OffsetCommit request since the consumer is not part of an active group
2023-03-18T12:06:35.972Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||ERROR|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Asynchronous auto-commit of offsets failed: Offset commit cannot be completed since the consumer is not part of an active group for auto partition assignment; it is likely that the consumer was kicked out of the group.. Will continue to join group.
2023-03-18T12:06:35.973Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Giving away all assigned partitions as lost since generation/memberID has been reset,indicating that consumer is in old state or no longer part of the group
2023-03-18T12:06:35.973Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Lost previously assigned partitions SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5
2023-03-18T12:06:35.973Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] (Re-)joining group
2023-03-18T12:06:35.976Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2-f932f6cc-d8d8-46bc-9cf6-20a6cfcd1fb4
2023-03-18T12:06:35.977Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Asynchronous auto-commit of offsets {SDC-DISTR-NOTIF-TOPIC-AUTO-5=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-4=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-3=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-2=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-1=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-0=OffsetAndMetadata{offset=3, leaderEpoch=0, metadata=''}} failed: Offset commit cannot be completed since the consumer is not part of an active group for auto partition assignment; it is likely that the consumer was kicked out of the group.
2023-03-18T12:06:35.977Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Request joining group due to: rebalance failed due to 'The group member needs to have a valid member id before actually entering a consumer group.' (MemberIdRequiredException)
2023-03-18T12:06:35.977Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] (Re-)joining group
2023-03-18T12:06:36.778Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T12:06:39.791Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T12:06:42.804Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T12:06:45.821Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T12:06:48.835Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T12:06:51.850Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T12:06:54.862Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T12:06:57.871Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T12:06:58.919Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T12:06:58.932Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Revoke previously assigned partitions SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-03-18T12:06:58.932Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] (Re-)joining group
2023-03-18T12:06:58.937Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Successfully joined group with generation Generation{generationId=38, memberId='SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94-2995e74d-4211-4955-93f6-f3f14568571e', protocol='range'}
2023-03-18T12:06:58.937Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Successfully joined group with generation Generation{generationId=38, memberId='SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2-f932f6cc-d8d8-46bc-9cf6-20a6cfcd1fb4', protocol='range'}
2023-03-18T12:06:58.942Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Finished assignment for group at generation 38: {SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2-f932f6cc-d8d8-46bc-9cf6-20a6cfcd1fb4=Assignment(partitions=[SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5]), SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94-2995e74d-4211-4955-93f6-f3f14568571e=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])}
2023-03-18T12:06:58.953Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Successfully synced group in generation Generation{generationId=38, memberId='SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2-f932f6cc-d8d8-46bc-9cf6-20a6cfcd1fb4', protocol='range'}
2023-03-18T12:06:58.954Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5])
2023-03-18T12:06:58.954Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Adding newly assigned partitions: SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5
2023-03-18T12:06:58.954Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Successfully synced group in generation Generation{generationId=38, memberId='SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94-2995e74d-4211-4955-93f6-f3f14568571e', protocol='range'}
2023-03-18T12:06:58.955Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])
2023-03-18T12:06:58.955Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Adding newly assigned partitions: SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-03-18T12:06:58.957Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-18T12:06:58.957Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-18T12:06:58.958Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-18T12:06:58.958Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-18T12:06:58.958Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-18T12:06:58.958Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-18T12:06:58.959Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-18T12:06:58.964Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-18T12:06:58.964Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-18T12:06:58.964Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=630, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-18T12:06:58.964Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-18T12:06:58.964Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-18T12:06:58.966Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-18T12:06:58.966Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||received notification from broker: {"distributionID":"34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846","serviceName":"basic_onboard_gCPnoC","serviceVersion":"1.0","serviceUUID":"dad851ae-1f1d-4e04-8847-f18fd5d51391","serviceDescription":"service","serviceInvariantUUID":"693dcbb7-55f2-41d5-a0d9-572574329dfe","resources":[{"resourceInstanceName":"basic_onboard_gCPnoC 0","resourceName":"basic_onboard_gCPnoC","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"f3fb2f57-aad9-4f33-88db-c458ae09cdfb","resourceInvariantUUID":"d7c6b294-4284-4b69-87ff-a797deedad73","resourceCustomizationUUID":"9327f8c9-4591-449b-b6af-227dc0614cab","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/vf-license-model.xml","artifactChecksum":"OGQ5ZDI0MzIzNDdmMDUyYmQ0MzVmMDVkOWUyNGVlYmE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"5077753b-8cdd-47a9-82d5-e3ff4ce969c3","artifactVersion":"1"},{"artifactName":"basic_onboard_gcpnoc0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json","artifactChecksum":"NjRhMmYzNDQxZDFkYzhiMjZmMTk3NDMzZmQwOWNiNWI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"583db2fa-2045-4011-8045-9fd436580060","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"0846dbe8-d246-42f3-9ba6-3c197d6bb5c4","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"5004fadd-cda9-4566-99ac-bc5d669427a2","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"7d3da3bf-4415-4326-b045-fe6bef605f78","artifactVersion":"2","generatedFromUUID":"0846dbe8-d246-42f3-9ba6-3c197d6bb5c4"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardGcpnoc-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-template.yml","artifactChecksum":"OGFkYWYzODVjYTg1MmE4Y2JhZWM5NDk3ZjljNTAwNTE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"8ab16f5d-5180-4470-b278-f6ea6f7c23e8","artifactVersion":"1"},{"artifactName":"service-BasicOnboardGcpnoc-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar","artifactChecksum":"MjQxYmE3NTM3MTRlYjAwMzA2YjMyYmJjMmU4MmNkYjE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"d6569f72-4f81-428a-8593-389324ccdf48","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-18T12:06:58.968Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T12:06:58.968Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T12:06:58.968Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T12:06:58.968Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679141195971,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T12:06:59.969Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T12:06:59.969Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T12:06:59.969Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T12:06:59.969Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679141195971,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T12:06:59.980Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-18T12:06:59.980Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679141160210,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-18T12:06:59.980Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:06:59.980Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-18T12:06:59.981Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679141162750,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 2a8efcaf-0813-4b52-901f-136ba065c343 already exists"
}
2023-03-18T12:06:59.981Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:06:59.981Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-18T12:06:59.981Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679141163751,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: c7374fd6-6727-4426-9587-40812bc7c663 already exists"
}
2023-03-18T12:06:59.981Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:06:59.981Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-18T12:06:59.981Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679141194946,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-18T12:06:59.981Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:06:59.981Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-18T12:06:59.981Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679141195971,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T12:06:59.981Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:07:00.970Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T12:07:00.970Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T12:07:00.970Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T12:07:00.970Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679141195971,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T12:07:01.971Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T12:07:01.972Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T12:07:01.972Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T12:07:01.972Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679141195971,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T12:07:02.973Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T12:07:02.973Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T12:07:02.973Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T12:07:02.973Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679141195971,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T12:07:03.973Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T12:07:03.974Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T12:07:03.974Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T12:07:03.974Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679141195971,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T12:07:04.975Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T12:07:04.975Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T12:07:04.976Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T12:07:04.976Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679141195971,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T12:07:05.977Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "serviceName": "basic_onboard_gCPnoC",
  "serviceVersion": "1.0",
  "serviceUUID": "dad851ae-1f1d-4e04-8847-f18fd5d51391",
  "serviceDescription": "service",
  "serviceInvariantUUID": "693dcbb7-55f2-41d5-a0d9-572574329dfe",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_gCPnoC 0",
      "resourceCustomizationUUID": "9327f8c9-4591-449b-b6af-227dc0614cab",
      "resourceName": "basic_onboard_gCPnoC",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "f3fb2f57-aad9-4f33-88db-c458ae09cdfb",
      "resourceInvariantUUID": "d7c6b294-4284-4b69-87ff-a797deedad73",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_gcpnoc0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json",
          "artifactChecksum": "NjRhMmYzNDQxZDFkYzhiMjZmMTk3NDMzZmQwOWNiNWI\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "583db2fa-2045-4011-8045-9fd436580060",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "0846dbe8-d246-42f3-9ba6-3c197d6bb5c4",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "7d3da3bf-4415-4326-b045-fe6bef605f78",
            "generatedFromUUID": "0846dbe8-d246-42f3-9ba6-3c197d6bb5c4"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "7d3da3bf-4415-4326-b045-fe6bef605f78",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardGcpnoc-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar",
      "artifactChecksum": "MjQxYmE3NTM3MTRlYjAwMzA2YjMyYmJjMmU4MmNkYjE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "d6569f72-4f81-428a-8593-389324ccdf48"
    }
  ],
  "workloadContext": "Production"
}
2023-03-18T12:07:05.977Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-18T12:07:05.977Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 dad851ae-1f1d-4e04-8847-f18fd5d51391 ASDC
2023-03-18T12:07:05.978Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
ServiceName:basic_onboard_gCPnoC
ServiceVersion:1.0
ServiceUUID:dad851ae-1f1d-4e04-8847-f18fd5d51391
ServiceInvariantUUID:693dcbb7-55f2-41d5-a0d9-572574329dfe
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardGcpnoc-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar
ArtifactUUID:d6569f72-4f81-428a-8593-389324ccdf48
ArtifactChecksum:MjQxYmE3NTM3MTRlYjAwMzA2YjMyYmJjMmU4MmNkYjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_gCPnoC 0
ResourceCustomizationUUID:9327f8c9-4591-449b-b6af-227dc0614cab
ResourceInvariantUUID:d7c6b294-4284-4b69-87ff-a797deedad73
ResourceName:basic_onboard_gCPnoC
ResourceType:VF
ResourceUUID:f3fb2f57-aad9-4f33-88db-c458ae09cdfb
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_gcpnoc0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json
ArtifactUUID:583db2fa-2045-4011-8045-9fd436580060
ArtifactChecksum:NjRhMmYzNDQxZDFkYzhiMjZmMTk3NDMzZmQwOWNiNWI=
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/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.yaml
ArtifactUUID:0846dbe8-d246-42f3-9ba6-3c197d6bb5c4
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/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.env
ArtifactUUID:7d3da3bf-4415-4326-b045-fe6bef605f78
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/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.env
ArtifactUUID:7d3da3bf-4415-4326-b045-fe6bef605f78
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-18T12:07:05.978Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF dad851ae-1f1d-4e04-8847-f18fd5d51391 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: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-18T12:07:06.034Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-18T12:07:06.035Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-03-18T12:07:06.035Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-03-18T12:07:06.035Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: d6569f72-4f81-428a-8593-389324ccdf48 from URL: /sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar
2023-03-18T12:07:06.035Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||DistributionClient - download
2023-03-18T12:07:06.036Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar
2023-03-18T12:07:06.074Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||GET Response Status 404
2023-03-18T12:07:06.074Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@4e38ea68
2023-03-18T12:07:06.074Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-18T12:07:06.076Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicOnboardGcpnoc"
      ]
    }
  }
}
2023-03-18T12:07:06.076Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicOnboardGcpnoc-csar.csar /sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar d6569f72-4f81-428a-8593-389324ccdf48 Specified artifact is  not found 300 ASDC artifact download fail
2023-03-18T12:07:06.076Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar ASDC sendASDCNotification
2023-03-18T12:07:06.076Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar(Specified artifact is  not found)
2023-03-18T12:07:06.076Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-18T12:07:06.077Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T12:07:06.077Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T12:07:06.077Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679141226076,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T12:07:07.078Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during processCsarServiceArtifacts ASDC processCsarServiceArtifacts 500 Exception in processCsarServiceArtifacts
org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact service-BasicOnboardGcpnoc-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar(UUID:d6569f72-4f81-428a-8593-389324ccdf48)
Error message is Specified artifact is  not found

	at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394)
	at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2023-03-18T12:07:07.087Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||ERROR|500||error NSST process resource failure 
java.lang.NullPointerException: null
	at org.onap.so.asdc.client.ASDCController.processNsstNotification(ASDCController.java:978)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:760)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-18T12:07:07.087Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: f3fb2f57-aad9-4f33-88db-c458ae09cdfb
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-18T12:07:07.090Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||basic_onboard_gCPnoC 0
2023-03-18T12:07:07.090Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: f3fb2f57-aad9-4f33-88db-c458ae09cdfb
2023-03-18T12:07:07.090Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 583db2fa-2045-4011-8045-9fd436580060 from URL: /sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json
2023-03-18T12:07:07.090Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||DistributionClient - download
2023-03-18T12:07:07.090Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json
2023-03-18T12:07:07.105Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||GET Response Status 404
2023-03-18T12:07:07.105Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@758429ce
2023-03-18T12:07:07.105Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-18T12:07:07.105Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicOnboardGcpnoc"
      ]
    }
  }
}
2023-03-18T12:07:07.106Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL basic_onboard_gcpnoc0_modules.json /sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json 583db2fa-2045-4011-8045-9fd436580060 Specified artifact is  not found 300 ASDC artifact download fail
2023-03-18T12:07:07.106Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json ASDC sendASDCNotification
2023-03-18T12:07:07.106Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json(Specified artifact is  not found)
2023-03-18T12:07:07.106Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-18T12:07:07.106Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T12:07:07.106Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T12:07:07.106Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679141227106,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T12:07:08.107Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during Installation of artifact ASDC processResourceNotification 500 Exception in processResourceNotification
org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact basic_onboard_gcpnoc0_modules.json could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json(UUID:583db2fa-2045-4011-8045-9fd436580060)
Error message is Specified artifact is  not found

	at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:787)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-18T12:07:08.108Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T12:07:08.126Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T12:07:08.129Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-18T12:07:08.129Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-18T12:07:38.130Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T12:07:38.147Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T12:07:38.151Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-18T12:07:38.151Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-18T12:07:58.919Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T12:07:58.921Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-18T12:07:58.921Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679141195971,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json",
  "status": "NOTIFIED"
}
2023-03-18T12:07:58.922Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:08:08.151Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T12:08:08.170Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T12:08:08.173Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-18T12:08:08.173Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-18T12:08:38.174Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T12:08:38.194Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T12:08:38.198Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-18T12:08:38.198Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-18T12:08:58.919Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T12:08:58.921Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-18T12:08:58.921Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679141195971,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2023-03-18T12:08:58.921Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:08:58.921Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-18T12:08:58.921Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679141195971,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T12:08:58.921Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:08:58.921Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-18T12:08:58.921Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679141195971,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2023-03-18T12:08:58.921Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:08:58.921Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-18T12:08:58.921Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679141195971,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T12:08:58.922Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:08:58.922Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-18T12:08:58.922Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679141195971,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar",
  "status": "NOTIFIED"
}
2023-03-18T12:08:58.922Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:08:58.922Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-18T12:08:58.922Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679141226076,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-18T12:08:58.922Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:08:58.922Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-18T12:08:58.922Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679141227106,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-18T12:08:58.922Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:09:08.198Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T12:09:08.220Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T12:09:08.225Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-18T12:09:08.226Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-18T12:09:38.226Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T12:09:38.248Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T12:09:38.252Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-18T12:09:38.252Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-18T12:09:58.919Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T12:10:08.253Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T12:10:08.277Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T12:10:08.280Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-18T12:10:08.280Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-18T12:10:38.281Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T12:10:38.302Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T12:10:38.306Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-18T12:10:38.306Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-18T12:10:58.921Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T12:11:08.307Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T12:11:08.327Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T12:11:08.330Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-18T12:11:08.331Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-18T12:11:38.331Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T12:11:38.362Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T12:11:38.366Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-18T12:11:38.366Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-18T12:11:58.922Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T12:11:59.011Z||kafka-coordinator-heartbeat-thread | so|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] consumer poll timeout has expired. This means the time between subsequent calls to poll() was longer than the configured max.poll.interval.ms, which typically implies that the poll loop is spending too much time processing messages. You can address this either by increasing max.poll.interval.ms or by reducing the maximum size of batches returned in poll() with max.poll.records.
2023-03-18T12:11:59.011Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Member SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2-f932f6cc-d8d8-46bc-9cf6-20a6cfcd1fb4 sending LeaveGroup request to coordinator onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2147483645 rack: null) due to consumer poll timeout has expired.
2023-03-18T12:11:59.012Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Resetting generation and member id due to: consumer pro-actively leaving the group
2023-03-18T12:11:59.012Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Request joining group due to: consumer pro-actively leaving the group
2023-03-18T12:11:59.824Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T12:11:59.837Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Revoke previously assigned partitions SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-03-18T12:11:59.837Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] (Re-)joining group
2023-03-18T12:11:59.842Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Successfully joined group with generation Generation{generationId=39, memberId='SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94-2995e74d-4211-4955-93f6-f3f14568571e', protocol='range'}
2023-03-18T12:11:59.842Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Finished assignment for group at generation 39: {SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94-2995e74d-4211-4955-93f6-f3f14568571e=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])}
2023-03-18T12:11:59.862Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Successfully synced group in generation Generation{generationId=39, memberId='SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94-2995e74d-4211-4955-93f6-f3f14568571e', protocol='range'}
2023-03-18T12:11:59.862Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])
2023-03-18T12:11:59.863Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Adding newly assigned partitions: SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-03-18T12:11:59.866Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-18T12:11:59.866Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-18T12:11:59.866Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-18T12:11:59.866Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=643, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-18T12:11:59.866Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-18T12:11:59.866Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-18T12:12:08.366Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2023-03-18T12:12:08.366Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-18T12:12:08.377Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846 and serviceModelVersionId: dad851ae-1f1d-4e04-8847-f18fd5d51391
2023-03-18T12:12:08.377Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 693dcbb7-55f2-41d5-a0d9-572574329dfe
2023-03-18T12:12:08.378Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391?depth=0
2023-03-18T12:12:08.384Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2023-03-18T12:12:08.397Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-03-18T12:12:08.398Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391?depth=0|INFO|500||Invoke
2023-03-18T12:12:08.406Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2023-03-18T12:12:08.434Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391?depth=0|INFO|404|Not Found|InvokeReturn
2023-03-18T12:12:08.435Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391?depth=0 has http status code:404 and response headers:{date=[Sat, 18 Mar 2023 12:12:08 GMT], content-length=[495], x-aai-txid=[0-aai-resources-230318-12:12:08:108-73819], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-18T12:12:08.435Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||{"requestError":{"serviceException":{"messageId":"SVC3001","text":"Resource not found for %1 using id %2 (msg=%3) (ec=%4)","variables":["MERGE_PATCH","service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391","Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391","ERR.5.4.6114"]}}}

2023-03-18T12:12:08.439Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391) (ec=ERR.5.4.6114)
2023-03-18T12:12:08.439Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||ERROR|500||Exception occurred
javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391) (ec=ERR.5.4.6114)
	at org.onap.so.client.ResponseExceptionMapper.map(ResponseExceptionMapper.java:74)
	at org.onap.so.client.RestRequest.get(RestRequest.java:77)
	at org.onap.so.client.RestClient.buildRequest(RestClient.java:326)
	at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322)
	at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283)
	at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67)
	at net.jodah.failsafe.Execution.executeSync(Execution.java:117)
	at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319)
	at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71)
	at org.onap.so.client.RestClient.method(RestClient.java:322)
	at org.onap.so.client.RestClient.patch(RestClient.java:265)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184)
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-18T12:12:08.440Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391) (ec=ERR.5.4.6114)
2023-03-18T12:12:08.440Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391) (ec=ERR.5.4.6114)
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-18T12:12:08.447Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-18T12:12:08.447Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391) (ec=ERR.5.4.6114)
2023-03-18T12:12:08.448Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2023-03-18T12:12:08.448Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T12:12:08.448Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T12:12:08.448Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679141528448,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391) (ec\u003dERR.5.4.6114)"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T12:12:08.462Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-18T12:12:08.462Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679141528448,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391) (ec\u003dERR.5.4.6114)"
}
2023-03-18T12:12:08.462Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-18T12:12:09.473Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-18T12:12:09.473Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||received notification from broker: {"distributionID":"d4dc9e71-f2cb-491c-bcf1-9d51402514be","serviceName":"vFW 2023-03-18 11-08-36","serviceVersion":"1.0","serviceUUID":"27fdb87d-b713-4eaf-90a0-9e48041e5db6","serviceDescription":"catalog service description","serviceInvariantUUID":"cb6d14f9-78ae-470a-a6af-a3a2b9fea472","resources":[{"resourceInstanceName":"vFW 58569f3e-bd56 0","resourceName":"vFW 58569f3e-bd56","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"d26137cf-1389-4abe-8e09-78b44d7a1aae","resourceInvariantUUID":"440b369e-a09c-4c31-8a4e-6692abd11e0c","resourceCustomizationUUID":"e17fe765-865d-4748-ab41-44bdbee5a853","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/vf-license-model.xml","artifactChecksum":"MTFjYmU2ZGQwM2YxYTQxNjdhOWY1YjI5OWUyYjE5OTg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"7238df55-40f7-4cde-93e0-f3c86248a4ba","artifactVersion":"1"},{"artifactName":"vfw58569f3ebd560_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/vfw58569f3ebd560_modules.json","artifactChecksum":"ODg5YTAyNmJiZTFiZTA5MDMwZWVhNmFkMzVmNzk4YTg\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"a8ca7246-150c-4537-b08d-e58462b66bb6","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"be903e28-b266-44db-9c8b-4cbcb6f7ee77","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/vendor-license-model.xml","artifactChecksum":"NDExZWJjY2Q3ZjkxN2NkNTRiYmFlNDViOGZhYWJjM2M\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"cecd91b9-dbd7-4a9b-96a0-72674051949c","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"0637f995-3e6f-44f6-89fc-61906f5ff14b","artifactVersion":"2","generatedFromUUID":"be903e28-b266-44db-9c8b-4cbcb6f7ee77"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20230318110836-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-template.yml","artifactChecksum":"NjdmYzRlMTY1MzM1ODg5NjAzNTEzOWU1ZGFmNmNiNDI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"8648cca8-36e7-40c1-8faf-a7c0be2faa07","artifactVersion":"1"},{"artifactName":"service-Vfw20230318110836-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar","artifactChecksum":"NzY3OTRjMDBhMTZlZjQ1ZTQ3MTU0ZjE0NjliYmU1M2Y\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"436a091b-6820-4621-9f77-4a798268cc9d","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-18T12:12:09.474Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T12:12:09.474Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T12:12:09.474Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T12:12:09.475Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679141195971,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T12:12:10.476Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T12:12:10.477Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T12:12:10.477Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T12:12:10.477Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679141195971,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/vfw58569f3ebd560_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T12:12:11.478Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T12:12:11.478Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T12:12:11.478Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T12:12:11.479Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679141195971,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T12:12:12.479Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T12:12:12.480Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T12:12:12.480Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T12:12:12.480Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679141195971,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T12:12:13.481Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T12:12:13.481Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T12:12:13.481Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T12:12:13.481Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679141195971,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/base_vfw.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T12:12:14.482Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T12:12:14.483Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T12:12:14.483Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T12:12:14.483Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679141195971,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T12:12:15.484Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T12:12:15.484Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T12:12:15.484Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T12:12:15.484Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679141195971,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T12:12:16.486Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "serviceName": "vFW 2023-03-18 11-08-36",
  "serviceVersion": "1.0",
  "serviceUUID": "27fdb87d-b713-4eaf-90a0-9e48041e5db6",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "cb6d14f9-78ae-470a-a6af-a3a2b9fea472",
  "resources": [
    {
      "resourceInstanceName": "vFW 58569f3e-bd56 0",
      "resourceCustomizationUUID": "e17fe765-865d-4748-ab41-44bdbee5a853",
      "resourceName": "vFW 58569f3e-bd56",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "d26137cf-1389-4abe-8e09-78b44d7a1aae",
      "resourceInvariantUUID": "440b369e-a09c-4c31-8a4e-6692abd11e0c",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw58569f3ebd560_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/vfw58569f3ebd560_modules.json",
          "artifactChecksum": "ODg5YTAyNmJiZTFiZTA5MDMwZWVhNmFkMzVmNzk4YTg\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "a8ca7246-150c-4537-b08d-e58462b66bb6",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "be903e28-b266-44db-9c8b-4cbcb6f7ee77",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "0637f995-3e6f-44f6-89fc-61906f5ff14b",
            "generatedFromUUID": "be903e28-b266-44db-9c8b-4cbcb6f7ee77"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "0637f995-3e6f-44f6-89fc-61906f5ff14b",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20230318110836-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar",
      "artifactChecksum": "NzY3OTRjMDBhMTZlZjQ1ZTQ3MTU0ZjE0NjliYmU1M2Y\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "436a091b-6820-4621-9f77-4a798268cc9d"
    }
  ],
  "workloadContext": "Production"
}
2023-03-18T12:12:16.486Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-18T12:12:16.486Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 27fdb87d-b713-4eaf-90a0-9e48041e5db6 ASDC
2023-03-18T12:12:16.488Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:d4dc9e71-f2cb-491c-bcf1-9d51402514be
ServiceName:vFW 2023-03-18 11-08-36
ServiceVersion:1.0
ServiceUUID:27fdb87d-b713-4eaf-90a0-9e48041e5db6
ServiceInvariantUUID:cb6d14f9-78ae-470a-a6af-a3a2b9fea472
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20230318110836-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar
ArtifactUUID:436a091b-6820-4621-9f77-4a798268cc9d
ArtifactChecksum:NzY3OTRjMDBhMTZlZjQ1ZTQ3MTU0ZjE0NjliYmU1M2Y=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 58569f3e-bd56 0
ResourceCustomizationUUID:e17fe765-865d-4748-ab41-44bdbee5a853
ResourceInvariantUUID:440b369e-a09c-4c31-8a4e-6692abd11e0c
ResourceName:vFW 58569f3e-bd56
ResourceType:VF
ResourceUUID:d26137cf-1389-4abe-8e09-78b44d7a1aae
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw58569f3ebd560_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/vfw58569f3ebd560_modules.json
ArtifactUUID:a8ca7246-150c-4537-b08d-e58462b66bb6
ArtifactChecksum:ODg5YTAyNmJiZTFiZTA5MDMwZWVhNmFkMzVmNzk4YTg=
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/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/base_vfw.yaml
ArtifactUUID:be903e28-b266-44db-9c8b-4cbcb6f7ee77
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/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/base_vfw.env
ArtifactUUID:0637f995-3e6f-44f6-89fc-61906f5ff14b
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/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/base_vfw.env
ArtifactUUID:0637f995-3e6f-44f6-89fc-61906f5ff14b
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-18T12:12:16.488Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 27fdb87d-b713-4eaf-90a0-9e48041e5db6 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: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-18T12:12:16.528Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-18T12:12:16.529Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-03-18T12:12:16.529Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-03-18T12:12:16.529Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 436a091b-6820-4621-9f77-4a798268cc9d from URL: /sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar
2023-03-18T12:12:16.529Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||DistributionClient - download
2023-03-18T12:12:16.529Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar
2023-03-18T12:12:16.814Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2023-03-18T12:12:16.820Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar 436a091b-6820-4621-9f77-4a798268cc9d 101467
2023-03-18T12:12:16.821Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar ASDC sendASDCNotification
2023-03-18T12:12:16.821Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar
2023-03-18T12:12:16.821Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-18T12:12:16.821Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T12:12:16.821Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T12:12:16.821Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679141536820,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T12:12:17.822Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-18T12:12:17.823Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-03-18T12:12:17.823Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 436a091b-6820-4621-9f77-4a798268cc9d, URL: /sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar to file: /app/ASDC/1/service-Vfw20230318110836-csar.csar
2023-03-18T12:12:17.824Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20230318110836-csar.csar
2023-03-18T12:12:17.824Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20230318110836-csar.csar
2023-03-18T12:12:17.824Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20230318110836-csar.csar
2023-03-18T12:12:17.955Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5010308654913457695/Definitions/service-Vfw20230318110836-template.yml
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
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
2023-03-18T12:12:19.396Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-18T12:12:19.397Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||WARN|500||####################################################################################################
2023-03-18T12:12:19.397Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20230318110836-csar.csar
2023-03-18T12:12:19.397Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2023-03-18T12:12:19.397Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230318110836-csar.csar
2023-03-18T12:12:19.397Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230318110836-csar.csar
2023-03-18T12:12:19.397Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20230318110836-csar.csar
2023-03-18T12:12:19.397Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230318110836-csar.csar
2023-03-18T12:12:19.397Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230318110836-csar.csar
2023-03-18T12:12:19.397Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230318110836-csar.csar
2023-03-18T12:12:19.397Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230318110836-csar.csar
2023-03-18T12:12:19.397Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230318110836-csar.csar
2023-03-18T12:12:19.397Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230318110836-csar.csar
2023-03-18T12:12:19.397Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 58569f3e-bd56 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-Vfw20230318110836-csar.csar
2023-03-18T12:12:19.397Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230318110836-csar.csar
2023-03-18T12:12:19.397Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||WARN|500||####################################################################################################
2023-03-18T12:12:19.397Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T12:12:19.398Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-03-18 11-08-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T12:12:19.398Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template vFW 58569f3e-bd56 0 is matching search criteria
2023-03-18T12:12:19.398Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2023-03-18T12:12:19.398Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 58569f3e-bd56 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-18T12:12:19.398Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T12:12:19.398Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-03-18 11-08-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T12:12:19.398Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template vFW 58569f3e-bd56 0 is matching search criteria
2023-03-18T12:12:19.398Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2023-03-18T12:12:19.398Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 58569f3e-bd56 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-18T12:12:19.398Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T12:12:19.398Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-03-18 11-08-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T12:12:19.398Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T12:12:19.398Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template vFW 58569f3e-bd56 0 is not matching search criteria
2023-03-18T12:12:19.398Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-18T12:12:19.398Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-18T12:12:19.398Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-18T12:12:19.399Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-18T12:12:19.399Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-18T12:12:19.399Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-18T12:12:19.399Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-18T12:12:19.399Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-18T12:12:19.399Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-18T12:12:19.399Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-18T12:12:19.399Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-18T12:12:19.399Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-18T12:12:19.399Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-18T12:12:19.399Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-18T12:12:19.399Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-18T12:12:19.399Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-03-18T12:12:19.399Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T12:12:19.399Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-03-18 11-08-36 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-03-18T12:12:19.399Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T12:12:19.399Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template vFW 58569f3e-bd56 0 is matching search criteria
2023-03-18T12:12:19.399Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 58569f3e-bd56 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-18T12:12:19.399Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T12:12:19.399Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template vFW 58569f3e-bd56 0 is matching search criteria
2023-03-18T12:12:19.399Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 58569f3e-bd56 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-18T12:12:19.399Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T12:12:19.399Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template vFW 58569f3e-bd56 0 is matching search criteria
2023-03-18T12:12:19.399Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 58569f3e-bd56 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-18T12:12:19.399Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T12:12:19.399Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template vFW 58569f3e-bd56 0 is not matching search criteria
2023-03-18T12:12:19.400Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-18T12:12:19.400Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-18T12:12:19.400Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-03-18T12:12:19.400Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-18T12:12:19.400Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-18T12:12:19.400Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-18T12:12:19.400Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-18T12:12:19.400Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-18T12:12:19.400Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-18T12:12:19.400Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-18T12:12:19.400Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-18T12:12:19.400Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=54648a20-f030-49c4-93d4-4525b2108f51
2023-03-18T12:12:19.400Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T12:12:19.400Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template vFW 58569f3e-bd56 0 is not matching search criteria
2023-03-18T12:12:19.400Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-18T12:12:19.400Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-18T12:12:19.400Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-18T12:12:19.400Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-18T12:12:19.400Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-18T12:12:19.400Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-18T12:12:19.400Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-18T12:12:19.400Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-03-18T12:12:19.400Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-18T12:12:19.400Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-18T12:12:19.400Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-18T12:12:19.400Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-18T12:12:19.400Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=c8000f82-3ea0-499f-845f-48af9ca20f40
2023-03-18T12:12:19.400Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T12:12:19.400Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template vFW 58569f3e-bd56 0 is not matching search criteria
2023-03-18T12:12:19.400Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-18T12:12:19.400Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-18T12:12:19.401Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-18T12:12:19.401Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-18T12:12:19.401Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-18T12:12:19.401Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-18T12:12:19.401Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-18T12:12:19.401Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-18T12:12:19.401Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-18T12:12:19.401Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-18T12:12:19.401Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-18T12:12:19.401Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-03-18T12:12:19.401Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=8d37dce4-ace0-4972-b0ae-359f5ee34e15
2023-03-18T12:12:19.401Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T12:12:19.401Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-03-18 11-08-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T12:12:19.401Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T12:12:19.401Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-03-18 11-08-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T12:12:19.401Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T12:12:19.401Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-03-18 11-08-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T12:12:19.401Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T12:12:19.401Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-03-18 11-08-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T12:12:19.401Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2023-03-18 11-08-36
Description:catalog service description
Model UUID:27fdb87d-b713-4eaf-90a0-9e48041e5db6
Model Version:NULL
Model InvariantUuid:cb6d14f9-78ae-470a-a6af-a3a2b9fea472
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 58569f3e-bd56
Model UUID:2fc36073-92c9-4d5d-9644-0bb6550c287b
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:440b369e-a09c-4c31-8a4e-6692abd11e0c
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:e17fe765-865d-4748-ab41-44bdbee5a853
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:351d450e-b1b7-41ae-a83a-2a71f15e25d1
ModelName:Vfw58569f3eBd56..base_vfw..module-0
ModelUuid:0d68d68e-dec8-43d2-aff9-f5d88cc04393
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:54648a20-f030-49c4-93d4-4525b2108f51
ModelInvariantUuid:4ab08134-cd1d-4688-9b75-17c67d1a3e81
ModelName:vFW 58569f3e-bd56-nodes.vfwCvfc
ModelUuid:d6b2f0ba-9202-407c-a163-7cc24d0f18b4
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:056f6090-f73c-4739-af97-620c05ad132a
ModelInvariantUuid:983e3ada-7ea8-4303-8174-d3114334eb9e
ModelName:Vfw58569f3eBd56.compute.nodes.heat.vfw
ModelUuid:3d4b7896-bd84-401c-aa77-b889e41a200a
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:c8000f82-3ea0-499f-845f-48af9ca20f40
ModelInvariantUuid:fcd18208-a79b-409f-9943-f6fdaf7b423e
ModelName:vFW 58569f3e-bd56-nodes.vsnCvfc
ModelUuid:2dc70d22-f13d-4809-b3aa-6be925119137
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:402dc1d7-02f5-4fe5-9c72-942fea6de45f
ModelInvariantUuid:0b0ccbe0-ee97-4020-bd46-0de8c06bfc96
ModelName:Vfw58569f3eBd56.compute.nodes.heat.vsn
ModelUuid:9156b53b-b6f9-40ab-bf18-4e57fbace729
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:8d37dce4-ace0-4972-b0ae-359f5ee34e15
ModelInvariantUuid:5fb0558e-6cb2-4431-b7ca-6445c8799cef
ModelName:vFW 58569f3e-bd56-nodes.vpgCvfc
ModelUuid:fa77263e-b297-4fc8-ad06-fee6a19575f2
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:c490c1b0-6d8a-4e04-bcc3-d1334a874130
ModelInvariantUuid:49041fa9-9665-4fc5-a429-9d3d7490839b
ModelName:Vfw58569f3eBd56.compute.nodes.heat.vpg
ModelUuid:7e8eb1f5-1f60-4b7b-ac6b-192037bf4db6
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=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-03-18T12:12:19.435Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||ERROR|500||Csar with UUID: 436a091b-6820-4621-9f77-4a798268cc9d already exists
2023-03-18T12:12:19.436Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar ASDC sendASDCNotification
2023-03-18T12:12:19.436Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar(Csar with UUID: 436a091b-6820-4621-9f77-4a798268cc9d already exists)
2023-03-18T12:12:19.436Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-18T12:12:19.436Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T12:12:19.436Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T12:12:19.436Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679141539435,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 436a091b-6820-4621-9f77-4a798268cc9d already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T12:12:20.437Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar ASDC sendASDCNotification
2023-03-18T12:12:20.437Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar(Resource with UUID: d26137cf-1389-4abe-8e09-78b44d7a1aae already exists)
2023-03-18T12:12:20.437Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-18T12:12:20.438Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T12:12:20.438Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T12:12:20.438Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679141540437,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: d26137cf-1389-4abe-8e09-78b44d7a1aae already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T12:12:21.439Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d4dc9e71-f2cb-491c-bcf1-9d51402514be
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T12:12:21.462Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d4dc9e71-f2cb-491c-bcf1-9d51402514be
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T12:12:21.466Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-18T12:12:21.466Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-18T12:12:21.466Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-18T12:12:21.466Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-18T12:12:21.466Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T12:12:21.466Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T12:12:21.466Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T12:12:21.466Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T12:12:21.466Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T12:12:21.466Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-18T12:12:21.477Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-18T12:12:51.477Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: d4dc9e71-f2cb-491c-bcf1-9d51402514be and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-18T12:12:51.488Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: d4dc9e71-f2cb-491c-bcf1-9d51402514be and serviceModelVersionId: 27fdb87d-b713-4eaf-90a0-9e48041e5db6
2023-03-18T12:12:51.488Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : cb6d14f9-78ae-470a-a6af-a3a2b9fea472
2023-03-18T12:12:51.489Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/cb6d14f9-78ae-470a-a6af-a3a2b9fea472/model-vers/model-ver/27fdb87d-b713-4eaf-90a0-9e48041e5db6?depth=0
2023-03-18T12:12:51.492Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2023-03-18T12:12:51.505Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cb6d14f9-78ae-470a-a6af-a3a2b9fea472/model-vers/model-ver/27fdb87d-b713-4eaf-90a0-9e48041e5db6?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-03-18T12:12:51.505Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cb6d14f9-78ae-470a-a6af-a3a2b9fea472/model-vers/model-ver/27fdb87d-b713-4eaf-90a0-9e48041e5db6?depth=0|INFO|500||Invoke
2023-03-18T12:12:51.514Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cb6d14f9-78ae-470a-a6af-a3a2b9fea472/model-vers/model-ver/27fdb87d-b713-4eaf-90a0-9e48041e5db6?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-18T12:12:51.635Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cb6d14f9-78ae-470a-a6af-a3a2b9fea472/model-vers/model-ver/27fdb87d-b713-4eaf-90a0-9e48041e5db6?depth=0|INFO|500||InvokeReturn
2023-03-18T12:12:51.636Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cb6d14f9-78ae-470a-a6af-a3a2b9fea472/model-vers/model-ver/27fdb87d-b713-4eaf-90a0-9e48041e5db6?depth=0 has http status code:200 and response headers:{date=[Sat, 18 Mar 2023 12:12:51 GMT], content-length=[0], vertex-id=[593936], x-aai-txid=[0-aai-resources-230318-12:12:51:216-46938], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-18T12:12:51.636Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Response was returned with an empty entity.
2023-03-18T12:12:51.637Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-18T12:12:51.637Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-18T12:12:51.642Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-18T12:12:51.642Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID d4dc9e71-f2cb-491c-bcf1-9d51402514be and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-18T12:12:51.643Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-18T12:12:51.643Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T12:12:51.643Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T12:12:51.643Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679141571643,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-18T12:12:52.666Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-18T12:12:52.666Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||received notification from broker: {"distributionID":"9f6cbd74-5561-4ebf-ae29-ef09adcdb35a","serviceName":"vFW 2023-03-18 11-49-31","serviceVersion":"1.0","serviceUUID":"6d984351-d1ca-40a4-aad4-cb46662a587a","serviceDescription":"catalog service description","serviceInvariantUUID":"cf32c985-ce6d-438e-ae22-e6fd004665b3","resources":[{"resourceInstanceName":"vFW c11b0f1b-4505 0","resourceName":"vFW c11b0f1b-4505","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"c7374fd6-6727-4426-9587-40812bc7c663","resourceInvariantUUID":"26f1c4e0-d5d2-4519-a829-ba04da79dfd3","resourceCustomizationUUID":"19f5eed0-33a8-4dbf-839a-f2ac2d3b058b","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/vf-license-model.xml","artifactChecksum":"ZmYyYjdhM2U5NTJiNDExYWMwYTMzMTkyZDMwYzcxZTc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"7b8e42e6-1821-4cac-aa27-034f93b9a8bb","artifactVersion":"1"},{"artifactName":"vfwc11b0f1b45050_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/vfwc11b0f1b45050_modules.json","artifactChecksum":"YTA1YjZlZDc1ZGI4M2FjMjI5NWE4ZTQzZjQxZmI1MGE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"40a0f4a8-4459-48c6-8da9-780f32a6e90d","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"3198714b-6cfa-4ae8-9e58-caa5fd7816d1","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/vendor-license-model.xml","artifactChecksum":"OTNkYjEwYTcxMGU1ODVlYThkMzJiZjM0OWMzYWExNTg\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"56d4001a-cb5d-4c8b-a9db-05f6dd036a2e","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"72f0a15a-ad88-4350-921f-de50e44e2b78","artifactVersion":"2","generatedFromUUID":"3198714b-6cfa-4ae8-9e58-caa5fd7816d1"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20230318114931-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-template.yml","artifactChecksum":"MmZjZDk3ZDhkZWNhNmYyZTJiYmJjYzlhZTNjZmUwZDU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"d733d559-0885-4fbb-8573-c3718d9662ac","artifactVersion":"1"},{"artifactName":"service-Vfw20230318114931-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar","artifactChecksum":"NzYyNTc4YTljZWI3YjE3YThjOTU0MjkyMGEyMDMxNDY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"2a8efcaf-0813-4b52-901f-136ba065c343","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-18T12:12:52.666Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T12:12:52.666Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T12:12:52.666Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T12:12:52.666Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679141195971,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T12:12:53.667Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T12:12:53.668Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T12:12:53.668Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T12:12:53.668Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679141195971,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/vfwc11b0f1b45050_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T12:12:54.669Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T12:12:54.669Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T12:12:54.670Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T12:12:54.670Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679141195971,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T12:12:55.671Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T12:12:55.672Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T12:12:55.672Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T12:12:55.672Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679141195971,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T12:12:56.672Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T12:12:56.680Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T12:12:56.680Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T12:12:56.680Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679141195971,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/base_vfw.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T12:12:57.681Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T12:12:57.681Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T12:12:57.681Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T12:12:57.681Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679141195971,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T12:12:58.682Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T12:12:58.683Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T12:12:58.683Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T12:12:58.683Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679141195971,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T12:12:58.920Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T12:12:58.925Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-18T12:12:58.925Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679141195971,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T12:12:58.926Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:12:58.926Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-18T12:12:58.926Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679141195971,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/vfw58569f3ebd560_modules.json",
  "status": "NOTIFIED"
}
2023-03-18T12:12:58.926Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:12:58.926Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-18T12:12:58.926Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679141195971,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-03-18T12:12:58.926Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:12:58.926Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-18T12:12:58.927Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679141195971,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T12:12:58.927Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:12:58.927Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-18T12:12:58.927Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679141195971,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2023-03-18T12:12:58.927Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:12:58.927Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-18T12:12:58.927Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679141195971,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T12:12:58.927Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:12:58.927Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-18T12:12:58.927Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679141195971,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar",
  "status": "NOTIFIED"
}
2023-03-18T12:12:58.927Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:12:58.927Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-18T12:12:58.927Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679141536820,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-18T12:12:58.927Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:12:58.927Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-18T12:12:58.927Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679141539435,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 436a091b-6820-4621-9f77-4a798268cc9d already exists"
}
2023-03-18T12:12:58.928Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:12:58.928Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-18T12:12:58.928Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679141540437,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: d26137cf-1389-4abe-8e09-78b44d7a1aae already exists"
}
2023-03-18T12:12:58.928Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:12:58.928Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-18T12:12:58.928Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679141571643,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-18T12:12:58.928Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:12:58.928Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-18T12:12:58.928Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679141195971,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T12:12:58.928Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:12:58.928Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-18T12:12:58.928Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679141195971,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/vfwc11b0f1b45050_modules.json",
  "status": "NOTIFIED"
}
2023-03-18T12:12:58.928Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:12:58.928Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-18T12:12:58.929Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679141195971,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-03-18T12:12:58.929Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:12:58.929Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-18T12:12:58.929Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679141195971,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T12:12:58.929Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:12:58.929Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-18T12:12:58.929Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679141195971,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2023-03-18T12:12:58.929Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:12:58.929Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-18T12:12:58.929Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679141195971,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T12:12:58.929Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:12:58.929Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-18T12:12:58.930Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679141195971,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar",
  "status": "NOTIFIED"
}
2023-03-18T12:12:58.930Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:12:59.684Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "serviceName": "vFW 2023-03-18 11-49-31",
  "serviceVersion": "1.0",
  "serviceUUID": "6d984351-d1ca-40a4-aad4-cb46662a587a",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "cf32c985-ce6d-438e-ae22-e6fd004665b3",
  "resources": [
    {
      "resourceInstanceName": "vFW c11b0f1b-4505 0",
      "resourceCustomizationUUID": "19f5eed0-33a8-4dbf-839a-f2ac2d3b058b",
      "resourceName": "vFW c11b0f1b-4505",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "c7374fd6-6727-4426-9587-40812bc7c663",
      "resourceInvariantUUID": "26f1c4e0-d5d2-4519-a829-ba04da79dfd3",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfwc11b0f1b45050_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/vfwc11b0f1b45050_modules.json",
          "artifactChecksum": "YTA1YjZlZDc1ZGI4M2FjMjI5NWE4ZTQzZjQxZmI1MGE\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "40a0f4a8-4459-48c6-8da9-780f32a6e90d",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "3198714b-6cfa-4ae8-9e58-caa5fd7816d1",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "72f0a15a-ad88-4350-921f-de50e44e2b78",
            "generatedFromUUID": "3198714b-6cfa-4ae8-9e58-caa5fd7816d1"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "72f0a15a-ad88-4350-921f-de50e44e2b78",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20230318114931-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar",
      "artifactChecksum": "NzYyNTc4YTljZWI3YjE3YThjOTU0MjkyMGEyMDMxNDY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "2a8efcaf-0813-4b52-901f-136ba065c343"
    }
  ],
  "workloadContext": "Production"
}
2023-03-18T12:12:59.684Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-18T12:12:59.684Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 6d984351-d1ca-40a4-aad4-cb46662a587a ASDC
2023-03-18T12:12:59.684Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:9f6cbd74-5561-4ebf-ae29-ef09adcdb35a
ServiceName:vFW 2023-03-18 11-49-31
ServiceVersion:1.0
ServiceUUID:6d984351-d1ca-40a4-aad4-cb46662a587a
ServiceInvariantUUID:cf32c985-ce6d-438e-ae22-e6fd004665b3
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20230318114931-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar
ArtifactUUID:2a8efcaf-0813-4b52-901f-136ba065c343
ArtifactChecksum:NzYyNTc4YTljZWI3YjE3YThjOTU0MjkyMGEyMDMxNDY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW c11b0f1b-4505 0
ResourceCustomizationUUID:19f5eed0-33a8-4dbf-839a-f2ac2d3b058b
ResourceInvariantUUID:26f1c4e0-d5d2-4519-a829-ba04da79dfd3
ResourceName:vFW c11b0f1b-4505
ResourceType:VF
ResourceUUID:c7374fd6-6727-4426-9587-40812bc7c663
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwc11b0f1b45050_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/vfwc11b0f1b45050_modules.json
ArtifactUUID:40a0f4a8-4459-48c6-8da9-780f32a6e90d
ArtifactChecksum:YTA1YjZlZDc1ZGI4M2FjMjI5NWE4ZTQzZjQxZmI1MGE=
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/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/base_vfw.yaml
ArtifactUUID:3198714b-6cfa-4ae8-9e58-caa5fd7816d1
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/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/base_vfw.env
ArtifactUUID:72f0a15a-ad88-4350-921f-de50e44e2b78
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/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/base_vfw.env
ArtifactUUID:72f0a15a-ad88-4350-921f-de50e44e2b78
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-18T12:12:59.684Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 6d984351-d1ca-40a4-aad4-cb46662a587a 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: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-18T12:12:59.715Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-18T12:12:59.716Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-03-18T12:12:59.716Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-03-18T12:12:59.716Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 2a8efcaf-0813-4b52-901f-136ba065c343 from URL: /sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar
2023-03-18T12:12:59.716Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||INFO|500||DistributionClient - download
2023-03-18T12:12:59.716Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar
2023-03-18T12:12:59.962Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2023-03-18T12:12:59.968Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar 2a8efcaf-0813-4b52-901f-136ba065c343 101507
2023-03-18T12:12:59.968Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar ASDC sendASDCNotification
2023-03-18T12:12:59.968Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar
2023-03-18T12:12:59.968Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-18T12:12:59.968Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T12:12:59.968Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T12:12:59.968Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679141579968,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T12:13:00.969Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-18T12:13:00.969Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-03-18T12:13:00.970Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 2a8efcaf-0813-4b52-901f-136ba065c343, URL: /sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar to file: /app/ASDC/1/service-Vfw20230318114931-csar.csar
2023-03-18T12:13:00.970Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20230318114931-csar.csar
2023-03-18T12:13:00.970Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20230318114931-csar.csar
2023-03-18T12:13:00.970Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20230318114931-csar.csar
2023-03-18T12:13:01.085Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7432462372130651960/Definitions/service-Vfw20230318114931-template.yml
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vfw_name" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_user_data_format" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_key_name" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "compute_vfw_metadata" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "compute_vsn_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vsn_key_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "compute_vsn_user_data_format" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "compute_vsn_metadata" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided
2023-03-18T12:13:02.432Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-18T12:13:02.433Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||WARN|500||####################################################################################################
2023-03-18T12:13:02.433Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20230318114931-csar.csar
2023-03-18T12:13:02.433Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2023-03-18T12:13:02.433Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230318114931-csar.csar
2023-03-18T12:13:02.433Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230318114931-csar.csar
2023-03-18T12:13:02.433Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20230318114931-csar.csar
2023-03-18T12:13:02.433Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230318114931-csar.csar
2023-03-18T12:13:02.433Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230318114931-csar.csar
2023-03-18T12:13:02.433Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230318114931-csar.csar
2023-03-18T12:13:02.433Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230318114931-csar.csar
2023-03-18T12:13:02.433Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230318114931-csar.csar
2023-03-18T12:13:02.433Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230318114931-csar.csar
2023-03-18T12:13:02.433Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230318114931-csar.csar
2023-03-18T12:13:02.433Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW c11b0f1b-4505 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-Vfw20230318114931-csar.csar
2023-03-18T12:13:02.433Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||WARN|500||####################################################################################################
2023-03-18T12:13:02.433Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T12:13:02.434Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-03-18 11-49-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T12:13:02.434Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template vFW c11b0f1b-4505 0 is matching search criteria
2023-03-18T12:13:02.434Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2023-03-18T12:13:02.434Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW c11b0f1b-4505 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-18T12:13:02.434Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T12:13:02.434Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-03-18 11-49-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T12:13:02.434Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template vFW c11b0f1b-4505 0 is matching search criteria
2023-03-18T12:13:02.434Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2023-03-18T12:13:02.434Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW c11b0f1b-4505 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-18T12:13:02.434Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T12:13:02.434Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-03-18 11-49-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T12:13:02.434Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T12:13:02.434Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template vFW c11b0f1b-4505 0 is not matching search criteria
2023-03-18T12:13:02.434Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-18T12:13:02.435Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-18T12:13:02.435Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-18T12:13:02.435Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-18T12:13:02.435Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-18T12:13:02.435Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-18T12:13:02.435Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-18T12:13:02.435Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-18T12:13:02.435Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-18T12:13:02.435Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-18T12:13:02.435Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-18T12:13:02.435Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-18T12:13:02.435Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-18T12:13:02.435Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-18T12:13:02.435Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-18T12:13:02.435Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-03-18T12:13:02.435Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T12:13:02.435Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-03-18 11-49-31 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-03-18T12:13:02.436Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T12:13:02.436Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template vFW c11b0f1b-4505 0 is matching search criteria
2023-03-18T12:13:02.436Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW c11b0f1b-4505 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-18T12:13:02.436Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T12:13:02.436Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template vFW c11b0f1b-4505 0 is matching search criteria
2023-03-18T12:13:02.436Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW c11b0f1b-4505 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-18T12:13:02.436Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T12:13:02.436Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template vFW c11b0f1b-4505 0 is matching search criteria
2023-03-18T12:13:02.436Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW c11b0f1b-4505 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-18T12:13:02.436Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T12:13:02.436Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template vFW c11b0f1b-4505 0 is not matching search criteria
2023-03-18T12:13:02.436Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-18T12:13:02.436Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-03-18T12:13:02.436Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-18T12:13:02.436Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-18T12:13:02.436Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-18T12:13:02.436Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-18T12:13:02.437Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-18T12:13:02.437Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-18T12:13:02.437Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-18T12:13:02.437Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-18T12:13:02.437Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-18T12:13:02.437Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=93a1b299-440a-4b46-b809-896a244a8c3e
2023-03-18T12:13:02.437Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T12:13:02.437Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template vFW c11b0f1b-4505 0 is not matching search criteria
2023-03-18T12:13:02.437Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-18T12:13:02.437Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-18T12:13:02.437Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-18T12:13:02.437Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-18T12:13:02.437Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-18T12:13:02.437Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-18T12:13:02.437Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-18T12:13:02.437Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-03-18T12:13:02.438Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-18T12:13:02.438Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-18T12:13:02.438Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-18T12:13:02.438Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-18T12:13:02.438Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=f46f0c4d-868d-4d5b-9783-ea8cf0f2cc90
2023-03-18T12:13:02.438Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T12:13:02.438Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template vFW c11b0f1b-4505 0 is not matching search criteria
2023-03-18T12:13:02.438Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-18T12:13:02.438Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-18T12:13:02.438Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-18T12:13:02.438Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-18T12:13:02.438Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-18T12:13:02.438Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-18T12:13:02.438Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-18T12:13:02.438Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-18T12:13:02.438Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-18T12:13:02.438Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-18T12:13:02.439Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-18T12:13:02.439Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-03-18T12:13:02.439Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=5079a023-f40e-49e5-9a39-abc7b36fa226
2023-03-18T12:13:02.439Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T12:13:02.439Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-03-18 11-49-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T12:13:02.439Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T12:13:02.439Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-03-18 11-49-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T12:13:02.439Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T12:13:02.439Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-03-18 11-49-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T12:13:02.439Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T12:13:02.439Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-03-18 11-49-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T12:13:02.439Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2023-03-18 11-49-31
Description:catalog service description
Model UUID:6d984351-d1ca-40a4-aad4-cb46662a587a
Model Version:NULL
Model InvariantUuid:cf32c985-ce6d-438e-ae22-e6fd004665b3
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW c11b0f1b-4505
Model UUID:ebdaa0dd-57e1-4fdd-a831-8135ea117a46
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:26f1c4e0-d5d2-4519-a829-ba04da79dfd3
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:19f5eed0-33a8-4dbf-839a-f2ac2d3b058b
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:6ebe4145-67c2-45e6-9597-53226a0916bd
ModelName:VfwC11b0f1b4505..base_vfw..module-0
ModelUuid:0261834d-3be1-4860-8b24-040e2c80aecd
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:93a1b299-440a-4b46-b809-896a244a8c3e
ModelInvariantUuid:8ec395e7-2102-4d02-844f-c114ac1a4203
ModelName:vFW c11b0f1b-4505-nodes.vfwCvfc
ModelUuid:504b1f13-9ac9-4e16-910b-43ab4acacb0f
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:99287d62-b33c-413e-89ec-87108c575104
ModelInvariantUuid:47f32f44-cd17-4eef-9e16-abcb011ab104
ModelName:VfwC11b0f1b4505.compute.nodes.heat.vfw
ModelUuid:2a6b0c3b-4ab1-49cd-8a96-f1f0feba73a0
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:f46f0c4d-868d-4d5b-9783-ea8cf0f2cc90
ModelInvariantUuid:d8e52c29-a773-431c-95b4-d1f0431b5e9e
ModelName:vFW c11b0f1b-4505-nodes.vsnCvfc
ModelUuid:e2d70f6d-c1ff-493f-99ab-25fea72fcdcc
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:113d5ed4-4ad4-49a7-94a3-7a01856b2205
ModelInvariantUuid:39b9a204-ad6c-4bfc-8b8d-763592e31d47
ModelName:VfwC11b0f1b4505.compute.nodes.heat.vsn
ModelUuid:fb5c808e-fe4a-477f-9cbd-5ab7141bbabe
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:5079a023-f40e-49e5-9a39-abc7b36fa226
ModelInvariantUuid:457dc8a1-b2ed-4d6f-963b-32e7f710a988
ModelName:vFW c11b0f1b-4505-nodes.vpgCvfc
ModelUuid:b289eee2-d7be-43f7-a6eb-232cf9ffa6c4
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:b5a732bf-796a-41d5-8db9-e0467a3c1b4a
ModelInvariantUuid:6626a445-05ec-4eb4-b903-06723caa1195
ModelName:VfwC11b0f1b4505.compute.nodes.heat.vpg
ModelUuid:f6a4ab06-9982-4e1b-be30-d56572ed840e
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=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-03-18T12:13:02.469Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||ERROR|500||Csar with UUID: 2a8efcaf-0813-4b52-901f-136ba065c343 already exists
2023-03-18T12:13:02.470Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar ASDC sendASDCNotification
2023-03-18T12:13:02.470Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar(Csar with UUID: 2a8efcaf-0813-4b52-901f-136ba065c343 already exists)
2023-03-18T12:13:02.470Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-18T12:13:02.470Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T12:13:02.470Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T12:13:02.471Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679141582470,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 2a8efcaf-0813-4b52-901f-136ba065c343 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T12:13:03.471Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar ASDC sendASDCNotification
2023-03-18T12:13:03.472Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar(Resource with UUID: c7374fd6-6727-4426-9587-40812bc7c663 already exists)
2023-03-18T12:13:03.472Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-18T12:13:03.472Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T12:13:03.473Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T12:13:03.473Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679141583471,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: c7374fd6-6727-4426-9587-40812bc7c663 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T12:13:04.474Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9f6cbd74-5561-4ebf-ae29-ef09adcdb35a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T12:13:04.495Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9f6cbd74-5561-4ebf-ae29-ef09adcdb35a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T12:13:04.499Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-18T12:13:04.499Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-18T12:13:04.499Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-18T12:13:04.499Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-18T12:13:04.499Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T12:13:04.499Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T12:13:04.499Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T12:13:04.499Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T12:13:04.499Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T12:13:04.499Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-18T12:13:04.508Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-18T12:13:34.509Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 9f6cbd74-5561-4ebf-ae29-ef09adcdb35a and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-18T12:13:34.517Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 9f6cbd74-5561-4ebf-ae29-ef09adcdb35a and serviceModelVersionId: 6d984351-d1ca-40a4-aad4-cb46662a587a
2023-03-18T12:13:34.517Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : cf32c985-ce6d-438e-ae22-e6fd004665b3
2023-03-18T12:13:34.518Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/cf32c985-ce6d-438e-ae22-e6fd004665b3/model-vers/model-ver/6d984351-d1ca-40a4-aad4-cb46662a587a?depth=0
2023-03-18T12:13:34.522Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2023-03-18T12:13:34.534Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cf32c985-ce6d-438e-ae22-e6fd004665b3/model-vers/model-ver/6d984351-d1ca-40a4-aad4-cb46662a587a?depth=0|INFO|500||Invoke
2023-03-18T12:13:34.534Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cf32c985-ce6d-438e-ae22-e6fd004665b3/model-vers/model-ver/6d984351-d1ca-40a4-aad4-cb46662a587a?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cf32c985-ce6d-438e-ae22-e6fd004665b3/model-vers/model-ver/6d984351-d1ca-40a4-aad4-cb46662a587a?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[9f6cbd74-5561-4ebf-ae29-ef09adcdb35a], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[ec6d24e0-7f05-4d12-b024-feb2d5e6d7a3], X-ECOMP-RequestID=[9f6cbd74-5561-4ebf-ae29-ef09adcdb35a], X-TransactionId=[], X-ONAP-RequestID=[9f6cbd74-5561-4ebf-ae29-ef09adcdb35a], Content-Type=[application/merge-patch+json]}
2023-03-18T12:13:34.544Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cf32c985-ce6d-438e-ae22-e6fd004665b3/model-vers/model-ver/6d984351-d1ca-40a4-aad4-cb46662a587a?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-18T12:13:34.664Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cf32c985-ce6d-438e-ae22-e6fd004665b3/model-vers/model-ver/6d984351-d1ca-40a4-aad4-cb46662a587a?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/cf32c985-ce6d-438e-ae22-e6fd004665b3/model-vers/model-ver/6d984351-d1ca-40a4-aad4-cb46662a587a?depth=0 has http status code:200 and response headers:{date=[Sat, 18 Mar 2023 12:13:34 GMT], content-length=[0], vertex-id=[364760], x-aai-txid=[1-aai-resources-230318-12:13:34:245-32590], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-18T12:13:34.664Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cf32c985-ce6d-438e-ae22-e6fd004665b3/model-vers/model-ver/6d984351-d1ca-40a4-aad4-cb46662a587a?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-18T12:13:34.665Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cf32c985-ce6d-438e-ae22-e6fd004665b3/model-vers/model-ver/6d984351-d1ca-40a4-aad4-cb46662a587a?depth=0|INFO|500||InvokeReturn
2023-03-18T12:13:34.665Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-18T12:13:34.665Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-18T12:13:34.672Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-18T12:13:34.672Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 9f6cbd74-5561-4ebf-ae29-ef09adcdb35a and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-18T12:13:34.672Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-18T12:13:34.672Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T12:13:34.672Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T12:13:34.672Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679141614672,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-18T12:13:35.692Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-18T12:13:35.692Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||received notification from broker: {"distributionID":"74149d2a-f284-47d2-b2fa-4e2fc7be8f3e","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"942654ba-46c2-4f05-ae3d-6460a7c9e9a7","serviceDescription":"service","serviceInvariantUUID":"ccdda148-11a2-4587-8a73-4287349e801a","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"9290846e-2e09-452f-a45d-c33314796f1f","resourceInvariantUUID":"df78bcaa-4726-47cb-aa3f-3d44f5870fc0","resourceCustomizationUUID":"014700c6-fb42-406a-8786-743311c39dea","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":"YzAxYzRjZjI5ZDYxYzM3NGE1ZWQzMDUyNDdmNzFlYjI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"0c62aeb4-b847-4e92-887d-05928e34bd2a","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"MjQwMDY3MzNlZjViMGM0YmQ4Mzg2OTA4MTFiM2YxYTQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"01ded22f-bc0d-42c0-9fad-2915e46c71e4","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-18T12:13:35.693Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T12:13:35.693Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T12:13:35.693Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T12:13:35.693Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "74149d2a-f284-47d2-b2fa-4e2fc7be8f3e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679141195971,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T12:13:36.694Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T12:13:36.695Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T12:13:36.695Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T12:13:36.695Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "74149d2a-f284-47d2-b2fa-4e2fc7be8f3e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679141195971,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T12:13:37.699Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "74149d2a-f284-47d2-b2fa-4e2fc7be8f3e",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "942654ba-46c2-4f05-ae3d-6460a7c9e9a7",
  "serviceDescription": "service",
  "serviceInvariantUUID": "ccdda148-11a2-4587-8a73-4287349e801a",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "014700c6-fb42-406a-8786-743311c39dea",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "9290846e-2e09-452f-a45d-c33314796f1f",
      "resourceInvariantUUID": "df78bcaa-4726-47cb-aa3f-3d44f5870fc0",
      "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": "MjQwMDY3MzNlZjViMGM0YmQ4Mzg2OTA4MTFiM2YxYTQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "01ded22f-bc0d-42c0-9fad-2915e46c71e4"
    }
  ],
  "workloadContext": "Production"
}
2023-03-18T12:13:37.702Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-18T12:13:37.703Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 942654ba-46c2-4f05-ae3d-6460a7c9e9a7 ASDC
2023-03-18T12:13:37.705Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:74149d2a-f284-47d2-b2fa-4e2fc7be8f3e
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:942654ba-46c2-4f05-ae3d-6460a7c9e9a7
ServiceInvariantUUID:ccdda148-11a2-4587-8a73-4287349e801a
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:01ded22f-bc0d-42c0-9fad-2915e46c71e4
ArtifactChecksum:MjQwMDY3MzNlZjViMGM0YmQ4Mzg2OTA4MTFiM2YxYTQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:014700c6-fb42-406a-8786-743311c39dea
ResourceInvariantUUID:df78bcaa-4726-47cb-aa3f-3d44f5870fc0
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:9290846e-2e09-452f-a45d-c33314796f1f
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2023-03-18T12:13:37.705Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 942654ba-46c2-4f05-ae3d-6460a7c9e9a7 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-18T12:13:37.746Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-18T12:13:37.746Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-03-18T12:13:37.747Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-03-18T12:13:37.747Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 01ded22f-bc0d-42c0-9fad-2915e46c71e4 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-03-18T12:13:37.747Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||DistributionClient - download
2023-03-18T12:13:37.747Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-03-18T12:13:37.970Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2023-03-18T12:13:37.973Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 01ded22f-bc0d-42c0-9fad-2915e46c71e4 57798
2023-03-18T12:13:37.973Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-03-18T12:13:37.974Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-03-18T12:13:37.974Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-18T12:13:37.975Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T12:13:37.975Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T12:13:37.975Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "74149d2a-f284-47d2-b2fa-4e2fc7be8f3e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679141617973,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T12:13:38.976Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-18T12:13:38.977Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-03-18T12:13:38.978Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 01ded22f-bc0d-42c0-9fad-2915e46c71e4, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-18T12:13:38.978Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2023-03-18T12:13:38.979Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-18T12:13:38.979Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-18T12:13:39.052Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6093375396466480331/Definitions/service-BasicNetwork-template.yml
2023-03-18T12:13:39.355Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-18T12:13:39.355Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||WARN|500||####################################################################################################
2023-03-18T12:13:39.356Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-18T12:13:39.356Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2023-03-18T12:13:39.356Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-18T12:13:39.356Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-18T12:13:39.356Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-18T12:13:39.356Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-18T12:13:39.356Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-18T12:13:39.356Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-18T12:13:39.356Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-18T12:13:39.356Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-18T12:13:39.356Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||WARN|500||####################################################################################################
2023-03-18T12:13:39.356Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T12:13:39.356Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T12:13:39.356Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2023-03-18T12:13:39.356Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2023-03-18T12:13:39.356Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-18T12:13:39.356Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T12:13:39.356Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T12:13:39.356Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2023-03-18T12:13:39.356Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2023-03-18T12:13:39.356Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-18T12:13:39.356Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T12:13:39.356Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T12:13:39.357Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T12:13:39.357Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T12:13:39.357Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T12:13:39.357Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T12:13:39.357Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T12:13:39.357Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T12:13:39.357Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T12:13:39.357Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T12:13:39.357Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_network
Description:service
Model UUID:942654ba-46c2-4f05-ae3d-6460a7c9e9a7
Model Version:NULL
Model InvariantUuid:ccdda148-11a2-4587-8a73-4287349e801a
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:df78bcaa-4726-47cb-aa3f-3d44f5870fc0
Model UUID:7144623a-3146-4d15-9597-aafc53fb0a49
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet

NETWORK Customization Properties:
CustomizationUUID:014700c6-fb42-406a-8786-743311c39dea
Network Technology:NEUTRON
Network Type:NEUTRON
Network Role:null
Network Scope:null

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2023-03-18T12:13:39.366Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||Processing Resource Type: VL, Model UUID: 9290846e-2e09-452f-a45d-c33314796f1f
2023-03-18T12:13:39.366Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||No resources found for Service: 942654ba-46c2-4f05-ae3d-6460a7c9e9a7
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-18T12:13:39.370Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||
2023-03-18T12:13:39.370Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 
2023-03-18T12:13:39.371Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||No resources found for Service: 942654ba-46c2-4f05-ae3d-6460a7c9e9a7
2023-03-18T12:13:39.371Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 942654ba-46c2-4f05-ae3d-6460a7c9e9a7
2023-03-18T12:13:39.371Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT   ASDC
2023-03-18T12:13:39.371Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-18T12:13:39.377Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@70e74287, org.onap.sdc.toscaparser.api.parameters.Input@3e345c27, org.onap.sdc.toscaparser.api.parameters.Input@6e439f12, org.onap.sdc.toscaparser.api.parameters.Input@500ed612, org.onap.sdc.toscaparser.api.parameters.Input@1ab745ee]
2023-03-18T12:13:39.378Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T12:13:39.378Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T12:13:39.378Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T12:13:39.378Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T12:13:39.378Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid 942654ba-46c2-4f05-ae3d-6460a7c9e9a7: Generic NeutronNet
2023-03-18T12:13:39.378Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T12:13:39.378Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T12:13:39.378Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T12:13:39.378Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_56_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_56_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_56_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_56_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_, networkres0_.CREATION_TIMESTAMP as creation2_38_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_, networkres0_.NETWORK_ROLE as network_4_38_, networkres0_.NETWORK_SCOPE as network_5_38_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_, networkres0_.NETWORK_TYPE as network_7_38_, networkres0_.RESOURCE_INPUT as resource8_38_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_, networkres0_.RESOURCE_CATEGORY as resource4_37_, networkres0_.CREATION_TIMESTAMP as creation5_37_, networkres0_.DESCRIPTION as descript6_37_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_, networkres0_.MODEL_NAME as model_na8_37_, networkres0_.MODEL_VERSION as model_ve9_37_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_, networkres0_.ORCHESTRATION_MODE as orchest11_37_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_ from network_resource networkres0_ where networkres0_.MODEL_UUID=?
2023-03-18T12:13:39.422Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T12:13:39.423Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T12:13:39.423Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T12:13:39.423Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T12:13:39.423Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T12:13:39.423Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T12:13:39.423Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||Saving Service: basic_network 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_3_, networkres0_.CREATION_TIMESTAMP as creation2_38_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_3_, networkres0_.NETWORK_ROLE as network_4_38_3_, networkres0_.NETWORK_SCOPE as network_5_38_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_3_, networkres0_.NETWORK_TYPE as network_7_38_3_, networkres0_.RESOURCE_INPUT as resource8_38_3_, networkres1_.MODEL_UUID as model_uu1_37_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_37_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_37_0_, networkres1_.RESOURCE_CATEGORY as resource4_37_0_, networkres1_.CREATION_TIMESTAMP as creation5_37_0_, networkres1_.DESCRIPTION as descript6_37_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_37_0_, networkres1_.MODEL_NAME as model_na8_37_0_, networkres1_.MODEL_VERSION as model_ve9_37_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_37_0_, networkres1_.ORCHESTRATION_MODE as orchest11_37_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_37_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_37_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_1_, collection2_.CREATION_TIMESTAMP as creation2_15_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_15_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_15_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_1_, collection2_.NETWORK_ROLE as network_4_15_1_, collection2_.NETWORK_SCOPE as network_5_15_1_, collection2_.NETWORK_TECHNOLOGY as network_6_15_1_, collection2_.NETWORK_TYPE as network_7_15_1_, heattempla3_.ARTIFACT_UUID as artifact1_29_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_2_, heattempla3_.CREATION_TIMESTAMP as creation3_29_2_, heattempla3_.DESCRIPTION as descript4_29_2_, heattempla3_.BODY as body5_29_2_, heattempla3_.NAME as name6_29_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_2_, heattempla3_.VERSION as version8_29_2_ from network_resource_customization networkres0_ left outer join network_resource networkres1_ on networkres0_.NETWORK_RESOURCE_MODEL_UUID=networkres1_.MODEL_UUID left outer join collection_network_resource_customization collection2_ on networkres1_.MODEL_UUID=collection2_.NETWORK_RESOURCE_MODEL_UUID left outer join heat_template heattempla3_ on networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_4_, networkres0_.RESOURCE_CATEGORY as resource4_37_4_, networkres0_.CREATION_TIMESTAMP as creation5_37_4_, networkres0_.DESCRIPTION as descript6_37_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_4_, networkres0_.MODEL_NAME as model_na8_37_4_, networkres0_.MODEL_VERSION as model_ve9_37_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_4_, networkres0_.ORCHESTRATION_MODE as orchest11_37_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_0_, collection1_.CREATION_TIMESTAMP as creation2_15_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_15_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_15_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_0_, collection1_.NETWORK_ROLE as network_4_15_0_, collection1_.NETWORK_SCOPE as network_5_15_0_, collection1_.NETWORK_TECHNOLOGY as network_6_15_0_, collection1_.NETWORK_TYPE as network_7_15_0_, instancegr2_.MODEL_UUID as model_uu2_33_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_33_1_, instancegr2_.CREATION_TIMESTAMP as creation3_33_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_33_1_, instancegr2_.MODEL_NAME as model_na5_33_1_, instancegr2_.MODEL_VERSION as model_ve6_33_1_, instancegr2_.ROLE as role7_33_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_33_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_33_1_, instancegr2_.OBJECT_TYPE as object_t1_33_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_17_2_, networkcol3_.CR_MODEL_UUID as cr_model8_17_2_, networkcol3_.CREATION_TIMESTAMP as creation3_17_2_, networkcol3_.FUNCTION as function4_17_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_17_2_, networkcol3_.ROLE as role6_17_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_17_2_, heattempla4_.ARTIFACT_UUID as artifact1_29_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla4_.CREATION_TIMESTAMP as creation3_29_3_, heattempla4_.DESCRIPTION as descript4_29_3_, heattempla4_.BODY as body5_29_3_, heattempla4_.NAME as name6_29_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla4_.VERSION as version8_29_3_ from network_resource networkres0_ left outer join collection_network_resource_customization collection1_ on networkres0_.MODEL_UUID=collection1_.NETWORK_RESOURCE_MODEL_UUID left outer join instance_group instancegr2_ on collection1_.INSTANCE_GROUP_MODEL_UUID=instancegr2_.MODEL_UUID left outer join collection_resource_customization networkcol3_ on collection1_.CRC_MODEL_CUSTOMIZATION_UUID=networkcol3_.MODEL_CUSTOMIZATION_UUID left outer join heat_template heattempla4_ on networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla4_.ARTIFACT_UUID where networkres0_.MODEL_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NEUTRON_NETWORK_TYPE, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization (CREATION_TIMESTAMP, MODEL_INSTANCE_NAME, NETWORK_RESOURCE_MODEL_UUID, NETWORK_ROLE, NETWORK_SCOPE, NETWORK_TECHNOLOGY, NETWORK_TYPE, RESOURCE_INPUT, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2023-03-18T12:13:39.511Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC   0 ASDC deployResourceStructure
2023-03-18T12:13:39.511Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-03-18T12:13:39.511Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-03-18T12:13:39.511Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-03-18T12:13:39.512Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T12:13:39.512Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T12:13:39.512Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "74149d2a-f284-47d2-b2fa-4e2fc7be8f3e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679141619511,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T12:13:40.513Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 74149d2a-f284-47d2-b2fa-4e2fc7be8f3e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T12:13:40.533Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 74149d2a-f284-47d2-b2fa-4e2fc7be8f3e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T12:13:40.537Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-18T12:13:40.537Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-18T12:13:40.537Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-18T12:13:40.537Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-18T12:13:40.537Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T12:13:40.537Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T12:13:40.537Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T12:13:40.537Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T12:13:40.537Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T12:13:40.538Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-18T12:13:40.548Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-18T12:13:58.920Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T12:13:58.926Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-18T12:13:58.926Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679141579968,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-18T12:13:58.927Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:13:58.927Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-18T12:13:58.927Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679141582470,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 2a8efcaf-0813-4b52-901f-136ba065c343 already exists"
}
2023-03-18T12:13:58.927Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:13:58.927Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-18T12:13:58.927Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679141583471,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: c7374fd6-6727-4426-9587-40812bc7c663 already exists"
}
2023-03-18T12:13:58.928Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:13:58.928Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-18T12:13:58.928Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679141614672,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-18T12:13:58.928Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:13:58.928Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-18T12:13:58.928Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "74149d2a-f284-47d2-b2fa-4e2fc7be8f3e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679141195971,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T12:13:58.928Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:13:58.928Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-18T12:13:58.929Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "74149d2a-f284-47d2-b2fa-4e2fc7be8f3e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679141195971,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-03-18T12:13:58.929Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:13:58.929Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-18T12:13:58.929Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "74149d2a-f284-47d2-b2fa-4e2fc7be8f3e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679141617973,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-18T12:13:58.929Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:13:58.929Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-18T12:13:58.929Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "74149d2a-f284-47d2-b2fa-4e2fc7be8f3e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679141619511,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2023-03-18T12:13:58.929Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:14:10.548Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 74149d2a-f284-47d2-b2fa-4e2fc7be8f3e and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-18T12:14:10.559Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 74149d2a-f284-47d2-b2fa-4e2fc7be8f3e and serviceModelVersionId: 942654ba-46c2-4f05-ae3d-6460a7c9e9a7
2023-03-18T12:14:10.559Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : ccdda148-11a2-4587-8a73-4287349e801a
2023-03-18T12:14:10.560Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/ccdda148-11a2-4587-8a73-4287349e801a/model-vers/model-ver/942654ba-46c2-4f05-ae3d-6460a7c9e9a7?depth=0
2023-03-18T12:14:10.566Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2023-03-18T12:14:10.607Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ccdda148-11a2-4587-8a73-4287349e801a/model-vers/model-ver/942654ba-46c2-4f05-ae3d-6460a7c9e9a7?depth=0|INFO|500||Invoke
2023-03-18T12:14:10.607Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ccdda148-11a2-4587-8a73-4287349e801a/model-vers/model-ver/942654ba-46c2-4f05-ae3d-6460a7c9e9a7?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ccdda148-11a2-4587-8a73-4287349e801a/model-vers/model-ver/942654ba-46c2-4f05-ae3d-6460a7c9e9a7?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[74149d2a-f284-47d2-b2fa-4e2fc7be8f3e], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[33f83ce3-df06-4f4f-a8b7-4a18e3b703e2], X-ECOMP-RequestID=[74149d2a-f284-47d2-b2fa-4e2fc7be8f3e], X-TransactionId=[], X-ONAP-RequestID=[74149d2a-f284-47d2-b2fa-4e2fc7be8f3e], Content-Type=[application/merge-patch+json]}
2023-03-18T12:14:10.614Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ccdda148-11a2-4587-8a73-4287349e801a/model-vers/model-ver/942654ba-46c2-4f05-ae3d-6460a7c9e9a7?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-18T12:14:10.762Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ccdda148-11a2-4587-8a73-4287349e801a/model-vers/model-ver/942654ba-46c2-4f05-ae3d-6460a7c9e9a7?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/ccdda148-11a2-4587-8a73-4287349e801a/model-vers/model-ver/942654ba-46c2-4f05-ae3d-6460a7c9e9a7?depth=0 has http status code:200 and response headers:{date=[Sat, 18 Mar 2023 12:14:10 GMT], content-length=[0], vertex-id=[192760], x-aai-txid=[2-aai-resources-230318-12:14:10:316-79697], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-18T12:14:10.762Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ccdda148-11a2-4587-8a73-4287349e801a/model-vers/model-ver/942654ba-46c2-4f05-ae3d-6460a7c9e9a7?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-18T12:14:10.763Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ccdda148-11a2-4587-8a73-4287349e801a/model-vers/model-ver/942654ba-46c2-4f05-ae3d-6460a7c9e9a7?depth=0|INFO|500||InvokeReturn
2023-03-18T12:14:10.763Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-18T12:14:10.763Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-18T12:14:10.771Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-18T12:14:10.771Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 74149d2a-f284-47d2-b2fa-4e2fc7be8f3e and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-18T12:14:10.771Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-18T12:14:10.771Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T12:14:10.771Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T12:14:10.771Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "74149d2a-f284-47d2-b2fa-4e2fc7be8f3e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679141650771,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-18T12:14:11.798Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-18T12:14:11.799Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||received notification from broker: {"distributionID":"6a074a1e-4b47-4382-9b90-afa918276d12","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"e17bf563-7a13-4701-b853-11ed8cbb93d7","serviceDescription":"service","serviceInvariantUUID":"8a45306d-3ac3-4f10-a742-9812edbe591e","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"1903c123-2be6-499b-8524-c9a33406ad4f","resourceInvariantUUID":"65a560ec-f509-40c5-b364-3c4cd0a20185","resourceCustomizationUUID":"41b30cb0-d009-4e4b-99c2-e95f691a4b2e","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":"YTFjZGVjMmU0NGZhOGFkMDlhZGI4ODkyYzk4MDRmOGE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"38ef1f0d-98ea-4e28-b00a-3091e61f54bc","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":"OWZmNjBmNzNmNGQ1ZThmYzNkMzdkODk3MzFkMDI2MDg\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"d3c6917c-1f70-48e9-9465-f259ee8cda65","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":"7aa99321-7b67-40f7-bd98-0e99d422bb2e","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":"5444e6a4-9351-40da-b837-0dd388e7cb3b","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":"cb506ca5-fd50-4406-abfc-b51858ac789a","artifactVersion":"2","generatedFromUUID":"7aa99321-7b67-40f7-bd98-0e99d422bb2e"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"ZjQyZmQxMjdjZDk5ZDY2OTQ3ZmIyZWI4MjExZGE4OGQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"204adab0-5bde-4230-9b3d-b26c0f4d57b4","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"NjI4YzVmZDFmMjYwMDhlNTZlOTY1M2NmMzExN2VkMjg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"4b6dc8ac-cbfc-43c0-9e93-2760226914ae","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-18T12:14:11.799Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T12:14:11.800Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T12:14:11.800Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T12:14:11.800Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679141195971,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T12:14:12.802Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T12:14:12.803Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T12:14:12.803Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T12:14:12.803Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679141195971,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T12:14:13.805Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T12:14:13.805Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T12:14:13.805Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T12:14:13.806Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679141195971,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T12:14:14.808Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T12:14:14.808Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T12:14:14.809Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T12:14:14.809Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679141195971,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T12:14:15.811Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T12:14:15.811Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T12:14:15.811Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T12:14:15.811Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679141195971,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T12:14:16.813Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T12:14:16.814Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T12:14:16.814Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T12:14:16.814Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679141195971,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T12:14:17.816Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T12:14:17.817Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T12:14:17.817Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T12:14:17.817Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679141195971,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T12:14:18.820Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "e17bf563-7a13-4701-b853-11ed8cbb93d7",
  "serviceDescription": "service",
  "serviceInvariantUUID": "8a45306d-3ac3-4f10-a742-9812edbe591e",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "41b30cb0-d009-4e4b-99c2-e95f691a4b2e",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "1903c123-2be6-499b-8524-c9a33406ad4f",
      "resourceInvariantUUID": "65a560ec-f509-40c5-b364-3c4cd0a20185",
      "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": "OWZmNjBmNzNmNGQ1ZThmYzNkMzdkODk3MzFkMDI2MDg\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "d3c6917c-1f70-48e9-9465-f259ee8cda65",
          "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": "7aa99321-7b67-40f7-bd98-0e99d422bb2e",
          "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": "cb506ca5-fd50-4406-abfc-b51858ac789a",
            "generatedFromUUID": "7aa99321-7b67-40f7-bd98-0e99d422bb2e"
          },
          "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": "cb506ca5-fd50-4406-abfc-b51858ac789a",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "NjI4YzVmZDFmMjYwMDhlNTZlOTY1M2NmMzExN2VkMjg\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "4b6dc8ac-cbfc-43c0-9e93-2760226914ae"
    }
  ],
  "workloadContext": "Production"
}
2023-03-18T12:14:18.820Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-18T12:14:18.820Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 e17bf563-7a13-4701-b853-11ed8cbb93d7 ASDC
2023-03-18T12:14:18.821Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:6a074a1e-4b47-4382-9b90-afa918276d12
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:e17bf563-7a13-4701-b853-11ed8cbb93d7
ServiceInvariantUUID:8a45306d-3ac3-4f10-a742-9812edbe591e
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:4b6dc8ac-cbfc-43c0-9e93-2760226914ae
ArtifactChecksum:NjI4YzVmZDFmMjYwMDhlNTZlOTY1M2NmMzExN2VkMjg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:41b30cb0-d009-4e4b-99c2-e95f691a4b2e
ResourceInvariantUUID:65a560ec-f509-40c5-b364-3c4cd0a20185
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:1903c123-2be6-499b-8524-c9a33406ad4f
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:d3c6917c-1f70-48e9-9465-f259ee8cda65
ArtifactChecksum:OWZmNjBmNzNmNGQ1ZThmYzNkMzdkODk3MzFkMDI2MDg=
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:7aa99321-7b67-40f7-bd98-0e99d422bb2e
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:cb506ca5-fd50-4406-abfc-b51858ac789a
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:cb506ca5-fd50-4406-abfc-b51858ac789a
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-18T12:14:18.821Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF e17bf563-7a13-4701-b853-11ed8cbb93d7 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-18T12:14:18.883Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-18T12:14:18.884Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-03-18T12:14:18.884Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-03-18T12:14:18.884Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 4b6dc8ac-cbfc-43c0-9e93-2760226914ae from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-03-18T12:14:18.884Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||DistributionClient - download
2023-03-18T12:14:18.885Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-03-18T12:14:19.126Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2023-03-18T12:14:19.130Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 4b6dc8ac-cbfc-43c0-9e93-2760226914ae 75195
2023-03-18T12:14:19.131Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-03-18T12:14:19.132Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-03-18T12:14:19.132Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-18T12:14:19.132Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T12:14:19.133Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T12:14:19.133Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679141659131,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T12:14:20.135Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-18T12:14:20.136Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-03-18T12:14:20.136Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 4b6dc8ac-cbfc-43c0-9e93-2760226914ae, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2023-03-18T12:14:20.137Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2023-03-18T12:14:20.137Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2023-03-18T12:14:20.137Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2023-03-18T12:14:20.216Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14219690629973772636/Definitions/service-BasicVm-template.yml
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided
Log warning: The required parameter "compute_ubuntu20_key_name" is not provided
Log warning: The required parameter "compute_ubuntu20_name" is not provided
Log warning: The required parameter "compute_ubuntu20_user_data_format" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_security_groups" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network" is not provided
Log warning: The required parameter "compute_ubuntu20_metadata" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
2023-03-18T12:14:21.046Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-18T12:14:21.046Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||WARN|500||####################################################################################################
2023-03-18T12:14:21.046Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-03-18T12:14:21.047Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-18T12:14:21.047Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-03-18T12:14:21.047Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-03-18T12:14:21.047Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-03-18T12:14:21.047Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-03-18T12:14:21.047Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-03-18T12:14:21.047Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-03-18T12:14:21.047Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-03-18T12:14:21.047Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||WARN|500||####################################################################################################
2023-03-18T12:14:21.047Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T12:14:21.047Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T12:14:21.047Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-03-18T12:14:21.047Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2023-03-18T12:14:21.047Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-18T12:14:21.048Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T12:14:21.048Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T12:14:21.048Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-03-18T12:14:21.048Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2023-03-18T12:14:21.048Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-18T12:14:21.048Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T12:14:21.048Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T12:14:21.048Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T12:14:21.048Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2023-03-18T12:14:21.048Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2023-03-18T12:14:21.048Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2023-03-18T12:14:21.048Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2023-03-18T12:14:21.048Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-03-18T12:14:21.048Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-03-18T12:14:21.049Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T12:14:21.049Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-03-18T12:14:21.049Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T12:14:21.049Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-03-18T12:14:21.049Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-18T12:14:21.049Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T12:14:21.049Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-03-18T12:14:21.049Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-18T12:14:21.049Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T12:14:21.049Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-03-18T12:14:21.049Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-18T12:14:21.049Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T12:14:21.049Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2023-03-18T12:14:21.050Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2023-03-18T12:14:21.050Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-03-18T12:14:21.050Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=64fed6e3-6977-408b-b059-8a144c2e0a35
2023-03-18T12:14:21.050Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T12:14:21.050Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T12:14:21.050Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T12:14:21.050Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T12:14:21.050Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T12:14:21.050Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T12:14:21.050Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T12:14:21.050Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T12:14:21.050Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm
Description:service
Model UUID:e17bf563-7a13-4701-b853-11ed8cbb93d7
Model Version:NULL
Model InvariantUuid:8a45306d-3ac3-4f10-a742-9812edbe591e
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm
Model UUID:ea2de434-4822-44c1-853e-d40156eca503
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:65a560ec-f509-40c5-b364-3c4cd0a20185
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:41b30cb0-d009-4e4b-99c2-e95f691a4b2e
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:ee70db23-c599-4674-8f27-3ac3d73c08ec
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:95d85446-b137-4a31-b118-69910311bda3
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:64fed6e3-6977-408b-b059-8a144c2e0a35
ModelInvariantUuid:f6b03c70-b7e2-49a8-a47b-7c7cc8cf7060
ModelName:basic_vm-nodes.ubuntu20Cvfc
ModelUuid:6c6837c7-ca00-4715-8d0d-bbc3e741b7bb
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:46efd046-90cc-45ff-bbe0-7c92e0864eea
ModelInvariantUuid:9ed13ad2-1e19-49bb-ae78-4ceb38f301b5
ModelName:BasicVm.compute.nodes.heat.ubuntu20
ModelUuid:909a6244-8212-4e0c-8ab7-2d238934f8d6
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2023-03-18T12:14:21.061Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: 1903c123-2be6-499b-8524-c9a33406ad4f
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-18T12:14:21.064Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||basic_vm 0
2023-03-18T12:14:21.064Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 1903c123-2be6-499b-8524-c9a33406ad4f
2023-03-18T12:14:21.064Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: d3c6917c-1f70-48e9-9465-f259ee8cda65 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2023-03-18T12:14:21.064Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||DistributionClient - download
2023-03-18T12:14:21.064Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2023-03-18T12:14:21.135Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2023-03-18T12:14:21.136Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json d3c6917c-1f70-48e9-9465-f259ee8cda65 787
2023-03-18T12:14:21.136Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification
2023-03-18T12:14:21.136Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2023-03-18T12:14:21.136Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-18T12:14:21.136Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T12:14:21.136Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T12:14:21.136Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679141661136,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T12:14:22.137Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "ee70db23-c599-4674-8f27-3ac3d73c08ec",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "95d85446-b137-4a31-b118-69910311bda3",
    "vfModuleModelCustomizationUUID": "b24d1487-1212-49b0-be43-c150d66fdbf1",
    "isBase": true,
    "artifacts": [
      "7aa99321-7b67-40f7-bd98-0e99d422bb2e",
      "cb506ca5-fd50-4406-abfc-b51858ac789a"
    ],
    "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": ""
    }
  }
]
2023-03-18T12:14:22.141Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:95d85446-b137-4a31-b118-69910311bda3
VfModuleModelInvariantUUID:ee70db23-c599-4674-8f27-3ac3d73c08ec
VfModuleModelDescription:NULL
Artifacts UUID List:{
7aa99321-7b67-40f7-bd98-0e99d422bb2e
,
cb506ca5-fd50-4406-abfc-b51858ac789a

}
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


}

2023-03-18T12:14:22.143Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "ee70db23-c599-4674-8f27-3ac3d73c08ec",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "95d85446-b137-4a31-b118-69910311bda3",
    "vfModuleModelCustomizationUUID": "b24d1487-1212-49b0-be43-c150d66fdbf1",
    "isBase": true,
    "artifacts": [
      "7aa99321-7b67-40f7-bd98-0e99d422bb2e",
      "cb506ca5-fd50-4406-abfc-b51858ac789a"
    ],
    "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": ""
    }
  }
]
2023-03-18T12:14:22.143Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:95d85446-b137-4a31-b118-69910311bda3
VfModuleModelInvariantUUID:ee70db23-c599-4674-8f27-3ac3d73c08ec
VfModuleModelDescription:NULL
Artifacts UUID List:{
7aa99321-7b67-40f7-bd98-0e99d422bb2e
,
cb506ca5-fd50-4406-abfc-b51858ac789a

}
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


}

2023-03-18T12:14:22.143Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 7aa99321-7b67-40f7-bd98-0e99d422bb2e from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2023-03-18T12:14:22.143Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||DistributionClient - download
2023-03-18T12:14:22.144Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2023-03-18T12:14:22.215Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2023-03-18T12:14:22.216Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 7aa99321-7b67-40f7-bd98-0e99d422bb2e 5033
2023-03-18T12:14:22.216Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2023-03-18T12:14:22.216Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2023-03-18T12:14:22.216Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-18T12:14:22.216Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T12:14:22.216Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T12:14:22.217Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679141662216,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T12:14:23.217Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: cb506ca5-fd50-4406-abfc-b51858ac789a from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2023-03-18T12:14:23.218Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||DistributionClient - download
2023-03-18T12:14:23.218Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2023-03-18T12:14:23.287Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2023-03-18T12:14:23.287Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env cb506ca5-fd50-4406-abfc-b51858ac789a 903
2023-03-18T12:14:23.288Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2023-03-18T12:14:23.288Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2023-03-18T12:14:23.288Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-18T12:14:23.288Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T12:14:23.288Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T12:14:23.288Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679141663288,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T12:14:24.289Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: e17bf563-7a13-4701-b853-11ed8cbb93d7
2023-03-18T12:14:24.289Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 1903c123-2be6-499b-8524-c9a33406ad4f ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-18T12:14:24.305Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@15f3d955, org.onap.sdc.toscaparser.api.parameters.Input@54440dbb, org.onap.sdc.toscaparser.api.parameters.Input@1f36f3f1, org.onap.sdc.toscaparser.api.parameters.Input@42c9634d, org.onap.sdc.toscaparser.api.parameters.Input@49fb3330]
2023-03-18T12:14:24.306Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T12:14:24.306Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T12:14:24.306Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic 
2023-03-18T12:14:24.306Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= 41b30cb0-d009-4e4b-99c2-e95f691a4b2e
2023-03-18T12:14:24.306Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 41b30cb0-d009-4e4b-99c2-e95f691a4b2e matches Tosca VF Customization UUID: 41b30cb0-d009-4e4b-99c2-e95f691a4b2e
2023-03-18T12:14:24.306Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: 41b30cb0-d009-4e4b-99c2-e95f691a4b2e  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2023-03-18T12:14:24.308Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T12:14:24.309Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T12:14:24.309Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id 41b30cb0-d009-4e4b-99c2-e95f691a4b2e: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2023-03-18T12:14:24.309Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@1cfdd9bd
2023-03-18T12:14:24.309Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T12:14:24.309Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-03-18T12:14:24.309Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : b24d1487-1212-49b0-be43-c150d66fdbf1
2023-03-18T12:14:24.309Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID b24d1487-1212-49b0-be43-c150d66fdbf1
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2023-03-18T12:14:24.312Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T12:14:24.312Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-03-18T12:14:24.312Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-18T12:14:24.312Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T12:14:24.313Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-03-18T12:14:24.313Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-18T12:14:24.313Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T12:14:24.313Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2023-03-18T12:14:24.313Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2023-03-18T12:14:24.313Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-03-18T12:14:24.313Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=64fed6e3-6977-408b-b059-8a144c2e0a35
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2023-03-18T12:14:24.315Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T12:14:24.315Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-03-18T12:14:24.315Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-18T12:14:24.316Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T12:14:24.316Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-03-18T12:14:24.316Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=41b30cb0-d009-4e4b-99c2-e95f691a4b2e
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-18T12:14:24.318Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T12:14:24.318Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T12:14:24.318Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid e17bf563-7a13-4701-b853-11ed8cbb93d7: basic_vm
2023-03-18T12:14:24.318Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T12:14:24.318Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T12:14:24.318Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T12:14:24.318Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T12:14:24.318Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T12:14:24.318Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T12:14:24.318Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T12:14:24.318Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T12:14:24.318Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T12:14:24.318Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T12:14:24.318Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||Saving Service: basic_vm 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-03-18T12:14:24.440Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm 1903c123-2be6-499b-8524-c9a33406ad4f 1 ASDC deployResourceStructure
2023-03-18T12:14:24.440Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification
2023-03-18T12:14:24.440Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2023-03-18T12:14:24.440Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-03-18T12:14:24.440Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T12:14:24.440Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T12:14:24.441Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679141664440,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T12:14:25.441Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2023-03-18T12:14:25.442Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2023-03-18T12:14:25.442Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-03-18T12:14:25.442Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T12:14:25.442Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T12:14:25.442Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679141665441,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T12:14:26.444Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2023-03-18T12:14:26.444Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2023-03-18T12:14:26.444Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-03-18T12:14:26.444Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T12:14:26.444Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T12:14:26.444Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679141666444,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T12:14:27.446Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-03-18T12:14:27.446Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-03-18T12:14:27.447Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-03-18T12:14:27.447Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T12:14:27.447Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T12:14:27.447Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679141667446,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T12:14:28.449Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6a074a1e-4b47-4382-9b90-afa918276d12
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T12:14:28.469Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6a074a1e-4b47-4382-9b90-afa918276d12
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T12:14:28.472Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-18T12:14:28.473Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-18T12:14:28.473Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-18T12:14:28.473Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-18T12:14:28.473Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T12:14:28.473Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T12:14:28.473Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T12:14:28.473Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T12:14:28.473Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T12:14:28.473Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-18T12:14:28.482Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-18T12:14:58.483Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 6a074a1e-4b47-4382-9b90-afa918276d12 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-18T12:14:58.493Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 6a074a1e-4b47-4382-9b90-afa918276d12 and serviceModelVersionId: e17bf563-7a13-4701-b853-11ed8cbb93d7
2023-03-18T12:14:58.493Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 8a45306d-3ac3-4f10-a742-9812edbe591e
2023-03-18T12:14:58.494Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/8a45306d-3ac3-4f10-a742-9812edbe591e/model-vers/model-ver/e17bf563-7a13-4701-b853-11ed8cbb93d7?depth=0
2023-03-18T12:14:58.500Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2023-03-18T12:14:58.514Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8a45306d-3ac3-4f10-a742-9812edbe591e/model-vers/model-ver/e17bf563-7a13-4701-b853-11ed8cbb93d7?depth=0|INFO|500||Invoke
2023-03-18T12:14:58.515Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8a45306d-3ac3-4f10-a742-9812edbe591e/model-vers/model-ver/e17bf563-7a13-4701-b853-11ed8cbb93d7?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8a45306d-3ac3-4f10-a742-9812edbe591e/model-vers/model-ver/e17bf563-7a13-4701-b853-11ed8cbb93d7?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[6a074a1e-4b47-4382-9b90-afa918276d12], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[609eed4f-59d7-47c9-8e5c-a3808a7eddc7], X-ECOMP-RequestID=[6a074a1e-4b47-4382-9b90-afa918276d12], X-TransactionId=[], X-ONAP-RequestID=[6a074a1e-4b47-4382-9b90-afa918276d12], Content-Type=[application/merge-patch+json]}
2023-03-18T12:14:58.523Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8a45306d-3ac3-4f10-a742-9812edbe591e/model-vers/model-ver/e17bf563-7a13-4701-b853-11ed8cbb93d7?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-18T12:14:58.641Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8a45306d-3ac3-4f10-a742-9812edbe591e/model-vers/model-ver/e17bf563-7a13-4701-b853-11ed8cbb93d7?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/8a45306d-3ac3-4f10-a742-9812edbe591e/model-vers/model-ver/e17bf563-7a13-4701-b853-11ed8cbb93d7?depth=0 has http status code:200 and response headers:{date=[Sat, 18 Mar 2023 12:14:58 GMT], content-length=[0], vertex-id=[188464], x-aai-txid=[0-aai-resources-230318-12:14:58:225-1762], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-18T12:14:58.641Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8a45306d-3ac3-4f10-a742-9812edbe591e/model-vers/model-ver/e17bf563-7a13-4701-b853-11ed8cbb93d7?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-18T12:14:58.641Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8a45306d-3ac3-4f10-a742-9812edbe591e/model-vers/model-ver/e17bf563-7a13-4701-b853-11ed8cbb93d7?depth=0|INFO|500||InvokeReturn
2023-03-18T12:14:58.641Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-18T12:14:58.641Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-18T12:14:58.648Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-18T12:14:58.649Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 6a074a1e-4b47-4382-9b90-afa918276d12 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-18T12:14:58.649Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-18T12:14:58.649Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T12:14:58.649Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T12:14:58.649Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679141698649,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T12:14:58.919Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T12:14:58.924Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-18T12:14:58.924Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "74149d2a-f284-47d2-b2fa-4e2fc7be8f3e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679141650771,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-18T12:14:58.925Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:14:58.925Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-18T12:14:58.925Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679141195971,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T12:14:58.925Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:14:58.925Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-18T12:14:58.925Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679141195971,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2023-03-18T12:14:58.925Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:14:58.925Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-18T12:14:58.926Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679141195971,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-03-18T12:14:58.926Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:14:58.926Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-18T12:14:58.926Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679141195971,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T12:14:58.926Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:14:58.926Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-18T12:14:58.926Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679141195971,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-03-18T12:14:58.926Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:14:58.926Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-18T12:14:58.926Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679141195971,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T12:14:58.926Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:14:58.926Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-18T12:14:58.926Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679141195971,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-03-18T12:14:58.926Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:14:58.926Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-18T12:14:58.926Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679141659131,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-18T12:14:58.926Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:14:58.926Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-18T12:14:58.926Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679141661136,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-03-18T12:14:58.926Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:14:58.926Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-18T12:14:58.926Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679141662216,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2023-03-18T12:14:58.926Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:14:58.926Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-18T12:14:58.926Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679141663288,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2023-03-18T12:14:58.926Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:14:58.926Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-18T12:14:58.926Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679141664440,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2023-03-18T12:14:58.926Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:14:58.926Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-18T12:14:58.926Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679141665441,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2023-03-18T12:14:58.926Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:14:58.927Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-18T12:14:58.927Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679141666444,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2023-03-18T12:14:58.927Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:14:58.927Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-18T12:14:58.927Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679141667446,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2023-03-18T12:14:58.927Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:14:58.927Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-18T12:14:58.927Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679141698649,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-18T12:14:58.927Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-18T12:14:59.674Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-18T12:14:59.674Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||received notification from broker: {"distributionID":"5e005e65-61df-4986-a087-00761a388674","serviceName":"Demo_pNF_Qv5TXucXv4n7mssXUGFK","serviceVersion":"1.0","serviceUUID":"73f959ea-1a0e-41cf-b2da-40f07fd6a9c2","serviceDescription":"catalog service description","serviceInvariantUUID":"86b31417-cd30-434e-93e4-34d81e182271","resources":[{"resourceInstanceName":"pNF 8ecb3a29-1699 0","resourceName":"pNF 8ecb3a29-1699","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"79d852b9-56e5-416f-9d37-4483b88de628","resourceInvariantUUID":"c45c5ef7-20e5-4b81-8392-6fbf8a0a1b25","resourceCustomizationUUID":"3e0c811d-9b69-4eb9-9e2f-6a46c31c8df1","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/resourceInstances/pnf8ecb3a2916990/artifacts/vf-license-model.xml","artifactChecksum":"ZjYwMDAwM2MyYWM5MThmNDNmMGIxMzExNzJmYzM1YzQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"fe22c4be-1d3d-49d6-aaf8-5fb691f2c5bb","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/resourceInstances/pnf8ecb3a2916990/artifacts/pNF.csar","artifactChecksum":"YTFmMWQ3MzViYWZhMGQ1ZThlNzU3Y2I3ZGNlYWU4YjA\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"aee06125-71e1-4665-8ce8-8f87625d3137","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/resourceInstances/pnf8ecb3a2916990/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"d0d177b6-7fdc-4b24-a378-3361c335ea57","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/resourceInstances/pnf8ecb3a2916990/artifacts/vendor-license-model.xml","artifactChecksum":"NmIzN2Y3YWJiZDEyYzZiMDEyNjdiMzJhNGM5MzQ1OGI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"b3fc6aeb-2efb-45ec-a7fe-d71b1477f76e","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/resourceInstances/pnf8ecb3a2916990/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"e7ba57a9-59ef-4efe-90bb-fffece281605","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/resourceInstances/pnf8ecb3a2916990/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"cc689d97-ea39-40b8-b7d1-5326d5b71836","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfQv5txucxv4n7mssxugfk-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-template.yml","artifactChecksum":"ZTJjZGFlZDI3YjNkYzI4ZWNlMWMyNmM5NGMwOGRiNmY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"036d837c-a9b5-4c6b-9026-ef8b033600cc","artifactVersion":"1"},{"artifactName":"service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar","artifactChecksum":"NmIzYzkyYzFlZjM3YjA3YjIzODQ5MzIxZjA4ODdmYTg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"a93044a0-e137-47cf-b45c-87a4ec92508e","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-18T12:14:59.674Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T12:14:59.675Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T12:14:59.675Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T12:14:59.675Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679141195971,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/resourceInstances/pnf8ecb3a2916990/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T12:15:00.682Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T12:15:00.682Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T12:15:00.682Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T12:15:00.682Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679141195971,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/resourceInstances/pnf8ecb3a2916990/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T12:15:01.683Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T12:15:01.684Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T12:15:01.684Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T12:15:01.684Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679141195971,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/resourceInstances/pnf8ecb3a2916990/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T12:15:02.686Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T12:15:02.686Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T12:15:02.686Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T12:15:02.686Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679141195971,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/resourceInstances/pnf8ecb3a2916990/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T12:15:03.688Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T12:15:03.690Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T12:15:03.690Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T12:15:03.690Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679141195971,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/resourceInstances/pnf8ecb3a2916990/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T12:15:04.692Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T12:15:04.692Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T12:15:04.692Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T12:15:04.692Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679141195971,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/resourceInstances/pnf8ecb3a2916990/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T12:15:05.693Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T12:15:05.694Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T12:15:05.694Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T12:15:05.694Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679141195971,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T12:15:06.696Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T12:15:06.697Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T12:15:06.697Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T12:15:06.697Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679141195971,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T12:15:07.699Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "serviceName": "Demo_pNF_Qv5TXucXv4n7mssXUGFK",
  "serviceVersion": "1.0",
  "serviceUUID": "73f959ea-1a0e-41cf-b2da-40f07fd6a9c2",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "86b31417-cd30-434e-93e4-34d81e182271",
  "resources": [
    {
      "resourceInstanceName": "pNF 8ecb3a29-1699 0",
      "resourceCustomizationUUID": "3e0c811d-9b69-4eb9-9e2f-6a46c31c8df1",
      "resourceName": "pNF 8ecb3a29-1699",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "79d852b9-56e5-416f-9d37-4483b88de628",
      "resourceInvariantUUID": "c45c5ef7-20e5-4b81-8392-6fbf8a0a1b25",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar",
      "artifactChecksum": "NmIzYzkyYzFlZjM3YjA3YjIzODQ5MzIxZjA4ODdmYTg\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "a93044a0-e137-47cf-b45c-87a4ec92508e"
    }
  ],
  "workloadContext": "Production"
}
2023-03-18T12:15:07.699Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-18T12:15:07.699Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 73f959ea-1a0e-41cf-b2da-40f07fd6a9c2 ASDC
2023-03-18T12:15:07.700Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:5e005e65-61df-4986-a087-00761a388674
ServiceName:Demo_pNF_Qv5TXucXv4n7mssXUGFK
ServiceVersion:1.0
ServiceUUID:73f959ea-1a0e-41cf-b2da-40f07fd6a9c2
ServiceInvariantUUID:86b31417-cd30-434e-93e4-34d81e182271
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar
ArtifactUUID:a93044a0-e137-47cf-b45c-87a4ec92508e
ArtifactChecksum:NmIzYzkyYzFlZjM3YjA3YjIzODQ5MzIxZjA4ODdmYTg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 8ecb3a29-1699 0
ResourceCustomizationUUID:3e0c811d-9b69-4eb9-9e2f-6a46c31c8df1
ResourceInvariantUUID:c45c5ef7-20e5-4b81-8392-6fbf8a0a1b25
ResourceName:pNF 8ecb3a29-1699
ResourceType:PNF
ResourceUUID:79d852b9-56e5-416f-9d37-4483b88de628
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-18T12:15:07.700Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 73f959ea-1a0e-41cf-b2da-40f07fd6a9c2 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-18T12:15:07.746Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-18T12:15:07.746Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-03-18T12:15:07.746Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-03-18T12:15:07.746Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: a93044a0-e137-47cf-b45c-87a4ec92508e from URL: /sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar
2023-03-18T12:15:07.746Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||DistributionClient - download
2023-03-18T12:15:07.747Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar
2023-03-18T12:15:08.102Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2023-03-18T12:15:08.108Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar a93044a0-e137-47cf-b45c-87a4ec92508e 88004
2023-03-18T12:15:08.108Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar ASDC sendASDCNotification
2023-03-18T12:15:08.109Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar
2023-03-18T12:15:08.109Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-18T12:15:08.109Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T12:15:08.109Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T12:15:08.109Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679141708108,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T12:15:09.111Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-18T12:15:09.111Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-03-18T12:15:09.112Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: a93044a0-e137-47cf-b45c-87a4ec92508e, URL: /sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar to file: /app/ASDC/1/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar
2023-03-18T12:15:09.112Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar
2023-03-18T12:15:09.112Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar
2023-03-18T12:15:09.113Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar
2023-03-18T12:15:09.185Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16011970438373207529/Definitions/service-DemoPnfQv5txucxv4n7mssxugfk-template.yml
2023-03-18T12:15:09.730Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-18T12:15:09.730Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||WARN|500||####################################################################################################
2023-03-18T12:15:09.730Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar
2023-03-18T12:15:09.730Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-18T12:15:09.731Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||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-DemoPnfQv5txucxv4n7mssxugfk-csar.csar
2023-03-18T12:15:09.731Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar
2023-03-18T12:15:09.731Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||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-DemoPnfQv5txucxv4n7mssxugfk-csar.csar
2023-03-18T12:15:09.731Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar
2023-03-18T12:15:09.731Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar
2023-03-18T12:15:09.731Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 8ecb3a29-1699 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-DemoPnfQv5txucxv4n7mssxugfk-csar.csar
2023-03-18T12:15:09.731Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar
2023-03-18T12:15:09.731Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||WARN|500||####################################################################################################
2023-03-18T12:15:09.731Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T12:15:09.731Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_Qv5TXucXv4n7mssXUGFK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T12:15:09.731Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Node template pNF 8ecb3a29-1699 0 is matching search criteria
2023-03-18T12:15:09.732Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2023-03-18T12:15:09.732Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Found topology templates [pNF 8ecb3a29-1699 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-18T12:15:09.732Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T12:15:09.732Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_Qv5TXucXv4n7mssXUGFK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T12:15:09.732Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Node template pNF 8ecb3a29-1699 0 is matching search criteria
2023-03-18T12:15:09.732Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2023-03-18T12:15:09.732Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Found topology templates [pNF 8ecb3a29-1699 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-18T12:15:09.732Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T12:15:09.732Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_Qv5TXucXv4n7mssXUGFK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T12:15:09.732Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T12:15:09.732Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_Qv5TXucXv4n7mssXUGFK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T12:15:09.733Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T12:15:09.733Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_Qv5TXucXv4n7mssXUGFK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T12:15:09.733Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T12:15:09.733Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_Qv5TXucXv4n7mssXUGFK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T12:15:09.733Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T12:15:09.733Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_Qv5TXucXv4n7mssXUGFK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T12:15:09.733Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_Qv5TXucXv4n7mssXUGFK
Description:catalog service description
Model UUID:73f959ea-1a0e-41cf-b2da-40f07fd6a9c2
Model Version:NULL
Model InvariantUuid:86b31417-cd30-434e-93e4-34d81e182271
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2023-03-18T12:15:09.741Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||Processing Resource Type: PNF, Model UUID: 79d852b9-56e5-416f-9d37-4483b88de628
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-18T12:15:09.744Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||pNF 8ecb3a29-1699 0
2023-03-18T12:15:09.744Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 79d852b9-56e5-416f-9d37-4483b88de628
2023-03-18T12:15:09.744Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||No resources found for Service: 73f959ea-1a0e-41cf-b2da-40f07fd6a9c2
2023-03-18T12:15:09.744Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 73f959ea-1a0e-41cf-b2da-40f07fd6a9c2
2023-03-18T12:15:09.744Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 8ecb3a29-1699 0 79d852b9-56e5-416f-9d37-4483b88de628 ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-18T12:15:09.749Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@18f489f1, org.onap.sdc.toscaparser.api.parameters.Input@390be15d, org.onap.sdc.toscaparser.api.parameters.Input@3102e8ac, org.onap.sdc.toscaparser.api.parameters.Input@57e8a7ae, org.onap.sdc.toscaparser.api.parameters.Input@6bef07a3]
2023-03-18T12:15:09.750Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T12:15:09.750Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_Qv5TXucXv4n7mssXUGFK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T12:15:09.750Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid 73f959ea-1a0e-41cf-b2da-40f07fd6a9c2: pNF 8ecb3a29-1699
2023-03-18T12:15:09.750Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||Processing PNF resource: 79d852b9-56e5-416f-9d37-4483b88de628
2023-03-18T12:15:09.750Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T12:15:09.750Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_Qv5TXucXv4n7mssXUGFK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T12:15:09.750Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||Resource customization UUID: 3e0c811d-9b69-4eb9-9e2f-6a46c31c8df1 is the same as notified resource customizationUUID: 3e0c811d-9b69-4eb9-9e2f-6a46c31c8df1
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 (?, ?)
2023-03-18T12:15:09.826Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 8ecb3a29-1699 79d852b9-56e5-416f-9d37-4483b88de628 0 ASDC deployResourceStructure
2023-03-18T12:15:09.826Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar ASDC sendASDCNotification
2023-03-18T12:15:09.826Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar
2023-03-18T12:15:09.826Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-03-18T12:15:09.827Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T12:15:09.827Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T12:15:09.827Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679141709826,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T12:15:10.828Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5e005e65-61df-4986-a087-00761a388674
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T12:15:10.848Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5e005e65-61df-4986-a087-00761a388674
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T12:15:10.851Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-18T12:15:10.852Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-18T12:15:10.852Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-18T12:15:10.852Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-18T12:15:10.852Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T12:15:10.852Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T12:15:10.852Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T12:15:10.852Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T12:15:10.853Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T12:15:10.853Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T12:15:10.853Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-18T12:15:10.863Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-18T12:15:40.863Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 5e005e65-61df-4986-a087-00761a388674 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-18T12:15:40.873Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 5e005e65-61df-4986-a087-00761a388674 and serviceModelVersionId: 73f959ea-1a0e-41cf-b2da-40f07fd6a9c2
2023-03-18T12:15:40.873Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 86b31417-cd30-434e-93e4-34d81e182271
2023-03-18T12:15:40.874Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/86b31417-cd30-434e-93e4-34d81e182271/model-vers/model-ver/73f959ea-1a0e-41cf-b2da-40f07fd6a9c2?depth=0
2023-03-18T12:15:40.881Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2023-03-18T12:15:40.890Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/86b31417-cd30-434e-93e4-34d81e182271/model-vers/model-ver/73f959ea-1a0e-41cf-b2da-40f07fd6a9c2?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-03-18T12:15:40.890Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/86b31417-cd30-434e-93e4-34d81e182271/model-vers/model-ver/73f959ea-1a0e-41cf-b2da-40f07fd6a9c2?depth=0|INFO|500||Invoke
2023-03-18T12:15:40.898Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/86b31417-cd30-434e-93e4-34d81e182271/model-vers/model-ver/73f959ea-1a0e-41cf-b2da-40f07fd6a9c2?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-18T12:15:41.009Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/86b31417-cd30-434e-93e4-34d81e182271/model-vers/model-ver/73f959ea-1a0e-41cf-b2da-40f07fd6a9c2?depth=0|INFO|500||InvokeReturn
2023-03-18T12:15:41.010Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/86b31417-cd30-434e-93e4-34d81e182271/model-vers/model-ver/73f959ea-1a0e-41cf-b2da-40f07fd6a9c2?depth=0 has http status code:200 and response headers:{date=[Sat, 18 Mar 2023 12:15:40 GMT], content-length=[0], vertex-id=[204904], x-aai-txid=[0-aai-resources-230318-12:15:40:600-74151], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-18T12:15:41.010Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Response was returned with an empty entity.
2023-03-18T12:15:41.011Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-18T12:15:41.011Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-18T12:15:41.018Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-18T12:15:41.018Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 5e005e65-61df-4986-a087-00761a388674 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-18T12:15:41.019Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-18T12:15:41.019Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T12:15:41.019Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T12:15:41.019Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679141741019,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-18T12:15:42.042Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T12:15:42.043Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Failing OffsetCommit request since the consumer is not part of an active group
2023-03-18T12:15:42.043Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||ERROR|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Asynchronous auto-commit of offsets failed: Offset commit cannot be completed since the consumer is not part of an active group for auto partition assignment; it is likely that the consumer was kicked out of the group.. Will continue to join group.
2023-03-18T12:15:42.043Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Giving away all assigned partitions as lost since generation/memberID has been reset,indicating that consumer is in old state or no longer part of the group
2023-03-18T12:15:42.044Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Lost previously assigned partitions SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5
2023-03-18T12:15:42.044Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] (Re-)joining group
2023-03-18T12:15:42.047Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2-01101656-9382-47f3-bdd3-6245a3aa403f
2023-03-18T12:15:42.047Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Asynchronous auto-commit of offsets {SDC-DISTR-NOTIF-TOPIC-AUTO-5=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-4=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-3=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-2=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-1=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-0=OffsetAndMetadata{offset=6, leaderEpoch=0, metadata=''}} failed: Offset commit cannot be completed since the consumer is not part of an active group for auto partition assignment; it is likely that the consumer was kicked out of the group.
2023-03-18T12:15:42.047Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Request joining group due to: rebalance failed due to 'The group member needs to have a valid member id before actually entering a consumer group.' (MemberIdRequiredException)
2023-03-18T12:15:42.047Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] (Re-)joining group
2023-03-18T12:15:42.882Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T12:15:45.890Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T12:15:48.900Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T12:15:51.911Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T12:15:54.918Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T12:15:57.925Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T12:15:58.919Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T12:15:58.931Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Revoke previously assigned partitions SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-03-18T12:15:58.931Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] (Re-)joining group
2023-03-18T12:15:58.936Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Successfully joined group with generation Generation{generationId=40, memberId='SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94-2995e74d-4211-4955-93f6-f3f14568571e', protocol='range'}
2023-03-18T12:15:58.936Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Successfully joined group with generation Generation{generationId=40, memberId='SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2-01101656-9382-47f3-bdd3-6245a3aa403f', protocol='range'}
2023-03-18T12:15:58.938Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Finished assignment for group at generation 40: {SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2-01101656-9382-47f3-bdd3-6245a3aa403f=Assignment(partitions=[SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5]), SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94-2995e74d-4211-4955-93f6-f3f14568571e=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])}
2023-03-18T12:15:58.950Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Successfully synced group in generation Generation{generationId=40, memberId='SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2-01101656-9382-47f3-bdd3-6245a3aa403f', protocol='range'}
2023-03-18T12:15:58.950Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Successfully synced group in generation Generation{generationId=40, memberId='SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94-2995e74d-4211-4955-93f6-f3f14568571e', protocol='range'}
2023-03-18T12:15:58.950Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5])
2023-03-18T12:15:58.950Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Adding newly assigned partitions: SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5
2023-03-18T12:15:58.951Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])
2023-03-18T12:15:58.951Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Adding newly assigned partitions: SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-03-18T12:15:58.954Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-18T12:15:58.954Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-18T12:15:58.954Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-18T12:15:58.954Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-18T12:15:58.954Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-18T12:15:58.954Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-18T12:15:58.954Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-18T12:15:58.954Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-18T12:15:58.954Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-18T12:15:58.954Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=687, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-18T12:15:58.954Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-18T12:15:58.954Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-18T12:15:58.960Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-18T12:15:58.960Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||received notification from broker: {"distributionID":"34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846","serviceName":"basic_onboard_gCPnoC","serviceVersion":"1.0","serviceUUID":"dad851ae-1f1d-4e04-8847-f18fd5d51391","serviceDescription":"service","serviceInvariantUUID":"693dcbb7-55f2-41d5-a0d9-572574329dfe","resources":[{"resourceInstanceName":"basic_onboard_gCPnoC 0","resourceName":"basic_onboard_gCPnoC","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"f3fb2f57-aad9-4f33-88db-c458ae09cdfb","resourceInvariantUUID":"d7c6b294-4284-4b69-87ff-a797deedad73","resourceCustomizationUUID":"9327f8c9-4591-449b-b6af-227dc0614cab","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/vf-license-model.xml","artifactChecksum":"OGQ5ZDI0MzIzNDdmMDUyYmQ0MzVmMDVkOWUyNGVlYmE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"5077753b-8cdd-47a9-82d5-e3ff4ce969c3","artifactVersion":"1"},{"artifactName":"basic_onboard_gcpnoc0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json","artifactChecksum":"NjRhMmYzNDQxZDFkYzhiMjZmMTk3NDMzZmQwOWNiNWI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"583db2fa-2045-4011-8045-9fd436580060","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"0846dbe8-d246-42f3-9ba6-3c197d6bb5c4","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"5004fadd-cda9-4566-99ac-bc5d669427a2","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"7d3da3bf-4415-4326-b045-fe6bef605f78","artifactVersion":"2","generatedFromUUID":"0846dbe8-d246-42f3-9ba6-3c197d6bb5c4"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardGcpnoc-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-template.yml","artifactChecksum":"OGFkYWYzODVjYTg1MmE4Y2JhZWM5NDk3ZjljNTAwNTE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"8ab16f5d-5180-4470-b278-f6ea6f7c23e8","artifactVersion":"1"},{"artifactName":"service-BasicOnboardGcpnoc-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar","artifactChecksum":"MjQxYmE3NTM3MTRlYjAwMzA2YjMyYmJjMmU4MmNkYjE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"d6569f72-4f81-428a-8593-389324ccdf48","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-18T12:15:58.960Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T12:15:58.961Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T12:15:58.961Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T12:15:58.961Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679141742042,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T12:15:59.961Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T12:15:59.961Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T12:15:59.961Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T12:15:59.961Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679141742042,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T12:15:59.970Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-18T12:15:59.970Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679141195971,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/resourceInstances/pnf8ecb3a2916990/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T12:15:59.971Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:15:59.971Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-18T12:15:59.971Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679141195971,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/resourceInstances/pnf8ecb3a2916990/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-18T12:15:59.971Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:15:59.971Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-18T12:15:59.971Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679141195971,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/resourceInstances/pnf8ecb3a2916990/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-18T12:15:59.971Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:15:59.971Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-18T12:15:59.971Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679141195971,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/resourceInstances/pnf8ecb3a2916990/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T12:15:59.971Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:15:59.971Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-18T12:15:59.971Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679141195971,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/resourceInstances/pnf8ecb3a2916990/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T12:15:59.971Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:15:59.971Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-18T12:15:59.971Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679141195971,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/resourceInstances/pnf8ecb3a2916990/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T12:15:59.971Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:15:59.972Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-18T12:15:59.972Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679141195971,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T12:15:59.972Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:15:59.972Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-18T12:15:59.972Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679141195971,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar",
  "status": "NOTIFIED"
}
2023-03-18T12:15:59.972Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:15:59.972Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-18T12:15:59.972Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679141708108,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-18T12:15:59.972Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:15:59.972Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-18T12:15:59.972Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679141709826,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar",
  "status": "DEPLOY_OK"
}
2023-03-18T12:15:59.972Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:15:59.972Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-18T12:15:59.972Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679141741019,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-18T12:15:59.972Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:15:59.972Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-18T12:15:59.972Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679141742042,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T12:15:59.972Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:16:00.962Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T12:16:00.962Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T12:16:00.962Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T12:16:00.962Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679141742042,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T12:16:01.963Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T12:16:01.963Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T12:16:01.963Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T12:16:01.964Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679141742042,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T12:16:02.964Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T12:16:02.965Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T12:16:02.965Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T12:16:02.965Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679141742042,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T12:16:03.965Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T12:16:03.966Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T12:16:03.966Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T12:16:03.966Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679141742042,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T12:16:04.967Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T12:16:04.967Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T12:16:04.967Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T12:16:04.968Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679141742042,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T12:16:05.969Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "serviceName": "basic_onboard_gCPnoC",
  "serviceVersion": "1.0",
  "serviceUUID": "dad851ae-1f1d-4e04-8847-f18fd5d51391",
  "serviceDescription": "service",
  "serviceInvariantUUID": "693dcbb7-55f2-41d5-a0d9-572574329dfe",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_gCPnoC 0",
      "resourceCustomizationUUID": "9327f8c9-4591-449b-b6af-227dc0614cab",
      "resourceName": "basic_onboard_gCPnoC",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "f3fb2f57-aad9-4f33-88db-c458ae09cdfb",
      "resourceInvariantUUID": "d7c6b294-4284-4b69-87ff-a797deedad73",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_gcpnoc0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json",
          "artifactChecksum": "NjRhMmYzNDQxZDFkYzhiMjZmMTk3NDMzZmQwOWNiNWI\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "583db2fa-2045-4011-8045-9fd436580060",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "0846dbe8-d246-42f3-9ba6-3c197d6bb5c4",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "7d3da3bf-4415-4326-b045-fe6bef605f78",
            "generatedFromUUID": "0846dbe8-d246-42f3-9ba6-3c197d6bb5c4"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "7d3da3bf-4415-4326-b045-fe6bef605f78",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardGcpnoc-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar",
      "artifactChecksum": "MjQxYmE3NTM3MTRlYjAwMzA2YjMyYmJjMmU4MmNkYjE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "d6569f72-4f81-428a-8593-389324ccdf48"
    }
  ],
  "workloadContext": "Production"
}
2023-03-18T12:16:05.969Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-18T12:16:05.969Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 dad851ae-1f1d-4e04-8847-f18fd5d51391 ASDC
2023-03-18T12:16:05.970Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
ServiceName:basic_onboard_gCPnoC
ServiceVersion:1.0
ServiceUUID:dad851ae-1f1d-4e04-8847-f18fd5d51391
ServiceInvariantUUID:693dcbb7-55f2-41d5-a0d9-572574329dfe
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardGcpnoc-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar
ArtifactUUID:d6569f72-4f81-428a-8593-389324ccdf48
ArtifactChecksum:MjQxYmE3NTM3MTRlYjAwMzA2YjMyYmJjMmU4MmNkYjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_gCPnoC 0
ResourceCustomizationUUID:9327f8c9-4591-449b-b6af-227dc0614cab
ResourceInvariantUUID:d7c6b294-4284-4b69-87ff-a797deedad73
ResourceName:basic_onboard_gCPnoC
ResourceType:VF
ResourceUUID:f3fb2f57-aad9-4f33-88db-c458ae09cdfb
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_gcpnoc0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json
ArtifactUUID:583db2fa-2045-4011-8045-9fd436580060
ArtifactChecksum:NjRhMmYzNDQxZDFkYzhiMjZmMTk3NDMzZmQwOWNiNWI=
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/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.yaml
ArtifactUUID:0846dbe8-d246-42f3-9ba6-3c197d6bb5c4
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/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.env
ArtifactUUID:7d3da3bf-4415-4326-b045-fe6bef605f78
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/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.env
ArtifactUUID:7d3da3bf-4415-4326-b045-fe6bef605f78
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-18T12:16:05.970Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF dad851ae-1f1d-4e04-8847-f18fd5d51391 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: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-18T12:16:06.009Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-18T12:16:06.009Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-03-18T12:16:06.010Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-03-18T12:16:06.010Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: d6569f72-4f81-428a-8593-389324ccdf48 from URL: /sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar
2023-03-18T12:16:06.010Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||DistributionClient - download
2023-03-18T12:16:06.010Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar
2023-03-18T12:16:06.051Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||GET Response Status 404
2023-03-18T12:16:06.051Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@4594e220
2023-03-18T12:16:06.052Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-18T12:16:06.052Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicOnboardGcpnoc"
      ]
    }
  }
}
2023-03-18T12:16:06.052Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicOnboardGcpnoc-csar.csar /sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar d6569f72-4f81-428a-8593-389324ccdf48 Specified artifact is  not found 300 ASDC artifact download fail
2023-03-18T12:16:06.053Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar ASDC sendASDCNotification
2023-03-18T12:16:06.053Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar(Specified artifact is  not found)
2023-03-18T12:16:06.053Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-18T12:16:06.053Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T12:16:06.054Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T12:16:06.054Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679141766053,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T12:16:07.056Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during processCsarServiceArtifacts ASDC processCsarServiceArtifacts 500 Exception in processCsarServiceArtifacts
org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact service-BasicOnboardGcpnoc-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar(UUID:d6569f72-4f81-428a-8593-389324ccdf48)
Error message is Specified artifact is  not found

	at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394)
	at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2023-03-18T12:16:07.069Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||ERROR|500||error NSST process resource failure 
java.lang.NullPointerException: null
	at org.onap.so.asdc.client.ASDCController.processNsstNotification(ASDCController.java:978)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:760)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-18T12:16:07.069Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: f3fb2f57-aad9-4f33-88db-c458ae09cdfb
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-18T12:16:07.073Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||basic_onboard_gCPnoC 0
2023-03-18T12:16:07.073Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: f3fb2f57-aad9-4f33-88db-c458ae09cdfb
2023-03-18T12:16:07.073Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 583db2fa-2045-4011-8045-9fd436580060 from URL: /sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json
2023-03-18T12:16:07.073Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||DistributionClient - download
2023-03-18T12:16:07.073Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json
2023-03-18T12:16:07.090Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||GET Response Status 404
2023-03-18T12:16:07.090Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@6da6cad5
2023-03-18T12:16:07.091Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-18T12:16:07.091Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicOnboardGcpnoc"
      ]
    }
  }
}
2023-03-18T12:16:07.091Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL basic_onboard_gcpnoc0_modules.json /sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json 583db2fa-2045-4011-8045-9fd436580060 Specified artifact is  not found 300 ASDC artifact download fail
2023-03-18T12:16:07.091Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json ASDC sendASDCNotification
2023-03-18T12:16:07.091Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json(Specified artifact is  not found)
2023-03-18T12:16:07.092Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-18T12:16:07.092Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T12:16:07.092Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T12:16:07.092Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679141767091,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T12:16:08.094Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during Installation of artifact ASDC processResourceNotification 500 Exception in processResourceNotification
org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact basic_onboard_gcpnoc0_modules.json could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json(UUID:583db2fa-2045-4011-8045-9fd436580060)
Error message is Specified artifact is  not found

	at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:787)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-18T12:16:08.094Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T12:16:08.114Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T12:16:08.117Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-18T12:16:08.118Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-18T12:16:38.118Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T12:16:38.138Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T12:16:38.142Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-18T12:16:38.142Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-18T12:16:58.920Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T12:16:58.921Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-18T12:16:58.921Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679141742042,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json",
  "status": "NOTIFIED"
}
2023-03-18T12:16:58.922Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:17:08.143Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T12:17:08.160Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T12:17:08.163Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-18T12:17:08.163Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-18T12:17:38.164Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T12:17:38.183Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T12:17:38.187Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-18T12:17:38.187Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-18T12:17:58.920Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T12:17:58.922Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-18T12:17:58.922Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679141742042,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2023-03-18T12:17:58.923Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:17:58.923Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-18T12:17:58.923Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679141742042,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T12:17:58.923Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:17:58.923Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-18T12:17:58.924Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679141742042,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2023-03-18T12:17:58.924Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:17:58.924Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-18T12:17:58.924Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679141742042,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T12:17:58.924Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:17:58.924Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-18T12:17:58.924Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679141742042,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar",
  "status": "NOTIFIED"
}
2023-03-18T12:17:58.924Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:17:58.925Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-18T12:17:58.925Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679141766053,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-18T12:17:58.925Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:17:58.925Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-18T12:17:58.925Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679141767091,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-18T12:17:58.925Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:18:08.187Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T12:18:08.208Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T12:18:08.212Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-18T12:18:08.212Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-18T12:18:38.214Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T12:18:38.233Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T12:18:38.236Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-18T12:18:38.237Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-18T12:18:58.920Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T12:19:08.237Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T12:19:08.258Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T12:19:08.262Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-18T12:19:08.262Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-18T12:19:38.262Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T12:19:38.281Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T12:19:38.284Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-18T12:19:38.285Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-18T12:19:58.921Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T12:20:08.285Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T12:20:08.306Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T12:20:08.310Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-18T12:20:08.311Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-18T12:20:38.311Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T12:20:38.332Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T12:20:38.336Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-18T12:20:38.336Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-18T12:20:58.922Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T12:20:58.963Z||kafka-coordinator-heartbeat-thread | so|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] consumer poll timeout has expired. This means the time between subsequent calls to poll() was longer than the configured max.poll.interval.ms, which typically implies that the poll loop is spending too much time processing messages. You can address this either by increasing max.poll.interval.ms or by reducing the maximum size of batches returned in poll() with max.poll.records.
2023-03-18T12:20:58.964Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Member SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2-01101656-9382-47f3-bdd3-6245a3aa403f sending LeaveGroup request to coordinator onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2147483645 rack: null) due to consumer poll timeout has expired.
2023-03-18T12:20:58.964Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Resetting generation and member id due to: consumer pro-actively leaving the group
2023-03-18T12:20:58.965Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Request joining group due to: consumer pro-actively leaving the group
2023-03-18T12:20:59.685Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T12:20:59.697Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Revoke previously assigned partitions SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-03-18T12:20:59.697Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] (Re-)joining group
2023-03-18T12:20:59.703Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Successfully joined group with generation Generation{generationId=41, memberId='SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94-2995e74d-4211-4955-93f6-f3f14568571e', protocol='range'}
2023-03-18T12:20:59.703Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Finished assignment for group at generation 41: {SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94-2995e74d-4211-4955-93f6-f3f14568571e=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])}
2023-03-18T12:20:59.716Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Successfully synced group in generation Generation{generationId=41, memberId='SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94-2995e74d-4211-4955-93f6-f3f14568571e', protocol='range'}
2023-03-18T12:20:59.717Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])
2023-03-18T12:20:59.717Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Adding newly assigned partitions: SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-03-18T12:20:59.721Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-18T12:20:59.721Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-18T12:20:59.721Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-18T12:20:59.721Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=707, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-18T12:20:59.721Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-18T12:20:59.722Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-18T12:21:08.337Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2023-03-18T12:21:08.337Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-18T12:21:08.348Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846 and serviceModelVersionId: dad851ae-1f1d-4e04-8847-f18fd5d51391
2023-03-18T12:21:08.348Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 693dcbb7-55f2-41d5-a0d9-572574329dfe
2023-03-18T12:21:08.349Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391?depth=0
2023-03-18T12:21:08.354Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2023-03-18T12:21:08.367Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-03-18T12:21:08.368Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391?depth=0|INFO|500||Invoke
2023-03-18T12:21:08.374Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2023-03-18T12:21:08.399Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391?depth=0|INFO|404|Not Found|InvokeReturn
2023-03-18T12:21:08.399Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391?depth=0 has http status code:404 and response headers:{date=[Sat, 18 Mar 2023 12:21:08 GMT], content-length=[495], x-aai-txid=[2-aai-resources-230318-12:21:08:076-32526], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-18T12:21:08.400Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||{"requestError":{"serviceException":{"messageId":"SVC3001","text":"Resource not found for %1 using id %2 (msg=%3) (ec=%4)","variables":["MERGE_PATCH","service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391","Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391","ERR.5.4.6114"]}}}

2023-03-18T12:21:08.402Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391) (ec=ERR.5.4.6114)
2023-03-18T12:21:08.402Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||ERROR|500||Exception occurred
javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391) (ec=ERR.5.4.6114)
	at org.onap.so.client.ResponseExceptionMapper.map(ResponseExceptionMapper.java:74)
	at org.onap.so.client.RestRequest.get(RestRequest.java:77)
	at org.onap.so.client.RestClient.buildRequest(RestClient.java:326)
	at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322)
	at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283)
	at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67)
	at net.jodah.failsafe.Execution.executeSync(Execution.java:117)
	at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319)
	at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71)
	at org.onap.so.client.RestClient.method(RestClient.java:322)
	at org.onap.so.client.RestClient.patch(RestClient.java:265)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184)
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-18T12:21:08.402Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391) (ec=ERR.5.4.6114)
2023-03-18T12:21:08.403Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391) (ec=ERR.5.4.6114)
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-18T12:21:08.410Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-18T12:21:08.410Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391) (ec=ERR.5.4.6114)
2023-03-18T12:21:08.411Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2023-03-18T12:21:08.411Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T12:21:08.411Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T12:21:08.411Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679142068410,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391) (ec\u003dERR.5.4.6114)"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T12:21:08.425Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-18T12:21:08.425Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679142068410,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391) (ec\u003dERR.5.4.6114)"
}
2023-03-18T12:21:08.425Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-18T12:21:09.436Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-18T12:21:09.437Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||received notification from broker: {"distributionID":"d4dc9e71-f2cb-491c-bcf1-9d51402514be","serviceName":"vFW 2023-03-18 11-08-36","serviceVersion":"1.0","serviceUUID":"27fdb87d-b713-4eaf-90a0-9e48041e5db6","serviceDescription":"catalog service description","serviceInvariantUUID":"cb6d14f9-78ae-470a-a6af-a3a2b9fea472","resources":[{"resourceInstanceName":"vFW 58569f3e-bd56 0","resourceName":"vFW 58569f3e-bd56","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"d26137cf-1389-4abe-8e09-78b44d7a1aae","resourceInvariantUUID":"440b369e-a09c-4c31-8a4e-6692abd11e0c","resourceCustomizationUUID":"e17fe765-865d-4748-ab41-44bdbee5a853","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/vf-license-model.xml","artifactChecksum":"MTFjYmU2ZGQwM2YxYTQxNjdhOWY1YjI5OWUyYjE5OTg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"7238df55-40f7-4cde-93e0-f3c86248a4ba","artifactVersion":"1"},{"artifactName":"vfw58569f3ebd560_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/vfw58569f3ebd560_modules.json","artifactChecksum":"ODg5YTAyNmJiZTFiZTA5MDMwZWVhNmFkMzVmNzk4YTg\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"a8ca7246-150c-4537-b08d-e58462b66bb6","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"be903e28-b266-44db-9c8b-4cbcb6f7ee77","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/vendor-license-model.xml","artifactChecksum":"NDExZWJjY2Q3ZjkxN2NkNTRiYmFlNDViOGZhYWJjM2M\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"cecd91b9-dbd7-4a9b-96a0-72674051949c","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"0637f995-3e6f-44f6-89fc-61906f5ff14b","artifactVersion":"2","generatedFromUUID":"be903e28-b266-44db-9c8b-4cbcb6f7ee77"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20230318110836-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-template.yml","artifactChecksum":"NjdmYzRlMTY1MzM1ODg5NjAzNTEzOWU1ZGFmNmNiNDI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"8648cca8-36e7-40c1-8faf-a7c0be2faa07","artifactVersion":"1"},{"artifactName":"service-Vfw20230318110836-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar","artifactChecksum":"NzY3OTRjMDBhMTZlZjQ1ZTQ3MTU0ZjE0NjliYmU1M2Y\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"436a091b-6820-4621-9f77-4a798268cc9d","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-18T12:21:09.437Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T12:21:09.437Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T12:21:09.437Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T12:21:09.438Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679141742042,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T12:21:10.438Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T12:21:10.439Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T12:21:10.439Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T12:21:10.440Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679141742042,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/vfw58569f3ebd560_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T12:21:11.441Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T12:21:11.441Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T12:21:11.441Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T12:21:11.441Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679141742042,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T12:21:12.442Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T12:21:12.443Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T12:21:12.443Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T12:21:12.443Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679141742042,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T12:21:13.445Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T12:21:13.445Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T12:21:13.445Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T12:21:13.445Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679141742042,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/base_vfw.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T12:21:14.446Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T12:21:14.447Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T12:21:14.447Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T12:21:14.447Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679141742042,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T12:21:15.448Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T12:21:15.449Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T12:21:15.449Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T12:21:15.449Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679141742042,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T12:21:16.450Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "serviceName": "vFW 2023-03-18 11-08-36",
  "serviceVersion": "1.0",
  "serviceUUID": "27fdb87d-b713-4eaf-90a0-9e48041e5db6",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "cb6d14f9-78ae-470a-a6af-a3a2b9fea472",
  "resources": [
    {
      "resourceInstanceName": "vFW 58569f3e-bd56 0",
      "resourceCustomizationUUID": "e17fe765-865d-4748-ab41-44bdbee5a853",
      "resourceName": "vFW 58569f3e-bd56",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "d26137cf-1389-4abe-8e09-78b44d7a1aae",
      "resourceInvariantUUID": "440b369e-a09c-4c31-8a4e-6692abd11e0c",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw58569f3ebd560_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/vfw58569f3ebd560_modules.json",
          "artifactChecksum": "ODg5YTAyNmJiZTFiZTA5MDMwZWVhNmFkMzVmNzk4YTg\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "a8ca7246-150c-4537-b08d-e58462b66bb6",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "be903e28-b266-44db-9c8b-4cbcb6f7ee77",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "0637f995-3e6f-44f6-89fc-61906f5ff14b",
            "generatedFromUUID": "be903e28-b266-44db-9c8b-4cbcb6f7ee77"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "0637f995-3e6f-44f6-89fc-61906f5ff14b",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20230318110836-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar",
      "artifactChecksum": "NzY3OTRjMDBhMTZlZjQ1ZTQ3MTU0ZjE0NjliYmU1M2Y\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "436a091b-6820-4621-9f77-4a798268cc9d"
    }
  ],
  "workloadContext": "Production"
}
2023-03-18T12:21:16.450Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-18T12:21:16.450Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 27fdb87d-b713-4eaf-90a0-9e48041e5db6 ASDC
2023-03-18T12:21:16.451Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:d4dc9e71-f2cb-491c-bcf1-9d51402514be
ServiceName:vFW 2023-03-18 11-08-36
ServiceVersion:1.0
ServiceUUID:27fdb87d-b713-4eaf-90a0-9e48041e5db6
ServiceInvariantUUID:cb6d14f9-78ae-470a-a6af-a3a2b9fea472
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20230318110836-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar
ArtifactUUID:436a091b-6820-4621-9f77-4a798268cc9d
ArtifactChecksum:NzY3OTRjMDBhMTZlZjQ1ZTQ3MTU0ZjE0NjliYmU1M2Y=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 58569f3e-bd56 0
ResourceCustomizationUUID:e17fe765-865d-4748-ab41-44bdbee5a853
ResourceInvariantUUID:440b369e-a09c-4c31-8a4e-6692abd11e0c
ResourceName:vFW 58569f3e-bd56
ResourceType:VF
ResourceUUID:d26137cf-1389-4abe-8e09-78b44d7a1aae
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw58569f3ebd560_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/vfw58569f3ebd560_modules.json
ArtifactUUID:a8ca7246-150c-4537-b08d-e58462b66bb6
ArtifactChecksum:ODg5YTAyNmJiZTFiZTA5MDMwZWVhNmFkMzVmNzk4YTg=
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/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/base_vfw.yaml
ArtifactUUID:be903e28-b266-44db-9c8b-4cbcb6f7ee77
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/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/base_vfw.env
ArtifactUUID:0637f995-3e6f-44f6-89fc-61906f5ff14b
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/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/base_vfw.env
ArtifactUUID:0637f995-3e6f-44f6-89fc-61906f5ff14b
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-18T12:21:16.451Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 27fdb87d-b713-4eaf-90a0-9e48041e5db6 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: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-18T12:21:16.486Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-18T12:21:16.486Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-03-18T12:21:16.486Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-03-18T12:21:16.487Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 436a091b-6820-4621-9f77-4a798268cc9d from URL: /sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar
2023-03-18T12:21:16.487Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||DistributionClient - download
2023-03-18T12:21:16.487Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar
2023-03-18T12:21:16.985Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2023-03-18T12:21:16.992Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar 436a091b-6820-4621-9f77-4a798268cc9d 101467
2023-03-18T12:21:16.992Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar ASDC sendASDCNotification
2023-03-18T12:21:16.993Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar
2023-03-18T12:21:16.993Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-18T12:21:16.993Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T12:21:16.993Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T12:21:16.993Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679142076992,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T12:21:17.994Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-18T12:21:17.996Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-03-18T12:21:17.997Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 436a091b-6820-4621-9f77-4a798268cc9d, URL: /sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar to file: /app/ASDC/1/service-Vfw20230318110836-csar.csar
2023-03-18T12:21:17.998Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20230318110836-csar.csar
2023-03-18T12:21:17.999Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20230318110836-csar.csar
2023-03-18T12:21:17.999Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20230318110836-csar.csar
2023-03-18T12:21:18.123Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15415758973740058504/Definitions/service-Vfw20230318110836-template.yml
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_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_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
2023-03-18T12:21:19.645Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-18T12:21:19.646Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||WARN|500||####################################################################################################
2023-03-18T12:21:19.646Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20230318110836-csar.csar
2023-03-18T12:21:19.646Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2023-03-18T12:21:19.646Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230318110836-csar.csar
2023-03-18T12:21:19.646Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230318110836-csar.csar
2023-03-18T12:21:19.647Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20230318110836-csar.csar
2023-03-18T12:21:19.647Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230318110836-csar.csar
2023-03-18T12:21:19.647Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230318110836-csar.csar
2023-03-18T12:21:19.647Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230318110836-csar.csar
2023-03-18T12:21:19.647Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230318110836-csar.csar
2023-03-18T12:21:19.647Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230318110836-csar.csar
2023-03-18T12:21:19.647Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230318110836-csar.csar
2023-03-18T12:21:19.647Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 58569f3e-bd56 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-Vfw20230318110836-csar.csar
2023-03-18T12:21:19.647Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230318110836-csar.csar
2023-03-18T12:21:19.647Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||WARN|500||####################################################################################################
2023-03-18T12:21:19.647Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T12:21:19.647Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-03-18 11-08-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T12:21:19.648Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template vFW 58569f3e-bd56 0 is matching search criteria
2023-03-18T12:21:19.648Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2023-03-18T12:21:19.648Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 58569f3e-bd56 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-18T12:21:19.648Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T12:21:19.648Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-03-18 11-08-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T12:21:19.648Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template vFW 58569f3e-bd56 0 is matching search criteria
2023-03-18T12:21:19.648Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2023-03-18T12:21:19.649Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 58569f3e-bd56 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-18T12:21:19.649Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T12:21:19.649Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-03-18 11-08-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T12:21:19.649Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T12:21:19.649Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template vFW 58569f3e-bd56 0 is not matching search criteria
2023-03-18T12:21:19.649Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-18T12:21:19.649Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-18T12:21:19.649Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-18T12:21:19.650Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-18T12:21:19.650Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-18T12:21:19.650Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-18T12:21:19.650Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-18T12:21:19.650Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-18T12:21:19.650Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-18T12:21:19.650Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-18T12:21:19.650Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-18T12:21:19.650Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-18T12:21:19.650Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-18T12:21:19.650Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-18T12:21:19.650Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-18T12:21:19.650Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-03-18T12:21:19.651Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T12:21:19.651Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-03-18 11-08-36 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-03-18T12:21:19.651Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T12:21:19.651Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template vFW 58569f3e-bd56 0 is matching search criteria
2023-03-18T12:21:19.651Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 58569f3e-bd56 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-18T12:21:19.651Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T12:21:19.651Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template vFW 58569f3e-bd56 0 is matching search criteria
2023-03-18T12:21:19.651Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 58569f3e-bd56 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-18T12:21:19.651Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T12:21:19.651Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template vFW 58569f3e-bd56 0 is matching search criteria
2023-03-18T12:21:19.651Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 58569f3e-bd56 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-18T12:21:19.651Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T12:21:19.651Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template vFW 58569f3e-bd56 0 is not matching search criteria
2023-03-18T12:21:19.651Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-18T12:21:19.652Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-18T12:21:19.652Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-03-18T12:21:19.652Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-18T12:21:19.652Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-18T12:21:19.652Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-18T12:21:19.652Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-18T12:21:19.652Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-18T12:21:19.652Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-18T12:21:19.652Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-18T12:21:19.652Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-18T12:21:19.652Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=54648a20-f030-49c4-93d4-4525b2108f51
2023-03-18T12:21:19.652Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T12:21:19.652Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template vFW 58569f3e-bd56 0 is not matching search criteria
2023-03-18T12:21:19.653Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-18T12:21:19.653Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-18T12:21:19.653Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-18T12:21:19.653Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-18T12:21:19.653Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-18T12:21:19.653Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-18T12:21:19.653Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-18T12:21:19.653Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-03-18T12:21:19.653Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-18T12:21:19.653Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-18T12:21:19.653Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-18T12:21:19.653Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-18T12:21:19.653Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=c8000f82-3ea0-499f-845f-48af9ca20f40
2023-03-18T12:21:19.653Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T12:21:19.654Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template vFW 58569f3e-bd56 0 is not matching search criteria
2023-03-18T12:21:19.654Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-18T12:21:19.654Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-18T12:21:19.654Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-18T12:21:19.654Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-18T12:21:19.654Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-18T12:21:19.654Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-18T12:21:19.654Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-18T12:21:19.654Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-18T12:21:19.654Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-18T12:21:19.654Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-18T12:21:19.654Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-18T12:21:19.654Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-03-18T12:21:19.655Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=8d37dce4-ace0-4972-b0ae-359f5ee34e15
2023-03-18T12:21:19.655Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T12:21:19.655Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-03-18 11-08-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T12:21:19.655Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T12:21:19.655Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-03-18 11-08-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T12:21:19.655Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T12:21:19.655Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-03-18 11-08-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T12:21:19.655Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T12:21:19.655Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-03-18 11-08-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T12:21:19.656Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2023-03-18 11-08-36
Description:catalog service description
Model UUID:27fdb87d-b713-4eaf-90a0-9e48041e5db6
Model Version:NULL
Model InvariantUuid:cb6d14f9-78ae-470a-a6af-a3a2b9fea472
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 58569f3e-bd56
Model UUID:2fc36073-92c9-4d5d-9644-0bb6550c287b
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:440b369e-a09c-4c31-8a4e-6692abd11e0c
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:e17fe765-865d-4748-ab41-44bdbee5a853
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:351d450e-b1b7-41ae-a83a-2a71f15e25d1
ModelName:Vfw58569f3eBd56..base_vfw..module-0
ModelUuid:0d68d68e-dec8-43d2-aff9-f5d88cc04393
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:54648a20-f030-49c4-93d4-4525b2108f51
ModelInvariantUuid:4ab08134-cd1d-4688-9b75-17c67d1a3e81
ModelName:vFW 58569f3e-bd56-nodes.vfwCvfc
ModelUuid:d6b2f0ba-9202-407c-a163-7cc24d0f18b4
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:056f6090-f73c-4739-af97-620c05ad132a
ModelInvariantUuid:983e3ada-7ea8-4303-8174-d3114334eb9e
ModelName:Vfw58569f3eBd56.compute.nodes.heat.vfw
ModelUuid:3d4b7896-bd84-401c-aa77-b889e41a200a
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:c8000f82-3ea0-499f-845f-48af9ca20f40
ModelInvariantUuid:fcd18208-a79b-409f-9943-f6fdaf7b423e
ModelName:vFW 58569f3e-bd56-nodes.vsnCvfc
ModelUuid:2dc70d22-f13d-4809-b3aa-6be925119137
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:402dc1d7-02f5-4fe5-9c72-942fea6de45f
ModelInvariantUuid:0b0ccbe0-ee97-4020-bd46-0de8c06bfc96
ModelName:Vfw58569f3eBd56.compute.nodes.heat.vsn
ModelUuid:9156b53b-b6f9-40ab-bf18-4e57fbace729
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:8d37dce4-ace0-4972-b0ae-359f5ee34e15
ModelInvariantUuid:5fb0558e-6cb2-4431-b7ca-6445c8799cef
ModelName:vFW 58569f3e-bd56-nodes.vpgCvfc
ModelUuid:fa77263e-b297-4fc8-ad06-fee6a19575f2
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:c490c1b0-6d8a-4e04-bcc3-d1334a874130
ModelInvariantUuid:49041fa9-9665-4fc5-a429-9d3d7490839b
ModelName:Vfw58569f3eBd56.compute.nodes.heat.vpg
ModelUuid:7e8eb1f5-1f60-4b7b-ac6b-192037bf4db6
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=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-03-18T12:21:19.688Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||ERROR|500||Csar with UUID: 436a091b-6820-4621-9f77-4a798268cc9d already exists
2023-03-18T12:21:19.688Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar ASDC sendASDCNotification
2023-03-18T12:21:19.689Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar(Csar with UUID: 436a091b-6820-4621-9f77-4a798268cc9d already exists)
2023-03-18T12:21:19.689Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-18T12:21:19.689Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T12:21:19.689Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T12:21:19.689Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679142079688,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 436a091b-6820-4621-9f77-4a798268cc9d already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T12:21:20.690Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar ASDC sendASDCNotification
2023-03-18T12:21:20.690Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar(Resource with UUID: d26137cf-1389-4abe-8e09-78b44d7a1aae already exists)
2023-03-18T12:21:20.691Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-18T12:21:20.691Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T12:21:20.691Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T12:21:20.691Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679142080690,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: d26137cf-1389-4abe-8e09-78b44d7a1aae already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T12:21:21.692Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d4dc9e71-f2cb-491c-bcf1-9d51402514be
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T12:21:21.714Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d4dc9e71-f2cb-491c-bcf1-9d51402514be
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T12:21:21.718Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-18T12:21:21.719Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-18T12:21:21.719Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-18T12:21:21.719Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-18T12:21:21.719Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T12:21:21.719Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T12:21:21.719Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T12:21:21.719Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T12:21:21.719Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T12:21:21.719Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-18T12:21:21.731Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-18T12:21:51.732Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: d4dc9e71-f2cb-491c-bcf1-9d51402514be and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-18T12:21:51.743Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: d4dc9e71-f2cb-491c-bcf1-9d51402514be and serviceModelVersionId: 27fdb87d-b713-4eaf-90a0-9e48041e5db6
2023-03-18T12:21:51.743Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : cb6d14f9-78ae-470a-a6af-a3a2b9fea472
2023-03-18T12:21:51.744Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/cb6d14f9-78ae-470a-a6af-a3a2b9fea472/model-vers/model-ver/27fdb87d-b713-4eaf-90a0-9e48041e5db6?depth=0
2023-03-18T12:21:51.747Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2023-03-18T12:21:51.760Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cb6d14f9-78ae-470a-a6af-a3a2b9fea472/model-vers/model-ver/27fdb87d-b713-4eaf-90a0-9e48041e5db6?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-03-18T12:21:51.760Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cb6d14f9-78ae-470a-a6af-a3a2b9fea472/model-vers/model-ver/27fdb87d-b713-4eaf-90a0-9e48041e5db6?depth=0|INFO|500||Invoke
2023-03-18T12:21:51.769Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cb6d14f9-78ae-470a-a6af-a3a2b9fea472/model-vers/model-ver/27fdb87d-b713-4eaf-90a0-9e48041e5db6?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-18T12:21:51.931Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cb6d14f9-78ae-470a-a6af-a3a2b9fea472/model-vers/model-ver/27fdb87d-b713-4eaf-90a0-9e48041e5db6?depth=0|INFO|500||InvokeReturn
2023-03-18T12:21:51.932Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cb6d14f9-78ae-470a-a6af-a3a2b9fea472/model-vers/model-ver/27fdb87d-b713-4eaf-90a0-9e48041e5db6?depth=0 has http status code:200 and response headers:{date=[Sat, 18 Mar 2023 12:21:51 GMT], content-length=[0], vertex-id=[593936], x-aai-txid=[1-aai-resources-230318-12:21:51:472-66121], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-18T12:21:51.932Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Response was returned with an empty entity.
2023-03-18T12:21:51.933Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-18T12:21:51.933Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-18T12:21:51.938Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-18T12:21:51.939Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID d4dc9e71-f2cb-491c-bcf1-9d51402514be and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-18T12:21:51.939Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-18T12:21:51.939Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T12:21:51.939Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T12:21:51.939Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679142111939,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-18T12:21:52.964Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-18T12:21:52.965Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||received notification from broker: {"distributionID":"9f6cbd74-5561-4ebf-ae29-ef09adcdb35a","serviceName":"vFW 2023-03-18 11-49-31","serviceVersion":"1.0","serviceUUID":"6d984351-d1ca-40a4-aad4-cb46662a587a","serviceDescription":"catalog service description","serviceInvariantUUID":"cf32c985-ce6d-438e-ae22-e6fd004665b3","resources":[{"resourceInstanceName":"vFW c11b0f1b-4505 0","resourceName":"vFW c11b0f1b-4505","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"c7374fd6-6727-4426-9587-40812bc7c663","resourceInvariantUUID":"26f1c4e0-d5d2-4519-a829-ba04da79dfd3","resourceCustomizationUUID":"19f5eed0-33a8-4dbf-839a-f2ac2d3b058b","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/vf-license-model.xml","artifactChecksum":"ZmYyYjdhM2U5NTJiNDExYWMwYTMzMTkyZDMwYzcxZTc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"7b8e42e6-1821-4cac-aa27-034f93b9a8bb","artifactVersion":"1"},{"artifactName":"vfwc11b0f1b45050_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/vfwc11b0f1b45050_modules.json","artifactChecksum":"YTA1YjZlZDc1ZGI4M2FjMjI5NWE4ZTQzZjQxZmI1MGE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"40a0f4a8-4459-48c6-8da9-780f32a6e90d","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"3198714b-6cfa-4ae8-9e58-caa5fd7816d1","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/vendor-license-model.xml","artifactChecksum":"OTNkYjEwYTcxMGU1ODVlYThkMzJiZjM0OWMzYWExNTg\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"56d4001a-cb5d-4c8b-a9db-05f6dd036a2e","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"72f0a15a-ad88-4350-921f-de50e44e2b78","artifactVersion":"2","generatedFromUUID":"3198714b-6cfa-4ae8-9e58-caa5fd7816d1"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20230318114931-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-template.yml","artifactChecksum":"MmZjZDk3ZDhkZWNhNmYyZTJiYmJjYzlhZTNjZmUwZDU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"d733d559-0885-4fbb-8573-c3718d9662ac","artifactVersion":"1"},{"artifactName":"service-Vfw20230318114931-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar","artifactChecksum":"NzYyNTc4YTljZWI3YjE3YThjOTU0MjkyMGEyMDMxNDY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"2a8efcaf-0813-4b52-901f-136ba065c343","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-18T12:21:52.965Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T12:21:52.965Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T12:21:52.966Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T12:21:52.966Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679141742042,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T12:21:53.967Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T12:21:53.968Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T12:21:53.968Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T12:21:53.968Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679141742042,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/vfwc11b0f1b45050_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T12:21:54.970Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T12:21:54.970Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T12:21:54.970Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T12:21:54.970Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679141742042,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T12:21:55.972Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T12:21:55.972Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T12:21:55.972Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T12:21:55.973Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679141742042,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T12:21:56.974Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T12:21:56.975Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T12:21:56.975Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T12:21:56.975Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679141742042,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/base_vfw.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T12:21:57.977Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T12:21:57.978Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T12:21:57.978Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T12:21:57.978Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679141742042,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T12:21:58.919Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T12:21:58.925Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-18T12:21:58.925Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679141742042,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T12:21:58.926Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:21:58.926Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-18T12:21:58.926Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679141742042,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/vfw58569f3ebd560_modules.json",
  "status": "NOTIFIED"
}
2023-03-18T12:21:58.926Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:21:58.926Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-18T12:21:58.926Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679141742042,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-03-18T12:21:58.926Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:21:58.926Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-18T12:21:58.926Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679141742042,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T12:21:58.926Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:21:58.927Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-18T12:21:58.927Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679141742042,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2023-03-18T12:21:58.927Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:21:58.927Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-18T12:21:58.927Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679141742042,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T12:21:58.927Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:21:58.927Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-18T12:21:58.928Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679141742042,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar",
  "status": "NOTIFIED"
}
2023-03-18T12:21:58.928Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:21:58.928Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-18T12:21:58.928Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679142076992,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-18T12:21:58.928Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:21:58.928Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-18T12:21:58.928Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679142079688,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 436a091b-6820-4621-9f77-4a798268cc9d already exists"
}
2023-03-18T12:21:58.928Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:21:58.928Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-18T12:21:58.928Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679142080690,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: d26137cf-1389-4abe-8e09-78b44d7a1aae already exists"
}
2023-03-18T12:21:58.929Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:21:58.929Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-18T12:21:58.929Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679142111939,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-18T12:21:58.929Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:21:58.929Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-18T12:21:58.929Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679141742042,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T12:21:58.930Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:21:58.930Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-18T12:21:58.930Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679141742042,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/vfwc11b0f1b45050_modules.json",
  "status": "NOTIFIED"
}
2023-03-18T12:21:58.930Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:21:58.930Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-18T12:21:58.930Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679141742042,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-03-18T12:21:58.930Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:21:58.931Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-18T12:21:58.931Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679141742042,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T12:21:58.931Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:21:58.931Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-18T12:21:58.931Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679141742042,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2023-03-18T12:21:58.931Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:21:58.931Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-18T12:21:58.931Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679141742042,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T12:21:58.931Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:21:58.980Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T12:21:58.980Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T12:21:58.981Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T12:21:58.981Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679141742042,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T12:21:59.982Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "serviceName": "vFW 2023-03-18 11-49-31",
  "serviceVersion": "1.0",
  "serviceUUID": "6d984351-d1ca-40a4-aad4-cb46662a587a",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "cf32c985-ce6d-438e-ae22-e6fd004665b3",
  "resources": [
    {
      "resourceInstanceName": "vFW c11b0f1b-4505 0",
      "resourceCustomizationUUID": "19f5eed0-33a8-4dbf-839a-f2ac2d3b058b",
      "resourceName": "vFW c11b0f1b-4505",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "c7374fd6-6727-4426-9587-40812bc7c663",
      "resourceInvariantUUID": "26f1c4e0-d5d2-4519-a829-ba04da79dfd3",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfwc11b0f1b45050_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/vfwc11b0f1b45050_modules.json",
          "artifactChecksum": "YTA1YjZlZDc1ZGI4M2FjMjI5NWE4ZTQzZjQxZmI1MGE\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "40a0f4a8-4459-48c6-8da9-780f32a6e90d",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "3198714b-6cfa-4ae8-9e58-caa5fd7816d1",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "72f0a15a-ad88-4350-921f-de50e44e2b78",
            "generatedFromUUID": "3198714b-6cfa-4ae8-9e58-caa5fd7816d1"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "72f0a15a-ad88-4350-921f-de50e44e2b78",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20230318114931-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar",
      "artifactChecksum": "NzYyNTc4YTljZWI3YjE3YThjOTU0MjkyMGEyMDMxNDY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "2a8efcaf-0813-4b52-901f-136ba065c343"
    }
  ],
  "workloadContext": "Production"
}
2023-03-18T12:21:59.983Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-18T12:21:59.983Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 6d984351-d1ca-40a4-aad4-cb46662a587a ASDC
2023-03-18T12:21:59.983Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:9f6cbd74-5561-4ebf-ae29-ef09adcdb35a
ServiceName:vFW 2023-03-18 11-49-31
ServiceVersion:1.0
ServiceUUID:6d984351-d1ca-40a4-aad4-cb46662a587a
ServiceInvariantUUID:cf32c985-ce6d-438e-ae22-e6fd004665b3
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20230318114931-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar
ArtifactUUID:2a8efcaf-0813-4b52-901f-136ba065c343
ArtifactChecksum:NzYyNTc4YTljZWI3YjE3YThjOTU0MjkyMGEyMDMxNDY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW c11b0f1b-4505 0
ResourceCustomizationUUID:19f5eed0-33a8-4dbf-839a-f2ac2d3b058b
ResourceInvariantUUID:26f1c4e0-d5d2-4519-a829-ba04da79dfd3
ResourceName:vFW c11b0f1b-4505
ResourceType:VF
ResourceUUID:c7374fd6-6727-4426-9587-40812bc7c663
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwc11b0f1b45050_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/vfwc11b0f1b45050_modules.json
ArtifactUUID:40a0f4a8-4459-48c6-8da9-780f32a6e90d
ArtifactChecksum:YTA1YjZlZDc1ZGI4M2FjMjI5NWE4ZTQzZjQxZmI1MGE=
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/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/base_vfw.yaml
ArtifactUUID:3198714b-6cfa-4ae8-9e58-caa5fd7816d1
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/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/base_vfw.env
ArtifactUUID:72f0a15a-ad88-4350-921f-de50e44e2b78
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/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/base_vfw.env
ArtifactUUID:72f0a15a-ad88-4350-921f-de50e44e2b78
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-18T12:21:59.983Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 6d984351-d1ca-40a4-aad4-cb46662a587a 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: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-18T12:22:00.018Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-18T12:22:00.018Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-03-18T12:22:00.018Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-03-18T12:22:00.019Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 2a8efcaf-0813-4b52-901f-136ba065c343 from URL: /sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar
2023-03-18T12:22:00.019Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||INFO|500||DistributionClient - download
2023-03-18T12:22:00.019Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar
2023-03-18T12:22:00.278Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2023-03-18T12:22:00.286Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar 2a8efcaf-0813-4b52-901f-136ba065c343 101507
2023-03-18T12:22:00.286Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar ASDC sendASDCNotification
2023-03-18T12:22:00.286Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar
2023-03-18T12:22:00.286Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-18T12:22:00.287Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T12:22:00.287Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T12:22:00.287Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679142120286,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T12:22:01.288Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-18T12:22:01.289Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-03-18T12:22:01.290Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 2a8efcaf-0813-4b52-901f-136ba065c343, URL: /sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar to file: /app/ASDC/1/service-Vfw20230318114931-csar.csar
2023-03-18T12:22:01.290Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20230318114931-csar.csar
2023-03-18T12:22:01.291Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20230318114931-csar.csar
2023-03-18T12:22:01.292Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20230318114931-csar.csar
2023-03-18T12:22:01.417Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13749840553024362554/Definitions/service-Vfw20230318114931-template.yml
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_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vfw_name" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_user_data_format" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_key_name" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "compute_vfw_metadata" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
2023-03-18T12:22:02.807Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-18T12:22:02.808Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||WARN|500||####################################################################################################
2023-03-18T12:22:02.808Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20230318114931-csar.csar
2023-03-18T12:22:02.808Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2023-03-18T12:22:02.808Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230318114931-csar.csar
2023-03-18T12:22:02.808Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230318114931-csar.csar
2023-03-18T12:22:02.809Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20230318114931-csar.csar
2023-03-18T12:22:02.809Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230318114931-csar.csar
2023-03-18T12:22:02.810Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230318114931-csar.csar
2023-03-18T12:22:02.810Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230318114931-csar.csar
2023-03-18T12:22:02.810Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230318114931-csar.csar
2023-03-18T12:22:02.810Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230318114931-csar.csar
2023-03-18T12:22:02.810Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230318114931-csar.csar
2023-03-18T12:22:02.810Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230318114931-csar.csar
2023-03-18T12:22:02.811Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW c11b0f1b-4505 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-Vfw20230318114931-csar.csar
2023-03-18T12:22:02.811Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||WARN|500||####################################################################################################
2023-03-18T12:22:02.811Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T12:22:02.811Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-03-18 11-49-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T12:22:02.812Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template vFW c11b0f1b-4505 0 is matching search criteria
2023-03-18T12:22:02.812Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2023-03-18T12:22:02.812Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW c11b0f1b-4505 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-18T12:22:02.813Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T12:22:02.813Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-03-18 11-49-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T12:22:02.813Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template vFW c11b0f1b-4505 0 is matching search criteria
2023-03-18T12:22:02.813Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2023-03-18T12:22:02.814Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW c11b0f1b-4505 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-18T12:22:02.814Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T12:22:02.814Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-03-18 11-49-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T12:22:02.815Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T12:22:02.815Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template vFW c11b0f1b-4505 0 is not matching search criteria
2023-03-18T12:22:02.815Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-18T12:22:02.815Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-18T12:22:02.816Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-18T12:22:02.816Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-18T12:22:02.816Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-18T12:22:02.816Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-18T12:22:02.816Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-18T12:22:02.817Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-18T12:22:02.817Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-18T12:22:02.817Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-18T12:22:02.818Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-18T12:22:02.818Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-18T12:22:02.818Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-18T12:22:02.818Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-18T12:22:02.818Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-18T12:22:02.819Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-03-18T12:22:02.819Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T12:22:02.819Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-03-18 11-49-31 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-03-18T12:22:02.819Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T12:22:02.819Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template vFW c11b0f1b-4505 0 is matching search criteria
2023-03-18T12:22:02.820Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW c11b0f1b-4505 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-18T12:22:02.820Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T12:22:02.820Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template vFW c11b0f1b-4505 0 is matching search criteria
2023-03-18T12:22:02.820Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW c11b0f1b-4505 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-18T12:22:02.821Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T12:22:02.821Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template vFW c11b0f1b-4505 0 is matching search criteria
2023-03-18T12:22:02.821Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW c11b0f1b-4505 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-18T12:22:02.821Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T12:22:02.821Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template vFW c11b0f1b-4505 0 is not matching search criteria
2023-03-18T12:22:02.822Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-18T12:22:02.825Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-03-18T12:22:02.825Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-18T12:22:02.826Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-18T12:22:02.826Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-18T12:22:02.826Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-18T12:22:02.826Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-18T12:22:02.826Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-18T12:22:02.826Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-18T12:22:02.826Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-18T12:22:02.826Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-18T12:22:02.826Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=93a1b299-440a-4b46-b809-896a244a8c3e
2023-03-18T12:22:02.827Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T12:22:02.827Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template vFW c11b0f1b-4505 0 is not matching search criteria
2023-03-18T12:22:02.827Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-18T12:22:02.827Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-18T12:22:02.827Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-18T12:22:02.827Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-18T12:22:02.827Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-18T12:22:02.827Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-18T12:22:02.827Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-18T12:22:02.827Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-03-18T12:22:02.827Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-18T12:22:02.827Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-18T12:22:02.827Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-18T12:22:02.828Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-18T12:22:02.828Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=f46f0c4d-868d-4d5b-9783-ea8cf0f2cc90
2023-03-18T12:22:02.828Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T12:22:02.828Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template vFW c11b0f1b-4505 0 is not matching search criteria
2023-03-18T12:22:02.828Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-18T12:22:02.828Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-18T12:22:02.828Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-18T12:22:02.828Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-18T12:22:02.828Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-18T12:22:02.828Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-18T12:22:02.828Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-18T12:22:02.828Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-18T12:22:02.829Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-18T12:22:02.829Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-18T12:22:02.829Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-18T12:22:02.829Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-03-18T12:22:02.829Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=5079a023-f40e-49e5-9a39-abc7b36fa226
2023-03-18T12:22:02.829Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T12:22:02.829Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-03-18 11-49-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T12:22:02.829Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T12:22:02.829Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-03-18 11-49-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T12:22:02.829Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T12:22:02.829Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-03-18 11-49-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T12:22:02.829Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T12:22:02.830Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-03-18 11-49-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T12:22:02.830Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2023-03-18 11-49-31
Description:catalog service description
Model UUID:6d984351-d1ca-40a4-aad4-cb46662a587a
Model Version:NULL
Model InvariantUuid:cf32c985-ce6d-438e-ae22-e6fd004665b3
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW c11b0f1b-4505
Model UUID:ebdaa0dd-57e1-4fdd-a831-8135ea117a46
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:26f1c4e0-d5d2-4519-a829-ba04da79dfd3
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:19f5eed0-33a8-4dbf-839a-f2ac2d3b058b
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:6ebe4145-67c2-45e6-9597-53226a0916bd
ModelName:VfwC11b0f1b4505..base_vfw..module-0
ModelUuid:0261834d-3be1-4860-8b24-040e2c80aecd
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:93a1b299-440a-4b46-b809-896a244a8c3e
ModelInvariantUuid:8ec395e7-2102-4d02-844f-c114ac1a4203
ModelName:vFW c11b0f1b-4505-nodes.vfwCvfc
ModelUuid:504b1f13-9ac9-4e16-910b-43ab4acacb0f
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:99287d62-b33c-413e-89ec-87108c575104
ModelInvariantUuid:47f32f44-cd17-4eef-9e16-abcb011ab104
ModelName:VfwC11b0f1b4505.compute.nodes.heat.vfw
ModelUuid:2a6b0c3b-4ab1-49cd-8a96-f1f0feba73a0
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:f46f0c4d-868d-4d5b-9783-ea8cf0f2cc90
ModelInvariantUuid:d8e52c29-a773-431c-95b4-d1f0431b5e9e
ModelName:vFW c11b0f1b-4505-nodes.vsnCvfc
ModelUuid:e2d70f6d-c1ff-493f-99ab-25fea72fcdcc
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:113d5ed4-4ad4-49a7-94a3-7a01856b2205
ModelInvariantUuid:39b9a204-ad6c-4bfc-8b8d-763592e31d47
ModelName:VfwC11b0f1b4505.compute.nodes.heat.vsn
ModelUuid:fb5c808e-fe4a-477f-9cbd-5ab7141bbabe
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:5079a023-f40e-49e5-9a39-abc7b36fa226
ModelInvariantUuid:457dc8a1-b2ed-4d6f-963b-32e7f710a988
ModelName:vFW c11b0f1b-4505-nodes.vpgCvfc
ModelUuid:b289eee2-d7be-43f7-a6eb-232cf9ffa6c4
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:b5a732bf-796a-41d5-8db9-e0467a3c1b4a
ModelInvariantUuid:6626a445-05ec-4eb4-b903-06723caa1195
ModelName:VfwC11b0f1b4505.compute.nodes.heat.vpg
ModelUuid:f6a4ab06-9982-4e1b-be30-d56572ed840e
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=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-03-18T12:22:02.865Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||ERROR|500||Csar with UUID: 2a8efcaf-0813-4b52-901f-136ba065c343 already exists
2023-03-18T12:22:02.865Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar ASDC sendASDCNotification
2023-03-18T12:22:02.865Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar(Csar with UUID: 2a8efcaf-0813-4b52-901f-136ba065c343 already exists)
2023-03-18T12:22:02.865Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-18T12:22:02.865Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T12:22:02.865Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T12:22:02.866Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679142122865,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 2a8efcaf-0813-4b52-901f-136ba065c343 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T12:22:03.867Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar ASDC sendASDCNotification
2023-03-18T12:22:03.868Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar(Resource with UUID: c7374fd6-6727-4426-9587-40812bc7c663 already exists)
2023-03-18T12:22:03.868Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-18T12:22:03.868Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T12:22:03.868Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T12:22:03.868Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679142123867,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: c7374fd6-6727-4426-9587-40812bc7c663 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T12:22:04.870Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9f6cbd74-5561-4ebf-ae29-ef09adcdb35a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T12:22:04.891Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9f6cbd74-5561-4ebf-ae29-ef09adcdb35a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T12:22:04.895Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-18T12:22:04.895Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-18T12:22:04.896Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-18T12:22:04.896Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-18T12:22:04.896Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T12:22:04.896Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T12:22:04.896Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T12:22:04.896Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T12:22:04.896Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T12:22:04.897Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-18T12:22:04.907Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-18T12:22:34.907Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 9f6cbd74-5561-4ebf-ae29-ef09adcdb35a and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-18T12:22:34.918Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 9f6cbd74-5561-4ebf-ae29-ef09adcdb35a and serviceModelVersionId: 6d984351-d1ca-40a4-aad4-cb46662a587a
2023-03-18T12:22:34.918Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : cf32c985-ce6d-438e-ae22-e6fd004665b3
2023-03-18T12:22:34.920Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/cf32c985-ce6d-438e-ae22-e6fd004665b3/model-vers/model-ver/6d984351-d1ca-40a4-aad4-cb46662a587a?depth=0
2023-03-18T12:22:34.924Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2023-03-18T12:22:34.940Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cf32c985-ce6d-438e-ae22-e6fd004665b3/model-vers/model-ver/6d984351-d1ca-40a4-aad4-cb46662a587a?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-03-18T12:22:34.941Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cf32c985-ce6d-438e-ae22-e6fd004665b3/model-vers/model-ver/6d984351-d1ca-40a4-aad4-cb46662a587a?depth=0|INFO|500||Invoke
2023-03-18T12:22:34.949Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cf32c985-ce6d-438e-ae22-e6fd004665b3/model-vers/model-ver/6d984351-d1ca-40a4-aad4-cb46662a587a?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-18T12:22:35.063Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cf32c985-ce6d-438e-ae22-e6fd004665b3/model-vers/model-ver/6d984351-d1ca-40a4-aad4-cb46662a587a?depth=0|INFO|500||InvokeReturn
2023-03-18T12:22:35.064Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cf32c985-ce6d-438e-ae22-e6fd004665b3/model-vers/model-ver/6d984351-d1ca-40a4-aad4-cb46662a587a?depth=0 has http status code:200 and response headers:{date=[Sat, 18 Mar 2023 12:22:34 GMT], content-length=[0], vertex-id=[364760], x-aai-txid=[1-aai-resources-230318-12:22:34:651-14245], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-18T12:22:35.065Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Response was returned with an empty entity.
2023-03-18T12:22:35.065Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-18T12:22:35.065Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-18T12:22:35.071Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-18T12:22:35.071Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 9f6cbd74-5561-4ebf-ae29-ef09adcdb35a and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-18T12:22:35.072Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-18T12:22:35.072Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T12:22:35.072Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T12:22:35.072Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679142155071,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-18T12:22:36.098Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-18T12:22:36.099Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||received notification from broker: {"distributionID":"74149d2a-f284-47d2-b2fa-4e2fc7be8f3e","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"942654ba-46c2-4f05-ae3d-6460a7c9e9a7","serviceDescription":"service","serviceInvariantUUID":"ccdda148-11a2-4587-8a73-4287349e801a","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"9290846e-2e09-452f-a45d-c33314796f1f","resourceInvariantUUID":"df78bcaa-4726-47cb-aa3f-3d44f5870fc0","resourceCustomizationUUID":"014700c6-fb42-406a-8786-743311c39dea","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":"YzAxYzRjZjI5ZDYxYzM3NGE1ZWQzMDUyNDdmNzFlYjI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"0c62aeb4-b847-4e92-887d-05928e34bd2a","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"MjQwMDY3MzNlZjViMGM0YmQ4Mzg2OTA4MTFiM2YxYTQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"01ded22f-bc0d-42c0-9fad-2915e46c71e4","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-18T12:22:36.099Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T12:22:36.099Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T12:22:36.099Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T12:22:36.099Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "74149d2a-f284-47d2-b2fa-4e2fc7be8f3e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679141742042,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T12:22:37.101Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T12:22:37.101Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T12:22:37.101Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T12:22:37.101Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "74149d2a-f284-47d2-b2fa-4e2fc7be8f3e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679141742042,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T12:22:38.102Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "74149d2a-f284-47d2-b2fa-4e2fc7be8f3e",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "942654ba-46c2-4f05-ae3d-6460a7c9e9a7",
  "serviceDescription": "service",
  "serviceInvariantUUID": "ccdda148-11a2-4587-8a73-4287349e801a",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "014700c6-fb42-406a-8786-743311c39dea",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "9290846e-2e09-452f-a45d-c33314796f1f",
      "resourceInvariantUUID": "df78bcaa-4726-47cb-aa3f-3d44f5870fc0",
      "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": "MjQwMDY3MzNlZjViMGM0YmQ4Mzg2OTA4MTFiM2YxYTQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "01ded22f-bc0d-42c0-9fad-2915e46c71e4"
    }
  ],
  "workloadContext": "Production"
}
2023-03-18T12:22:38.103Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-18T12:22:38.103Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 942654ba-46c2-4f05-ae3d-6460a7c9e9a7 ASDC
2023-03-18T12:22:38.104Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:74149d2a-f284-47d2-b2fa-4e2fc7be8f3e
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:942654ba-46c2-4f05-ae3d-6460a7c9e9a7
ServiceInvariantUUID:ccdda148-11a2-4587-8a73-4287349e801a
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:01ded22f-bc0d-42c0-9fad-2915e46c71e4
ArtifactChecksum:MjQwMDY3MzNlZjViMGM0YmQ4Mzg2OTA4MTFiM2YxYTQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:014700c6-fb42-406a-8786-743311c39dea
ResourceInvariantUUID:df78bcaa-4726-47cb-aa3f-3d44f5870fc0
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:9290846e-2e09-452f-a45d-c33314796f1f
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2023-03-18T12:22:38.104Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 942654ba-46c2-4f05-ae3d-6460a7c9e9a7 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: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-18T12:22:38.154Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-18T12:22:38.154Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-03-18T12:22:38.154Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-03-18T12:22:38.154Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 01ded22f-bc0d-42c0-9fad-2915e46c71e4 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-03-18T12:22:38.155Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||DistributionClient - download
2023-03-18T12:22:38.155Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-03-18T12:22:38.410Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2023-03-18T12:22:38.414Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 01ded22f-bc0d-42c0-9fad-2915e46c71e4 57798
2023-03-18T12:22:38.414Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-03-18T12:22:38.414Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-03-18T12:22:38.414Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-18T12:22:38.415Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T12:22:38.415Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T12:22:38.415Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "74149d2a-f284-47d2-b2fa-4e2fc7be8f3e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679142158414,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T12:22:39.416Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-18T12:22:39.417Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-03-18T12:22:39.417Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 01ded22f-bc0d-42c0-9fad-2915e46c71e4, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-18T12:22:39.417Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2023-03-18T12:22:39.418Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-18T12:22:39.418Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-18T12:22:39.495Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15781500549348026029/Definitions/service-BasicNetwork-template.yml
2023-03-18T12:22:39.767Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-18T12:22:39.767Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||WARN|500||####################################################################################################
2023-03-18T12:22:39.767Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-18T12:22:39.767Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2023-03-18T12:22:39.768Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-18T12:22:39.768Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-18T12:22:39.768Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-18T12:22:39.768Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-18T12:22:39.768Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-18T12:22:39.768Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-18T12:22:39.768Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-18T12:22:39.768Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-18T12:22:39.768Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||WARN|500||####################################################################################################
2023-03-18T12:22:39.768Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T12:22:39.768Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T12:22:39.768Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2023-03-18T12:22:39.768Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2023-03-18T12:22:39.769Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-18T12:22:39.769Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T12:22:39.769Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T12:22:39.769Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2023-03-18T12:22:39.769Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2023-03-18T12:22:39.769Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-18T12:22:39.769Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T12:22:39.769Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T12:22:39.769Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T12:22:39.769Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T12:22:39.770Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T12:22:39.770Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T12:22:39.770Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T12:22:39.770Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T12:22:39.770Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T12:22:39.770Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T12:22:39.770Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_network
Description:service
Model UUID:942654ba-46c2-4f05-ae3d-6460a7c9e9a7
Model Version:NULL
Model InvariantUuid:ccdda148-11a2-4587-8a73-4287349e801a
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:df78bcaa-4726-47cb-aa3f-3d44f5870fc0
Model UUID:7144623a-3146-4d15-9597-aafc53fb0a49
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet

NETWORK Customization Properties:
CustomizationUUID:014700c6-fb42-406a-8786-743311c39dea
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=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-03-18T12:22:39.800Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||ERROR|500||Csar with UUID: 01ded22f-bc0d-42c0-9fad-2915e46c71e4 already exists
2023-03-18T12:22:39.800Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-03-18T12:22:39.800Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar(Csar with UUID: 01ded22f-bc0d-42c0-9fad-2915e46c71e4 already exists)
2023-03-18T12:22:39.800Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-18T12:22:39.801Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T12:22:39.801Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T12:22:39.801Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "74149d2a-f284-47d2-b2fa-4e2fc7be8f3e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679142159800,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 01ded22f-bc0d-42c0-9fad-2915e46c71e4 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T12:22:40.801Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-03-18T12:22:40.802Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar(Resource with UUID: 9290846e-2e09-452f-a45d-c33314796f1f already exists)
2023-03-18T12:22:40.802Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-18T12:22:40.803Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T12:22:40.803Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T12:22:40.803Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "74149d2a-f284-47d2-b2fa-4e2fc7be8f3e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679142160801,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 9290846e-2e09-452f-a45d-c33314796f1f already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T12:22:41.804Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 74149d2a-f284-47d2-b2fa-4e2fc7be8f3e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T12:22:41.827Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 74149d2a-f284-47d2-b2fa-4e2fc7be8f3e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T12:22:41.831Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-18T12:22:41.831Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-18T12:22:41.831Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-18T12:22:41.832Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-18T12:22:41.832Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T12:22:41.832Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T12:22:41.832Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T12:22:41.832Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T12:22:41.833Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T12:22:41.833Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-18T12:22:41.844Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-18T12:22:58.919Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T12:22:58.921Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-18T12:22:58.922Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679141742042,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar",
  "status": "NOTIFIED"
}
2023-03-18T12:22:58.922Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:23:11.844Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 74149d2a-f284-47d2-b2fa-4e2fc7be8f3e and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-18T12:23:11.856Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 74149d2a-f284-47d2-b2fa-4e2fc7be8f3e and serviceModelVersionId: 942654ba-46c2-4f05-ae3d-6460a7c9e9a7
2023-03-18T12:23:11.856Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : ccdda148-11a2-4587-8a73-4287349e801a
2023-03-18T12:23:11.857Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/ccdda148-11a2-4587-8a73-4287349e801a/model-vers/model-ver/942654ba-46c2-4f05-ae3d-6460a7c9e9a7?depth=0
2023-03-18T12:23:11.863Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2023-03-18T12:23:11.884Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ccdda148-11a2-4587-8a73-4287349e801a/model-vers/model-ver/942654ba-46c2-4f05-ae3d-6460a7c9e9a7?depth=0|INFO|500||Invoke
2023-03-18T12:23:11.884Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ccdda148-11a2-4587-8a73-4287349e801a/model-vers/model-ver/942654ba-46c2-4f05-ae3d-6460a7c9e9a7?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ccdda148-11a2-4587-8a73-4287349e801a/model-vers/model-ver/942654ba-46c2-4f05-ae3d-6460a7c9e9a7?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[74149d2a-f284-47d2-b2fa-4e2fc7be8f3e], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[73fec80e-63da-44d9-ac62-e79c9c5be624], X-ECOMP-RequestID=[74149d2a-f284-47d2-b2fa-4e2fc7be8f3e], X-TransactionId=[], X-ONAP-RequestID=[74149d2a-f284-47d2-b2fa-4e2fc7be8f3e], Content-Type=[application/merge-patch+json]}
2023-03-18T12:23:11.894Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ccdda148-11a2-4587-8a73-4287349e801a/model-vers/model-ver/942654ba-46c2-4f05-ae3d-6460a7c9e9a7?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-18T12:23:12.022Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ccdda148-11a2-4587-8a73-4287349e801a/model-vers/model-ver/942654ba-46c2-4f05-ae3d-6460a7c9e9a7?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/ccdda148-11a2-4587-8a73-4287349e801a/model-vers/model-ver/942654ba-46c2-4f05-ae3d-6460a7c9e9a7?depth=0 has http status code:200 and response headers:{date=[Sat, 18 Mar 2023 12:23:11 GMT], content-length=[0], vertex-id=[192760], x-aai-txid=[0-aai-resources-230318-12:23:11:596-25594], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-18T12:23:12.023Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ccdda148-11a2-4587-8a73-4287349e801a/model-vers/model-ver/942654ba-46c2-4f05-ae3d-6460a7c9e9a7?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-18T12:23:12.023Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ccdda148-11a2-4587-8a73-4287349e801a/model-vers/model-ver/942654ba-46c2-4f05-ae3d-6460a7c9e9a7?depth=0|INFO|500||InvokeReturn
2023-03-18T12:23:12.023Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-18T12:23:12.023Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-18T12:23:12.027Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-18T12:23:12.028Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 74149d2a-f284-47d2-b2fa-4e2fc7be8f3e and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-18T12:23:12.028Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-18T12:23:12.028Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T12:23:12.028Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T12:23:12.028Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "74149d2a-f284-47d2-b2fa-4e2fc7be8f3e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679142192028,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-18T12:23:13.052Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-18T12:23:13.052Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||received notification from broker: {"distributionID":"6a074a1e-4b47-4382-9b90-afa918276d12","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"e17bf563-7a13-4701-b853-11ed8cbb93d7","serviceDescription":"service","serviceInvariantUUID":"8a45306d-3ac3-4f10-a742-9812edbe591e","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"1903c123-2be6-499b-8524-c9a33406ad4f","resourceInvariantUUID":"65a560ec-f509-40c5-b364-3c4cd0a20185","resourceCustomizationUUID":"41b30cb0-d009-4e4b-99c2-e95f691a4b2e","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":"YTFjZGVjMmU0NGZhOGFkMDlhZGI4ODkyYzk4MDRmOGE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"38ef1f0d-98ea-4e28-b00a-3091e61f54bc","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":"OWZmNjBmNzNmNGQ1ZThmYzNkMzdkODk3MzFkMDI2MDg\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"d3c6917c-1f70-48e9-9465-f259ee8cda65","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":"7aa99321-7b67-40f7-bd98-0e99d422bb2e","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":"5444e6a4-9351-40da-b837-0dd388e7cb3b","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":"cb506ca5-fd50-4406-abfc-b51858ac789a","artifactVersion":"2","generatedFromUUID":"7aa99321-7b67-40f7-bd98-0e99d422bb2e"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"ZjQyZmQxMjdjZDk5ZDY2OTQ3ZmIyZWI4MjExZGE4OGQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"204adab0-5bde-4230-9b3d-b26c0f4d57b4","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"NjI4YzVmZDFmMjYwMDhlNTZlOTY1M2NmMzExN2VkMjg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"4b6dc8ac-cbfc-43c0-9e93-2760226914ae","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-18T12:23:13.054Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T12:23:13.055Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T12:23:13.055Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T12:23:13.055Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679141742042,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T12:23:14.056Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T12:23:14.057Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T12:23:14.057Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T12:23:14.057Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679141742042,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T12:23:15.058Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T12:23:15.059Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T12:23:15.061Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T12:23:15.061Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679141742042,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T12:23:16.062Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T12:23:16.062Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T12:23:16.063Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T12:23:16.063Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679141742042,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T12:23:17.063Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T12:23:17.064Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T12:23:17.065Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T12:23:17.065Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679141742042,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T12:23:18.065Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T12:23:18.066Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T12:23:18.066Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T12:23:18.066Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679141742042,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T12:23:19.070Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T12:23:19.070Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T12:23:19.070Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T12:23:19.070Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679141742042,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T12:23:20.071Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "e17bf563-7a13-4701-b853-11ed8cbb93d7",
  "serviceDescription": "service",
  "serviceInvariantUUID": "8a45306d-3ac3-4f10-a742-9812edbe591e",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "41b30cb0-d009-4e4b-99c2-e95f691a4b2e",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "1903c123-2be6-499b-8524-c9a33406ad4f",
      "resourceInvariantUUID": "65a560ec-f509-40c5-b364-3c4cd0a20185",
      "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": "OWZmNjBmNzNmNGQ1ZThmYzNkMzdkODk3MzFkMDI2MDg\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "d3c6917c-1f70-48e9-9465-f259ee8cda65",
          "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": "7aa99321-7b67-40f7-bd98-0e99d422bb2e",
          "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": "cb506ca5-fd50-4406-abfc-b51858ac789a",
            "generatedFromUUID": "7aa99321-7b67-40f7-bd98-0e99d422bb2e"
          },
          "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": "cb506ca5-fd50-4406-abfc-b51858ac789a",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "NjI4YzVmZDFmMjYwMDhlNTZlOTY1M2NmMzExN2VkMjg\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "4b6dc8ac-cbfc-43c0-9e93-2760226914ae"
    }
  ],
  "workloadContext": "Production"
}
2023-03-18T12:23:20.071Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-18T12:23:20.071Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 e17bf563-7a13-4701-b853-11ed8cbb93d7 ASDC
2023-03-18T12:23:20.071Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:6a074a1e-4b47-4382-9b90-afa918276d12
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:e17bf563-7a13-4701-b853-11ed8cbb93d7
ServiceInvariantUUID:8a45306d-3ac3-4f10-a742-9812edbe591e
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:4b6dc8ac-cbfc-43c0-9e93-2760226914ae
ArtifactChecksum:NjI4YzVmZDFmMjYwMDhlNTZlOTY1M2NmMzExN2VkMjg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:41b30cb0-d009-4e4b-99c2-e95f691a4b2e
ResourceInvariantUUID:65a560ec-f509-40c5-b364-3c4cd0a20185
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:1903c123-2be6-499b-8524-c9a33406ad4f
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:d3c6917c-1f70-48e9-9465-f259ee8cda65
ArtifactChecksum:OWZmNjBmNzNmNGQ1ZThmYzNkMzdkODk3MzFkMDI2MDg=
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:7aa99321-7b67-40f7-bd98-0e99d422bb2e
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:cb506ca5-fd50-4406-abfc-b51858ac789a
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:cb506ca5-fd50-4406-abfc-b51858ac789a
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-18T12:23:20.071Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF e17bf563-7a13-4701-b853-11ed8cbb93d7 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: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-18T12:23:20.105Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-18T12:23:20.106Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-03-18T12:23:20.106Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-03-18T12:23:20.106Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 4b6dc8ac-cbfc-43c0-9e93-2760226914ae from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-03-18T12:23:20.106Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||DistributionClient - download
2023-03-18T12:23:20.106Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-03-18T12:23:20.327Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2023-03-18T12:23:20.333Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 4b6dc8ac-cbfc-43c0-9e93-2760226914ae 75195
2023-03-18T12:23:20.333Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-03-18T12:23:20.334Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-03-18T12:23:20.334Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-18T12:23:20.334Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T12:23:20.334Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T12:23:20.334Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679142200333,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T12:23:21.336Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-18T12:23:21.337Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-03-18T12:23:21.337Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 4b6dc8ac-cbfc-43c0-9e93-2760226914ae, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2023-03-18T12:23:21.337Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2023-03-18T12:23:21.338Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2023-03-18T12:23:21.338Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2023-03-18T12:23:21.419Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3024177570007607241/Definitions/service-BasicVm-template.yml
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided
Log warning: The required parameter "compute_ubuntu20_key_name" is not provided
Log warning: The required parameter "compute_ubuntu20_name" is not provided
Log warning: The required parameter "compute_ubuntu20_user_data_format" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_security_groups" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network" is not provided
Log warning: The required parameter "compute_ubuntu20_metadata" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
2023-03-18T12:23:22.215Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-18T12:23:22.215Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||WARN|500||####################################################################################################
2023-03-18T12:23:22.215Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-03-18T12:23:22.215Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-18T12:23:22.215Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-03-18T12:23:22.215Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-03-18T12:23:22.215Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-03-18T12:23:22.215Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-03-18T12:23:22.215Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-03-18T12:23:22.215Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-03-18T12:23:22.216Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-03-18T12:23:22.216Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||WARN|500||####################################################################################################
2023-03-18T12:23:22.216Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T12:23:22.216Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T12:23:22.216Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-03-18T12:23:22.216Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2023-03-18T12:23:22.216Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-18T12:23:22.216Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T12:23:22.216Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T12:23:22.216Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-03-18T12:23:22.216Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2023-03-18T12:23:22.216Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-18T12:23:22.216Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T12:23:22.216Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T12:23:22.217Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T12:23:22.217Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2023-03-18T12:23:22.217Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2023-03-18T12:23:22.217Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2023-03-18T12:23:22.217Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2023-03-18T12:23:22.217Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-03-18T12:23:22.217Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-03-18T12:23:22.217Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T12:23:22.217Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-03-18T12:23:22.217Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T12:23:22.217Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-03-18T12:23:22.217Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-18T12:23:22.217Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T12:23:22.217Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-03-18T12:23:22.217Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-18T12:23:22.218Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T12:23:22.218Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-03-18T12:23:22.218Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-18T12:23:22.218Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T12:23:22.218Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2023-03-18T12:23:22.218Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2023-03-18T12:23:22.218Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-03-18T12:23:22.218Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=64fed6e3-6977-408b-b059-8a144c2e0a35
2023-03-18T12:23:22.218Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T12:23:22.218Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T12:23:22.218Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T12:23:22.218Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T12:23:22.219Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T12:23:22.219Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T12:23:22.219Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T12:23:22.219Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T12:23:22.219Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm
Description:service
Model UUID:e17bf563-7a13-4701-b853-11ed8cbb93d7
Model Version:NULL
Model InvariantUuid:8a45306d-3ac3-4f10-a742-9812edbe591e
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm
Model UUID:ea2de434-4822-44c1-853e-d40156eca503
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:65a560ec-f509-40c5-b364-3c4cd0a20185
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:41b30cb0-d009-4e4b-99c2-e95f691a4b2e
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:ee70db23-c599-4674-8f27-3ac3d73c08ec
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:95d85446-b137-4a31-b118-69910311bda3
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:64fed6e3-6977-408b-b059-8a144c2e0a35
ModelInvariantUuid:f6b03c70-b7e2-49a8-a47b-7c7cc8cf7060
ModelName:basic_vm-nodes.ubuntu20Cvfc
ModelUuid:6c6837c7-ca00-4715-8d0d-bbc3e741b7bb
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:46efd046-90cc-45ff-bbe0-7c92e0864eea
ModelInvariantUuid:9ed13ad2-1e19-49bb-ae78-4ceb38f301b5
ModelName:BasicVm.compute.nodes.heat.ubuntu20
ModelUuid:909a6244-8212-4e0c-8ab7-2d238934f8d6
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=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-03-18T12:23:22.249Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||ERROR|500||Csar with UUID: 4b6dc8ac-cbfc-43c0-9e93-2760226914ae already exists
2023-03-18T12:23:22.249Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-03-18T12:23:22.250Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar(Csar with UUID: 4b6dc8ac-cbfc-43c0-9e93-2760226914ae already exists)
2023-03-18T12:23:22.250Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-18T12:23:22.250Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T12:23:22.250Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T12:23:22.250Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679142202249,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 4b6dc8ac-cbfc-43c0-9e93-2760226914ae already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T12:23:23.251Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-03-18T12:23:23.251Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar(Resource with UUID: 1903c123-2be6-499b-8524-c9a33406ad4f already exists)
2023-03-18T12:23:23.251Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-18T12:23:23.252Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T12:23:23.252Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T12:23:23.252Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679142203251,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 1903c123-2be6-499b-8524-c9a33406ad4f already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T12:23:24.253Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6a074a1e-4b47-4382-9b90-afa918276d12
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T12:23:24.274Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6a074a1e-4b47-4382-9b90-afa918276d12
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T12:23:24.278Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-18T12:23:24.279Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-18T12:23:24.279Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-18T12:23:24.279Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-18T12:23:24.279Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T12:23:24.279Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T12:23:24.280Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T12:23:24.280Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T12:23:24.280Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T12:23:24.280Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-18T12:23:24.291Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-18T12:23:54.292Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 6a074a1e-4b47-4382-9b90-afa918276d12 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-18T12:23:54.303Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 6a074a1e-4b47-4382-9b90-afa918276d12 and serviceModelVersionId: e17bf563-7a13-4701-b853-11ed8cbb93d7
2023-03-18T12:23:54.303Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 8a45306d-3ac3-4f10-a742-9812edbe591e
2023-03-18T12:23:54.304Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/8a45306d-3ac3-4f10-a742-9812edbe591e/model-vers/model-ver/e17bf563-7a13-4701-b853-11ed8cbb93d7?depth=0
2023-03-18T12:23:54.310Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2023-03-18T12:23:54.321Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8a45306d-3ac3-4f10-a742-9812edbe591e/model-vers/model-ver/e17bf563-7a13-4701-b853-11ed8cbb93d7?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-03-18T12:23:54.322Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8a45306d-3ac3-4f10-a742-9812edbe591e/model-vers/model-ver/e17bf563-7a13-4701-b853-11ed8cbb93d7?depth=0|INFO|500||Invoke
2023-03-18T12:23:54.332Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8a45306d-3ac3-4f10-a742-9812edbe591e/model-vers/model-ver/e17bf563-7a13-4701-b853-11ed8cbb93d7?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-18T12:23:54.455Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8a45306d-3ac3-4f10-a742-9812edbe591e/model-vers/model-ver/e17bf563-7a13-4701-b853-11ed8cbb93d7?depth=0|INFO|500||InvokeReturn
2023-03-18T12:23:54.455Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8a45306d-3ac3-4f10-a742-9812edbe591e/model-vers/model-ver/e17bf563-7a13-4701-b853-11ed8cbb93d7?depth=0 has http status code:200 and response headers:{date=[Sat, 18 Mar 2023 12:23:54 GMT], content-length=[0], vertex-id=[188464], x-aai-txid=[0-aai-resources-230318-12:23:54:035-7876], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-18T12:23:54.455Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Response was returned with an empty entity.
2023-03-18T12:23:54.456Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-18T12:23:54.456Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-18T12:23:54.469Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-18T12:23:54.470Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 6a074a1e-4b47-4382-9b90-afa918276d12 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-18T12:23:54.470Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-18T12:23:54.470Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T12:23:54.470Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T12:23:54.470Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679142234470,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-18T12:23:55.494Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-18T12:23:55.495Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||received notification from broker: {"distributionID":"5e005e65-61df-4986-a087-00761a388674","serviceName":"Demo_pNF_Qv5TXucXv4n7mssXUGFK","serviceVersion":"1.0","serviceUUID":"73f959ea-1a0e-41cf-b2da-40f07fd6a9c2","serviceDescription":"catalog service description","serviceInvariantUUID":"86b31417-cd30-434e-93e4-34d81e182271","resources":[{"resourceInstanceName":"pNF 8ecb3a29-1699 0","resourceName":"pNF 8ecb3a29-1699","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"79d852b9-56e5-416f-9d37-4483b88de628","resourceInvariantUUID":"c45c5ef7-20e5-4b81-8392-6fbf8a0a1b25","resourceCustomizationUUID":"3e0c811d-9b69-4eb9-9e2f-6a46c31c8df1","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/resourceInstances/pnf8ecb3a2916990/artifacts/vf-license-model.xml","artifactChecksum":"ZjYwMDAwM2MyYWM5MThmNDNmMGIxMzExNzJmYzM1YzQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"fe22c4be-1d3d-49d6-aaf8-5fb691f2c5bb","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/resourceInstances/pnf8ecb3a2916990/artifacts/pNF.csar","artifactChecksum":"YTFmMWQ3MzViYWZhMGQ1ZThlNzU3Y2I3ZGNlYWU4YjA\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"aee06125-71e1-4665-8ce8-8f87625d3137","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/resourceInstances/pnf8ecb3a2916990/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"d0d177b6-7fdc-4b24-a378-3361c335ea57","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/resourceInstances/pnf8ecb3a2916990/artifacts/vendor-license-model.xml","artifactChecksum":"NmIzN2Y3YWJiZDEyYzZiMDEyNjdiMzJhNGM5MzQ1OGI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"b3fc6aeb-2efb-45ec-a7fe-d71b1477f76e","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/resourceInstances/pnf8ecb3a2916990/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"e7ba57a9-59ef-4efe-90bb-fffece281605","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/resourceInstances/pnf8ecb3a2916990/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"cc689d97-ea39-40b8-b7d1-5326d5b71836","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfQv5txucxv4n7mssxugfk-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-template.yml","artifactChecksum":"ZTJjZGFlZDI3YjNkYzI4ZWNlMWMyNmM5NGMwOGRiNmY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"036d837c-a9b5-4c6b-9026-ef8b033600cc","artifactVersion":"1"},{"artifactName":"service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar","artifactChecksum":"NmIzYzkyYzFlZjM3YjA3YjIzODQ5MzIxZjA4ODdmYTg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"a93044a0-e137-47cf-b45c-87a4ec92508e","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-18T12:23:55.496Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T12:23:55.496Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T12:23:55.496Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T12:23:55.496Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679141742042,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/resourceInstances/pnf8ecb3a2916990/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T12:23:56.497Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T12:23:56.497Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T12:23:56.498Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T12:23:56.498Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679141742042,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/resourceInstances/pnf8ecb3a2916990/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T12:23:57.498Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T12:23:57.499Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T12:23:57.499Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T12:23:57.499Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679141742042,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/resourceInstances/pnf8ecb3a2916990/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T12:23:58.500Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T12:23:58.501Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T12:23:58.501Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T12:23:58.501Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679141742042,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/resourceInstances/pnf8ecb3a2916990/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T12:23:58.919Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T12:23:58.921Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-18T12:23:58.922Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679142120286,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-18T12:23:58.922Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:23:58.923Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-18T12:23:58.923Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679142122865,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 2a8efcaf-0813-4b52-901f-136ba065c343 already exists"
}
2023-03-18T12:23:58.923Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:23:58.923Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-18T12:23:58.923Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679142123867,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: c7374fd6-6727-4426-9587-40812bc7c663 already exists"
}
2023-03-18T12:23:58.924Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:23:58.924Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-18T12:23:58.924Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679142155071,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-18T12:23:58.924Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:23:58.924Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-18T12:23:58.924Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "74149d2a-f284-47d2-b2fa-4e2fc7be8f3e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679141742042,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T12:23:58.925Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:23:58.925Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-18T12:23:58.925Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "74149d2a-f284-47d2-b2fa-4e2fc7be8f3e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679141742042,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-03-18T12:23:58.925Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:23:58.925Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-18T12:23:58.925Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "74149d2a-f284-47d2-b2fa-4e2fc7be8f3e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679142158414,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-18T12:23:58.925Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:23:58.925Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-18T12:23:58.926Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "74149d2a-f284-47d2-b2fa-4e2fc7be8f3e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679142159800,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 01ded22f-bc0d-42c0-9fad-2915e46c71e4 already exists"
}
2023-03-18T12:23:58.926Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:23:58.926Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-18T12:23:58.926Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "74149d2a-f284-47d2-b2fa-4e2fc7be8f3e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679142160801,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 9290846e-2e09-452f-a45d-c33314796f1f already exists"
}
2023-03-18T12:23:58.926Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:23:59.502Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T12:23:59.503Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T12:23:59.503Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T12:23:59.503Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679141742042,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/resourceInstances/pnf8ecb3a2916990/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T12:24:00.504Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T12:24:00.504Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T12:24:00.504Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T12:24:00.504Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679141742042,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/resourceInstances/pnf8ecb3a2916990/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T12:24:01.506Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T12:24:01.506Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T12:24:01.506Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T12:24:01.506Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679141742042,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T12:24:02.508Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T12:24:02.508Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T12:24:02.509Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T12:24:02.509Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679141742042,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T12:24:03.512Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "serviceName": "Demo_pNF_Qv5TXucXv4n7mssXUGFK",
  "serviceVersion": "1.0",
  "serviceUUID": "73f959ea-1a0e-41cf-b2da-40f07fd6a9c2",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "86b31417-cd30-434e-93e4-34d81e182271",
  "resources": [
    {
      "resourceInstanceName": "pNF 8ecb3a29-1699 0",
      "resourceCustomizationUUID": "3e0c811d-9b69-4eb9-9e2f-6a46c31c8df1",
      "resourceName": "pNF 8ecb3a29-1699",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "79d852b9-56e5-416f-9d37-4483b88de628",
      "resourceInvariantUUID": "c45c5ef7-20e5-4b81-8392-6fbf8a0a1b25",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar",
      "artifactChecksum": "NmIzYzkyYzFlZjM3YjA3YjIzODQ5MzIxZjA4ODdmYTg\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "a93044a0-e137-47cf-b45c-87a4ec92508e"
    }
  ],
  "workloadContext": "Production"
}
2023-03-18T12:24:03.512Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-18T12:24:03.512Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 73f959ea-1a0e-41cf-b2da-40f07fd6a9c2 ASDC
2023-03-18T12:24:03.513Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:5e005e65-61df-4986-a087-00761a388674
ServiceName:Demo_pNF_Qv5TXucXv4n7mssXUGFK
ServiceVersion:1.0
ServiceUUID:73f959ea-1a0e-41cf-b2da-40f07fd6a9c2
ServiceInvariantUUID:86b31417-cd30-434e-93e4-34d81e182271
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar
ArtifactUUID:a93044a0-e137-47cf-b45c-87a4ec92508e
ArtifactChecksum:NmIzYzkyYzFlZjM3YjA3YjIzODQ5MzIxZjA4ODdmYTg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 8ecb3a29-1699 0
ResourceCustomizationUUID:3e0c811d-9b69-4eb9-9e2f-6a46c31c8df1
ResourceInvariantUUID:c45c5ef7-20e5-4b81-8392-6fbf8a0a1b25
ResourceName:pNF 8ecb3a29-1699
ResourceType:PNF
ResourceUUID:79d852b9-56e5-416f-9d37-4483b88de628
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-18T12:24:03.513Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 73f959ea-1a0e-41cf-b2da-40f07fd6a9c2 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: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-18T12:24:03.552Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-18T12:24:03.552Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-03-18T12:24:03.553Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-03-18T12:24:03.553Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: a93044a0-e137-47cf-b45c-87a4ec92508e from URL: /sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar
2023-03-18T12:24:03.553Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||DistributionClient - download
2023-03-18T12:24:03.554Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar
2023-03-18T12:24:03.773Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2023-03-18T12:24:03.779Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar a93044a0-e137-47cf-b45c-87a4ec92508e 88004
2023-03-18T12:24:03.779Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar ASDC sendASDCNotification
2023-03-18T12:24:03.779Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar
2023-03-18T12:24:03.779Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-18T12:24:03.780Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T12:24:03.780Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T12:24:03.780Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679142243779,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T12:24:04.781Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-18T12:24:04.782Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-03-18T12:24:04.782Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: a93044a0-e137-47cf-b45c-87a4ec92508e, URL: /sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar to file: /app/ASDC/1/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar
2023-03-18T12:24:04.783Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar
2023-03-18T12:24:04.783Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar
2023-03-18T12:24:04.783Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar
2023-03-18T12:24:04.861Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5739230486806921675/Definitions/service-DemoPnfQv5txucxv4n7mssxugfk-template.yml
2023-03-18T12:24:05.399Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-18T12:24:05.400Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||WARN|500||####################################################################################################
2023-03-18T12:24:05.400Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar
2023-03-18T12:24:05.400Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-18T12:24:05.400Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||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-DemoPnfQv5txucxv4n7mssxugfk-csar.csar
2023-03-18T12:24:05.400Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar
2023-03-18T12:24:05.400Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||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-DemoPnfQv5txucxv4n7mssxugfk-csar.csar
2023-03-18T12:24:05.400Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar
2023-03-18T12:24:05.400Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar
2023-03-18T12:24:05.400Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 8ecb3a29-1699 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-DemoPnfQv5txucxv4n7mssxugfk-csar.csar
2023-03-18T12:24:05.400Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar
2023-03-18T12:24:05.400Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||WARN|500||####################################################################################################
2023-03-18T12:24:05.400Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T12:24:05.400Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_Qv5TXucXv4n7mssXUGFK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T12:24:05.401Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Node template pNF 8ecb3a29-1699 0 is matching search criteria
2023-03-18T12:24:05.401Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2023-03-18T12:24:05.401Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Found topology templates [pNF 8ecb3a29-1699 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-18T12:24:05.401Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T12:24:05.401Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_Qv5TXucXv4n7mssXUGFK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T12:24:05.401Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Node template pNF 8ecb3a29-1699 0 is matching search criteria
2023-03-18T12:24:05.401Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2023-03-18T12:24:05.401Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Found topology templates [pNF 8ecb3a29-1699 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-18T12:24:05.401Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T12:24:05.401Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_Qv5TXucXv4n7mssXUGFK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T12:24:05.401Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T12:24:05.401Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_Qv5TXucXv4n7mssXUGFK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T12:24:05.401Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T12:24:05.401Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_Qv5TXucXv4n7mssXUGFK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T12:24:05.401Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T12:24:05.401Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_Qv5TXucXv4n7mssXUGFK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T12:24:05.401Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T12:24:05.401Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_Qv5TXucXv4n7mssXUGFK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T12:24:05.402Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_Qv5TXucXv4n7mssXUGFK
Description:catalog service description
Model UUID:73f959ea-1a0e-41cf-b2da-40f07fd6a9c2
Model Version:NULL
Model InvariantUuid:86b31417-cd30-434e-93e4-34d81e182271
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=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-03-18T12:24:05.434Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||ERROR|500||Csar with UUID: a93044a0-e137-47cf-b45c-87a4ec92508e already exists
2023-03-18T12:24:05.434Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar ASDC sendASDCNotification
2023-03-18T12:24:05.435Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar(Csar with UUID: a93044a0-e137-47cf-b45c-87a4ec92508e already exists)
2023-03-18T12:24:05.435Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-18T12:24:05.435Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T12:24:05.435Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T12:24:05.435Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679142245434,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: a93044a0-e137-47cf-b45c-87a4ec92508e already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T12:24:06.436Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar ASDC sendASDCNotification
2023-03-18T12:24:06.437Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar(Resource with UUID: 79d852b9-56e5-416f-9d37-4483b88de628 already exists)
2023-03-18T12:24:06.437Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-18T12:24:06.437Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T12:24:06.437Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T12:24:06.437Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679142246436,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 79d852b9-56e5-416f-9d37-4483b88de628 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T12:24:07.438Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5e005e65-61df-4986-a087-00761a388674
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T12:24:07.458Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5e005e65-61df-4986-a087-00761a388674
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T12:24:07.462Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-18T12:24:07.462Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-18T12:24:07.462Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-18T12:24:07.463Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-18T12:24:07.463Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T12:24:07.463Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T12:24:07.463Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T12:24:07.463Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T12:24:07.463Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T12:24:07.463Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T12:24:07.463Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-18T12:24:07.473Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-18T12:24:37.474Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 5e005e65-61df-4986-a087-00761a388674 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-18T12:24:37.483Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 5e005e65-61df-4986-a087-00761a388674 and serviceModelVersionId: 73f959ea-1a0e-41cf-b2da-40f07fd6a9c2
2023-03-18T12:24:37.483Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 86b31417-cd30-434e-93e4-34d81e182271
2023-03-18T12:24:37.484Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/86b31417-cd30-434e-93e4-34d81e182271/model-vers/model-ver/73f959ea-1a0e-41cf-b2da-40f07fd6a9c2?depth=0
2023-03-18T12:24:37.490Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2023-03-18T12:24:37.502Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/86b31417-cd30-434e-93e4-34d81e182271/model-vers/model-ver/73f959ea-1a0e-41cf-b2da-40f07fd6a9c2?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-03-18T12:24:37.503Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/86b31417-cd30-434e-93e4-34d81e182271/model-vers/model-ver/73f959ea-1a0e-41cf-b2da-40f07fd6a9c2?depth=0|INFO|500||Invoke
2023-03-18T12:24:37.513Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/86b31417-cd30-434e-93e4-34d81e182271/model-vers/model-ver/73f959ea-1a0e-41cf-b2da-40f07fd6a9c2?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-18T12:24:37.622Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/86b31417-cd30-434e-93e4-34d81e182271/model-vers/model-ver/73f959ea-1a0e-41cf-b2da-40f07fd6a9c2?depth=0|INFO|500||InvokeReturn
2023-03-18T12:24:37.623Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/86b31417-cd30-434e-93e4-34d81e182271/model-vers/model-ver/73f959ea-1a0e-41cf-b2da-40f07fd6a9c2?depth=0 has http status code:200 and response headers:{date=[Sat, 18 Mar 2023 12:24:37 GMT], content-length=[0], vertex-id=[204904], x-aai-txid=[0-aai-resources-230318-12:24:37:215-63868], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-18T12:24:37.623Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Response was returned with an empty entity.
2023-03-18T12:24:37.623Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-18T12:24:37.623Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-18T12:24:37.645Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-18T12:24:37.645Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 5e005e65-61df-4986-a087-00761a388674 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-18T12:24:37.645Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-18T12:24:37.646Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T12:24:37.646Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T12:24:37.646Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679142277645,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-18T12:24:38.662Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T12:24:38.662Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Failing OffsetCommit request since the consumer is not part of an active group
2023-03-18T12:24:38.663Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||ERROR|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Asynchronous auto-commit of offsets failed: Offset commit cannot be completed since the consumer is not part of an active group for auto partition assignment; it is likely that the consumer was kicked out of the group.. Will continue to join group.
2023-03-18T12:24:38.663Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Giving away all assigned partitions as lost since generation/memberID has been reset,indicating that consumer is in old state or no longer part of the group
2023-03-18T12:24:38.663Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Lost previously assigned partitions SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5
2023-03-18T12:24:38.663Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] (Re-)joining group
2023-03-18T12:24:38.667Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2-5566f9aa-eff9-4482-9d07-6f79981ff4cf
2023-03-18T12:24:38.667Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Asynchronous auto-commit of offsets {SDC-DISTR-NOTIF-TOPIC-AUTO-5=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-4=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-3=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-2=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-1=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-0=OffsetAndMetadata{offset=6, leaderEpoch=0, metadata=''}} failed: Offset commit cannot be completed since the consumer is not part of an active group for auto partition assignment; it is likely that the consumer was kicked out of the group.
2023-03-18T12:24:38.667Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Request joining group due to: rebalance failed due to 'The group member needs to have a valid member id before actually entering a consumer group.' (MemberIdRequiredException)
2023-03-18T12:24:38.667Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] (Re-)joining group
2023-03-18T12:24:39.787Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T12:24:42.797Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T12:24:45.807Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T12:24:48.815Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T12:24:51.825Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T12:24:54.834Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T12:24:57.842Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T12:24:58.920Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T12:24:58.932Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Revoke previously assigned partitions SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-03-18T12:24:58.933Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] (Re-)joining group
2023-03-18T12:24:58.949Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Successfully joined group with generation Generation{generationId=42, memberId='SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94-2995e74d-4211-4955-93f6-f3f14568571e', protocol='range'}
2023-03-18T12:24:58.949Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Successfully joined group with generation Generation{generationId=42, memberId='SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2-5566f9aa-eff9-4482-9d07-6f79981ff4cf', protocol='range'}
2023-03-18T12:24:58.952Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Finished assignment for group at generation 42: {SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2-5566f9aa-eff9-4482-9d07-6f79981ff4cf=Assignment(partitions=[SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5]), SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94-2995e74d-4211-4955-93f6-f3f14568571e=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])}
2023-03-18T12:24:58.963Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Successfully synced group in generation Generation{generationId=42, memberId='SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94-2995e74d-4211-4955-93f6-f3f14568571e', protocol='range'}
2023-03-18T12:24:58.963Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])
2023-03-18T12:24:58.963Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Adding newly assigned partitions: SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-03-18T12:24:58.963Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Successfully synced group in generation Generation{generationId=42, memberId='SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2-5566f9aa-eff9-4482-9d07-6f79981ff4cf', protocol='range'}
2023-03-18T12:24:58.964Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5])
2023-03-18T12:24:58.964Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Adding newly assigned partitions: SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5
2023-03-18T12:24:58.966Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-18T12:24:58.967Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-18T12:24:58.967Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-18T12:24:58.967Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=735, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-18T12:24:58.967Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-18T12:24:58.967Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-18T12:24:58.968Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-18T12:24:58.968Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-18T12:24:58.968Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-18T12:24:58.968Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-18T12:24:58.968Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-18T12:24:58.968Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-18T12:24:58.974Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-18T12:24:58.982Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||received notification from broker: {"distributionID":"34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846","serviceName":"basic_onboard_gCPnoC","serviceVersion":"1.0","serviceUUID":"dad851ae-1f1d-4e04-8847-f18fd5d51391","serviceDescription":"service","serviceInvariantUUID":"693dcbb7-55f2-41d5-a0d9-572574329dfe","resources":[{"resourceInstanceName":"basic_onboard_gCPnoC 0","resourceName":"basic_onboard_gCPnoC","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"f3fb2f57-aad9-4f33-88db-c458ae09cdfb","resourceInvariantUUID":"d7c6b294-4284-4b69-87ff-a797deedad73","resourceCustomizationUUID":"9327f8c9-4591-449b-b6af-227dc0614cab","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/vf-license-model.xml","artifactChecksum":"OGQ5ZDI0MzIzNDdmMDUyYmQ0MzVmMDVkOWUyNGVlYmE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"5077753b-8cdd-47a9-82d5-e3ff4ce969c3","artifactVersion":"1"},{"artifactName":"basic_onboard_gcpnoc0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json","artifactChecksum":"NjRhMmYzNDQxZDFkYzhiMjZmMTk3NDMzZmQwOWNiNWI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"583db2fa-2045-4011-8045-9fd436580060","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"0846dbe8-d246-42f3-9ba6-3c197d6bb5c4","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"5004fadd-cda9-4566-99ac-bc5d669427a2","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"7d3da3bf-4415-4326-b045-fe6bef605f78","artifactVersion":"2","generatedFromUUID":"0846dbe8-d246-42f3-9ba6-3c197d6bb5c4"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardGcpnoc-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-template.yml","artifactChecksum":"OGFkYWYzODVjYTg1MmE4Y2JhZWM5NDk3ZjljNTAwNTE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"8ab16f5d-5180-4470-b278-f6ea6f7c23e8","artifactVersion":"1"},{"artifactName":"service-BasicOnboardGcpnoc-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar","artifactChecksum":"MjQxYmE3NTM3MTRlYjAwMzA2YjMyYmJjMmU4MmNkYjE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"d6569f72-4f81-428a-8593-389324ccdf48","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-18T12:24:58.983Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T12:24:58.983Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T12:24:58.983Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T12:24:58.983Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679142278662,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T12:24:59.977Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-18T12:24:59.977Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "74149d2a-f284-47d2-b2fa-4e2fc7be8f3e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679142192028,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-18T12:24:59.978Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:24:59.978Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-18T12:24:59.978Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679141742042,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T12:24:59.978Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:24:59.978Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-18T12:24:59.978Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679141742042,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2023-03-18T12:24:59.978Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:24:59.978Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-18T12:24:59.978Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679141742042,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-03-18T12:24:59.978Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:24:59.978Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-18T12:24:59.978Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679141742042,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T12:24:59.978Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:24:59.978Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-18T12:24:59.978Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679141742042,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-03-18T12:24:59.978Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:24:59.979Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-18T12:24:59.979Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679141742042,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T12:24:59.979Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:24:59.979Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-18T12:24:59.979Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679141742042,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-03-18T12:24:59.979Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:24:59.979Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-18T12:24:59.979Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679142200333,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-18T12:24:59.979Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:24:59.979Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-18T12:24:59.979Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679142202249,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 4b6dc8ac-cbfc-43c0-9e93-2760226914ae already exists"
}
2023-03-18T12:24:59.979Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:24:59.979Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-18T12:24:59.979Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679142203251,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 1903c123-2be6-499b-8524-c9a33406ad4f already exists"
}
2023-03-18T12:24:59.979Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:24:59.979Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-18T12:24:59.979Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679142234470,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-18T12:24:59.980Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:24:59.980Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-18T12:24:59.980Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679141742042,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/resourceInstances/pnf8ecb3a2916990/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T12:24:59.980Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:24:59.980Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-18T12:24:59.980Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679141742042,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/resourceInstances/pnf8ecb3a2916990/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-18T12:24:59.980Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:24:59.980Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-18T12:24:59.980Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679141742042,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/resourceInstances/pnf8ecb3a2916990/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-18T12:24:59.980Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:24:59.980Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-18T12:24:59.980Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679141742042,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/resourceInstances/pnf8ecb3a2916990/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T12:24:59.980Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:24:59.980Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-18T12:24:59.980Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679141742042,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/resourceInstances/pnf8ecb3a2916990/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T12:24:59.980Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:24:59.980Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-18T12:24:59.981Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679141742042,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/resourceInstances/pnf8ecb3a2916990/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T12:24:59.981Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:24:59.981Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-18T12:24:59.981Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679141742042,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T12:24:59.981Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:24:59.981Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-18T12:24:59.981Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679141742042,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar",
  "status": "NOTIFIED"
}
2023-03-18T12:24:59.981Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:24:59.981Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-18T12:24:59.981Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679142243779,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-18T12:24:59.981Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:24:59.981Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-18T12:24:59.981Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679142245434,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: a93044a0-e137-47cf-b45c-87a4ec92508e already exists"
}
2023-03-18T12:24:59.981Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:24:59.981Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-18T12:24:59.981Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679142246436,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 79d852b9-56e5-416f-9d37-4483b88de628 already exists"
}
2023-03-18T12:24:59.981Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:24:59.982Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-18T12:24:59.982Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679142277645,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-18T12:24:59.982Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:24:59.982Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-18T12:24:59.982Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679142278662,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T12:24:59.982Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:24:59.989Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T12:24:59.989Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T12:24:59.989Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T12:24:59.990Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679142278662,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T12:25:00.990Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T12:25:00.991Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T12:25:00.991Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T12:25:00.991Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679142278662,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T12:25:01.992Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T12:25:01.992Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T12:25:01.993Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T12:25:01.993Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679142278662,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T12:25:02.994Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T12:25:02.994Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T12:25:02.994Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T12:25:02.994Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679142278662,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T12:25:03.995Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T12:25:03.996Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T12:25:03.996Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T12:25:03.996Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679142278662,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T12:25:04.997Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T12:25:04.997Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T12:25:04.998Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T12:25:04.998Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679142278662,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T12:25:05.999Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "serviceName": "basic_onboard_gCPnoC",
  "serviceVersion": "1.0",
  "serviceUUID": "dad851ae-1f1d-4e04-8847-f18fd5d51391",
  "serviceDescription": "service",
  "serviceInvariantUUID": "693dcbb7-55f2-41d5-a0d9-572574329dfe",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_gCPnoC 0",
      "resourceCustomizationUUID": "9327f8c9-4591-449b-b6af-227dc0614cab",
      "resourceName": "basic_onboard_gCPnoC",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "f3fb2f57-aad9-4f33-88db-c458ae09cdfb",
      "resourceInvariantUUID": "d7c6b294-4284-4b69-87ff-a797deedad73",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_gcpnoc0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json",
          "artifactChecksum": "NjRhMmYzNDQxZDFkYzhiMjZmMTk3NDMzZmQwOWNiNWI\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "583db2fa-2045-4011-8045-9fd436580060",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "0846dbe8-d246-42f3-9ba6-3c197d6bb5c4",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "7d3da3bf-4415-4326-b045-fe6bef605f78",
            "generatedFromUUID": "0846dbe8-d246-42f3-9ba6-3c197d6bb5c4"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "7d3da3bf-4415-4326-b045-fe6bef605f78",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardGcpnoc-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar",
      "artifactChecksum": "MjQxYmE3NTM3MTRlYjAwMzA2YjMyYmJjMmU4MmNkYjE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "d6569f72-4f81-428a-8593-389324ccdf48"
    }
  ],
  "workloadContext": "Production"
}
2023-03-18T12:25:06.000Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-18T12:25:06.001Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 dad851ae-1f1d-4e04-8847-f18fd5d51391 ASDC
2023-03-18T12:25:06.001Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
ServiceName:basic_onboard_gCPnoC
ServiceVersion:1.0
ServiceUUID:dad851ae-1f1d-4e04-8847-f18fd5d51391
ServiceInvariantUUID:693dcbb7-55f2-41d5-a0d9-572574329dfe
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardGcpnoc-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar
ArtifactUUID:d6569f72-4f81-428a-8593-389324ccdf48
ArtifactChecksum:MjQxYmE3NTM3MTRlYjAwMzA2YjMyYmJjMmU4MmNkYjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_gCPnoC 0
ResourceCustomizationUUID:9327f8c9-4591-449b-b6af-227dc0614cab
ResourceInvariantUUID:d7c6b294-4284-4b69-87ff-a797deedad73
ResourceName:basic_onboard_gCPnoC
ResourceType:VF
ResourceUUID:f3fb2f57-aad9-4f33-88db-c458ae09cdfb
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_gcpnoc0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json
ArtifactUUID:583db2fa-2045-4011-8045-9fd436580060
ArtifactChecksum:NjRhMmYzNDQxZDFkYzhiMjZmMTk3NDMzZmQwOWNiNWI=
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/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.yaml
ArtifactUUID:0846dbe8-d246-42f3-9ba6-3c197d6bb5c4
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/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.env
ArtifactUUID:7d3da3bf-4415-4326-b045-fe6bef605f78
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/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.env
ArtifactUUID:7d3da3bf-4415-4326-b045-fe6bef605f78
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-18T12:25:06.002Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF dad851ae-1f1d-4e04-8847-f18fd5d51391 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: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-18T12:25:06.057Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-18T12:25:06.058Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-03-18T12:25:06.058Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-03-18T12:25:06.058Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: d6569f72-4f81-428a-8593-389324ccdf48 from URL: /sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar
2023-03-18T12:25:06.058Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||DistributionClient - download
2023-03-18T12:25:06.058Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar
2023-03-18T12:25:06.096Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||GET Response Status 404
2023-03-18T12:25:06.096Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@165cd925
2023-03-18T12:25:06.097Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-18T12:25:06.097Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicOnboardGcpnoc"
      ]
    }
  }
}
2023-03-18T12:25:06.097Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicOnboardGcpnoc-csar.csar /sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar d6569f72-4f81-428a-8593-389324ccdf48 Specified artifact is  not found 300 ASDC artifact download fail
2023-03-18T12:25:06.097Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar ASDC sendASDCNotification
2023-03-18T12:25:06.098Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar(Specified artifact is  not found)
2023-03-18T12:25:06.098Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-18T12:25:06.098Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T12:25:06.098Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T12:25:06.098Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679142306097,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T12:25:07.099Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during processCsarServiceArtifacts ASDC processCsarServiceArtifacts 500 Exception in processCsarServiceArtifacts
org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact service-BasicOnboardGcpnoc-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar(UUID:d6569f72-4f81-428a-8593-389324ccdf48)
Error message is Specified artifact is  not found

	at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394)
	at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2023-03-18T12:25:07.113Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||ERROR|500||error NSST process resource failure 
java.lang.NullPointerException: null
	at org.onap.so.asdc.client.ASDCController.processNsstNotification(ASDCController.java:978)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:760)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-18T12:25:07.113Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: f3fb2f57-aad9-4f33-88db-c458ae09cdfb
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-18T12:25:07.115Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||basic_onboard_gCPnoC 0
2023-03-18T12:25:07.116Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: f3fb2f57-aad9-4f33-88db-c458ae09cdfb
2023-03-18T12:25:07.116Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 583db2fa-2045-4011-8045-9fd436580060 from URL: /sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json
2023-03-18T12:25:07.116Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||DistributionClient - download
2023-03-18T12:25:07.116Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json
2023-03-18T12:25:07.128Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||GET Response Status 404
2023-03-18T12:25:07.128Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@2a360aed
2023-03-18T12:25:07.128Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-18T12:25:07.128Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicOnboardGcpnoc"
      ]
    }
  }
}
2023-03-18T12:25:07.129Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL basic_onboard_gcpnoc0_modules.json /sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json 583db2fa-2045-4011-8045-9fd436580060 Specified artifact is  not found 300 ASDC artifact download fail
2023-03-18T12:25:07.129Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json ASDC sendASDCNotification
2023-03-18T12:25:07.129Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json(Specified artifact is  not found)
2023-03-18T12:25:07.129Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-18T12:25:07.129Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T12:25:07.129Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T12:25:07.129Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679142307129,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T12:25:08.130Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during Installation of artifact ASDC processResourceNotification 500 Exception in processResourceNotification
org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact basic_onboard_gcpnoc0_modules.json could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json(UUID:583db2fa-2045-4011-8045-9fd436580060)
Error message is Specified artifact is  not found

	at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:787)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-18T12:25:08.132Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T12:25:08.153Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T12:25:08.157Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-18T12:25:08.157Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-18T12:25:38.157Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T12:25:38.178Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T12:25:38.183Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-18T12:25:38.183Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-18T12:25:58.920Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T12:25:58.921Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-18T12:25:58.921Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679142278662,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json",
  "status": "NOTIFIED"
}
2023-03-18T12:25:58.922Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:26:08.183Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T12:26:08.202Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T12:26:08.206Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-18T12:26:08.206Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-18T12:26:38.206Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T12:26:38.227Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T12:26:38.231Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-18T12:26:38.231Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-18T12:26:58.919Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T12:26:58.921Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-18T12:26:58.921Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679142278662,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2023-03-18T12:26:58.922Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:26:58.922Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-18T12:26:58.922Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679142278662,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T12:26:58.922Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:26:58.922Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-18T12:26:58.922Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679142278662,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2023-03-18T12:26:58.923Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:26:58.923Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-18T12:26:58.923Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679142278662,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T12:26:58.923Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:26:58.923Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-18T12:26:58.923Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679142278662,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar",
  "status": "NOTIFIED"
}
2023-03-18T12:26:58.923Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:26:58.923Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-18T12:26:58.923Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679142306097,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-18T12:26:58.923Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:26:58.923Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-18T12:26:58.923Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679142307129,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-18T12:26:58.923Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:27:08.233Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T12:27:08.253Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T12:27:08.257Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-18T12:27:08.257Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-18T12:27:38.257Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T12:27:38.280Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T12:27:38.284Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-18T12:27:38.284Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-18T12:27:58.920Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T12:28:08.284Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T12:28:08.306Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T12:28:08.310Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-18T12:28:08.311Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-18T12:28:38.311Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T12:28:38.330Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T12:28:38.333Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-18T12:28:38.334Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-18T12:28:58.921Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T12:29:08.334Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T12:29:08.353Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T12:29:08.357Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-18T12:29:08.357Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-18T12:29:38.357Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T12:29:38.372Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T12:29:38.374Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-18T12:29:38.375Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-18T12:29:58.922Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T12:29:58.982Z||kafka-coordinator-heartbeat-thread | so|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] consumer poll timeout has expired. This means the time between subsequent calls to poll() was longer than the configured max.poll.interval.ms, which typically implies that the poll loop is spending too much time processing messages. You can address this either by increasing max.poll.interval.ms or by reducing the maximum size of batches returned in poll() with max.poll.records.
2023-03-18T12:29:58.983Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Member SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2-5566f9aa-eff9-4482-9d07-6f79981ff4cf sending LeaveGroup request to coordinator onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2147483645 rack: null) due to consumer poll timeout has expired.
2023-03-18T12:29:58.984Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Resetting generation and member id due to: consumer pro-actively leaving the group
2023-03-18T12:29:58.984Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Request joining group due to: consumer pro-actively leaving the group
2023-03-18T12:29:59.670Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T12:29:59.682Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Revoke previously assigned partitions SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-03-18T12:29:59.683Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] (Re-)joining group
2023-03-18T12:29:59.694Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Successfully joined group with generation Generation{generationId=43, memberId='SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94-2995e74d-4211-4955-93f6-f3f14568571e', protocol='range'}
2023-03-18T12:29:59.694Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Finished assignment for group at generation 43: {SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94-2995e74d-4211-4955-93f6-f3f14568571e=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])}
2023-03-18T12:29:59.707Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Successfully synced group in generation Generation{generationId=43, memberId='SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94-2995e74d-4211-4955-93f6-f3f14568571e', protocol='range'}
2023-03-18T12:29:59.708Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])
2023-03-18T12:29:59.708Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Adding newly assigned partitions: SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-03-18T12:29:59.711Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-18T12:29:59.711Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-18T12:29:59.712Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-18T12:29:59.712Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=768, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-18T12:29:59.712Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-18T12:29:59.712Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-18T12:30:08.375Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2023-03-18T12:30:08.375Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-18T12:30:08.384Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846 and serviceModelVersionId: dad851ae-1f1d-4e04-8847-f18fd5d51391
2023-03-18T12:30:08.384Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 693dcbb7-55f2-41d5-a0d9-572574329dfe
2023-03-18T12:30:08.385Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391?depth=0
2023-03-18T12:30:08.389Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2023-03-18T12:30:08.399Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-03-18T12:30:08.400Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391?depth=0|INFO|500||Invoke
2023-03-18T12:30:08.410Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2023-03-18T12:30:08.437Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391?depth=0|INFO|404|Not Found|InvokeReturn
2023-03-18T12:30:08.437Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391?depth=0 has http status code:404 and response headers:{date=[Sat, 18 Mar 2023 12:30:08 GMT], content-length=[495], x-aai-txid=[0-aai-resources-230318-12:30:08:112-3957], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-18T12:30:08.439Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||{"requestError":{"serviceException":{"messageId":"SVC3001","text":"Resource not found for %1 using id %2 (msg=%3) (ec=%4)","variables":["MERGE_PATCH","service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391","Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391","ERR.5.4.6114"]}}}

2023-03-18T12:30:08.441Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391) (ec=ERR.5.4.6114)
2023-03-18T12:30:08.442Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||ERROR|500||Exception occurred
javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391) (ec=ERR.5.4.6114)
	at org.onap.so.client.ResponseExceptionMapper.map(ResponseExceptionMapper.java:74)
	at org.onap.so.client.RestRequest.get(RestRequest.java:77)
	at org.onap.so.client.RestClient.buildRequest(RestClient.java:326)
	at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322)
	at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283)
	at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67)
	at net.jodah.failsafe.Execution.executeSync(Execution.java:117)
	at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319)
	at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71)
	at org.onap.so.client.RestClient.method(RestClient.java:322)
	at org.onap.so.client.RestClient.patch(RestClient.java:265)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184)
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-18T12:30:08.442Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391) (ec=ERR.5.4.6114)
2023-03-18T12:30:08.442Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391) (ec=ERR.5.4.6114)
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-18T12:30:08.451Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-18T12:30:08.451Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391) (ec=ERR.5.4.6114)
2023-03-18T12:30:08.451Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2023-03-18T12:30:08.451Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T12:30:08.452Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T12:30:08.452Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679142608451,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391) (ec\u003dERR.5.4.6114)"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T12:30:08.468Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-18T12:30:08.469Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679142608451,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391) (ec\u003dERR.5.4.6114)"
}
2023-03-18T12:30:08.469Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-18T12:30:09.475Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-18T12:30:09.475Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||received notification from broker: {"distributionID":"d4dc9e71-f2cb-491c-bcf1-9d51402514be","serviceName":"vFW 2023-03-18 11-08-36","serviceVersion":"1.0","serviceUUID":"27fdb87d-b713-4eaf-90a0-9e48041e5db6","serviceDescription":"catalog service description","serviceInvariantUUID":"cb6d14f9-78ae-470a-a6af-a3a2b9fea472","resources":[{"resourceInstanceName":"vFW 58569f3e-bd56 0","resourceName":"vFW 58569f3e-bd56","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"d26137cf-1389-4abe-8e09-78b44d7a1aae","resourceInvariantUUID":"440b369e-a09c-4c31-8a4e-6692abd11e0c","resourceCustomizationUUID":"e17fe765-865d-4748-ab41-44bdbee5a853","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/vf-license-model.xml","artifactChecksum":"MTFjYmU2ZGQwM2YxYTQxNjdhOWY1YjI5OWUyYjE5OTg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"7238df55-40f7-4cde-93e0-f3c86248a4ba","artifactVersion":"1"},{"artifactName":"vfw58569f3ebd560_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/vfw58569f3ebd560_modules.json","artifactChecksum":"ODg5YTAyNmJiZTFiZTA5MDMwZWVhNmFkMzVmNzk4YTg\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"a8ca7246-150c-4537-b08d-e58462b66bb6","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"be903e28-b266-44db-9c8b-4cbcb6f7ee77","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/vendor-license-model.xml","artifactChecksum":"NDExZWJjY2Q3ZjkxN2NkNTRiYmFlNDViOGZhYWJjM2M\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"cecd91b9-dbd7-4a9b-96a0-72674051949c","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"0637f995-3e6f-44f6-89fc-61906f5ff14b","artifactVersion":"2","generatedFromUUID":"be903e28-b266-44db-9c8b-4cbcb6f7ee77"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20230318110836-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-template.yml","artifactChecksum":"NjdmYzRlMTY1MzM1ODg5NjAzNTEzOWU1ZGFmNmNiNDI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"8648cca8-36e7-40c1-8faf-a7c0be2faa07","artifactVersion":"1"},{"artifactName":"service-Vfw20230318110836-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar","artifactChecksum":"NzY3OTRjMDBhMTZlZjQ1ZTQ3MTU0ZjE0NjliYmU1M2Y\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"436a091b-6820-4621-9f77-4a798268cc9d","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-18T12:30:09.476Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T12:30:09.476Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T12:30:09.476Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T12:30:09.476Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679142278662,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T12:30:10.478Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T12:30:10.478Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T12:30:10.478Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T12:30:10.478Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679142278662,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/vfw58569f3ebd560_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T12:30:11.480Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T12:30:11.480Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T12:30:11.480Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T12:30:11.480Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679142278662,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T12:30:12.481Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T12:30:12.482Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T12:30:12.482Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T12:30:12.482Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679142278662,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T12:30:13.483Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T12:30:13.484Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T12:30:13.484Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T12:30:13.484Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679142278662,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/base_vfw.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T12:30:14.489Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T12:30:14.491Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T12:30:14.491Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T12:30:14.491Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679142278662,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T12:30:15.493Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T12:30:15.494Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T12:30:15.494Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T12:30:15.496Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679142278662,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T12:30:16.498Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "serviceName": "vFW 2023-03-18 11-08-36",
  "serviceVersion": "1.0",
  "serviceUUID": "27fdb87d-b713-4eaf-90a0-9e48041e5db6",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "cb6d14f9-78ae-470a-a6af-a3a2b9fea472",
  "resources": [
    {
      "resourceInstanceName": "vFW 58569f3e-bd56 0",
      "resourceCustomizationUUID": "e17fe765-865d-4748-ab41-44bdbee5a853",
      "resourceName": "vFW 58569f3e-bd56",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "d26137cf-1389-4abe-8e09-78b44d7a1aae",
      "resourceInvariantUUID": "440b369e-a09c-4c31-8a4e-6692abd11e0c",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw58569f3ebd560_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/vfw58569f3ebd560_modules.json",
          "artifactChecksum": "ODg5YTAyNmJiZTFiZTA5MDMwZWVhNmFkMzVmNzk4YTg\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "a8ca7246-150c-4537-b08d-e58462b66bb6",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "be903e28-b266-44db-9c8b-4cbcb6f7ee77",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "0637f995-3e6f-44f6-89fc-61906f5ff14b",
            "generatedFromUUID": "be903e28-b266-44db-9c8b-4cbcb6f7ee77"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "0637f995-3e6f-44f6-89fc-61906f5ff14b",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20230318110836-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar",
      "artifactChecksum": "NzY3OTRjMDBhMTZlZjQ1ZTQ3MTU0ZjE0NjliYmU1M2Y\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "436a091b-6820-4621-9f77-4a798268cc9d"
    }
  ],
  "workloadContext": "Production"
}
2023-03-18T12:30:16.498Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-18T12:30:16.499Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 27fdb87d-b713-4eaf-90a0-9e48041e5db6 ASDC
2023-03-18T12:30:16.500Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:d4dc9e71-f2cb-491c-bcf1-9d51402514be
ServiceName:vFW 2023-03-18 11-08-36
ServiceVersion:1.0
ServiceUUID:27fdb87d-b713-4eaf-90a0-9e48041e5db6
ServiceInvariantUUID:cb6d14f9-78ae-470a-a6af-a3a2b9fea472
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20230318110836-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar
ArtifactUUID:436a091b-6820-4621-9f77-4a798268cc9d
ArtifactChecksum:NzY3OTRjMDBhMTZlZjQ1ZTQ3MTU0ZjE0NjliYmU1M2Y=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 58569f3e-bd56 0
ResourceCustomizationUUID:e17fe765-865d-4748-ab41-44bdbee5a853
ResourceInvariantUUID:440b369e-a09c-4c31-8a4e-6692abd11e0c
ResourceName:vFW 58569f3e-bd56
ResourceType:VF
ResourceUUID:d26137cf-1389-4abe-8e09-78b44d7a1aae
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw58569f3ebd560_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/vfw58569f3ebd560_modules.json
ArtifactUUID:a8ca7246-150c-4537-b08d-e58462b66bb6
ArtifactChecksum:ODg5YTAyNmJiZTFiZTA5MDMwZWVhNmFkMzVmNzk4YTg=
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/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/base_vfw.yaml
ArtifactUUID:be903e28-b266-44db-9c8b-4cbcb6f7ee77
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/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/base_vfw.env
ArtifactUUID:0637f995-3e6f-44f6-89fc-61906f5ff14b
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/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/base_vfw.env
ArtifactUUID:0637f995-3e6f-44f6-89fc-61906f5ff14b
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-18T12:30:16.500Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 27fdb87d-b713-4eaf-90a0-9e48041e5db6 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: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-18T12:30:16.532Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-18T12:30:16.533Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-03-18T12:30:16.533Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-03-18T12:30:16.533Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 436a091b-6820-4621-9f77-4a798268cc9d from URL: /sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar
2023-03-18T12:30:16.533Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||DistributionClient - download
2023-03-18T12:30:16.533Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar
2023-03-18T12:30:16.775Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2023-03-18T12:30:16.783Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar 436a091b-6820-4621-9f77-4a798268cc9d 101467
2023-03-18T12:30:16.783Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar ASDC sendASDCNotification
2023-03-18T12:30:16.784Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar
2023-03-18T12:30:16.784Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-18T12:30:16.784Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T12:30:16.784Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T12:30:16.784Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679142616783,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T12:30:17.785Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-18T12:30:17.786Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-03-18T12:30:17.786Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 436a091b-6820-4621-9f77-4a798268cc9d, URL: /sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar to file: /app/ASDC/1/service-Vfw20230318110836-csar.csar
2023-03-18T12:30:17.786Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20230318110836-csar.csar
2023-03-18T12:30:17.787Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20230318110836-csar.csar
2023-03-18T12:30:17.787Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20230318110836-csar.csar
2023-03-18T12:30:17.917Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6159895560787694647/Definitions/service-Vfw20230318110836-template.yml
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vfw_name" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_user_data_format" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_key_name" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "compute_vfw_metadata" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "compute_vsn_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vsn_key_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "compute_vsn_user_data_format" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "compute_vsn_metadata" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided
2023-03-18T12:30:19.338Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-18T12:30:19.339Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||WARN|500||####################################################################################################
2023-03-18T12:30:19.339Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20230318110836-csar.csar
2023-03-18T12:30:19.339Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2023-03-18T12:30:19.339Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230318110836-csar.csar
2023-03-18T12:30:19.339Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230318110836-csar.csar
2023-03-18T12:30:19.339Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20230318110836-csar.csar
2023-03-18T12:30:19.339Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230318110836-csar.csar
2023-03-18T12:30:19.339Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230318110836-csar.csar
2023-03-18T12:30:19.340Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230318110836-csar.csar
2023-03-18T12:30:19.340Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230318110836-csar.csar
2023-03-18T12:30:19.340Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230318110836-csar.csar
2023-03-18T12:30:19.340Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230318110836-csar.csar
2023-03-18T12:30:19.340Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 58569f3e-bd56 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-Vfw20230318110836-csar.csar
2023-03-18T12:30:19.340Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230318110836-csar.csar
2023-03-18T12:30:19.340Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||WARN|500||####################################################################################################
2023-03-18T12:30:19.340Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T12:30:19.340Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-03-18 11-08-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T12:30:19.340Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template vFW 58569f3e-bd56 0 is matching search criteria
2023-03-18T12:30:19.340Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2023-03-18T12:30:19.340Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 58569f3e-bd56 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-18T12:30:19.340Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T12:30:19.341Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-03-18 11-08-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T12:30:19.341Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template vFW 58569f3e-bd56 0 is matching search criteria
2023-03-18T12:30:19.341Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2023-03-18T12:30:19.341Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 58569f3e-bd56 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-18T12:30:19.341Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T12:30:19.341Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-03-18 11-08-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T12:30:19.341Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T12:30:19.341Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template vFW 58569f3e-bd56 0 is not matching search criteria
2023-03-18T12:30:19.341Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-18T12:30:19.341Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-18T12:30:19.341Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-18T12:30:19.341Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-18T12:30:19.341Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-18T12:30:19.341Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-18T12:30:19.341Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-18T12:30:19.341Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-18T12:30:19.341Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-18T12:30:19.341Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-18T12:30:19.341Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-18T12:30:19.342Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-18T12:30:19.342Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-18T12:30:19.342Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-18T12:30:19.342Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-18T12:30:19.342Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-03-18T12:30:19.342Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T12:30:19.342Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-03-18 11-08-36 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-03-18T12:30:19.342Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T12:30:19.342Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template vFW 58569f3e-bd56 0 is matching search criteria
2023-03-18T12:30:19.342Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 58569f3e-bd56 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-18T12:30:19.342Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T12:30:19.342Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template vFW 58569f3e-bd56 0 is matching search criteria
2023-03-18T12:30:19.343Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 58569f3e-bd56 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-18T12:30:19.343Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T12:30:19.343Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template vFW 58569f3e-bd56 0 is matching search criteria
2023-03-18T12:30:19.343Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 58569f3e-bd56 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-18T12:30:19.343Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T12:30:19.344Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template vFW 58569f3e-bd56 0 is not matching search criteria
2023-03-18T12:30:19.344Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-18T12:30:19.344Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-18T12:30:19.344Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-03-18T12:30:19.344Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-18T12:30:19.344Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-18T12:30:19.344Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-18T12:30:19.344Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-18T12:30:19.344Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-18T12:30:19.344Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-18T12:30:19.344Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-18T12:30:19.344Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-18T12:30:19.346Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=54648a20-f030-49c4-93d4-4525b2108f51
2023-03-18T12:30:19.346Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T12:30:19.346Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template vFW 58569f3e-bd56 0 is not matching search criteria
2023-03-18T12:30:19.346Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-18T12:30:19.347Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-18T12:30:19.347Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-18T12:30:19.347Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-18T12:30:19.347Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-18T12:30:19.347Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-18T12:30:19.347Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-18T12:30:19.347Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-03-18T12:30:19.347Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-18T12:30:19.347Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-18T12:30:19.347Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-18T12:30:19.347Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-18T12:30:19.347Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=c8000f82-3ea0-499f-845f-48af9ca20f40
2023-03-18T12:30:19.347Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T12:30:19.347Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template vFW 58569f3e-bd56 0 is not matching search criteria
2023-03-18T12:30:19.347Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-18T12:30:19.347Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-18T12:30:19.347Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-18T12:30:19.347Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-18T12:30:19.347Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-18T12:30:19.347Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-18T12:30:19.347Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-18T12:30:19.347Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-18T12:30:19.348Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-18T12:30:19.348Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-18T12:30:19.348Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-18T12:30:19.348Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-03-18T12:30:19.348Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=8d37dce4-ace0-4972-b0ae-359f5ee34e15
2023-03-18T12:30:19.348Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T12:30:19.348Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-03-18 11-08-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T12:30:19.348Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T12:30:19.348Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-03-18 11-08-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T12:30:19.348Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T12:30:19.348Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-03-18 11-08-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T12:30:19.348Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T12:30:19.348Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-03-18 11-08-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T12:30:19.348Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2023-03-18 11-08-36
Description:catalog service description
Model UUID:27fdb87d-b713-4eaf-90a0-9e48041e5db6
Model Version:NULL
Model InvariantUuid:cb6d14f9-78ae-470a-a6af-a3a2b9fea472
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 58569f3e-bd56
Model UUID:2fc36073-92c9-4d5d-9644-0bb6550c287b
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:440b369e-a09c-4c31-8a4e-6692abd11e0c
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:e17fe765-865d-4748-ab41-44bdbee5a853
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:351d450e-b1b7-41ae-a83a-2a71f15e25d1
ModelName:Vfw58569f3eBd56..base_vfw..module-0
ModelUuid:0d68d68e-dec8-43d2-aff9-f5d88cc04393
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:54648a20-f030-49c4-93d4-4525b2108f51
ModelInvariantUuid:4ab08134-cd1d-4688-9b75-17c67d1a3e81
ModelName:vFW 58569f3e-bd56-nodes.vfwCvfc
ModelUuid:d6b2f0ba-9202-407c-a163-7cc24d0f18b4
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:056f6090-f73c-4739-af97-620c05ad132a
ModelInvariantUuid:983e3ada-7ea8-4303-8174-d3114334eb9e
ModelName:Vfw58569f3eBd56.compute.nodes.heat.vfw
ModelUuid:3d4b7896-bd84-401c-aa77-b889e41a200a
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:c8000f82-3ea0-499f-845f-48af9ca20f40
ModelInvariantUuid:fcd18208-a79b-409f-9943-f6fdaf7b423e
ModelName:vFW 58569f3e-bd56-nodes.vsnCvfc
ModelUuid:2dc70d22-f13d-4809-b3aa-6be925119137
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:402dc1d7-02f5-4fe5-9c72-942fea6de45f
ModelInvariantUuid:0b0ccbe0-ee97-4020-bd46-0de8c06bfc96
ModelName:Vfw58569f3eBd56.compute.nodes.heat.vsn
ModelUuid:9156b53b-b6f9-40ab-bf18-4e57fbace729
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:8d37dce4-ace0-4972-b0ae-359f5ee34e15
ModelInvariantUuid:5fb0558e-6cb2-4431-b7ca-6445c8799cef
ModelName:vFW 58569f3e-bd56-nodes.vpgCvfc
ModelUuid:fa77263e-b297-4fc8-ad06-fee6a19575f2
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:c490c1b0-6d8a-4e04-bcc3-d1334a874130
ModelInvariantUuid:49041fa9-9665-4fc5-a429-9d3d7490839b
ModelName:Vfw58569f3eBd56.compute.nodes.heat.vpg
ModelUuid:7e8eb1f5-1f60-4b7b-ac6b-192037bf4db6
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=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-03-18T12:30:19.380Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||ERROR|500||Csar with UUID: 436a091b-6820-4621-9f77-4a798268cc9d already exists
2023-03-18T12:30:19.380Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar ASDC sendASDCNotification
2023-03-18T12:30:19.380Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar(Csar with UUID: 436a091b-6820-4621-9f77-4a798268cc9d already exists)
2023-03-18T12:30:19.380Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-18T12:30:19.380Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T12:30:19.380Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T12:30:19.380Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679142619380,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 436a091b-6820-4621-9f77-4a798268cc9d already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T12:30:20.381Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar ASDC sendASDCNotification
2023-03-18T12:30:20.382Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar(Resource with UUID: d26137cf-1389-4abe-8e09-78b44d7a1aae already exists)
2023-03-18T12:30:20.382Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-18T12:30:20.382Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T12:30:20.382Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T12:30:20.382Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679142620381,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: d26137cf-1389-4abe-8e09-78b44d7a1aae already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T12:30:21.384Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d4dc9e71-f2cb-491c-bcf1-9d51402514be
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T12:30:21.403Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d4dc9e71-f2cb-491c-bcf1-9d51402514be
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T12:30:21.406Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-18T12:30:21.407Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-18T12:30:21.407Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-18T12:30:21.407Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-18T12:30:21.407Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T12:30:21.407Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T12:30:21.407Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T12:30:21.407Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T12:30:21.407Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T12:30:21.408Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-18T12:30:21.417Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-18T12:30:51.417Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: d4dc9e71-f2cb-491c-bcf1-9d51402514be and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-18T12:30:51.429Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: d4dc9e71-f2cb-491c-bcf1-9d51402514be and serviceModelVersionId: 27fdb87d-b713-4eaf-90a0-9e48041e5db6
2023-03-18T12:30:51.429Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : cb6d14f9-78ae-470a-a6af-a3a2b9fea472
2023-03-18T12:30:51.430Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/cb6d14f9-78ae-470a-a6af-a3a2b9fea472/model-vers/model-ver/27fdb87d-b713-4eaf-90a0-9e48041e5db6?depth=0
2023-03-18T12:30:51.436Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2023-03-18T12:30:51.447Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cb6d14f9-78ae-470a-a6af-a3a2b9fea472/model-vers/model-ver/27fdb87d-b713-4eaf-90a0-9e48041e5db6?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-03-18T12:30:51.448Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cb6d14f9-78ae-470a-a6af-a3a2b9fea472/model-vers/model-ver/27fdb87d-b713-4eaf-90a0-9e48041e5db6?depth=0|INFO|500||Invoke
2023-03-18T12:30:51.456Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cb6d14f9-78ae-470a-a6af-a3a2b9fea472/model-vers/model-ver/27fdb87d-b713-4eaf-90a0-9e48041e5db6?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-18T12:30:51.577Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cb6d14f9-78ae-470a-a6af-a3a2b9fea472/model-vers/model-ver/27fdb87d-b713-4eaf-90a0-9e48041e5db6?depth=0|INFO|500||InvokeReturn
2023-03-18T12:30:51.577Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cb6d14f9-78ae-470a-a6af-a3a2b9fea472/model-vers/model-ver/27fdb87d-b713-4eaf-90a0-9e48041e5db6?depth=0 has http status code:200 and response headers:{date=[Sat, 18 Mar 2023 12:30:51 GMT], content-length=[0], vertex-id=[593936], x-aai-txid=[0-aai-resources-230318-12:30:51:163-45677], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-18T12:30:51.577Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Response was returned with an empty entity.
2023-03-18T12:30:51.577Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-18T12:30:51.577Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-18T12:30:51.587Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-18T12:30:51.587Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID d4dc9e71-f2cb-491c-bcf1-9d51402514be and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-18T12:30:51.587Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-18T12:30:51.588Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T12:30:51.588Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T12:30:51.588Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679142651587,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-18T12:30:52.612Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-18T12:30:52.613Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||received notification from broker: {"distributionID":"9f6cbd74-5561-4ebf-ae29-ef09adcdb35a","serviceName":"vFW 2023-03-18 11-49-31","serviceVersion":"1.0","serviceUUID":"6d984351-d1ca-40a4-aad4-cb46662a587a","serviceDescription":"catalog service description","serviceInvariantUUID":"cf32c985-ce6d-438e-ae22-e6fd004665b3","resources":[{"resourceInstanceName":"vFW c11b0f1b-4505 0","resourceName":"vFW c11b0f1b-4505","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"c7374fd6-6727-4426-9587-40812bc7c663","resourceInvariantUUID":"26f1c4e0-d5d2-4519-a829-ba04da79dfd3","resourceCustomizationUUID":"19f5eed0-33a8-4dbf-839a-f2ac2d3b058b","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/vf-license-model.xml","artifactChecksum":"ZmYyYjdhM2U5NTJiNDExYWMwYTMzMTkyZDMwYzcxZTc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"7b8e42e6-1821-4cac-aa27-034f93b9a8bb","artifactVersion":"1"},{"artifactName":"vfwc11b0f1b45050_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/vfwc11b0f1b45050_modules.json","artifactChecksum":"YTA1YjZlZDc1ZGI4M2FjMjI5NWE4ZTQzZjQxZmI1MGE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"40a0f4a8-4459-48c6-8da9-780f32a6e90d","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"3198714b-6cfa-4ae8-9e58-caa5fd7816d1","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/vendor-license-model.xml","artifactChecksum":"OTNkYjEwYTcxMGU1ODVlYThkMzJiZjM0OWMzYWExNTg\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"56d4001a-cb5d-4c8b-a9db-05f6dd036a2e","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"72f0a15a-ad88-4350-921f-de50e44e2b78","artifactVersion":"2","generatedFromUUID":"3198714b-6cfa-4ae8-9e58-caa5fd7816d1"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20230318114931-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-template.yml","artifactChecksum":"MmZjZDk3ZDhkZWNhNmYyZTJiYmJjYzlhZTNjZmUwZDU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"d733d559-0885-4fbb-8573-c3718d9662ac","artifactVersion":"1"},{"artifactName":"service-Vfw20230318114931-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar","artifactChecksum":"NzYyNTc4YTljZWI3YjE3YThjOTU0MjkyMGEyMDMxNDY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"2a8efcaf-0813-4b52-901f-136ba065c343","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-18T12:30:52.613Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T12:30:52.613Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T12:30:52.613Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T12:30:52.613Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679142278662,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T12:30:53.615Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T12:30:53.615Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T12:30:53.616Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T12:30:53.616Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679142278662,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/vfwc11b0f1b45050_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T12:30:54.618Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T12:30:54.618Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T12:30:54.618Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T12:30:54.619Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679142278662,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T12:30:55.620Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T12:30:55.621Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T12:30:55.621Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T12:30:55.621Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679142278662,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T12:30:56.622Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T12:30:56.623Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T12:30:56.623Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T12:30:56.623Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679142278662,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/base_vfw.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T12:30:57.625Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T12:30:57.625Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T12:30:57.625Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T12:30:57.626Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679142278662,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T12:30:58.627Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T12:30:58.628Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T12:30:58.628Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T12:30:58.628Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679142278662,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T12:30:58.921Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T12:30:58.927Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-18T12:30:58.927Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679142278662,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T12:30:58.928Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:30:58.928Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-18T12:30:58.928Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679142278662,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/vfw58569f3ebd560_modules.json",
  "status": "NOTIFIED"
}
2023-03-18T12:30:58.929Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:30:58.929Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-18T12:30:58.929Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679142278662,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-03-18T12:30:58.929Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:30:58.929Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-18T12:30:58.929Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679142278662,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T12:30:58.929Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:30:58.929Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-18T12:30:58.929Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679142278662,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2023-03-18T12:30:58.929Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:30:58.929Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-18T12:30:58.930Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679142278662,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T12:30:58.930Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:30:58.930Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-18T12:30:58.930Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679142278662,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar",
  "status": "NOTIFIED"
}
2023-03-18T12:30:58.930Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:30:58.930Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-18T12:30:58.930Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679142616783,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-18T12:30:58.930Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:30:58.930Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-18T12:30:58.930Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679142619380,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 436a091b-6820-4621-9f77-4a798268cc9d already exists"
}
2023-03-18T12:30:58.930Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:30:58.930Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-18T12:30:58.930Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679142620381,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: d26137cf-1389-4abe-8e09-78b44d7a1aae already exists"
}
2023-03-18T12:30:58.930Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:30:58.930Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-18T12:30:58.930Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679142651587,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-18T12:30:58.931Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:30:58.931Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-18T12:30:58.931Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679142278662,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T12:30:58.931Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:30:58.931Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-18T12:30:58.931Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679142278662,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/vfwc11b0f1b45050_modules.json",
  "status": "NOTIFIED"
}
2023-03-18T12:30:58.931Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:30:58.931Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-18T12:30:58.931Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679142278662,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-03-18T12:30:58.931Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:30:58.931Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-18T12:30:58.931Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679142278662,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T12:30:58.931Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:30:58.931Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-18T12:30:58.931Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679142278662,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2023-03-18T12:30:58.931Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:30:58.931Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-18T12:30:58.931Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679142278662,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T12:30:58.932Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:30:58.932Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-18T12:30:58.932Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679142278662,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar",
  "status": "NOTIFIED"
}
2023-03-18T12:30:58.932Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:30:59.630Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "serviceName": "vFW 2023-03-18 11-49-31",
  "serviceVersion": "1.0",
  "serviceUUID": "6d984351-d1ca-40a4-aad4-cb46662a587a",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "cf32c985-ce6d-438e-ae22-e6fd004665b3",
  "resources": [
    {
      "resourceInstanceName": "vFW c11b0f1b-4505 0",
      "resourceCustomizationUUID": "19f5eed0-33a8-4dbf-839a-f2ac2d3b058b",
      "resourceName": "vFW c11b0f1b-4505",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "c7374fd6-6727-4426-9587-40812bc7c663",
      "resourceInvariantUUID": "26f1c4e0-d5d2-4519-a829-ba04da79dfd3",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfwc11b0f1b45050_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/vfwc11b0f1b45050_modules.json",
          "artifactChecksum": "YTA1YjZlZDc1ZGI4M2FjMjI5NWE4ZTQzZjQxZmI1MGE\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "40a0f4a8-4459-48c6-8da9-780f32a6e90d",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "3198714b-6cfa-4ae8-9e58-caa5fd7816d1",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "72f0a15a-ad88-4350-921f-de50e44e2b78",
            "generatedFromUUID": "3198714b-6cfa-4ae8-9e58-caa5fd7816d1"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "72f0a15a-ad88-4350-921f-de50e44e2b78",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20230318114931-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar",
      "artifactChecksum": "NzYyNTc4YTljZWI3YjE3YThjOTU0MjkyMGEyMDMxNDY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "2a8efcaf-0813-4b52-901f-136ba065c343"
    }
  ],
  "workloadContext": "Production"
}
2023-03-18T12:30:59.630Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-18T12:30:59.630Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 6d984351-d1ca-40a4-aad4-cb46662a587a ASDC
2023-03-18T12:30:59.631Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:9f6cbd74-5561-4ebf-ae29-ef09adcdb35a
ServiceName:vFW 2023-03-18 11-49-31
ServiceVersion:1.0
ServiceUUID:6d984351-d1ca-40a4-aad4-cb46662a587a
ServiceInvariantUUID:cf32c985-ce6d-438e-ae22-e6fd004665b3
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20230318114931-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar
ArtifactUUID:2a8efcaf-0813-4b52-901f-136ba065c343
ArtifactChecksum:NzYyNTc4YTljZWI3YjE3YThjOTU0MjkyMGEyMDMxNDY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW c11b0f1b-4505 0
ResourceCustomizationUUID:19f5eed0-33a8-4dbf-839a-f2ac2d3b058b
ResourceInvariantUUID:26f1c4e0-d5d2-4519-a829-ba04da79dfd3
ResourceName:vFW c11b0f1b-4505
ResourceType:VF
ResourceUUID:c7374fd6-6727-4426-9587-40812bc7c663
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwc11b0f1b45050_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/vfwc11b0f1b45050_modules.json
ArtifactUUID:40a0f4a8-4459-48c6-8da9-780f32a6e90d
ArtifactChecksum:YTA1YjZlZDc1ZGI4M2FjMjI5NWE4ZTQzZjQxZmI1MGE=
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/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/base_vfw.yaml
ArtifactUUID:3198714b-6cfa-4ae8-9e58-caa5fd7816d1
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/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/base_vfw.env
ArtifactUUID:72f0a15a-ad88-4350-921f-de50e44e2b78
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/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/base_vfw.env
ArtifactUUID:72f0a15a-ad88-4350-921f-de50e44e2b78
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-18T12:30:59.631Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 6d984351-d1ca-40a4-aad4-cb46662a587a 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: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-18T12:30:59.654Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-18T12:30:59.654Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-03-18T12:30:59.654Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-03-18T12:30:59.654Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 2a8efcaf-0813-4b52-901f-136ba065c343 from URL: /sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar
2023-03-18T12:30:59.654Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||INFO|500||DistributionClient - download
2023-03-18T12:30:59.655Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar
2023-03-18T12:30:59.875Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2023-03-18T12:30:59.883Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar 2a8efcaf-0813-4b52-901f-136ba065c343 101507
2023-03-18T12:30:59.883Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar ASDC sendASDCNotification
2023-03-18T12:30:59.883Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar
2023-03-18T12:30:59.883Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-18T12:30:59.883Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T12:30:59.883Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T12:30:59.883Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679142659883,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T12:31:00.885Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-18T12:31:00.885Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-03-18T12:31:00.885Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 2a8efcaf-0813-4b52-901f-136ba065c343, URL: /sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar to file: /app/ASDC/1/service-Vfw20230318114931-csar.csar
2023-03-18T12:31:00.887Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20230318114931-csar.csar
2023-03-18T12:31:00.888Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20230318114931-csar.csar
2023-03-18T12:31:00.888Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20230318114931-csar.csar
2023-03-18T12:31:01.007Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4691119173936523086/Definitions/service-Vfw20230318114931-template.yml
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
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
2023-03-18T12:31:02.380Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-18T12:31:02.381Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||WARN|500||####################################################################################################
2023-03-18T12:31:02.381Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20230318114931-csar.csar
2023-03-18T12:31:02.381Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2023-03-18T12:31:02.381Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230318114931-csar.csar
2023-03-18T12:31:02.381Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230318114931-csar.csar
2023-03-18T12:31:02.381Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20230318114931-csar.csar
2023-03-18T12:31:02.381Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230318114931-csar.csar
2023-03-18T12:31:02.381Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230318114931-csar.csar
2023-03-18T12:31:02.381Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230318114931-csar.csar
2023-03-18T12:31:02.381Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230318114931-csar.csar
2023-03-18T12:31:02.381Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230318114931-csar.csar
2023-03-18T12:31:02.381Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230318114931-csar.csar
2023-03-18T12:31:02.381Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230318114931-csar.csar
2023-03-18T12:31:02.381Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW c11b0f1b-4505 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-Vfw20230318114931-csar.csar
2023-03-18T12:31:02.381Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||WARN|500||####################################################################################################
2023-03-18T12:31:02.381Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T12:31:02.382Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-03-18 11-49-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T12:31:02.382Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template vFW c11b0f1b-4505 0 is matching search criteria
2023-03-18T12:31:02.382Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2023-03-18T12:31:02.382Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW c11b0f1b-4505 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-18T12:31:02.382Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T12:31:02.382Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-03-18 11-49-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T12:31:02.382Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template vFW c11b0f1b-4505 0 is matching search criteria
2023-03-18T12:31:02.382Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2023-03-18T12:31:02.382Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW c11b0f1b-4505 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-18T12:31:02.382Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T12:31:02.382Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-03-18 11-49-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T12:31:02.382Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T12:31:02.382Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template vFW c11b0f1b-4505 0 is not matching search criteria
2023-03-18T12:31:02.382Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-18T12:31:02.382Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-18T12:31:02.383Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-18T12:31:02.383Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-18T12:31:02.383Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-18T12:31:02.383Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-18T12:31:02.383Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-18T12:31:02.383Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-18T12:31:02.383Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-18T12:31:02.383Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-18T12:31:02.383Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-18T12:31:02.383Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-18T12:31:02.383Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-18T12:31:02.383Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-18T12:31:02.383Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-18T12:31:02.383Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-03-18T12:31:02.384Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T12:31:02.384Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-03-18 11-49-31 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-03-18T12:31:02.384Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T12:31:02.384Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template vFW c11b0f1b-4505 0 is matching search criteria
2023-03-18T12:31:02.384Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW c11b0f1b-4505 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-18T12:31:02.384Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T12:31:02.384Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template vFW c11b0f1b-4505 0 is matching search criteria
2023-03-18T12:31:02.384Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW c11b0f1b-4505 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-18T12:31:02.384Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T12:31:02.384Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template vFW c11b0f1b-4505 0 is matching search criteria
2023-03-18T12:31:02.384Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW c11b0f1b-4505 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-18T12:31:02.384Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T12:31:02.384Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template vFW c11b0f1b-4505 0 is not matching search criteria
2023-03-18T12:31:02.384Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-18T12:31:02.384Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-03-18T12:31:02.384Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-18T12:31:02.384Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-18T12:31:02.384Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-18T12:31:02.384Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-18T12:31:02.384Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-18T12:31:02.384Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-18T12:31:02.385Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-18T12:31:02.385Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-18T12:31:02.385Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-18T12:31:02.385Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=93a1b299-440a-4b46-b809-896a244a8c3e
2023-03-18T12:31:02.385Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T12:31:02.385Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template vFW c11b0f1b-4505 0 is not matching search criteria
2023-03-18T12:31:02.385Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-18T12:31:02.385Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-18T12:31:02.385Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-18T12:31:02.385Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-18T12:31:02.385Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-18T12:31:02.385Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-18T12:31:02.385Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-18T12:31:02.385Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-03-18T12:31:02.385Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-18T12:31:02.385Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-18T12:31:02.385Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-18T12:31:02.385Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-18T12:31:02.385Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=f46f0c4d-868d-4d5b-9783-ea8cf0f2cc90
2023-03-18T12:31:02.385Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T12:31:02.385Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template vFW c11b0f1b-4505 0 is not matching search criteria
2023-03-18T12:31:02.385Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-18T12:31:02.385Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-18T12:31:02.385Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-18T12:31:02.385Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-18T12:31:02.385Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-18T12:31:02.385Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-18T12:31:02.385Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-18T12:31:02.386Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-18T12:31:02.386Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-18T12:31:02.386Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-18T12:31:02.386Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-18T12:31:02.386Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-03-18T12:31:02.386Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=5079a023-f40e-49e5-9a39-abc7b36fa226
2023-03-18T12:31:02.386Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T12:31:02.386Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-03-18 11-49-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T12:31:02.386Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T12:31:02.386Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-03-18 11-49-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T12:31:02.386Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T12:31:02.386Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-03-18 11-49-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T12:31:02.386Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T12:31:02.386Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-03-18 11-49-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T12:31:02.386Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2023-03-18 11-49-31
Description:catalog service description
Model UUID:6d984351-d1ca-40a4-aad4-cb46662a587a
Model Version:NULL
Model InvariantUuid:cf32c985-ce6d-438e-ae22-e6fd004665b3
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW c11b0f1b-4505
Model UUID:ebdaa0dd-57e1-4fdd-a831-8135ea117a46
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:26f1c4e0-d5d2-4519-a829-ba04da79dfd3
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:19f5eed0-33a8-4dbf-839a-f2ac2d3b058b
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:6ebe4145-67c2-45e6-9597-53226a0916bd
ModelName:VfwC11b0f1b4505..base_vfw..module-0
ModelUuid:0261834d-3be1-4860-8b24-040e2c80aecd
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:93a1b299-440a-4b46-b809-896a244a8c3e
ModelInvariantUuid:8ec395e7-2102-4d02-844f-c114ac1a4203
ModelName:vFW c11b0f1b-4505-nodes.vfwCvfc
ModelUuid:504b1f13-9ac9-4e16-910b-43ab4acacb0f
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:99287d62-b33c-413e-89ec-87108c575104
ModelInvariantUuid:47f32f44-cd17-4eef-9e16-abcb011ab104
ModelName:VfwC11b0f1b4505.compute.nodes.heat.vfw
ModelUuid:2a6b0c3b-4ab1-49cd-8a96-f1f0feba73a0
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:f46f0c4d-868d-4d5b-9783-ea8cf0f2cc90
ModelInvariantUuid:d8e52c29-a773-431c-95b4-d1f0431b5e9e
ModelName:vFW c11b0f1b-4505-nodes.vsnCvfc
ModelUuid:e2d70f6d-c1ff-493f-99ab-25fea72fcdcc
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:113d5ed4-4ad4-49a7-94a3-7a01856b2205
ModelInvariantUuid:39b9a204-ad6c-4bfc-8b8d-763592e31d47
ModelName:VfwC11b0f1b4505.compute.nodes.heat.vsn
ModelUuid:fb5c808e-fe4a-477f-9cbd-5ab7141bbabe
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:5079a023-f40e-49e5-9a39-abc7b36fa226
ModelInvariantUuid:457dc8a1-b2ed-4d6f-963b-32e7f710a988
ModelName:vFW c11b0f1b-4505-nodes.vpgCvfc
ModelUuid:b289eee2-d7be-43f7-a6eb-232cf9ffa6c4
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:b5a732bf-796a-41d5-8db9-e0467a3c1b4a
ModelInvariantUuid:6626a445-05ec-4eb4-b903-06723caa1195
ModelName:VfwC11b0f1b4505.compute.nodes.heat.vpg
ModelUuid:f6a4ab06-9982-4e1b-be30-d56572ed840e
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=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-03-18T12:31:02.408Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||ERROR|500||Csar with UUID: 2a8efcaf-0813-4b52-901f-136ba065c343 already exists
2023-03-18T12:31:02.408Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar ASDC sendASDCNotification
2023-03-18T12:31:02.408Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar(Csar with UUID: 2a8efcaf-0813-4b52-901f-136ba065c343 already exists)
2023-03-18T12:31:02.408Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-18T12:31:02.408Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T12:31:02.408Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T12:31:02.409Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679142662408,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 2a8efcaf-0813-4b52-901f-136ba065c343 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T12:31:03.410Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar ASDC sendASDCNotification
2023-03-18T12:31:03.410Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar(Resource with UUID: c7374fd6-6727-4426-9587-40812bc7c663 already exists)
2023-03-18T12:31:03.410Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-18T12:31:03.411Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T12:31:03.411Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T12:31:03.411Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679142663409,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: c7374fd6-6727-4426-9587-40812bc7c663 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T12:31:04.413Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9f6cbd74-5561-4ebf-ae29-ef09adcdb35a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T12:31:04.428Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9f6cbd74-5561-4ebf-ae29-ef09adcdb35a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T12:31:04.431Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-18T12:31:04.431Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-18T12:31:04.431Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-18T12:31:04.431Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-18T12:31:04.431Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T12:31:04.431Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T12:31:04.431Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T12:31:04.431Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T12:31:04.431Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T12:31:04.431Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-18T12:31:04.437Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-18T12:31:34.438Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 9f6cbd74-5561-4ebf-ae29-ef09adcdb35a and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-18T12:31:34.447Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 9f6cbd74-5561-4ebf-ae29-ef09adcdb35a and serviceModelVersionId: 6d984351-d1ca-40a4-aad4-cb46662a587a
2023-03-18T12:31:34.448Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : cf32c985-ce6d-438e-ae22-e6fd004665b3
2023-03-18T12:31:34.449Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/cf32c985-ce6d-438e-ae22-e6fd004665b3/model-vers/model-ver/6d984351-d1ca-40a4-aad4-cb46662a587a?depth=0
2023-03-18T12:31:34.456Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2023-03-18T12:31:34.470Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cf32c985-ce6d-438e-ae22-e6fd004665b3/model-vers/model-ver/6d984351-d1ca-40a4-aad4-cb46662a587a?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-03-18T12:31:34.470Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cf32c985-ce6d-438e-ae22-e6fd004665b3/model-vers/model-ver/6d984351-d1ca-40a4-aad4-cb46662a587a?depth=0|INFO|500||Invoke
2023-03-18T12:31:34.476Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cf32c985-ce6d-438e-ae22-e6fd004665b3/model-vers/model-ver/6d984351-d1ca-40a4-aad4-cb46662a587a?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-18T12:31:34.602Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cf32c985-ce6d-438e-ae22-e6fd004665b3/model-vers/model-ver/6d984351-d1ca-40a4-aad4-cb46662a587a?depth=0|INFO|500||InvokeReturn
2023-03-18T12:31:34.603Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cf32c985-ce6d-438e-ae22-e6fd004665b3/model-vers/model-ver/6d984351-d1ca-40a4-aad4-cb46662a587a?depth=0 has http status code:200 and response headers:{date=[Sat, 18 Mar 2023 12:31:34 GMT], content-length=[0], vertex-id=[364760], x-aai-txid=[2-aai-resources-230318-12:31:34:179-34625], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-18T12:31:34.603Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Response was returned with an empty entity.
2023-03-18T12:31:34.603Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-18T12:31:34.603Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-18T12:31:34.610Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-18T12:31:34.610Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 9f6cbd74-5561-4ebf-ae29-ef09adcdb35a and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-18T12:31:34.610Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-18T12:31:34.611Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T12:31:34.611Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T12:31:34.611Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679142694610,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-18T12:31:35.634Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-18T12:31:35.634Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||received notification from broker: {"distributionID":"74149d2a-f284-47d2-b2fa-4e2fc7be8f3e","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"942654ba-46c2-4f05-ae3d-6460a7c9e9a7","serviceDescription":"service","serviceInvariantUUID":"ccdda148-11a2-4587-8a73-4287349e801a","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"9290846e-2e09-452f-a45d-c33314796f1f","resourceInvariantUUID":"df78bcaa-4726-47cb-aa3f-3d44f5870fc0","resourceCustomizationUUID":"014700c6-fb42-406a-8786-743311c39dea","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":"YzAxYzRjZjI5ZDYxYzM3NGE1ZWQzMDUyNDdmNzFlYjI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"0c62aeb4-b847-4e92-887d-05928e34bd2a","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"MjQwMDY3MzNlZjViMGM0YmQ4Mzg2OTA4MTFiM2YxYTQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"01ded22f-bc0d-42c0-9fad-2915e46c71e4","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-18T12:31:35.634Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T12:31:35.635Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T12:31:35.635Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T12:31:35.635Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "74149d2a-f284-47d2-b2fa-4e2fc7be8f3e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679142278662,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T12:31:36.635Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T12:31:36.636Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T12:31:36.636Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T12:31:36.636Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "74149d2a-f284-47d2-b2fa-4e2fc7be8f3e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679142278662,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T12:31:37.637Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "74149d2a-f284-47d2-b2fa-4e2fc7be8f3e",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "942654ba-46c2-4f05-ae3d-6460a7c9e9a7",
  "serviceDescription": "service",
  "serviceInvariantUUID": "ccdda148-11a2-4587-8a73-4287349e801a",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "014700c6-fb42-406a-8786-743311c39dea",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "9290846e-2e09-452f-a45d-c33314796f1f",
      "resourceInvariantUUID": "df78bcaa-4726-47cb-aa3f-3d44f5870fc0",
      "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": "MjQwMDY3MzNlZjViMGM0YmQ4Mzg2OTA4MTFiM2YxYTQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "01ded22f-bc0d-42c0-9fad-2915e46c71e4"
    }
  ],
  "workloadContext": "Production"
}
2023-03-18T12:31:37.637Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-18T12:31:37.639Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 942654ba-46c2-4f05-ae3d-6460a7c9e9a7 ASDC
2023-03-18T12:31:37.639Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:74149d2a-f284-47d2-b2fa-4e2fc7be8f3e
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:942654ba-46c2-4f05-ae3d-6460a7c9e9a7
ServiceInvariantUUID:ccdda148-11a2-4587-8a73-4287349e801a
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:01ded22f-bc0d-42c0-9fad-2915e46c71e4
ArtifactChecksum:MjQwMDY3MzNlZjViMGM0YmQ4Mzg2OTA4MTFiM2YxYTQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:014700c6-fb42-406a-8786-743311c39dea
ResourceInvariantUUID:df78bcaa-4726-47cb-aa3f-3d44f5870fc0
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:9290846e-2e09-452f-a45d-c33314796f1f
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2023-03-18T12:31:37.640Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 942654ba-46c2-4f05-ae3d-6460a7c9e9a7 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: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-18T12:31:37.676Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-18T12:31:37.676Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-03-18T12:31:37.676Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-03-18T12:31:37.676Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 01ded22f-bc0d-42c0-9fad-2915e46c71e4 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-03-18T12:31:37.676Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||DistributionClient - download
2023-03-18T12:31:37.677Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-03-18T12:31:37.936Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2023-03-18T12:31:37.940Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 01ded22f-bc0d-42c0-9fad-2915e46c71e4 57798
2023-03-18T12:31:37.940Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-03-18T12:31:37.940Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-03-18T12:31:37.940Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-18T12:31:37.940Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T12:31:37.940Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T12:31:37.940Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "74149d2a-f284-47d2-b2fa-4e2fc7be8f3e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679142697940,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T12:31:38.941Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-18T12:31:38.942Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-03-18T12:31:38.942Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 01ded22f-bc0d-42c0-9fad-2915e46c71e4, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-18T12:31:38.942Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2023-03-18T12:31:38.943Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-18T12:31:38.943Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-18T12:31:39.030Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5392155415583767048/Definitions/service-BasicNetwork-template.yml
2023-03-18T12:31:39.311Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-18T12:31:39.311Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||WARN|500||####################################################################################################
2023-03-18T12:31:39.311Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-18T12:31:39.311Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2023-03-18T12:31:39.311Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-18T12:31:39.311Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-18T12:31:39.312Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-18T12:31:39.312Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-18T12:31:39.312Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-18T12:31:39.312Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-18T12:31:39.312Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-18T12:31:39.312Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-18T12:31:39.312Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||WARN|500||####################################################################################################
2023-03-18T12:31:39.312Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T12:31:39.312Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T12:31:39.312Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2023-03-18T12:31:39.312Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2023-03-18T12:31:39.312Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-18T12:31:39.314Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T12:31:39.314Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T12:31:39.314Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2023-03-18T12:31:39.314Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2023-03-18T12:31:39.314Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-18T12:31:39.314Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T12:31:39.314Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T12:31:39.314Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T12:31:39.314Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T12:31:39.314Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T12:31:39.314Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T12:31:39.314Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T12:31:39.317Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T12:31:39.317Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T12:31:39.318Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T12:31:39.318Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_network
Description:service
Model UUID:942654ba-46c2-4f05-ae3d-6460a7c9e9a7
Model Version:NULL
Model InvariantUuid:ccdda148-11a2-4587-8a73-4287349e801a
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:df78bcaa-4726-47cb-aa3f-3d44f5870fc0
Model UUID:7144623a-3146-4d15-9597-aafc53fb0a49
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet

NETWORK Customization Properties:
CustomizationUUID:014700c6-fb42-406a-8786-743311c39dea
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=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-03-18T12:31:39.361Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||ERROR|500||Csar with UUID: 01ded22f-bc0d-42c0-9fad-2915e46c71e4 already exists
2023-03-18T12:31:39.361Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-03-18T12:31:39.361Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar(Csar with UUID: 01ded22f-bc0d-42c0-9fad-2915e46c71e4 already exists)
2023-03-18T12:31:39.361Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-18T12:31:39.363Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T12:31:39.363Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T12:31:39.363Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "74149d2a-f284-47d2-b2fa-4e2fc7be8f3e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679142699361,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 01ded22f-bc0d-42c0-9fad-2915e46c71e4 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T12:31:40.364Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-03-18T12:31:40.364Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar(Resource with UUID: 9290846e-2e09-452f-a45d-c33314796f1f already exists)
2023-03-18T12:31:40.365Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-18T12:31:40.365Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T12:31:40.365Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T12:31:40.365Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "74149d2a-f284-47d2-b2fa-4e2fc7be8f3e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679142700364,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 9290846e-2e09-452f-a45d-c33314796f1f already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T12:31:41.367Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 74149d2a-f284-47d2-b2fa-4e2fc7be8f3e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T12:31:41.383Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 74149d2a-f284-47d2-b2fa-4e2fc7be8f3e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T12:31:41.386Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-18T12:31:41.387Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-18T12:31:41.387Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-18T12:31:41.387Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-18T12:31:41.387Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T12:31:41.387Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T12:31:41.387Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T12:31:41.387Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T12:31:41.387Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T12:31:41.387Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-18T12:31:41.397Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-18T12:31:58.920Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T12:31:58.926Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-18T12:31:58.927Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679142659883,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-18T12:31:58.927Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:31:58.928Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-18T12:31:58.928Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679142662408,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 2a8efcaf-0813-4b52-901f-136ba065c343 already exists"
}
2023-03-18T12:31:58.928Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:31:58.928Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-18T12:31:58.928Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679142663409,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: c7374fd6-6727-4426-9587-40812bc7c663 already exists"
}
2023-03-18T12:31:58.928Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:31:58.929Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-18T12:31:58.929Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679142694610,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-18T12:31:58.929Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:31:58.929Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-18T12:31:58.929Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "74149d2a-f284-47d2-b2fa-4e2fc7be8f3e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679142278662,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T12:31:58.929Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:31:58.929Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-18T12:31:58.930Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "74149d2a-f284-47d2-b2fa-4e2fc7be8f3e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679142278662,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-03-18T12:31:58.930Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:31:58.930Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-18T12:31:58.930Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "74149d2a-f284-47d2-b2fa-4e2fc7be8f3e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679142697940,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-18T12:31:58.930Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:31:58.931Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-18T12:31:58.931Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "74149d2a-f284-47d2-b2fa-4e2fc7be8f3e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679142699361,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 01ded22f-bc0d-42c0-9fad-2915e46c71e4 already exists"
}
2023-03-18T12:31:58.932Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:31:58.932Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-18T12:31:58.932Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "74149d2a-f284-47d2-b2fa-4e2fc7be8f3e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679142700364,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 9290846e-2e09-452f-a45d-c33314796f1f already exists"
}
2023-03-18T12:31:58.932Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:32:11.398Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 74149d2a-f284-47d2-b2fa-4e2fc7be8f3e and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-18T12:32:11.405Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 74149d2a-f284-47d2-b2fa-4e2fc7be8f3e and serviceModelVersionId: 942654ba-46c2-4f05-ae3d-6460a7c9e9a7
2023-03-18T12:32:11.405Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : ccdda148-11a2-4587-8a73-4287349e801a
2023-03-18T12:32:11.406Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/ccdda148-11a2-4587-8a73-4287349e801a/model-vers/model-ver/942654ba-46c2-4f05-ae3d-6460a7c9e9a7?depth=0
2023-03-18T12:32:11.412Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2023-03-18T12:32:11.426Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ccdda148-11a2-4587-8a73-4287349e801a/model-vers/model-ver/942654ba-46c2-4f05-ae3d-6460a7c9e9a7?depth=0|INFO|500||Invoke
2023-03-18T12:32:11.427Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ccdda148-11a2-4587-8a73-4287349e801a/model-vers/model-ver/942654ba-46c2-4f05-ae3d-6460a7c9e9a7?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ccdda148-11a2-4587-8a73-4287349e801a/model-vers/model-ver/942654ba-46c2-4f05-ae3d-6460a7c9e9a7?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[74149d2a-f284-47d2-b2fa-4e2fc7be8f3e], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[681078b5-346d-4da4-a1e4-9ac5562580df], X-ECOMP-RequestID=[74149d2a-f284-47d2-b2fa-4e2fc7be8f3e], X-TransactionId=[], X-ONAP-RequestID=[74149d2a-f284-47d2-b2fa-4e2fc7be8f3e], Content-Type=[application/merge-patch+json]}
2023-03-18T12:32:11.435Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ccdda148-11a2-4587-8a73-4287349e801a/model-vers/model-ver/942654ba-46c2-4f05-ae3d-6460a7c9e9a7?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-18T12:32:11.645Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ccdda148-11a2-4587-8a73-4287349e801a/model-vers/model-ver/942654ba-46c2-4f05-ae3d-6460a7c9e9a7?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/ccdda148-11a2-4587-8a73-4287349e801a/model-vers/model-ver/942654ba-46c2-4f05-ae3d-6460a7c9e9a7?depth=0 has http status code:200 and response headers:{date=[Sat, 18 Mar 2023 12:32:11 GMT], content-length=[0], vertex-id=[192760], x-aai-txid=[2-aai-resources-230318-12:32:11:137-6209], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-18T12:32:11.646Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ccdda148-11a2-4587-8a73-4287349e801a/model-vers/model-ver/942654ba-46c2-4f05-ae3d-6460a7c9e9a7?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-18T12:32:11.647Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ccdda148-11a2-4587-8a73-4287349e801a/model-vers/model-ver/942654ba-46c2-4f05-ae3d-6460a7c9e9a7?depth=0|INFO|500||InvokeReturn
2023-03-18T12:32:11.647Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-18T12:32:11.647Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-18T12:32:11.658Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-18T12:32:11.658Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 74149d2a-f284-47d2-b2fa-4e2fc7be8f3e and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-18T12:32:11.658Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-18T12:32:11.659Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T12:32:11.659Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T12:32:11.659Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "74149d2a-f284-47d2-b2fa-4e2fc7be8f3e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679142731658,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-18T12:32:12.686Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-18T12:32:12.686Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||received notification from broker: {"distributionID":"6a074a1e-4b47-4382-9b90-afa918276d12","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"e17bf563-7a13-4701-b853-11ed8cbb93d7","serviceDescription":"service","serviceInvariantUUID":"8a45306d-3ac3-4f10-a742-9812edbe591e","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"1903c123-2be6-499b-8524-c9a33406ad4f","resourceInvariantUUID":"65a560ec-f509-40c5-b364-3c4cd0a20185","resourceCustomizationUUID":"41b30cb0-d009-4e4b-99c2-e95f691a4b2e","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":"YTFjZGVjMmU0NGZhOGFkMDlhZGI4ODkyYzk4MDRmOGE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"38ef1f0d-98ea-4e28-b00a-3091e61f54bc","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":"OWZmNjBmNzNmNGQ1ZThmYzNkMzdkODk3MzFkMDI2MDg\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"d3c6917c-1f70-48e9-9465-f259ee8cda65","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":"7aa99321-7b67-40f7-bd98-0e99d422bb2e","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":"5444e6a4-9351-40da-b837-0dd388e7cb3b","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":"cb506ca5-fd50-4406-abfc-b51858ac789a","artifactVersion":"2","generatedFromUUID":"7aa99321-7b67-40f7-bd98-0e99d422bb2e"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"ZjQyZmQxMjdjZDk5ZDY2OTQ3ZmIyZWI4MjExZGE4OGQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"204adab0-5bde-4230-9b3d-b26c0f4d57b4","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"NjI4YzVmZDFmMjYwMDhlNTZlOTY1M2NmMzExN2VkMjg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"4b6dc8ac-cbfc-43c0-9e93-2760226914ae","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-18T12:32:12.687Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T12:32:12.687Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T12:32:12.687Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T12:32:12.687Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679142278662,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T12:32:13.689Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T12:32:13.689Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T12:32:13.689Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T12:32:13.690Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679142278662,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T12:32:14.691Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T12:32:14.692Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T12:32:14.692Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T12:32:14.692Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679142278662,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T12:32:15.695Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T12:32:15.695Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T12:32:15.695Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T12:32:15.695Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679142278662,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T12:32:16.702Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T12:32:16.702Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T12:32:16.703Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T12:32:16.703Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679142278662,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T12:32:17.704Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T12:32:17.705Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T12:32:17.705Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T12:32:17.705Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679142278662,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T12:32:18.707Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T12:32:18.707Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T12:32:18.707Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T12:32:18.707Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679142278662,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T12:32:19.710Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "e17bf563-7a13-4701-b853-11ed8cbb93d7",
  "serviceDescription": "service",
  "serviceInvariantUUID": "8a45306d-3ac3-4f10-a742-9812edbe591e",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "41b30cb0-d009-4e4b-99c2-e95f691a4b2e",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "1903c123-2be6-499b-8524-c9a33406ad4f",
      "resourceInvariantUUID": "65a560ec-f509-40c5-b364-3c4cd0a20185",
      "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": "OWZmNjBmNzNmNGQ1ZThmYzNkMzdkODk3MzFkMDI2MDg\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "d3c6917c-1f70-48e9-9465-f259ee8cda65",
          "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": "7aa99321-7b67-40f7-bd98-0e99d422bb2e",
          "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": "cb506ca5-fd50-4406-abfc-b51858ac789a",
            "generatedFromUUID": "7aa99321-7b67-40f7-bd98-0e99d422bb2e"
          },
          "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": "cb506ca5-fd50-4406-abfc-b51858ac789a",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "NjI4YzVmZDFmMjYwMDhlNTZlOTY1M2NmMzExN2VkMjg\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "4b6dc8ac-cbfc-43c0-9e93-2760226914ae"
    }
  ],
  "workloadContext": "Production"
}
2023-03-18T12:32:19.710Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-18T12:32:19.710Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 e17bf563-7a13-4701-b853-11ed8cbb93d7 ASDC
2023-03-18T12:32:19.710Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:6a074a1e-4b47-4382-9b90-afa918276d12
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:e17bf563-7a13-4701-b853-11ed8cbb93d7
ServiceInvariantUUID:8a45306d-3ac3-4f10-a742-9812edbe591e
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:4b6dc8ac-cbfc-43c0-9e93-2760226914ae
ArtifactChecksum:NjI4YzVmZDFmMjYwMDhlNTZlOTY1M2NmMzExN2VkMjg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:41b30cb0-d009-4e4b-99c2-e95f691a4b2e
ResourceInvariantUUID:65a560ec-f509-40c5-b364-3c4cd0a20185
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:1903c123-2be6-499b-8524-c9a33406ad4f
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:d3c6917c-1f70-48e9-9465-f259ee8cda65
ArtifactChecksum:OWZmNjBmNzNmNGQ1ZThmYzNkMzdkODk3MzFkMDI2MDg=
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:7aa99321-7b67-40f7-bd98-0e99d422bb2e
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:cb506ca5-fd50-4406-abfc-b51858ac789a
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:cb506ca5-fd50-4406-abfc-b51858ac789a
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-18T12:32:19.710Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF e17bf563-7a13-4701-b853-11ed8cbb93d7 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: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-18T12:32:19.750Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-18T12:32:19.751Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-03-18T12:32:19.751Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-03-18T12:32:19.751Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 4b6dc8ac-cbfc-43c0-9e93-2760226914ae from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-03-18T12:32:19.751Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||DistributionClient - download
2023-03-18T12:32:19.751Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-03-18T12:32:19.997Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2023-03-18T12:32:20.003Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 4b6dc8ac-cbfc-43c0-9e93-2760226914ae 75195
2023-03-18T12:32:20.003Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-03-18T12:32:20.003Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-03-18T12:32:20.003Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-18T12:32:20.004Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T12:32:20.004Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T12:32:20.004Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679142740003,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T12:32:21.006Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-18T12:32:21.006Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-03-18T12:32:21.007Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 4b6dc8ac-cbfc-43c0-9e93-2760226914ae, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2023-03-18T12:32:21.007Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2023-03-18T12:32:21.007Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2023-03-18T12:32:21.007Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2023-03-18T12:32:21.090Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10607022362364935319/Definitions/service-BasicVm-template.yml
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided
Log warning: The required parameter "compute_ubuntu20_key_name" is not provided
Log warning: The required parameter "compute_ubuntu20_name" is not provided
Log warning: The required parameter "compute_ubuntu20_user_data_format" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_security_groups" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network" is not provided
Log warning: The required parameter "compute_ubuntu20_metadata" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
2023-03-18T12:32:21.916Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-18T12:32:21.916Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||WARN|500||####################################################################################################
2023-03-18T12:32:21.916Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-03-18T12:32:21.917Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-18T12:32:21.917Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-03-18T12:32:21.917Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-03-18T12:32:21.917Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-03-18T12:32:21.917Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-03-18T12:32:21.917Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-03-18T12:32:21.917Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-03-18T12:32:21.917Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-03-18T12:32:21.917Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||WARN|500||####################################################################################################
2023-03-18T12:32:21.917Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T12:32:21.917Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T12:32:21.917Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-03-18T12:32:21.917Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2023-03-18T12:32:21.917Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-18T12:32:21.918Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T12:32:21.918Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T12:32:21.918Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-03-18T12:32:21.918Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2023-03-18T12:32:21.918Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-18T12:32:21.918Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T12:32:21.918Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T12:32:21.918Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T12:32:21.918Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2023-03-18T12:32:21.918Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2023-03-18T12:32:21.918Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2023-03-18T12:32:21.918Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2023-03-18T12:32:21.919Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-03-18T12:32:21.919Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-03-18T12:32:21.919Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T12:32:21.919Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-03-18T12:32:21.919Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T12:32:21.919Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-03-18T12:32:21.919Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-18T12:32:21.919Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T12:32:21.919Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-03-18T12:32:21.919Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-18T12:32:21.919Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T12:32:21.919Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-03-18T12:32:21.919Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-18T12:32:21.919Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T12:32:21.919Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2023-03-18T12:32:21.919Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2023-03-18T12:32:21.919Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-03-18T12:32:21.920Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=64fed6e3-6977-408b-b059-8a144c2e0a35
2023-03-18T12:32:21.920Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T12:32:21.920Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T12:32:21.920Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T12:32:21.920Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T12:32:21.920Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T12:32:21.920Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T12:32:21.920Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T12:32:21.920Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T12:32:21.920Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm
Description:service
Model UUID:e17bf563-7a13-4701-b853-11ed8cbb93d7
Model Version:NULL
Model InvariantUuid:8a45306d-3ac3-4f10-a742-9812edbe591e
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm
Model UUID:ea2de434-4822-44c1-853e-d40156eca503
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:65a560ec-f509-40c5-b364-3c4cd0a20185
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:41b30cb0-d009-4e4b-99c2-e95f691a4b2e
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:ee70db23-c599-4674-8f27-3ac3d73c08ec
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:95d85446-b137-4a31-b118-69910311bda3
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:64fed6e3-6977-408b-b059-8a144c2e0a35
ModelInvariantUuid:f6b03c70-b7e2-49a8-a47b-7c7cc8cf7060
ModelName:basic_vm-nodes.ubuntu20Cvfc
ModelUuid:6c6837c7-ca00-4715-8d0d-bbc3e741b7bb
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:46efd046-90cc-45ff-bbe0-7c92e0864eea
ModelInvariantUuid:9ed13ad2-1e19-49bb-ae78-4ceb38f301b5
ModelName:BasicVm.compute.nodes.heat.ubuntu20
ModelUuid:909a6244-8212-4e0c-8ab7-2d238934f8d6
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=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-03-18T12:32:21.954Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||ERROR|500||Csar with UUID: 4b6dc8ac-cbfc-43c0-9e93-2760226914ae already exists
2023-03-18T12:32:21.954Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-03-18T12:32:21.954Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar(Csar with UUID: 4b6dc8ac-cbfc-43c0-9e93-2760226914ae already exists)
2023-03-18T12:32:21.954Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-18T12:32:21.954Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T12:32:21.955Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T12:32:21.955Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679142741954,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 4b6dc8ac-cbfc-43c0-9e93-2760226914ae already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T12:32:22.957Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-03-18T12:32:22.957Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar(Resource with UUID: 1903c123-2be6-499b-8524-c9a33406ad4f already exists)
2023-03-18T12:32:22.958Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-18T12:32:22.958Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T12:32:22.958Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T12:32:22.958Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679142742957,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 1903c123-2be6-499b-8524-c9a33406ad4f already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T12:32:23.959Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6a074a1e-4b47-4382-9b90-afa918276d12
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T12:32:23.980Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6a074a1e-4b47-4382-9b90-afa918276d12
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T12:32:23.984Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-18T12:32:23.984Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-18T12:32:23.984Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-18T12:32:23.984Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-18T12:32:23.984Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T12:32:23.984Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T12:32:23.984Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T12:32:23.984Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T12:32:23.984Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T12:32:23.984Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-18T12:32:23.995Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-18T12:32:53.995Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 6a074a1e-4b47-4382-9b90-afa918276d12 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-18T12:32:54.002Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 6a074a1e-4b47-4382-9b90-afa918276d12 and serviceModelVersionId: e17bf563-7a13-4701-b853-11ed8cbb93d7
2023-03-18T12:32:54.002Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 8a45306d-3ac3-4f10-a742-9812edbe591e
2023-03-18T12:32:54.003Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/8a45306d-3ac3-4f10-a742-9812edbe591e/model-vers/model-ver/e17bf563-7a13-4701-b853-11ed8cbb93d7?depth=0
2023-03-18T12:32:54.005Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2023-03-18T12:32:54.017Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8a45306d-3ac3-4f10-a742-9812edbe591e/model-vers/model-ver/e17bf563-7a13-4701-b853-11ed8cbb93d7?depth=0|INFO|500||Invoke
2023-03-18T12:32:54.017Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8a45306d-3ac3-4f10-a742-9812edbe591e/model-vers/model-ver/e17bf563-7a13-4701-b853-11ed8cbb93d7?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8a45306d-3ac3-4f10-a742-9812edbe591e/model-vers/model-ver/e17bf563-7a13-4701-b853-11ed8cbb93d7?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[6a074a1e-4b47-4382-9b90-afa918276d12], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[079ed444-cc8d-462c-8936-ff6a0c36daa8], X-ECOMP-RequestID=[6a074a1e-4b47-4382-9b90-afa918276d12], X-TransactionId=[], X-ONAP-RequestID=[6a074a1e-4b47-4382-9b90-afa918276d12], Content-Type=[application/merge-patch+json]}
2023-03-18T12:32:54.025Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8a45306d-3ac3-4f10-a742-9812edbe591e/model-vers/model-ver/e17bf563-7a13-4701-b853-11ed8cbb93d7?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-18T12:32:54.144Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8a45306d-3ac3-4f10-a742-9812edbe591e/model-vers/model-ver/e17bf563-7a13-4701-b853-11ed8cbb93d7?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/8a45306d-3ac3-4f10-a742-9812edbe591e/model-vers/model-ver/e17bf563-7a13-4701-b853-11ed8cbb93d7?depth=0 has http status code:200 and response headers:{date=[Sat, 18 Mar 2023 12:32:53 GMT], content-length=[0], vertex-id=[188464], x-aai-txid=[1-aai-resources-230318-12:32:53:727-70386], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-18T12:32:54.144Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8a45306d-3ac3-4f10-a742-9812edbe591e/model-vers/model-ver/e17bf563-7a13-4701-b853-11ed8cbb93d7?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-18T12:32:54.145Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8a45306d-3ac3-4f10-a742-9812edbe591e/model-vers/model-ver/e17bf563-7a13-4701-b853-11ed8cbb93d7?depth=0|INFO|500||InvokeReturn
2023-03-18T12:32:54.145Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-18T12:32:54.145Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-18T12:32:54.153Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-18T12:32:54.153Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 6a074a1e-4b47-4382-9b90-afa918276d12 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-18T12:32:54.153Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-18T12:32:54.153Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T12:32:54.153Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T12:32:54.154Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679142774153,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-18T12:32:55.176Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-18T12:32:55.176Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||received notification from broker: {"distributionID":"5e005e65-61df-4986-a087-00761a388674","serviceName":"Demo_pNF_Qv5TXucXv4n7mssXUGFK","serviceVersion":"1.0","serviceUUID":"73f959ea-1a0e-41cf-b2da-40f07fd6a9c2","serviceDescription":"catalog service description","serviceInvariantUUID":"86b31417-cd30-434e-93e4-34d81e182271","resources":[{"resourceInstanceName":"pNF 8ecb3a29-1699 0","resourceName":"pNF 8ecb3a29-1699","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"79d852b9-56e5-416f-9d37-4483b88de628","resourceInvariantUUID":"c45c5ef7-20e5-4b81-8392-6fbf8a0a1b25","resourceCustomizationUUID":"3e0c811d-9b69-4eb9-9e2f-6a46c31c8df1","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/resourceInstances/pnf8ecb3a2916990/artifacts/vf-license-model.xml","artifactChecksum":"ZjYwMDAwM2MyYWM5MThmNDNmMGIxMzExNzJmYzM1YzQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"fe22c4be-1d3d-49d6-aaf8-5fb691f2c5bb","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/resourceInstances/pnf8ecb3a2916990/artifacts/pNF.csar","artifactChecksum":"YTFmMWQ3MzViYWZhMGQ1ZThlNzU3Y2I3ZGNlYWU4YjA\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"aee06125-71e1-4665-8ce8-8f87625d3137","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/resourceInstances/pnf8ecb3a2916990/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"d0d177b6-7fdc-4b24-a378-3361c335ea57","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/resourceInstances/pnf8ecb3a2916990/artifacts/vendor-license-model.xml","artifactChecksum":"NmIzN2Y3YWJiZDEyYzZiMDEyNjdiMzJhNGM5MzQ1OGI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"b3fc6aeb-2efb-45ec-a7fe-d71b1477f76e","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/resourceInstances/pnf8ecb3a2916990/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"e7ba57a9-59ef-4efe-90bb-fffece281605","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/resourceInstances/pnf8ecb3a2916990/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"cc689d97-ea39-40b8-b7d1-5326d5b71836","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfQv5txucxv4n7mssxugfk-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-template.yml","artifactChecksum":"ZTJjZGFlZDI3YjNkYzI4ZWNlMWMyNmM5NGMwOGRiNmY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"036d837c-a9b5-4c6b-9026-ef8b033600cc","artifactVersion":"1"},{"artifactName":"service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar","artifactChecksum":"NmIzYzkyYzFlZjM3YjA3YjIzODQ5MzIxZjA4ODdmYTg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"a93044a0-e137-47cf-b45c-87a4ec92508e","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-18T12:32:55.177Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T12:32:55.177Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T12:32:55.177Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T12:32:55.177Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679142278662,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/resourceInstances/pnf8ecb3a2916990/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T12:32:56.177Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T12:32:56.178Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T12:32:56.178Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T12:32:56.178Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679142278662,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/resourceInstances/pnf8ecb3a2916990/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T12:32:57.179Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T12:32:57.179Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T12:32:57.180Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T12:32:57.180Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679142278662,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/resourceInstances/pnf8ecb3a2916990/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T12:32:58.181Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T12:32:58.181Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T12:32:58.182Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T12:32:58.182Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679142278662,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/resourceInstances/pnf8ecb3a2916990/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T12:32:58.919Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T12:32:58.924Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-18T12:32:58.925Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "74149d2a-f284-47d2-b2fa-4e2fc7be8f3e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679142731658,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-18T12:32:58.925Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:32:58.926Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-18T12:32:58.926Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679142278662,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T12:32:58.926Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:32:58.927Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-18T12:32:58.927Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679142278662,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2023-03-18T12:32:58.927Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:32:58.927Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-18T12:32:58.928Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679142278662,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-03-18T12:32:58.928Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:32:58.928Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-18T12:32:58.928Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679142278662,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T12:32:58.929Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:32:58.929Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-18T12:32:58.929Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679142278662,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-03-18T12:32:58.929Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:32:58.929Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-18T12:32:58.930Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679142278662,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T12:32:58.930Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:32:58.930Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-18T12:32:58.930Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679142278662,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-03-18T12:32:58.930Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:32:58.931Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-18T12:32:58.931Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679142740003,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-18T12:32:58.931Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:32:58.931Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-18T12:32:58.931Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679142741954,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 4b6dc8ac-cbfc-43c0-9e93-2760226914ae already exists"
}
2023-03-18T12:32:58.932Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:32:58.932Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-18T12:32:58.932Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679142742957,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 1903c123-2be6-499b-8524-c9a33406ad4f already exists"
}
2023-03-18T12:32:58.932Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:32:58.932Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-18T12:32:58.933Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679142774153,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-18T12:32:58.933Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:32:58.933Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-18T12:32:58.933Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679142278662,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/resourceInstances/pnf8ecb3a2916990/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T12:32:58.933Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:32:58.933Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-18T12:32:58.933Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679142278662,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/resourceInstances/pnf8ecb3a2916990/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-18T12:32:58.934Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:32:58.934Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-18T12:32:58.934Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679142278662,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/resourceInstances/pnf8ecb3a2916990/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-18T12:32:58.934Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:32:58.934Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-18T12:32:58.934Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679142278662,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/resourceInstances/pnf8ecb3a2916990/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T12:32:58.934Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:32:59.186Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T12:32:59.186Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T12:32:59.187Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T12:32:59.187Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679142278662,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/resourceInstances/pnf8ecb3a2916990/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T12:33:00.187Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T12:33:00.188Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T12:33:00.189Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T12:33:00.189Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679142278662,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/resourceInstances/pnf8ecb3a2916990/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T12:33:01.190Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T12:33:01.191Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T12:33:01.191Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T12:33:01.191Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679142278662,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T12:33:02.192Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T12:33:02.193Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T12:33:02.193Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T12:33:02.193Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679142278662,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T12:33:03.194Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "serviceName": "Demo_pNF_Qv5TXucXv4n7mssXUGFK",
  "serviceVersion": "1.0",
  "serviceUUID": "73f959ea-1a0e-41cf-b2da-40f07fd6a9c2",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "86b31417-cd30-434e-93e4-34d81e182271",
  "resources": [
    {
      "resourceInstanceName": "pNF 8ecb3a29-1699 0",
      "resourceCustomizationUUID": "3e0c811d-9b69-4eb9-9e2f-6a46c31c8df1",
      "resourceName": "pNF 8ecb3a29-1699",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "79d852b9-56e5-416f-9d37-4483b88de628",
      "resourceInvariantUUID": "c45c5ef7-20e5-4b81-8392-6fbf8a0a1b25",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar",
      "artifactChecksum": "NmIzYzkyYzFlZjM3YjA3YjIzODQ5MzIxZjA4ODdmYTg\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "a93044a0-e137-47cf-b45c-87a4ec92508e"
    }
  ],
  "workloadContext": "Production"
}
2023-03-18T12:33:03.195Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-18T12:33:03.195Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 73f959ea-1a0e-41cf-b2da-40f07fd6a9c2 ASDC
2023-03-18T12:33:03.196Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:5e005e65-61df-4986-a087-00761a388674
ServiceName:Demo_pNF_Qv5TXucXv4n7mssXUGFK
ServiceVersion:1.0
ServiceUUID:73f959ea-1a0e-41cf-b2da-40f07fd6a9c2
ServiceInvariantUUID:86b31417-cd30-434e-93e4-34d81e182271
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar
ArtifactUUID:a93044a0-e137-47cf-b45c-87a4ec92508e
ArtifactChecksum:NmIzYzkyYzFlZjM3YjA3YjIzODQ5MzIxZjA4ODdmYTg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 8ecb3a29-1699 0
ResourceCustomizationUUID:3e0c811d-9b69-4eb9-9e2f-6a46c31c8df1
ResourceInvariantUUID:c45c5ef7-20e5-4b81-8392-6fbf8a0a1b25
ResourceName:pNF 8ecb3a29-1699
ResourceType:PNF
ResourceUUID:79d852b9-56e5-416f-9d37-4483b88de628
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-18T12:33:03.196Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 73f959ea-1a0e-41cf-b2da-40f07fd6a9c2 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: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-18T12:33:03.232Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-18T12:33:03.233Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-03-18T12:33:03.234Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-03-18T12:33:03.234Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: a93044a0-e137-47cf-b45c-87a4ec92508e from URL: /sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar
2023-03-18T12:33:03.234Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||DistributionClient - download
2023-03-18T12:33:03.235Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar
2023-03-18T12:33:03.465Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2023-03-18T12:33:03.471Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar a93044a0-e137-47cf-b45c-87a4ec92508e 88004
2023-03-18T12:33:03.471Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar ASDC sendASDCNotification
2023-03-18T12:33:03.472Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar
2023-03-18T12:33:03.472Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-18T12:33:03.472Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T12:33:03.472Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T12:33:03.472Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679142783471,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T12:33:04.473Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-18T12:33:04.474Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-03-18T12:33:04.475Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: a93044a0-e137-47cf-b45c-87a4ec92508e, URL: /sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar to file: /app/ASDC/1/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar
2023-03-18T12:33:04.475Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar
2023-03-18T12:33:04.476Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar
2023-03-18T12:33:04.476Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar
2023-03-18T12:33:04.551Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4718642977505273933/Definitions/service-DemoPnfQv5txucxv4n7mssxugfk-template.yml
2023-03-18T12:33:05.042Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-18T12:33:05.043Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||WARN|500||####################################################################################################
2023-03-18T12:33:05.043Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar
2023-03-18T12:33:05.043Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-18T12:33:05.043Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||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-DemoPnfQv5txucxv4n7mssxugfk-csar.csar
2023-03-18T12:33:05.043Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar
2023-03-18T12:33:05.043Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||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-DemoPnfQv5txucxv4n7mssxugfk-csar.csar
2023-03-18T12:33:05.043Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar
2023-03-18T12:33:05.043Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar
2023-03-18T12:33:05.043Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 8ecb3a29-1699 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-DemoPnfQv5txucxv4n7mssxugfk-csar.csar
2023-03-18T12:33:05.043Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar
2023-03-18T12:33:05.043Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||WARN|500||####################################################################################################
2023-03-18T12:33:05.043Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T12:33:05.043Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_Qv5TXucXv4n7mssXUGFK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T12:33:05.043Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Node template pNF 8ecb3a29-1699 0 is matching search criteria
2023-03-18T12:33:05.043Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2023-03-18T12:33:05.043Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Found topology templates [pNF 8ecb3a29-1699 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-18T12:33:05.043Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T12:33:05.043Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_Qv5TXucXv4n7mssXUGFK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T12:33:05.043Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Node template pNF 8ecb3a29-1699 0 is matching search criteria
2023-03-18T12:33:05.044Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2023-03-18T12:33:05.044Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Found topology templates [pNF 8ecb3a29-1699 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-18T12:33:05.044Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T12:33:05.044Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_Qv5TXucXv4n7mssXUGFK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T12:33:05.044Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T12:33:05.044Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_Qv5TXucXv4n7mssXUGFK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T12:33:05.044Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T12:33:05.044Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_Qv5TXucXv4n7mssXUGFK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T12:33:05.044Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T12:33:05.044Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_Qv5TXucXv4n7mssXUGFK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T12:33:05.044Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T12:33:05.044Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_Qv5TXucXv4n7mssXUGFK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T12:33:05.044Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_Qv5TXucXv4n7mssXUGFK
Description:catalog service description
Model UUID:73f959ea-1a0e-41cf-b2da-40f07fd6a9c2
Model Version:NULL
Model InvariantUuid:86b31417-cd30-434e-93e4-34d81e182271
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=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-03-18T12:33:05.072Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||ERROR|500||Csar with UUID: a93044a0-e137-47cf-b45c-87a4ec92508e already exists
2023-03-18T12:33:05.073Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar ASDC sendASDCNotification
2023-03-18T12:33:05.073Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar(Csar with UUID: a93044a0-e137-47cf-b45c-87a4ec92508e already exists)
2023-03-18T12:33:05.073Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-18T12:33:05.073Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T12:33:05.073Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T12:33:05.073Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679142785073,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: a93044a0-e137-47cf-b45c-87a4ec92508e already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T12:33:06.074Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar ASDC sendASDCNotification
2023-03-18T12:33:06.074Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar(Resource with UUID: 79d852b9-56e5-416f-9d37-4483b88de628 already exists)
2023-03-18T12:33:06.074Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-18T12:33:06.074Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T12:33:06.074Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T12:33:06.074Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679142786074,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 79d852b9-56e5-416f-9d37-4483b88de628 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T12:33:07.075Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5e005e65-61df-4986-a087-00761a388674
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T12:33:07.093Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5e005e65-61df-4986-a087-00761a388674
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T12:33:07.097Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-18T12:33:07.097Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-18T12:33:07.097Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-18T12:33:07.097Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-18T12:33:07.097Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T12:33:07.097Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T12:33:07.097Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T12:33:07.097Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T12:33:07.097Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T12:33:07.098Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T12:33:07.098Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-18T12:33:07.107Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-18T12:33:37.108Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 5e005e65-61df-4986-a087-00761a388674 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-18T12:33:37.117Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 5e005e65-61df-4986-a087-00761a388674 and serviceModelVersionId: 73f959ea-1a0e-41cf-b2da-40f07fd6a9c2
2023-03-18T12:33:37.117Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 86b31417-cd30-434e-93e4-34d81e182271
2023-03-18T12:33:37.118Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/86b31417-cd30-434e-93e4-34d81e182271/model-vers/model-ver/73f959ea-1a0e-41cf-b2da-40f07fd6a9c2?depth=0
2023-03-18T12:33:37.121Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2023-03-18T12:33:37.134Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/86b31417-cd30-434e-93e4-34d81e182271/model-vers/model-ver/73f959ea-1a0e-41cf-b2da-40f07fd6a9c2?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-03-18T12:33:37.135Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/86b31417-cd30-434e-93e4-34d81e182271/model-vers/model-ver/73f959ea-1a0e-41cf-b2da-40f07fd6a9c2?depth=0|INFO|500||Invoke
2023-03-18T12:33:37.143Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/86b31417-cd30-434e-93e4-34d81e182271/model-vers/model-ver/73f959ea-1a0e-41cf-b2da-40f07fd6a9c2?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-18T12:33:37.262Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/86b31417-cd30-434e-93e4-34d81e182271/model-vers/model-ver/73f959ea-1a0e-41cf-b2da-40f07fd6a9c2?depth=0|INFO|500||InvokeReturn
2023-03-18T12:33:37.263Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/86b31417-cd30-434e-93e4-34d81e182271/model-vers/model-ver/73f959ea-1a0e-41cf-b2da-40f07fd6a9c2?depth=0 has http status code:200 and response headers:{date=[Sat, 18 Mar 2023 12:33:36 GMT], content-length=[0], vertex-id=[204904], x-aai-txid=[0-aai-resources-230318-12:33:36:845-14170], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-18T12:33:37.263Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Response was returned with an empty entity.
2023-03-18T12:33:37.263Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-18T12:33:37.263Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-18T12:33:37.270Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-18T12:33:37.270Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 5e005e65-61df-4986-a087-00761a388674 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-18T12:33:37.270Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-18T12:33:37.271Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T12:33:37.271Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T12:33:37.271Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679142817270,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-18T12:33:38.294Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T12:33:38.294Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Failing OffsetCommit request since the consumer is not part of an active group
2023-03-18T12:33:38.295Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||ERROR|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Asynchronous auto-commit of offsets failed: Offset commit cannot be completed since the consumer is not part of an active group for auto partition assignment; it is likely that the consumer was kicked out of the group.. Will continue to join group.
2023-03-18T12:33:38.295Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Giving away all assigned partitions as lost since generation/memberID has been reset,indicating that consumer is in old state or no longer part of the group
2023-03-18T12:33:38.295Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Lost previously assigned partitions SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5
2023-03-18T12:33:38.296Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] (Re-)joining group
2023-03-18T12:33:38.297Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Asynchronous auto-commit of offsets {SDC-DISTR-NOTIF-TOPIC-AUTO-5=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-4=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-3=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-2=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-1=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-0=OffsetAndMetadata{offset=6, leaderEpoch=0, metadata=''}} failed: Offset commit cannot be completed since the consumer is not part of an active group for auto partition assignment; it is likely that the consumer was kicked out of the group.
2023-03-18T12:33:38.300Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2-34bb2953-b537-4f17-8ced-93df994ccee3
2023-03-18T12:33:38.300Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Request joining group due to: rebalance failed due to 'The group member needs to have a valid member id before actually entering a consumer group.' (MemberIdRequiredException)
2023-03-18T12:33:38.300Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] (Re-)joining group
2023-03-18T12:33:39.751Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T12:33:42.766Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T12:33:45.778Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T12:33:48.809Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T12:33:51.819Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T12:33:54.828Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T12:33:57.844Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T12:33:58.920Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T12:33:58.930Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Revoke previously assigned partitions SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-03-18T12:33:58.930Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] (Re-)joining group
2023-03-18T12:33:58.933Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Successfully joined group with generation Generation{generationId=44, memberId='SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94-2995e74d-4211-4955-93f6-f3f14568571e', protocol='range'}
2023-03-18T12:33:58.934Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Successfully joined group with generation Generation{generationId=44, memberId='SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2-34bb2953-b537-4f17-8ced-93df994ccee3', protocol='range'}
2023-03-18T12:33:58.938Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Finished assignment for group at generation 44: {SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2-34bb2953-b537-4f17-8ced-93df994ccee3=Assignment(partitions=[SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5]), SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94-2995e74d-4211-4955-93f6-f3f14568571e=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])}
2023-03-18T12:33:58.950Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Successfully synced group in generation Generation{generationId=44, memberId='SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2-34bb2953-b537-4f17-8ced-93df994ccee3', protocol='range'}
2023-03-18T12:33:58.950Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5])
2023-03-18T12:33:58.951Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Adding newly assigned partitions: SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5
2023-03-18T12:33:58.951Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Successfully synced group in generation Generation{generationId=44, memberId='SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94-2995e74d-4211-4955-93f6-f3f14568571e', protocol='range'}
2023-03-18T12:33:58.951Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])
2023-03-18T12:33:58.951Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Adding newly assigned partitions: SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-03-18T12:33:58.954Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-18T12:33:58.955Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-18T12:33:58.955Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-18T12:33:58.955Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=812, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-18T12:33:58.955Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-18T12:33:58.955Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-18T12:33:58.955Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-18T12:33:58.955Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-18T12:33:58.955Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-18T12:33:58.955Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-18T12:33:58.955Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-18T12:33:58.956Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-18T12:33:58.964Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-18T12:33:58.964Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||received notification from broker: {"distributionID":"34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846","serviceName":"basic_onboard_gCPnoC","serviceVersion":"1.0","serviceUUID":"dad851ae-1f1d-4e04-8847-f18fd5d51391","serviceDescription":"service","serviceInvariantUUID":"693dcbb7-55f2-41d5-a0d9-572574329dfe","resources":[{"resourceInstanceName":"basic_onboard_gCPnoC 0","resourceName":"basic_onboard_gCPnoC","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"f3fb2f57-aad9-4f33-88db-c458ae09cdfb","resourceInvariantUUID":"d7c6b294-4284-4b69-87ff-a797deedad73","resourceCustomizationUUID":"9327f8c9-4591-449b-b6af-227dc0614cab","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/vf-license-model.xml","artifactChecksum":"OGQ5ZDI0MzIzNDdmMDUyYmQ0MzVmMDVkOWUyNGVlYmE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"5077753b-8cdd-47a9-82d5-e3ff4ce969c3","artifactVersion":"1"},{"artifactName":"basic_onboard_gcpnoc0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json","artifactChecksum":"NjRhMmYzNDQxZDFkYzhiMjZmMTk3NDMzZmQwOWNiNWI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"583db2fa-2045-4011-8045-9fd436580060","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"0846dbe8-d246-42f3-9ba6-3c197d6bb5c4","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"5004fadd-cda9-4566-99ac-bc5d669427a2","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"7d3da3bf-4415-4326-b045-fe6bef605f78","artifactVersion":"2","generatedFromUUID":"0846dbe8-d246-42f3-9ba6-3c197d6bb5c4"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardGcpnoc-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-template.yml","artifactChecksum":"OGFkYWYzODVjYTg1MmE4Y2JhZWM5NDk3ZjljNTAwNTE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"8ab16f5d-5180-4470-b278-f6ea6f7c23e8","artifactVersion":"1"},{"artifactName":"service-BasicOnboardGcpnoc-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar","artifactChecksum":"MjQxYmE3NTM3MTRlYjAwMzA2YjMyYmJjMmU4MmNkYjE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"d6569f72-4f81-428a-8593-389324ccdf48","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-18T12:33:58.965Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T12:33:58.965Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T12:33:58.965Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T12:33:58.965Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679142818294,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T12:33:59.966Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T12:33:59.966Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T12:33:59.966Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T12:33:59.966Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679142818294,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T12:33:59.970Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-18T12:33:59.970Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679142278662,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/resourceInstances/pnf8ecb3a2916990/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T12:33:59.970Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:33:59.970Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-18T12:33:59.970Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679142278662,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/resourceInstances/pnf8ecb3a2916990/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T12:33:59.971Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:33:59.971Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-18T12:33:59.971Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679142278662,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T12:33:59.971Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:33:59.971Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-18T12:33:59.971Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679142278662,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar",
  "status": "NOTIFIED"
}
2023-03-18T12:33:59.971Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:33:59.971Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-18T12:33:59.971Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679142783471,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-18T12:33:59.971Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:33:59.971Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-18T12:33:59.971Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679142785073,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: a93044a0-e137-47cf-b45c-87a4ec92508e already exists"
}
2023-03-18T12:33:59.971Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:33:59.971Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-18T12:33:59.971Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679142786074,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 79d852b9-56e5-416f-9d37-4483b88de628 already exists"
}
2023-03-18T12:33:59.971Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:33:59.971Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-18T12:33:59.971Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679142817270,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-18T12:33:59.971Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:33:59.971Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-18T12:33:59.971Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679142818294,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T12:33:59.971Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:34:00.967Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T12:34:00.968Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T12:34:00.968Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T12:34:00.968Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679142818294,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T12:34:01.969Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T12:34:01.970Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T12:34:01.970Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T12:34:01.970Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679142818294,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T12:34:02.973Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T12:34:02.973Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T12:34:02.973Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T12:34:02.973Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679142818294,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T12:34:03.975Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T12:34:03.975Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T12:34:03.976Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T12:34:03.976Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679142818294,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T12:34:04.977Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T12:34:04.978Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T12:34:04.978Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T12:34:04.979Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679142818294,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T12:34:05.981Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "serviceName": "basic_onboard_gCPnoC",
  "serviceVersion": "1.0",
  "serviceUUID": "dad851ae-1f1d-4e04-8847-f18fd5d51391",
  "serviceDescription": "service",
  "serviceInvariantUUID": "693dcbb7-55f2-41d5-a0d9-572574329dfe",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_gCPnoC 0",
      "resourceCustomizationUUID": "9327f8c9-4591-449b-b6af-227dc0614cab",
      "resourceName": "basic_onboard_gCPnoC",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "f3fb2f57-aad9-4f33-88db-c458ae09cdfb",
      "resourceInvariantUUID": "d7c6b294-4284-4b69-87ff-a797deedad73",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_gcpnoc0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json",
          "artifactChecksum": "NjRhMmYzNDQxZDFkYzhiMjZmMTk3NDMzZmQwOWNiNWI\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "583db2fa-2045-4011-8045-9fd436580060",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "0846dbe8-d246-42f3-9ba6-3c197d6bb5c4",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "7d3da3bf-4415-4326-b045-fe6bef605f78",
            "generatedFromUUID": "0846dbe8-d246-42f3-9ba6-3c197d6bb5c4"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "7d3da3bf-4415-4326-b045-fe6bef605f78",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardGcpnoc-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar",
      "artifactChecksum": "MjQxYmE3NTM3MTRlYjAwMzA2YjMyYmJjMmU4MmNkYjE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "d6569f72-4f81-428a-8593-389324ccdf48"
    }
  ],
  "workloadContext": "Production"
}
2023-03-18T12:34:05.981Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-18T12:34:05.982Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 dad851ae-1f1d-4e04-8847-f18fd5d51391 ASDC
2023-03-18T12:34:05.983Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
ServiceName:basic_onboard_gCPnoC
ServiceVersion:1.0
ServiceUUID:dad851ae-1f1d-4e04-8847-f18fd5d51391
ServiceInvariantUUID:693dcbb7-55f2-41d5-a0d9-572574329dfe
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardGcpnoc-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar
ArtifactUUID:d6569f72-4f81-428a-8593-389324ccdf48
ArtifactChecksum:MjQxYmE3NTM3MTRlYjAwMzA2YjMyYmJjMmU4MmNkYjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_gCPnoC 0
ResourceCustomizationUUID:9327f8c9-4591-449b-b6af-227dc0614cab
ResourceInvariantUUID:d7c6b294-4284-4b69-87ff-a797deedad73
ResourceName:basic_onboard_gCPnoC
ResourceType:VF
ResourceUUID:f3fb2f57-aad9-4f33-88db-c458ae09cdfb
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_gcpnoc0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json
ArtifactUUID:583db2fa-2045-4011-8045-9fd436580060
ArtifactChecksum:NjRhMmYzNDQxZDFkYzhiMjZmMTk3NDMzZmQwOWNiNWI=
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/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.yaml
ArtifactUUID:0846dbe8-d246-42f3-9ba6-3c197d6bb5c4
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/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.env
ArtifactUUID:7d3da3bf-4415-4326-b045-fe6bef605f78
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/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.env
ArtifactUUID:7d3da3bf-4415-4326-b045-fe6bef605f78
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-18T12:34:05.983Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF dad851ae-1f1d-4e04-8847-f18fd5d51391 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: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-18T12:34:06.039Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-18T12:34:06.040Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-03-18T12:34:06.042Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-03-18T12:34:06.043Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: d6569f72-4f81-428a-8593-389324ccdf48 from URL: /sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar
2023-03-18T12:34:06.044Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||DistributionClient - download
2023-03-18T12:34:06.044Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar
2023-03-18T12:34:06.084Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||GET Response Status 404
2023-03-18T12:34:06.084Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@14849536
2023-03-18T12:34:06.084Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-18T12:34:06.085Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicOnboardGcpnoc"
      ]
    }
  }
}
2023-03-18T12:34:06.085Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicOnboardGcpnoc-csar.csar /sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar d6569f72-4f81-428a-8593-389324ccdf48 Specified artifact is  not found 300 ASDC artifact download fail
2023-03-18T12:34:06.085Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar ASDC sendASDCNotification
2023-03-18T12:34:06.085Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar(Specified artifact is  not found)
2023-03-18T12:34:06.085Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-18T12:34:06.085Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T12:34:06.085Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T12:34:06.085Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679142846085,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T12:34:07.086Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during processCsarServiceArtifacts ASDC processCsarServiceArtifacts 500 Exception in processCsarServiceArtifacts
org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact service-BasicOnboardGcpnoc-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar(UUID:d6569f72-4f81-428a-8593-389324ccdf48)
Error message is Specified artifact is  not found

	at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394)
	at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2023-03-18T12:34:07.106Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||ERROR|500||error NSST process resource failure 
java.lang.NullPointerException: null
	at org.onap.so.asdc.client.ASDCController.processNsstNotification(ASDCController.java:978)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:760)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-18T12:34:07.107Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: f3fb2f57-aad9-4f33-88db-c458ae09cdfb
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-18T12:34:07.111Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||basic_onboard_gCPnoC 0
2023-03-18T12:34:07.112Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: f3fb2f57-aad9-4f33-88db-c458ae09cdfb
2023-03-18T12:34:07.112Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 583db2fa-2045-4011-8045-9fd436580060 from URL: /sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json
2023-03-18T12:34:07.112Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||DistributionClient - download
2023-03-18T12:34:07.112Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json
2023-03-18T12:34:07.128Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||GET Response Status 404
2023-03-18T12:34:07.128Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@550a8667
2023-03-18T12:34:07.128Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-18T12:34:07.128Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicOnboardGcpnoc"
      ]
    }
  }
}
2023-03-18T12:34:07.128Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL basic_onboard_gcpnoc0_modules.json /sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json 583db2fa-2045-4011-8045-9fd436580060 Specified artifact is  not found 300 ASDC artifact download fail
2023-03-18T12:34:07.129Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json ASDC sendASDCNotification
2023-03-18T12:34:07.129Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json(Specified artifact is  not found)
2023-03-18T12:34:07.129Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-18T12:34:07.129Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T12:34:07.129Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T12:34:07.129Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679142847129,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T12:34:08.130Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during Installation of artifact ASDC processResourceNotification 500 Exception in processResourceNotification
org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact basic_onboard_gcpnoc0_modules.json could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json(UUID:583db2fa-2045-4011-8045-9fd436580060)
Error message is Specified artifact is  not found

	at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:787)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-18T12:34:08.131Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T12:34:08.153Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T12:34:08.157Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-18T12:34:08.157Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-18T12:34:38.157Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T12:34:38.176Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T12:34:38.179Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-18T12:34:38.179Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-18T12:34:58.919Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T12:34:58.920Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-18T12:34:58.920Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679142818294,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json",
  "status": "NOTIFIED"
}
2023-03-18T12:34:58.921Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:35:08.180Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T12:35:08.200Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T12:35:08.204Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-18T12:35:08.204Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-18T12:35:38.204Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T12:35:38.225Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T12:35:38.229Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-18T12:35:38.229Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-18T12:35:58.919Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T12:35:58.921Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-18T12:35:58.921Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679142818294,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2023-03-18T12:35:58.921Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:35:58.921Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-18T12:35:58.922Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679142818294,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T12:35:58.922Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:35:58.923Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-18T12:35:58.923Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679142818294,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2023-03-18T12:35:58.923Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:35:58.923Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-18T12:35:58.923Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679142818294,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T12:35:58.924Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:35:58.924Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-18T12:35:58.924Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679142818294,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar",
  "status": "NOTIFIED"
}
2023-03-18T12:35:58.924Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:35:58.924Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-18T12:35:58.924Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679142846085,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-18T12:35:58.924Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:35:58.924Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-18T12:35:58.924Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679142847129,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-18T12:35:58.924Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:36:08.229Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T12:36:08.248Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T12:36:08.250Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-18T12:36:08.251Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-18T12:36:38.251Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T12:36:38.269Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T12:36:38.272Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-18T12:36:38.272Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-18T12:36:58.920Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T12:37:08.273Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T12:37:08.290Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T12:37:08.293Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-18T12:37:08.293Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-18T12:37:38.293Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T12:37:38.315Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T12:37:38.318Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-18T12:37:38.319Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-18T12:37:58.921Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T12:38:08.319Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T12:38:08.346Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T12:38:08.349Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-18T12:38:08.349Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-18T12:38:38.357Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T12:38:38.371Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T12:38:38.374Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-18T12:38:38.374Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-18T12:38:58.921Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T12:38:59.046Z||kafka-coordinator-heartbeat-thread | so|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] consumer poll timeout has expired. This means the time between subsequent calls to poll() was longer than the configured max.poll.interval.ms, which typically implies that the poll loop is spending too much time processing messages. You can address this either by increasing max.poll.interval.ms or by reducing the maximum size of batches returned in poll() with max.poll.records.
2023-03-18T12:38:59.046Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Member SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2-34bb2953-b537-4f17-8ced-93df994ccee3 sending LeaveGroup request to coordinator onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2147483645 rack: null) due to consumer poll timeout has expired.
2023-03-18T12:38:59.047Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Resetting generation and member id due to: consumer pro-actively leaving the group
2023-03-18T12:38:59.047Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Request joining group due to: consumer pro-actively leaving the group
2023-03-18T12:38:59.737Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T12:38:59.750Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Revoke previously assigned partitions SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-03-18T12:38:59.750Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] (Re-)joining group
2023-03-18T12:38:59.754Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Successfully joined group with generation Generation{generationId=45, memberId='SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94-2995e74d-4211-4955-93f6-f3f14568571e', protocol='range'}
2023-03-18T12:38:59.754Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Finished assignment for group at generation 45: {SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94-2995e74d-4211-4955-93f6-f3f14568571e=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])}
2023-03-18T12:38:59.768Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Successfully synced group in generation Generation{generationId=45, memberId='SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94-2995e74d-4211-4955-93f6-f3f14568571e', protocol='range'}
2023-03-18T12:38:59.768Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])
2023-03-18T12:38:59.768Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Adding newly assigned partitions: SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-03-18T12:38:59.771Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-18T12:38:59.772Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-18T12:38:59.772Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-18T12:38:59.772Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=829, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-18T12:38:59.772Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-18T12:38:59.772Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-18T12:39:08.374Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2023-03-18T12:39:08.374Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-18T12:39:08.386Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846 and serviceModelVersionId: dad851ae-1f1d-4e04-8847-f18fd5d51391
2023-03-18T12:39:08.387Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 693dcbb7-55f2-41d5-a0d9-572574329dfe
2023-03-18T12:39:08.387Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391?depth=0
2023-03-18T12:39:08.393Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2023-03-18T12:39:08.406Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391?depth=0|INFO|500||Invoke
2023-03-18T12:39:08.407Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[e702b4e7-183e-4599-abee-8fa9fd2ffddb], X-ECOMP-RequestID=[34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846], X-TransactionId=[], X-ONAP-RequestID=[34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846], Content-Type=[application/merge-patch+json]}
2023-03-18T12:39:08.414Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2023-03-18T12:39:08.445Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391?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/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391?depth=0 has http status code:404 and response headers:{date=[Sat, 18 Mar 2023 12:39:08 GMT], content-length=[495], x-aai-txid=[2-aai-resources-230318-12:39:08:117-49437], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-18T12:39:08.447Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391?depth=0|DEBUG|500||{"requestError":{"serviceException":{"messageId":"SVC3001","text":"Resource not found for %1 using id %2 (msg=%3) (ec=%4)","variables":["MERGE_PATCH","service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391","Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391","ERR.5.4.6114"]}}}

2023-03-18T12:39:08.447Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391?depth=0|INFO|404|Not Found|InvokeReturn
2023-03-18T12:39:08.456Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391) (ec=ERR.5.4.6114)
2023-03-18T12:39:08.456Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||ERROR|500||Exception occurred
javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391) (ec=ERR.5.4.6114)
	at org.onap.so.client.ResponseExceptionMapper.map(ResponseExceptionMapper.java:74)
	at org.onap.so.client.RestRequest.get(RestRequest.java:77)
	at org.onap.so.client.RestClient.buildRequest(RestClient.java:326)
	at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322)
	at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283)
	at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67)
	at net.jodah.failsafe.Execution.executeSync(Execution.java:117)
	at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319)
	at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71)
	at org.onap.so.client.RestClient.method(RestClient.java:322)
	at org.onap.so.client.RestClient.patch(RestClient.java:265)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184)
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-18T12:39:08.456Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391) (ec=ERR.5.4.6114)
2023-03-18T12:39:08.456Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391) (ec=ERR.5.4.6114)
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-18T12:39:08.463Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-18T12:39:08.463Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391) (ec=ERR.5.4.6114)
2023-03-18T12:39:08.463Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2023-03-18T12:39:08.463Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T12:39:08.463Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T12:39:08.463Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679143148463,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391) (ec\u003dERR.5.4.6114)"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T12:39:08.478Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-18T12:39:08.478Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679143148463,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391) (ec\u003dERR.5.4.6114)"
}
2023-03-18T12:39:08.478Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-18T12:39:09.484Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-18T12:39:09.484Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||received notification from broker: {"distributionID":"d4dc9e71-f2cb-491c-bcf1-9d51402514be","serviceName":"vFW 2023-03-18 11-08-36","serviceVersion":"1.0","serviceUUID":"27fdb87d-b713-4eaf-90a0-9e48041e5db6","serviceDescription":"catalog service description","serviceInvariantUUID":"cb6d14f9-78ae-470a-a6af-a3a2b9fea472","resources":[{"resourceInstanceName":"vFW 58569f3e-bd56 0","resourceName":"vFW 58569f3e-bd56","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"d26137cf-1389-4abe-8e09-78b44d7a1aae","resourceInvariantUUID":"440b369e-a09c-4c31-8a4e-6692abd11e0c","resourceCustomizationUUID":"e17fe765-865d-4748-ab41-44bdbee5a853","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/vf-license-model.xml","artifactChecksum":"MTFjYmU2ZGQwM2YxYTQxNjdhOWY1YjI5OWUyYjE5OTg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"7238df55-40f7-4cde-93e0-f3c86248a4ba","artifactVersion":"1"},{"artifactName":"vfw58569f3ebd560_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/vfw58569f3ebd560_modules.json","artifactChecksum":"ODg5YTAyNmJiZTFiZTA5MDMwZWVhNmFkMzVmNzk4YTg\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"a8ca7246-150c-4537-b08d-e58462b66bb6","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"be903e28-b266-44db-9c8b-4cbcb6f7ee77","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/vendor-license-model.xml","artifactChecksum":"NDExZWJjY2Q3ZjkxN2NkNTRiYmFlNDViOGZhYWJjM2M\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"cecd91b9-dbd7-4a9b-96a0-72674051949c","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"0637f995-3e6f-44f6-89fc-61906f5ff14b","artifactVersion":"2","generatedFromUUID":"be903e28-b266-44db-9c8b-4cbcb6f7ee77"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20230318110836-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-template.yml","artifactChecksum":"NjdmYzRlMTY1MzM1ODg5NjAzNTEzOWU1ZGFmNmNiNDI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"8648cca8-36e7-40c1-8faf-a7c0be2faa07","artifactVersion":"1"},{"artifactName":"service-Vfw20230318110836-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar","artifactChecksum":"NzY3OTRjMDBhMTZlZjQ1ZTQ3MTU0ZjE0NjliYmU1M2Y\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"436a091b-6820-4621-9f77-4a798268cc9d","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-18T12:39:09.485Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T12:39:09.485Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T12:39:09.485Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T12:39:09.485Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679142818294,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T12:39:10.486Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T12:39:10.487Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T12:39:10.487Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T12:39:10.487Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679142818294,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/vfw58569f3ebd560_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T12:39:11.489Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T12:39:11.489Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T12:39:11.489Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T12:39:11.490Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679142818294,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T12:39:12.491Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T12:39:12.491Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T12:39:12.491Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T12:39:12.491Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679142818294,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T12:39:13.493Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T12:39:13.493Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T12:39:13.494Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T12:39:13.494Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679142818294,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/base_vfw.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T12:39:14.495Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T12:39:14.495Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T12:39:14.496Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T12:39:14.496Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679142818294,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T12:39:15.497Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T12:39:15.497Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T12:39:15.498Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T12:39:15.498Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679142818294,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T12:39:16.499Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "serviceName": "vFW 2023-03-18 11-08-36",
  "serviceVersion": "1.0",
  "serviceUUID": "27fdb87d-b713-4eaf-90a0-9e48041e5db6",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "cb6d14f9-78ae-470a-a6af-a3a2b9fea472",
  "resources": [
    {
      "resourceInstanceName": "vFW 58569f3e-bd56 0",
      "resourceCustomizationUUID": "e17fe765-865d-4748-ab41-44bdbee5a853",
      "resourceName": "vFW 58569f3e-bd56",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "d26137cf-1389-4abe-8e09-78b44d7a1aae",
      "resourceInvariantUUID": "440b369e-a09c-4c31-8a4e-6692abd11e0c",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw58569f3ebd560_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/vfw58569f3ebd560_modules.json",
          "artifactChecksum": "ODg5YTAyNmJiZTFiZTA5MDMwZWVhNmFkMzVmNzk4YTg\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "a8ca7246-150c-4537-b08d-e58462b66bb6",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "be903e28-b266-44db-9c8b-4cbcb6f7ee77",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "0637f995-3e6f-44f6-89fc-61906f5ff14b",
            "generatedFromUUID": "be903e28-b266-44db-9c8b-4cbcb6f7ee77"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "0637f995-3e6f-44f6-89fc-61906f5ff14b",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20230318110836-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar",
      "artifactChecksum": "NzY3OTRjMDBhMTZlZjQ1ZTQ3MTU0ZjE0NjliYmU1M2Y\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "436a091b-6820-4621-9f77-4a798268cc9d"
    }
  ],
  "workloadContext": "Production"
}
2023-03-18T12:39:16.499Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-18T12:39:16.499Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 27fdb87d-b713-4eaf-90a0-9e48041e5db6 ASDC
2023-03-18T12:39:16.500Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:d4dc9e71-f2cb-491c-bcf1-9d51402514be
ServiceName:vFW 2023-03-18 11-08-36
ServiceVersion:1.0
ServiceUUID:27fdb87d-b713-4eaf-90a0-9e48041e5db6
ServiceInvariantUUID:cb6d14f9-78ae-470a-a6af-a3a2b9fea472
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20230318110836-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar
ArtifactUUID:436a091b-6820-4621-9f77-4a798268cc9d
ArtifactChecksum:NzY3OTRjMDBhMTZlZjQ1ZTQ3MTU0ZjE0NjliYmU1M2Y=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 58569f3e-bd56 0
ResourceCustomizationUUID:e17fe765-865d-4748-ab41-44bdbee5a853
ResourceInvariantUUID:440b369e-a09c-4c31-8a4e-6692abd11e0c
ResourceName:vFW 58569f3e-bd56
ResourceType:VF
ResourceUUID:d26137cf-1389-4abe-8e09-78b44d7a1aae
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw58569f3ebd560_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/vfw58569f3ebd560_modules.json
ArtifactUUID:a8ca7246-150c-4537-b08d-e58462b66bb6
ArtifactChecksum:ODg5YTAyNmJiZTFiZTA5MDMwZWVhNmFkMzVmNzk4YTg=
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/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/base_vfw.yaml
ArtifactUUID:be903e28-b266-44db-9c8b-4cbcb6f7ee77
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/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/base_vfw.env
ArtifactUUID:0637f995-3e6f-44f6-89fc-61906f5ff14b
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/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/base_vfw.env
ArtifactUUID:0637f995-3e6f-44f6-89fc-61906f5ff14b
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-18T12:39:16.500Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 27fdb87d-b713-4eaf-90a0-9e48041e5db6 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: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-18T12:39:16.538Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-18T12:39:16.538Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-03-18T12:39:16.538Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-03-18T12:39:16.538Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 436a091b-6820-4621-9f77-4a798268cc9d from URL: /sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar
2023-03-18T12:39:16.538Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||DistributionClient - download
2023-03-18T12:39:16.539Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar
2023-03-18T12:39:17.049Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2023-03-18T12:39:17.057Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar 436a091b-6820-4621-9f77-4a798268cc9d 101467
2023-03-18T12:39:17.057Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar ASDC sendASDCNotification
2023-03-18T12:39:17.057Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar
2023-03-18T12:39:17.057Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-18T12:39:17.058Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T12:39:17.058Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T12:39:17.058Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679143157057,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T12:39:18.059Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-18T12:39:18.060Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-03-18T12:39:18.060Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 436a091b-6820-4621-9f77-4a798268cc9d, URL: /sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar to file: /app/ASDC/1/service-Vfw20230318110836-csar.csar
2023-03-18T12:39:18.060Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20230318110836-csar.csar
2023-03-18T12:39:18.061Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20230318110836-csar.csar
2023-03-18T12:39:18.061Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20230318110836-csar.csar
2023-03-18T12:39:18.172Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11755820251407837005/Definitions/service-Vfw20230318110836-template.yml
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vfw_name" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_user_data_format" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_key_name" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "compute_vfw_metadata" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "compute_vsn_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vsn_key_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "compute_vsn_user_data_format" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "compute_vsn_metadata" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided
2023-03-18T12:39:19.577Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-18T12:39:19.577Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||WARN|500||####################################################################################################
2023-03-18T12:39:19.578Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20230318110836-csar.csar
2023-03-18T12:39:19.578Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2023-03-18T12:39:19.578Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230318110836-csar.csar
2023-03-18T12:39:19.578Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230318110836-csar.csar
2023-03-18T12:39:19.578Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20230318110836-csar.csar
2023-03-18T12:39:19.578Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230318110836-csar.csar
2023-03-18T12:39:19.578Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230318110836-csar.csar
2023-03-18T12:39:19.578Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230318110836-csar.csar
2023-03-18T12:39:19.578Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230318110836-csar.csar
2023-03-18T12:39:19.578Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230318110836-csar.csar
2023-03-18T12:39:19.578Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230318110836-csar.csar
2023-03-18T12:39:19.578Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 58569f3e-bd56 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-Vfw20230318110836-csar.csar
2023-03-18T12:39:19.578Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230318110836-csar.csar
2023-03-18T12:39:19.578Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||WARN|500||####################################################################################################
2023-03-18T12:39:19.578Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T12:39:19.578Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-03-18 11-08-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T12:39:19.578Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template vFW 58569f3e-bd56 0 is matching search criteria
2023-03-18T12:39:19.579Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2023-03-18T12:39:19.579Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 58569f3e-bd56 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-18T12:39:19.579Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T12:39:19.579Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-03-18 11-08-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T12:39:19.579Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template vFW 58569f3e-bd56 0 is matching search criteria
2023-03-18T12:39:19.579Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2023-03-18T12:39:19.579Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 58569f3e-bd56 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-18T12:39:19.579Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T12:39:19.579Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-03-18 11-08-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T12:39:19.579Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T12:39:19.579Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template vFW 58569f3e-bd56 0 is not matching search criteria
2023-03-18T12:39:19.579Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-18T12:39:19.579Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-18T12:39:19.579Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-18T12:39:19.579Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-18T12:39:19.579Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-18T12:39:19.580Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-18T12:39:19.580Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-18T12:39:19.580Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-18T12:39:19.580Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-18T12:39:19.580Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-18T12:39:19.580Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-18T12:39:19.580Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-18T12:39:19.580Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-18T12:39:19.580Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-18T12:39:19.580Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-18T12:39:19.580Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-03-18T12:39:19.580Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T12:39:19.580Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-03-18 11-08-36 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-03-18T12:39:19.580Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T12:39:19.580Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template vFW 58569f3e-bd56 0 is matching search criteria
2023-03-18T12:39:19.580Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 58569f3e-bd56 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-18T12:39:19.580Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T12:39:19.581Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template vFW 58569f3e-bd56 0 is matching search criteria
2023-03-18T12:39:19.581Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 58569f3e-bd56 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-18T12:39:19.581Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T12:39:19.581Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template vFW 58569f3e-bd56 0 is matching search criteria
2023-03-18T12:39:19.581Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 58569f3e-bd56 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-18T12:39:19.581Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T12:39:19.581Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template vFW 58569f3e-bd56 0 is not matching search criteria
2023-03-18T12:39:19.581Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-18T12:39:19.581Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-18T12:39:19.581Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-03-18T12:39:19.581Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-18T12:39:19.581Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-18T12:39:19.581Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-18T12:39:19.581Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-18T12:39:19.581Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-18T12:39:19.581Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-18T12:39:19.581Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-18T12:39:19.581Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-18T12:39:19.582Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=54648a20-f030-49c4-93d4-4525b2108f51
2023-03-18T12:39:19.582Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T12:39:19.582Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template vFW 58569f3e-bd56 0 is not matching search criteria
2023-03-18T12:39:19.582Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-18T12:39:19.582Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-18T12:39:19.582Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-18T12:39:19.582Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-18T12:39:19.582Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-18T12:39:19.582Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-18T12:39:19.582Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-18T12:39:19.582Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-03-18T12:39:19.582Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-18T12:39:19.582Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-18T12:39:19.582Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-18T12:39:19.582Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-18T12:39:19.582Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=c8000f82-3ea0-499f-845f-48af9ca20f40
2023-03-18T12:39:19.583Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T12:39:19.583Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template vFW 58569f3e-bd56 0 is not matching search criteria
2023-03-18T12:39:19.583Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-18T12:39:19.583Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-18T12:39:19.583Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-18T12:39:19.583Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-18T12:39:19.583Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-18T12:39:19.583Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-18T12:39:19.583Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-18T12:39:19.583Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-18T12:39:19.583Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-18T12:39:19.583Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-18T12:39:19.583Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-18T12:39:19.583Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-03-18T12:39:19.583Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=8d37dce4-ace0-4972-b0ae-359f5ee34e15
2023-03-18T12:39:19.583Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T12:39:19.583Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-03-18 11-08-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T12:39:19.583Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T12:39:19.583Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-03-18 11-08-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T12:39:19.583Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T12:39:19.583Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-03-18 11-08-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T12:39:19.584Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T12:39:19.584Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-03-18 11-08-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T12:39:19.584Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2023-03-18 11-08-36
Description:catalog service description
Model UUID:27fdb87d-b713-4eaf-90a0-9e48041e5db6
Model Version:NULL
Model InvariantUuid:cb6d14f9-78ae-470a-a6af-a3a2b9fea472
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 58569f3e-bd56
Model UUID:2fc36073-92c9-4d5d-9644-0bb6550c287b
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:440b369e-a09c-4c31-8a4e-6692abd11e0c
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:e17fe765-865d-4748-ab41-44bdbee5a853
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:351d450e-b1b7-41ae-a83a-2a71f15e25d1
ModelName:Vfw58569f3eBd56..base_vfw..module-0
ModelUuid:0d68d68e-dec8-43d2-aff9-f5d88cc04393
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:54648a20-f030-49c4-93d4-4525b2108f51
ModelInvariantUuid:4ab08134-cd1d-4688-9b75-17c67d1a3e81
ModelName:vFW 58569f3e-bd56-nodes.vfwCvfc
ModelUuid:d6b2f0ba-9202-407c-a163-7cc24d0f18b4
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:056f6090-f73c-4739-af97-620c05ad132a
ModelInvariantUuid:983e3ada-7ea8-4303-8174-d3114334eb9e
ModelName:Vfw58569f3eBd56.compute.nodes.heat.vfw
ModelUuid:3d4b7896-bd84-401c-aa77-b889e41a200a
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:c8000f82-3ea0-499f-845f-48af9ca20f40
ModelInvariantUuid:fcd18208-a79b-409f-9943-f6fdaf7b423e
ModelName:vFW 58569f3e-bd56-nodes.vsnCvfc
ModelUuid:2dc70d22-f13d-4809-b3aa-6be925119137
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:402dc1d7-02f5-4fe5-9c72-942fea6de45f
ModelInvariantUuid:0b0ccbe0-ee97-4020-bd46-0de8c06bfc96
ModelName:Vfw58569f3eBd56.compute.nodes.heat.vsn
ModelUuid:9156b53b-b6f9-40ab-bf18-4e57fbace729
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:8d37dce4-ace0-4972-b0ae-359f5ee34e15
ModelInvariantUuid:5fb0558e-6cb2-4431-b7ca-6445c8799cef
ModelName:vFW 58569f3e-bd56-nodes.vpgCvfc
ModelUuid:fa77263e-b297-4fc8-ad06-fee6a19575f2
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:c490c1b0-6d8a-4e04-bcc3-d1334a874130
ModelInvariantUuid:49041fa9-9665-4fc5-a429-9d3d7490839b
ModelName:Vfw58569f3eBd56.compute.nodes.heat.vpg
ModelUuid:7e8eb1f5-1f60-4b7b-ac6b-192037bf4db6
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=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-03-18T12:39:19.616Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||ERROR|500||Csar with UUID: 436a091b-6820-4621-9f77-4a798268cc9d already exists
2023-03-18T12:39:19.616Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar ASDC sendASDCNotification
2023-03-18T12:39:19.616Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar(Csar with UUID: 436a091b-6820-4621-9f77-4a798268cc9d already exists)
2023-03-18T12:39:19.616Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-18T12:39:19.616Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T12:39:19.616Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T12:39:19.617Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679143159616,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 436a091b-6820-4621-9f77-4a798268cc9d already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T12:39:20.618Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar ASDC sendASDCNotification
2023-03-18T12:39:20.618Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar(Resource with UUID: d26137cf-1389-4abe-8e09-78b44d7a1aae already exists)
2023-03-18T12:39:20.618Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-18T12:39:20.618Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T12:39:20.618Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T12:39:20.619Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679143160617,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: d26137cf-1389-4abe-8e09-78b44d7a1aae already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T12:39:21.620Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d4dc9e71-f2cb-491c-bcf1-9d51402514be
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T12:39:21.639Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d4dc9e71-f2cb-491c-bcf1-9d51402514be
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T12:39:21.643Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-18T12:39:21.643Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-18T12:39:21.643Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-18T12:39:21.643Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-18T12:39:21.644Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T12:39:21.644Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T12:39:21.644Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T12:39:21.644Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T12:39:21.644Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T12:39:21.644Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-18T12:39:21.653Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-18T12:39:51.653Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: d4dc9e71-f2cb-491c-bcf1-9d51402514be and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-18T12:39:51.663Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: d4dc9e71-f2cb-491c-bcf1-9d51402514be and serviceModelVersionId: 27fdb87d-b713-4eaf-90a0-9e48041e5db6
2023-03-18T12:39:51.664Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : cb6d14f9-78ae-470a-a6af-a3a2b9fea472
2023-03-18T12:39:51.665Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/cb6d14f9-78ae-470a-a6af-a3a2b9fea472/model-vers/model-ver/27fdb87d-b713-4eaf-90a0-9e48041e5db6?depth=0
2023-03-18T12:39:51.670Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2023-03-18T12:39:51.686Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cb6d14f9-78ae-470a-a6af-a3a2b9fea472/model-vers/model-ver/27fdb87d-b713-4eaf-90a0-9e48041e5db6?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-03-18T12:39:51.687Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cb6d14f9-78ae-470a-a6af-a3a2b9fea472/model-vers/model-ver/27fdb87d-b713-4eaf-90a0-9e48041e5db6?depth=0|INFO|500||Invoke
2023-03-18T12:39:51.697Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cb6d14f9-78ae-470a-a6af-a3a2b9fea472/model-vers/model-ver/27fdb87d-b713-4eaf-90a0-9e48041e5db6?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-18T12:39:51.817Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cb6d14f9-78ae-470a-a6af-a3a2b9fea472/model-vers/model-ver/27fdb87d-b713-4eaf-90a0-9e48041e5db6?depth=0|INFO|500||InvokeReturn
2023-03-18T12:39:51.818Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cb6d14f9-78ae-470a-a6af-a3a2b9fea472/model-vers/model-ver/27fdb87d-b713-4eaf-90a0-9e48041e5db6?depth=0 has http status code:200 and response headers:{date=[Sat, 18 Mar 2023 12:39:51 GMT], content-length=[0], vertex-id=[593936], x-aai-txid=[1-aai-resources-230318-12:39:51:400-65999], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-18T12:39:51.818Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Response was returned with an empty entity.
2023-03-18T12:39:51.819Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-18T12:39:51.819Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-18T12:39:51.826Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-18T12:39:51.826Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID d4dc9e71-f2cb-491c-bcf1-9d51402514be and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-18T12:39:51.826Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-18T12:39:51.827Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T12:39:51.827Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T12:39:51.827Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679143191826,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-18T12:39:52.851Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-18T12:39:52.851Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||received notification from broker: {"distributionID":"9f6cbd74-5561-4ebf-ae29-ef09adcdb35a","serviceName":"vFW 2023-03-18 11-49-31","serviceVersion":"1.0","serviceUUID":"6d984351-d1ca-40a4-aad4-cb46662a587a","serviceDescription":"catalog service description","serviceInvariantUUID":"cf32c985-ce6d-438e-ae22-e6fd004665b3","resources":[{"resourceInstanceName":"vFW c11b0f1b-4505 0","resourceName":"vFW c11b0f1b-4505","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"c7374fd6-6727-4426-9587-40812bc7c663","resourceInvariantUUID":"26f1c4e0-d5d2-4519-a829-ba04da79dfd3","resourceCustomizationUUID":"19f5eed0-33a8-4dbf-839a-f2ac2d3b058b","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/vf-license-model.xml","artifactChecksum":"ZmYyYjdhM2U5NTJiNDExYWMwYTMzMTkyZDMwYzcxZTc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"7b8e42e6-1821-4cac-aa27-034f93b9a8bb","artifactVersion":"1"},{"artifactName":"vfwc11b0f1b45050_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/vfwc11b0f1b45050_modules.json","artifactChecksum":"YTA1YjZlZDc1ZGI4M2FjMjI5NWE4ZTQzZjQxZmI1MGE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"40a0f4a8-4459-48c6-8da9-780f32a6e90d","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"3198714b-6cfa-4ae8-9e58-caa5fd7816d1","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/vendor-license-model.xml","artifactChecksum":"OTNkYjEwYTcxMGU1ODVlYThkMzJiZjM0OWMzYWExNTg\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"56d4001a-cb5d-4c8b-a9db-05f6dd036a2e","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"72f0a15a-ad88-4350-921f-de50e44e2b78","artifactVersion":"2","generatedFromUUID":"3198714b-6cfa-4ae8-9e58-caa5fd7816d1"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20230318114931-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-template.yml","artifactChecksum":"MmZjZDk3ZDhkZWNhNmYyZTJiYmJjYzlhZTNjZmUwZDU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"d733d559-0885-4fbb-8573-c3718d9662ac","artifactVersion":"1"},{"artifactName":"service-Vfw20230318114931-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar","artifactChecksum":"NzYyNTc4YTljZWI3YjE3YThjOTU0MjkyMGEyMDMxNDY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"2a8efcaf-0813-4b52-901f-136ba065c343","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-18T12:39:52.851Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T12:39:52.851Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T12:39:52.851Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T12:39:52.851Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679142818294,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T12:39:53.852Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T12:39:53.853Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T12:39:53.853Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T12:39:53.853Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679142818294,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/vfwc11b0f1b45050_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T12:39:54.853Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T12:39:54.854Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T12:39:54.854Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T12:39:54.854Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679142818294,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T12:39:55.855Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T12:39:55.855Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T12:39:55.856Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T12:39:55.856Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679142818294,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T12:39:56.857Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T12:39:56.857Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T12:39:56.857Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T12:39:56.857Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679142818294,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/base_vfw.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T12:39:57.858Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T12:39:57.858Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T12:39:57.859Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T12:39:57.859Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679142818294,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T12:39:58.860Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T12:39:58.860Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T12:39:58.860Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T12:39:58.860Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679142818294,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T12:39:58.919Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T12:39:58.925Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-18T12:39:58.925Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679142818294,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T12:39:58.925Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:39:58.926Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-18T12:39:58.926Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679142818294,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/vfw58569f3ebd560_modules.json",
  "status": "NOTIFIED"
}
2023-03-18T12:39:58.926Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:39:58.926Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-18T12:39:58.926Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679142818294,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-03-18T12:39:58.926Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:39:58.927Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-18T12:39:58.927Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679142818294,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T12:39:58.927Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:39:58.927Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-18T12:39:58.927Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679142818294,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2023-03-18T12:39:58.927Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:39:58.927Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-18T12:39:58.928Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679142818294,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T12:39:58.928Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:39:58.928Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-18T12:39:58.928Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679142818294,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar",
  "status": "NOTIFIED"
}
2023-03-18T12:39:58.928Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:39:58.928Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-18T12:39:58.929Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679143157057,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-18T12:39:58.929Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:39:58.929Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-18T12:39:58.929Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679143159616,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 436a091b-6820-4621-9f77-4a798268cc9d already exists"
}
2023-03-18T12:39:58.929Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:39:58.929Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-18T12:39:58.929Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679143160617,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: d26137cf-1389-4abe-8e09-78b44d7a1aae already exists"
}
2023-03-18T12:39:58.929Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:39:58.930Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-18T12:39:58.930Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679143191826,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-18T12:39:58.930Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:39:58.930Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-18T12:39:58.930Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679142818294,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T12:39:58.930Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:39:58.930Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-18T12:39:58.930Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679142818294,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/vfwc11b0f1b45050_modules.json",
  "status": "NOTIFIED"
}
2023-03-18T12:39:58.931Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:39:58.931Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-18T12:39:58.931Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679142818294,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-03-18T12:39:58.931Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:39:58.931Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-18T12:39:58.931Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679142818294,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T12:39:58.931Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:39:58.931Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-18T12:39:58.931Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679142818294,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2023-03-18T12:39:58.932Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:39:58.932Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-18T12:39:58.932Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679142818294,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T12:39:58.932Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:39:58.932Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-18T12:39:58.932Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679142818294,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar",
  "status": "NOTIFIED"
}
2023-03-18T12:39:58.932Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:39:59.861Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "serviceName": "vFW 2023-03-18 11-49-31",
  "serviceVersion": "1.0",
  "serviceUUID": "6d984351-d1ca-40a4-aad4-cb46662a587a",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "cf32c985-ce6d-438e-ae22-e6fd004665b3",
  "resources": [
    {
      "resourceInstanceName": "vFW c11b0f1b-4505 0",
      "resourceCustomizationUUID": "19f5eed0-33a8-4dbf-839a-f2ac2d3b058b",
      "resourceName": "vFW c11b0f1b-4505",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "c7374fd6-6727-4426-9587-40812bc7c663",
      "resourceInvariantUUID": "26f1c4e0-d5d2-4519-a829-ba04da79dfd3",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfwc11b0f1b45050_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/vfwc11b0f1b45050_modules.json",
          "artifactChecksum": "YTA1YjZlZDc1ZGI4M2FjMjI5NWE4ZTQzZjQxZmI1MGE\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "40a0f4a8-4459-48c6-8da9-780f32a6e90d",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "3198714b-6cfa-4ae8-9e58-caa5fd7816d1",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "72f0a15a-ad88-4350-921f-de50e44e2b78",
            "generatedFromUUID": "3198714b-6cfa-4ae8-9e58-caa5fd7816d1"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "72f0a15a-ad88-4350-921f-de50e44e2b78",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20230318114931-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar",
      "artifactChecksum": "NzYyNTc4YTljZWI3YjE3YThjOTU0MjkyMGEyMDMxNDY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "2a8efcaf-0813-4b52-901f-136ba065c343"
    }
  ],
  "workloadContext": "Production"
}
2023-03-18T12:39:59.862Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-18T12:39:59.862Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 6d984351-d1ca-40a4-aad4-cb46662a587a ASDC
2023-03-18T12:39:59.862Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:9f6cbd74-5561-4ebf-ae29-ef09adcdb35a
ServiceName:vFW 2023-03-18 11-49-31
ServiceVersion:1.0
ServiceUUID:6d984351-d1ca-40a4-aad4-cb46662a587a
ServiceInvariantUUID:cf32c985-ce6d-438e-ae22-e6fd004665b3
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20230318114931-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar
ArtifactUUID:2a8efcaf-0813-4b52-901f-136ba065c343
ArtifactChecksum:NzYyNTc4YTljZWI3YjE3YThjOTU0MjkyMGEyMDMxNDY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW c11b0f1b-4505 0
ResourceCustomizationUUID:19f5eed0-33a8-4dbf-839a-f2ac2d3b058b
ResourceInvariantUUID:26f1c4e0-d5d2-4519-a829-ba04da79dfd3
ResourceName:vFW c11b0f1b-4505
ResourceType:VF
ResourceUUID:c7374fd6-6727-4426-9587-40812bc7c663
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwc11b0f1b45050_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/vfwc11b0f1b45050_modules.json
ArtifactUUID:40a0f4a8-4459-48c6-8da9-780f32a6e90d
ArtifactChecksum:YTA1YjZlZDc1ZGI4M2FjMjI5NWE4ZTQzZjQxZmI1MGE=
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/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/base_vfw.yaml
ArtifactUUID:3198714b-6cfa-4ae8-9e58-caa5fd7816d1
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/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/base_vfw.env
ArtifactUUID:72f0a15a-ad88-4350-921f-de50e44e2b78
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/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/base_vfw.env
ArtifactUUID:72f0a15a-ad88-4350-921f-de50e44e2b78
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-18T12:39:59.862Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 6d984351-d1ca-40a4-aad4-cb46662a587a 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: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-18T12:39:59.897Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-18T12:39:59.898Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-03-18T12:39:59.898Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-03-18T12:39:59.898Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 2a8efcaf-0813-4b52-901f-136ba065c343 from URL: /sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar
2023-03-18T12:39:59.898Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||INFO|500||DistributionClient - download
2023-03-18T12:39:59.898Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar
2023-03-18T12:40:00.129Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2023-03-18T12:40:00.136Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar 2a8efcaf-0813-4b52-901f-136ba065c343 101507
2023-03-18T12:40:00.136Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar ASDC sendASDCNotification
2023-03-18T12:40:00.136Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar
2023-03-18T12:40:00.136Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-18T12:40:00.136Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T12:40:00.136Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T12:40:00.136Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679143200136,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T12:40:01.137Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-18T12:40:01.138Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-03-18T12:40:01.138Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 2a8efcaf-0813-4b52-901f-136ba065c343, URL: /sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar to file: /app/ASDC/1/service-Vfw20230318114931-csar.csar
2023-03-18T12:40:01.138Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20230318114931-csar.csar
2023-03-18T12:40:01.139Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20230318114931-csar.csar
2023-03-18T12:40:01.139Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20230318114931-csar.csar
2023-03-18T12:40:01.253Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11487504275956132954/Definitions/service-Vfw20230318114931-template.yml
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_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vfw_name" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_user_data_format" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_key_name" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "compute_vfw_metadata" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
2023-03-18T12:40:02.613Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-18T12:40:02.613Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||WARN|500||####################################################################################################
2023-03-18T12:40:02.613Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20230318114931-csar.csar
2023-03-18T12:40:02.613Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2023-03-18T12:40:02.614Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230318114931-csar.csar
2023-03-18T12:40:02.614Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230318114931-csar.csar
2023-03-18T12:40:02.614Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20230318114931-csar.csar
2023-03-18T12:40:02.614Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230318114931-csar.csar
2023-03-18T12:40:02.614Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230318114931-csar.csar
2023-03-18T12:40:02.614Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230318114931-csar.csar
2023-03-18T12:40:02.614Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230318114931-csar.csar
2023-03-18T12:40:02.614Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230318114931-csar.csar
2023-03-18T12:40:02.614Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230318114931-csar.csar
2023-03-18T12:40:02.614Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230318114931-csar.csar
2023-03-18T12:40:02.615Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW c11b0f1b-4505 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-Vfw20230318114931-csar.csar
2023-03-18T12:40:02.615Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||WARN|500||####################################################################################################
2023-03-18T12:40:02.615Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T12:40:02.615Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-03-18 11-49-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T12:40:02.615Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template vFW c11b0f1b-4505 0 is matching search criteria
2023-03-18T12:40:02.615Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2023-03-18T12:40:02.615Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW c11b0f1b-4505 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-18T12:40:02.616Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T12:40:02.616Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-03-18 11-49-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T12:40:02.616Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template vFW c11b0f1b-4505 0 is matching search criteria
2023-03-18T12:40:02.616Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2023-03-18T12:40:02.616Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW c11b0f1b-4505 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-18T12:40:02.616Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T12:40:02.616Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-03-18 11-49-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T12:40:02.617Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T12:40:02.617Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template vFW c11b0f1b-4505 0 is not matching search criteria
2023-03-18T12:40:02.617Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-18T12:40:02.617Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-18T12:40:02.617Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-18T12:40:02.617Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-18T12:40:02.617Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-18T12:40:02.617Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-18T12:40:02.617Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-18T12:40:02.617Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-18T12:40:02.617Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-18T12:40:02.618Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-18T12:40:02.618Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-18T12:40:02.618Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-18T12:40:02.618Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-18T12:40:02.618Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-18T12:40:02.618Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-18T12:40:02.618Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-03-18T12:40:02.618Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T12:40:02.618Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-03-18 11-49-31 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-03-18T12:40:02.619Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T12:40:02.619Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template vFW c11b0f1b-4505 0 is matching search criteria
2023-03-18T12:40:02.619Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW c11b0f1b-4505 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-18T12:40:02.619Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T12:40:02.619Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template vFW c11b0f1b-4505 0 is matching search criteria
2023-03-18T12:40:02.619Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW c11b0f1b-4505 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-18T12:40:02.619Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T12:40:02.619Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template vFW c11b0f1b-4505 0 is matching search criteria
2023-03-18T12:40:02.619Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW c11b0f1b-4505 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-18T12:40:02.620Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T12:40:02.620Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template vFW c11b0f1b-4505 0 is not matching search criteria
2023-03-18T12:40:02.620Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-18T12:40:02.620Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-03-18T12:40:02.620Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-18T12:40:02.620Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-18T12:40:02.620Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-18T12:40:02.620Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-18T12:40:02.620Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-18T12:40:02.620Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-18T12:40:02.620Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-18T12:40:02.621Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-18T12:40:02.621Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-18T12:40:02.621Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=93a1b299-440a-4b46-b809-896a244a8c3e
2023-03-18T12:40:02.621Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T12:40:02.621Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template vFW c11b0f1b-4505 0 is not matching search criteria
2023-03-18T12:40:02.621Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-18T12:40:02.621Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-18T12:40:02.621Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-18T12:40:02.621Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-18T12:40:02.621Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-18T12:40:02.622Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-18T12:40:02.622Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-18T12:40:02.622Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-03-18T12:40:02.622Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-18T12:40:02.622Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-18T12:40:02.622Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-18T12:40:02.622Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-18T12:40:02.622Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=f46f0c4d-868d-4d5b-9783-ea8cf0f2cc90
2023-03-18T12:40:02.622Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T12:40:02.622Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template vFW c11b0f1b-4505 0 is not matching search criteria
2023-03-18T12:40:02.623Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-18T12:40:02.623Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-18T12:40:02.623Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-18T12:40:02.623Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-18T12:40:02.623Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-18T12:40:02.623Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-18T12:40:02.623Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-18T12:40:02.623Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-18T12:40:02.623Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-18T12:40:02.623Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-18T12:40:02.623Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-18T12:40:02.624Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-03-18T12:40:02.624Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=5079a023-f40e-49e5-9a39-abc7b36fa226
2023-03-18T12:40:02.624Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T12:40:02.624Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-03-18 11-49-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T12:40:02.624Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T12:40:02.624Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-03-18 11-49-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T12:40:02.624Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T12:40:02.624Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-03-18 11-49-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T12:40:02.624Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T12:40:02.624Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-03-18 11-49-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T12:40:02.624Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2023-03-18 11-49-31
Description:catalog service description
Model UUID:6d984351-d1ca-40a4-aad4-cb46662a587a
Model Version:NULL
Model InvariantUuid:cf32c985-ce6d-438e-ae22-e6fd004665b3
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW c11b0f1b-4505
Model UUID:ebdaa0dd-57e1-4fdd-a831-8135ea117a46
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:26f1c4e0-d5d2-4519-a829-ba04da79dfd3
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:19f5eed0-33a8-4dbf-839a-f2ac2d3b058b
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:6ebe4145-67c2-45e6-9597-53226a0916bd
ModelName:VfwC11b0f1b4505..base_vfw..module-0
ModelUuid:0261834d-3be1-4860-8b24-040e2c80aecd
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:93a1b299-440a-4b46-b809-896a244a8c3e
ModelInvariantUuid:8ec395e7-2102-4d02-844f-c114ac1a4203
ModelName:vFW c11b0f1b-4505-nodes.vfwCvfc
ModelUuid:504b1f13-9ac9-4e16-910b-43ab4acacb0f
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:99287d62-b33c-413e-89ec-87108c575104
ModelInvariantUuid:47f32f44-cd17-4eef-9e16-abcb011ab104
ModelName:VfwC11b0f1b4505.compute.nodes.heat.vfw
ModelUuid:2a6b0c3b-4ab1-49cd-8a96-f1f0feba73a0
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:f46f0c4d-868d-4d5b-9783-ea8cf0f2cc90
ModelInvariantUuid:d8e52c29-a773-431c-95b4-d1f0431b5e9e
ModelName:vFW c11b0f1b-4505-nodes.vsnCvfc
ModelUuid:e2d70f6d-c1ff-493f-99ab-25fea72fcdcc
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:113d5ed4-4ad4-49a7-94a3-7a01856b2205
ModelInvariantUuid:39b9a204-ad6c-4bfc-8b8d-763592e31d47
ModelName:VfwC11b0f1b4505.compute.nodes.heat.vsn
ModelUuid:fb5c808e-fe4a-477f-9cbd-5ab7141bbabe
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:5079a023-f40e-49e5-9a39-abc7b36fa226
ModelInvariantUuid:457dc8a1-b2ed-4d6f-963b-32e7f710a988
ModelName:vFW c11b0f1b-4505-nodes.vpgCvfc
ModelUuid:b289eee2-d7be-43f7-a6eb-232cf9ffa6c4
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:b5a732bf-796a-41d5-8db9-e0467a3c1b4a
ModelInvariantUuid:6626a445-05ec-4eb4-b903-06723caa1195
ModelName:VfwC11b0f1b4505.compute.nodes.heat.vpg
ModelUuid:f6a4ab06-9982-4e1b-be30-d56572ed840e
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=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-03-18T12:40:02.658Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||ERROR|500||Csar with UUID: 2a8efcaf-0813-4b52-901f-136ba065c343 already exists
2023-03-18T12:40:02.659Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar ASDC sendASDCNotification
2023-03-18T12:40:02.659Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar(Csar with UUID: 2a8efcaf-0813-4b52-901f-136ba065c343 already exists)
2023-03-18T12:40:02.659Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-18T12:40:02.659Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T12:40:02.659Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T12:40:02.659Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679143202659,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 2a8efcaf-0813-4b52-901f-136ba065c343 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T12:40:03.660Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar ASDC sendASDCNotification
2023-03-18T12:40:03.660Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar(Resource with UUID: c7374fd6-6727-4426-9587-40812bc7c663 already exists)
2023-03-18T12:40:03.660Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-18T12:40:03.660Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T12:40:03.660Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T12:40:03.661Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679143203659,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: c7374fd6-6727-4426-9587-40812bc7c663 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T12:40:04.661Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9f6cbd74-5561-4ebf-ae29-ef09adcdb35a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T12:40:04.682Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9f6cbd74-5561-4ebf-ae29-ef09adcdb35a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T12:40:04.685Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-18T12:40:04.686Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-18T12:40:04.686Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-18T12:40:04.686Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-18T12:40:04.686Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T12:40:04.686Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T12:40:04.686Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T12:40:04.686Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T12:40:04.686Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T12:40:04.686Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-18T12:40:04.696Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-18T12:40:34.696Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 9f6cbd74-5561-4ebf-ae29-ef09adcdb35a and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-18T12:40:34.702Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 9f6cbd74-5561-4ebf-ae29-ef09adcdb35a and serviceModelVersionId: 6d984351-d1ca-40a4-aad4-cb46662a587a
2023-03-18T12:40:34.702Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : cf32c985-ce6d-438e-ae22-e6fd004665b3
2023-03-18T12:40:34.703Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/cf32c985-ce6d-438e-ae22-e6fd004665b3/model-vers/model-ver/6d984351-d1ca-40a4-aad4-cb46662a587a?depth=0
2023-03-18T12:40:34.706Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2023-03-18T12:40:34.731Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cf32c985-ce6d-438e-ae22-e6fd004665b3/model-vers/model-ver/6d984351-d1ca-40a4-aad4-cb46662a587a?depth=0|INFO|500||Invoke
2023-03-18T12:40:34.732Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cf32c985-ce6d-438e-ae22-e6fd004665b3/model-vers/model-ver/6d984351-d1ca-40a4-aad4-cb46662a587a?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cf32c985-ce6d-438e-ae22-e6fd004665b3/model-vers/model-ver/6d984351-d1ca-40a4-aad4-cb46662a587a?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[9f6cbd74-5561-4ebf-ae29-ef09adcdb35a], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[54f2827f-9db0-46e9-be92-5cb48c326fb4], X-ECOMP-RequestID=[9f6cbd74-5561-4ebf-ae29-ef09adcdb35a], X-TransactionId=[], X-ONAP-RequestID=[9f6cbd74-5561-4ebf-ae29-ef09adcdb35a], Content-Type=[application/merge-patch+json]}
2023-03-18T12:40:34.739Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cf32c985-ce6d-438e-ae22-e6fd004665b3/model-vers/model-ver/6d984351-d1ca-40a4-aad4-cb46662a587a?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-18T12:40:34.854Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cf32c985-ce6d-438e-ae22-e6fd004665b3/model-vers/model-ver/6d984351-d1ca-40a4-aad4-cb46662a587a?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/cf32c985-ce6d-438e-ae22-e6fd004665b3/model-vers/model-ver/6d984351-d1ca-40a4-aad4-cb46662a587a?depth=0 has http status code:200 and response headers:{date=[Sat, 18 Mar 2023 12:40:34 GMT], content-length=[0], vertex-id=[364760], x-aai-txid=[0-aai-resources-230318-12:40:34:442-2821], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-18T12:40:34.854Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cf32c985-ce6d-438e-ae22-e6fd004665b3/model-vers/model-ver/6d984351-d1ca-40a4-aad4-cb46662a587a?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-18T12:40:34.855Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cf32c985-ce6d-438e-ae22-e6fd004665b3/model-vers/model-ver/6d984351-d1ca-40a4-aad4-cb46662a587a?depth=0|INFO|500||InvokeReturn
2023-03-18T12:40:34.855Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-18T12:40:34.855Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-18T12:40:34.862Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-18T12:40:34.862Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 9f6cbd74-5561-4ebf-ae29-ef09adcdb35a and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-18T12:40:34.863Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-18T12:40:34.863Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T12:40:34.863Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T12:40:34.863Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679143234862,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-18T12:40:35.885Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-18T12:40:35.886Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||received notification from broker: {"distributionID":"74149d2a-f284-47d2-b2fa-4e2fc7be8f3e","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"942654ba-46c2-4f05-ae3d-6460a7c9e9a7","serviceDescription":"service","serviceInvariantUUID":"ccdda148-11a2-4587-8a73-4287349e801a","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"9290846e-2e09-452f-a45d-c33314796f1f","resourceInvariantUUID":"df78bcaa-4726-47cb-aa3f-3d44f5870fc0","resourceCustomizationUUID":"014700c6-fb42-406a-8786-743311c39dea","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":"YzAxYzRjZjI5ZDYxYzM3NGE1ZWQzMDUyNDdmNzFlYjI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"0c62aeb4-b847-4e92-887d-05928e34bd2a","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"MjQwMDY3MzNlZjViMGM0YmQ4Mzg2OTA4MTFiM2YxYTQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"01ded22f-bc0d-42c0-9fad-2915e46c71e4","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-18T12:40:35.886Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T12:40:35.886Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T12:40:35.886Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T12:40:35.886Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "74149d2a-f284-47d2-b2fa-4e2fc7be8f3e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679142818294,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T12:40:36.887Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T12:40:36.888Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T12:40:36.888Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T12:40:36.888Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "74149d2a-f284-47d2-b2fa-4e2fc7be8f3e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679142818294,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T12:40:37.890Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "74149d2a-f284-47d2-b2fa-4e2fc7be8f3e",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "942654ba-46c2-4f05-ae3d-6460a7c9e9a7",
  "serviceDescription": "service",
  "serviceInvariantUUID": "ccdda148-11a2-4587-8a73-4287349e801a",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "014700c6-fb42-406a-8786-743311c39dea",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "9290846e-2e09-452f-a45d-c33314796f1f",
      "resourceInvariantUUID": "df78bcaa-4726-47cb-aa3f-3d44f5870fc0",
      "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": "MjQwMDY3MzNlZjViMGM0YmQ4Mzg2OTA4MTFiM2YxYTQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "01ded22f-bc0d-42c0-9fad-2915e46c71e4"
    }
  ],
  "workloadContext": "Production"
}
2023-03-18T12:40:37.890Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-18T12:40:37.890Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 942654ba-46c2-4f05-ae3d-6460a7c9e9a7 ASDC
2023-03-18T12:40:37.892Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:74149d2a-f284-47d2-b2fa-4e2fc7be8f3e
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:942654ba-46c2-4f05-ae3d-6460a7c9e9a7
ServiceInvariantUUID:ccdda148-11a2-4587-8a73-4287349e801a
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:01ded22f-bc0d-42c0-9fad-2915e46c71e4
ArtifactChecksum:MjQwMDY3MzNlZjViMGM0YmQ4Mzg2OTA4MTFiM2YxYTQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:014700c6-fb42-406a-8786-743311c39dea
ResourceInvariantUUID:df78bcaa-4726-47cb-aa3f-3d44f5870fc0
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:9290846e-2e09-452f-a45d-c33314796f1f
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2023-03-18T12:40:37.892Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 942654ba-46c2-4f05-ae3d-6460a7c9e9a7 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: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-18T12:40:37.926Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-18T12:40:37.926Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-03-18T12:40:37.926Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-03-18T12:40:37.926Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 01ded22f-bc0d-42c0-9fad-2915e46c71e4 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-03-18T12:40:37.926Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||DistributionClient - download
2023-03-18T12:40:37.926Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-03-18T12:40:38.139Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2023-03-18T12:40:38.142Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 01ded22f-bc0d-42c0-9fad-2915e46c71e4 57798
2023-03-18T12:40:38.143Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-03-18T12:40:38.143Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-03-18T12:40:38.143Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-18T12:40:38.143Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T12:40:38.143Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T12:40:38.143Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "74149d2a-f284-47d2-b2fa-4e2fc7be8f3e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679143238143,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T12:40:39.144Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-18T12:40:39.145Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-03-18T12:40:39.145Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 01ded22f-bc0d-42c0-9fad-2915e46c71e4, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-18T12:40:39.145Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2023-03-18T12:40:39.146Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-18T12:40:39.146Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-18T12:40:39.224Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15854785728733123386/Definitions/service-BasicNetwork-template.yml
2023-03-18T12:40:39.510Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-18T12:40:39.511Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||WARN|500||####################################################################################################
2023-03-18T12:40:39.511Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-18T12:40:39.511Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2023-03-18T12:40:39.511Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-18T12:40:39.511Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-18T12:40:39.511Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-18T12:40:39.511Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-18T12:40:39.511Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-18T12:40:39.511Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-18T12:40:39.511Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-18T12:40:39.511Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-18T12:40:39.511Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||WARN|500||####################################################################################################
2023-03-18T12:40:39.511Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T12:40:39.512Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T12:40:39.512Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2023-03-18T12:40:39.512Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2023-03-18T12:40:39.512Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-18T12:40:39.512Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T12:40:39.512Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T12:40:39.512Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2023-03-18T12:40:39.512Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2023-03-18T12:40:39.512Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-18T12:40:39.512Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T12:40:39.512Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T12:40:39.512Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T12:40:39.512Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T12:40:39.513Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T12:40:39.513Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T12:40:39.513Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T12:40:39.513Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T12:40:39.513Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T12:40:39.513Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T12:40:39.513Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_network
Description:service
Model UUID:942654ba-46c2-4f05-ae3d-6460a7c9e9a7
Model Version:NULL
Model InvariantUuid:ccdda148-11a2-4587-8a73-4287349e801a
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:df78bcaa-4726-47cb-aa3f-3d44f5870fc0
Model UUID:7144623a-3146-4d15-9597-aafc53fb0a49
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet

NETWORK Customization Properties:
CustomizationUUID:014700c6-fb42-406a-8786-743311c39dea
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=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-03-18T12:40:39.543Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||ERROR|500||Csar with UUID: 01ded22f-bc0d-42c0-9fad-2915e46c71e4 already exists
2023-03-18T12:40:39.543Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-03-18T12:40:39.543Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar(Csar with UUID: 01ded22f-bc0d-42c0-9fad-2915e46c71e4 already exists)
2023-03-18T12:40:39.543Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-18T12:40:39.543Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T12:40:39.543Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T12:40:39.544Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "74149d2a-f284-47d2-b2fa-4e2fc7be8f3e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679143239543,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 01ded22f-bc0d-42c0-9fad-2915e46c71e4 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T12:40:40.547Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-03-18T12:40:40.548Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar(Resource with UUID: 9290846e-2e09-452f-a45d-c33314796f1f already exists)
2023-03-18T12:40:40.548Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-18T12:40:40.548Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T12:40:40.548Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T12:40:40.548Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "74149d2a-f284-47d2-b2fa-4e2fc7be8f3e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679143240544,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 9290846e-2e09-452f-a45d-c33314796f1f already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T12:40:41.549Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 74149d2a-f284-47d2-b2fa-4e2fc7be8f3e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T12:40:41.568Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 74149d2a-f284-47d2-b2fa-4e2fc7be8f3e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T12:40:41.572Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-18T12:40:41.572Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-18T12:40:41.573Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-18T12:40:41.573Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-18T12:40:41.573Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T12:40:41.573Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T12:40:41.573Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T12:40:41.573Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T12:40:41.574Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T12:40:41.574Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-18T12:40:41.585Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-18T12:40:58.920Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T12:40:58.928Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-18T12:40:58.928Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679143200136,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-18T12:40:58.928Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:40:58.928Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-18T12:40:58.928Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679143202659,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 2a8efcaf-0813-4b52-901f-136ba065c343 already exists"
}
2023-03-18T12:40:58.928Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:40:58.928Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-18T12:40:58.928Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679143203659,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: c7374fd6-6727-4426-9587-40812bc7c663 already exists"
}
2023-03-18T12:40:58.928Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:40:58.929Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-18T12:40:58.929Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679143234862,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-18T12:40:58.929Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:40:58.929Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-18T12:40:58.929Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "74149d2a-f284-47d2-b2fa-4e2fc7be8f3e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679142818294,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T12:40:58.929Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:40:58.929Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-18T12:40:58.929Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "74149d2a-f284-47d2-b2fa-4e2fc7be8f3e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679142818294,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-03-18T12:40:58.929Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:40:58.929Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-18T12:40:58.929Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "74149d2a-f284-47d2-b2fa-4e2fc7be8f3e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679143238143,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-18T12:40:58.929Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:40:58.929Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-18T12:40:58.929Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "74149d2a-f284-47d2-b2fa-4e2fc7be8f3e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679143239543,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 01ded22f-bc0d-42c0-9fad-2915e46c71e4 already exists"
}
2023-03-18T12:40:58.929Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:40:58.929Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-18T12:40:58.930Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "74149d2a-f284-47d2-b2fa-4e2fc7be8f3e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679143240544,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 9290846e-2e09-452f-a45d-c33314796f1f already exists"
}
2023-03-18T12:40:58.930Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:41:11.586Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 74149d2a-f284-47d2-b2fa-4e2fc7be8f3e and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-18T12:41:11.594Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 74149d2a-f284-47d2-b2fa-4e2fc7be8f3e and serviceModelVersionId: 942654ba-46c2-4f05-ae3d-6460a7c9e9a7
2023-03-18T12:41:11.594Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : ccdda148-11a2-4587-8a73-4287349e801a
2023-03-18T12:41:11.594Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/ccdda148-11a2-4587-8a73-4287349e801a/model-vers/model-ver/942654ba-46c2-4f05-ae3d-6460a7c9e9a7?depth=0
2023-03-18T12:41:11.597Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2023-03-18T12:41:11.619Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ccdda148-11a2-4587-8a73-4287349e801a/model-vers/model-ver/942654ba-46c2-4f05-ae3d-6460a7c9e9a7?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-03-18T12:41:11.634Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ccdda148-11a2-4587-8a73-4287349e801a/model-vers/model-ver/942654ba-46c2-4f05-ae3d-6460a7c9e9a7?depth=0|INFO|500||Invoke
2023-03-18T12:41:11.641Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ccdda148-11a2-4587-8a73-4287349e801a/model-vers/model-ver/942654ba-46c2-4f05-ae3d-6460a7c9e9a7?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-18T12:41:11.759Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ccdda148-11a2-4587-8a73-4287349e801a/model-vers/model-ver/942654ba-46c2-4f05-ae3d-6460a7c9e9a7?depth=0|INFO|500||InvokeReturn
2023-03-18T12:41:11.759Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ccdda148-11a2-4587-8a73-4287349e801a/model-vers/model-ver/942654ba-46c2-4f05-ae3d-6460a7c9e9a7?depth=0 has http status code:200 and response headers:{date=[Sat, 18 Mar 2023 12:41:11 GMT], content-length=[0], vertex-id=[192760], x-aai-txid=[0-aai-resources-230318-12:41:11:345-52921], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-18T12:41:11.759Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Response was returned with an empty entity.
2023-03-18T12:41:11.760Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-18T12:41:11.760Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-18T12:41:11.765Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-18T12:41:11.765Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 74149d2a-f284-47d2-b2fa-4e2fc7be8f3e and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-18T12:41:11.766Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-18T12:41:11.766Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T12:41:11.766Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T12:41:11.766Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "74149d2a-f284-47d2-b2fa-4e2fc7be8f3e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679143271765,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-18T12:41:12.789Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-18T12:41:12.789Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||received notification from broker: {"distributionID":"6a074a1e-4b47-4382-9b90-afa918276d12","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"e17bf563-7a13-4701-b853-11ed8cbb93d7","serviceDescription":"service","serviceInvariantUUID":"8a45306d-3ac3-4f10-a742-9812edbe591e","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"1903c123-2be6-499b-8524-c9a33406ad4f","resourceInvariantUUID":"65a560ec-f509-40c5-b364-3c4cd0a20185","resourceCustomizationUUID":"41b30cb0-d009-4e4b-99c2-e95f691a4b2e","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":"YTFjZGVjMmU0NGZhOGFkMDlhZGI4ODkyYzk4MDRmOGE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"38ef1f0d-98ea-4e28-b00a-3091e61f54bc","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":"OWZmNjBmNzNmNGQ1ZThmYzNkMzdkODk3MzFkMDI2MDg\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"d3c6917c-1f70-48e9-9465-f259ee8cda65","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":"7aa99321-7b67-40f7-bd98-0e99d422bb2e","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":"5444e6a4-9351-40da-b837-0dd388e7cb3b","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":"cb506ca5-fd50-4406-abfc-b51858ac789a","artifactVersion":"2","generatedFromUUID":"7aa99321-7b67-40f7-bd98-0e99d422bb2e"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"ZjQyZmQxMjdjZDk5ZDY2OTQ3ZmIyZWI4MjExZGE4OGQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"204adab0-5bde-4230-9b3d-b26c0f4d57b4","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"NjI4YzVmZDFmMjYwMDhlNTZlOTY1M2NmMzExN2VkMjg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"4b6dc8ac-cbfc-43c0-9e93-2760226914ae","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-18T12:41:12.790Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T12:41:12.790Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T12:41:12.790Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T12:41:12.790Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679142818294,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T12:41:13.792Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T12:41:13.793Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T12:41:13.793Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T12:41:13.793Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679142818294,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T12:41:14.794Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T12:41:14.794Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T12:41:14.795Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T12:41:14.795Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679142818294,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T12:41:15.796Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T12:41:15.796Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T12:41:15.796Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T12:41:15.796Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679142818294,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T12:41:16.797Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T12:41:16.798Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T12:41:16.798Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T12:41:16.798Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679142818294,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T12:41:17.800Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T12:41:17.800Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T12:41:17.800Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T12:41:17.800Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679142818294,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T12:41:18.802Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T12:41:18.802Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T12:41:18.802Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T12:41:18.803Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679142818294,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T12:41:19.804Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "e17bf563-7a13-4701-b853-11ed8cbb93d7",
  "serviceDescription": "service",
  "serviceInvariantUUID": "8a45306d-3ac3-4f10-a742-9812edbe591e",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "41b30cb0-d009-4e4b-99c2-e95f691a4b2e",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "1903c123-2be6-499b-8524-c9a33406ad4f",
      "resourceInvariantUUID": "65a560ec-f509-40c5-b364-3c4cd0a20185",
      "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": "OWZmNjBmNzNmNGQ1ZThmYzNkMzdkODk3MzFkMDI2MDg\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "d3c6917c-1f70-48e9-9465-f259ee8cda65",
          "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": "7aa99321-7b67-40f7-bd98-0e99d422bb2e",
          "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": "cb506ca5-fd50-4406-abfc-b51858ac789a",
            "generatedFromUUID": "7aa99321-7b67-40f7-bd98-0e99d422bb2e"
          },
          "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": "cb506ca5-fd50-4406-abfc-b51858ac789a",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "NjI4YzVmZDFmMjYwMDhlNTZlOTY1M2NmMzExN2VkMjg\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "4b6dc8ac-cbfc-43c0-9e93-2760226914ae"
    }
  ],
  "workloadContext": "Production"
}
2023-03-18T12:41:19.804Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-18T12:41:19.804Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 e17bf563-7a13-4701-b853-11ed8cbb93d7 ASDC
2023-03-18T12:41:19.804Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:6a074a1e-4b47-4382-9b90-afa918276d12
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:e17bf563-7a13-4701-b853-11ed8cbb93d7
ServiceInvariantUUID:8a45306d-3ac3-4f10-a742-9812edbe591e
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:4b6dc8ac-cbfc-43c0-9e93-2760226914ae
ArtifactChecksum:NjI4YzVmZDFmMjYwMDhlNTZlOTY1M2NmMzExN2VkMjg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:41b30cb0-d009-4e4b-99c2-e95f691a4b2e
ResourceInvariantUUID:65a560ec-f509-40c5-b364-3c4cd0a20185
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:1903c123-2be6-499b-8524-c9a33406ad4f
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:d3c6917c-1f70-48e9-9465-f259ee8cda65
ArtifactChecksum:OWZmNjBmNzNmNGQ1ZThmYzNkMzdkODk3MzFkMDI2MDg=
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:7aa99321-7b67-40f7-bd98-0e99d422bb2e
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:cb506ca5-fd50-4406-abfc-b51858ac789a
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:cb506ca5-fd50-4406-abfc-b51858ac789a
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-18T12:41:19.804Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF e17bf563-7a13-4701-b853-11ed8cbb93d7 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: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-18T12:41:19.839Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-18T12:41:19.840Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-03-18T12:41:19.840Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-03-18T12:41:19.840Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 4b6dc8ac-cbfc-43c0-9e93-2760226914ae from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-03-18T12:41:19.840Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||DistributionClient - download
2023-03-18T12:41:19.840Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-03-18T12:41:20.080Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2023-03-18T12:41:20.086Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 4b6dc8ac-cbfc-43c0-9e93-2760226914ae 75195
2023-03-18T12:41:20.086Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-03-18T12:41:20.086Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-03-18T12:41:20.086Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-18T12:41:20.086Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T12:41:20.086Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T12:41:20.086Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679143280086,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T12:41:21.088Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-18T12:41:21.089Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-03-18T12:41:21.089Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 4b6dc8ac-cbfc-43c0-9e93-2760226914ae, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2023-03-18T12:41:21.090Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2023-03-18T12:41:21.091Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2023-03-18T12:41:21.091Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2023-03-18T12:41:21.171Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7818121575843134468/Definitions/service-BasicVm-template.yml
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided
Log warning: The required parameter "compute_ubuntu20_key_name" is not provided
Log warning: The required parameter "compute_ubuntu20_name" is not provided
Log warning: The required parameter "compute_ubuntu20_user_data_format" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_security_groups" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network" is not provided
Log warning: The required parameter "compute_ubuntu20_metadata" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
2023-03-18T12:41:21.944Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-18T12:41:21.944Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||WARN|500||####################################################################################################
2023-03-18T12:41:21.944Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-03-18T12:41:21.944Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-18T12:41:21.944Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-03-18T12:41:21.944Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-03-18T12:41:21.945Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-03-18T12:41:21.945Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-03-18T12:41:21.945Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-03-18T12:41:21.945Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-03-18T12:41:21.945Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-03-18T12:41:21.945Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||WARN|500||####################################################################################################
2023-03-18T12:41:21.945Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T12:41:21.945Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T12:41:21.945Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-03-18T12:41:21.945Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2023-03-18T12:41:21.945Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-18T12:41:21.945Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T12:41:21.945Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T12:41:21.945Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-03-18T12:41:21.945Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2023-03-18T12:41:21.945Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-18T12:41:21.946Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T12:41:21.946Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T12:41:21.946Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T12:41:21.946Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2023-03-18T12:41:21.946Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2023-03-18T12:41:21.946Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2023-03-18T12:41:21.946Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2023-03-18T12:41:21.946Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-03-18T12:41:21.946Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-03-18T12:41:21.946Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T12:41:21.946Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-03-18T12:41:21.946Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T12:41:21.946Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-03-18T12:41:21.946Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-18T12:41:21.946Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T12:41:21.947Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-03-18T12:41:21.947Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-18T12:41:21.947Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T12:41:21.947Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-03-18T12:41:21.947Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-18T12:41:21.947Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T12:41:21.947Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2023-03-18T12:41:21.947Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2023-03-18T12:41:21.947Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-03-18T12:41:21.947Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=64fed6e3-6977-408b-b059-8a144c2e0a35
2023-03-18T12:41:21.947Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T12:41:21.947Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T12:41:21.947Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T12:41:21.947Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T12:41:21.947Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T12:41:21.947Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T12:41:21.947Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T12:41:21.948Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T12:41:21.948Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm
Description:service
Model UUID:e17bf563-7a13-4701-b853-11ed8cbb93d7
Model Version:NULL
Model InvariantUuid:8a45306d-3ac3-4f10-a742-9812edbe591e
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm
Model UUID:ea2de434-4822-44c1-853e-d40156eca503
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:65a560ec-f509-40c5-b364-3c4cd0a20185
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:41b30cb0-d009-4e4b-99c2-e95f691a4b2e
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:ee70db23-c599-4674-8f27-3ac3d73c08ec
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:95d85446-b137-4a31-b118-69910311bda3
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:64fed6e3-6977-408b-b059-8a144c2e0a35
ModelInvariantUuid:f6b03c70-b7e2-49a8-a47b-7c7cc8cf7060
ModelName:basic_vm-nodes.ubuntu20Cvfc
ModelUuid:6c6837c7-ca00-4715-8d0d-bbc3e741b7bb
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:46efd046-90cc-45ff-bbe0-7c92e0864eea
ModelInvariantUuid:9ed13ad2-1e19-49bb-ae78-4ceb38f301b5
ModelName:BasicVm.compute.nodes.heat.ubuntu20
ModelUuid:909a6244-8212-4e0c-8ab7-2d238934f8d6
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=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-03-18T12:41:21.981Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||ERROR|500||Csar with UUID: 4b6dc8ac-cbfc-43c0-9e93-2760226914ae already exists
2023-03-18T12:41:21.981Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-03-18T12:41:21.981Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar(Csar with UUID: 4b6dc8ac-cbfc-43c0-9e93-2760226914ae already exists)
2023-03-18T12:41:21.981Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-18T12:41:21.981Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T12:41:21.981Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T12:41:21.981Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679143281981,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 4b6dc8ac-cbfc-43c0-9e93-2760226914ae already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T12:41:22.982Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-03-18T12:41:22.982Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar(Resource with UUID: 1903c123-2be6-499b-8524-c9a33406ad4f already exists)
2023-03-18T12:41:22.982Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-18T12:41:22.982Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T12:41:22.982Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T12:41:22.982Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679143282982,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 1903c123-2be6-499b-8524-c9a33406ad4f already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T12:41:23.984Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6a074a1e-4b47-4382-9b90-afa918276d12
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T12:41:24.001Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6a074a1e-4b47-4382-9b90-afa918276d12
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T12:41:24.004Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-18T12:41:24.004Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-18T12:41:24.004Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-18T12:41:24.004Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-18T12:41:24.004Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T12:41:24.004Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T12:41:24.004Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T12:41:24.004Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T12:41:24.004Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T12:41:24.004Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-18T12:41:24.014Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-18T12:41:54.016Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 6a074a1e-4b47-4382-9b90-afa918276d12 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-18T12:41:54.022Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 6a074a1e-4b47-4382-9b90-afa918276d12 and serviceModelVersionId: e17bf563-7a13-4701-b853-11ed8cbb93d7
2023-03-18T12:41:54.022Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 8a45306d-3ac3-4f10-a742-9812edbe591e
2023-03-18T12:41:54.023Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/8a45306d-3ac3-4f10-a742-9812edbe591e/model-vers/model-ver/e17bf563-7a13-4701-b853-11ed8cbb93d7?depth=0
2023-03-18T12:41:54.025Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2023-03-18T12:41:54.036Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8a45306d-3ac3-4f10-a742-9812edbe591e/model-vers/model-ver/e17bf563-7a13-4701-b853-11ed8cbb93d7?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-03-18T12:41:54.037Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8a45306d-3ac3-4f10-a742-9812edbe591e/model-vers/model-ver/e17bf563-7a13-4701-b853-11ed8cbb93d7?depth=0|INFO|500||Invoke
2023-03-18T12:41:54.048Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8a45306d-3ac3-4f10-a742-9812edbe591e/model-vers/model-ver/e17bf563-7a13-4701-b853-11ed8cbb93d7?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-18T12:41:54.172Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8a45306d-3ac3-4f10-a742-9812edbe591e/model-vers/model-ver/e17bf563-7a13-4701-b853-11ed8cbb93d7?depth=0|INFO|500||InvokeReturn
2023-03-18T12:41:54.172Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8a45306d-3ac3-4f10-a742-9812edbe591e/model-vers/model-ver/e17bf563-7a13-4701-b853-11ed8cbb93d7?depth=0 has http status code:200 and response headers:{date=[Sat, 18 Mar 2023 12:41:53 GMT], content-length=[0], vertex-id=[188464], x-aai-txid=[1-aai-resources-230318-12:41:53:751-34990], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-18T12:41:54.172Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Response was returned with an empty entity.
2023-03-18T12:41:54.172Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-18T12:41:54.172Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-18T12:41:54.177Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-18T12:41:54.177Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 6a074a1e-4b47-4382-9b90-afa918276d12 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-18T12:41:54.177Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-18T12:41:54.177Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T12:41:54.177Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T12:41:54.178Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679143314177,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-18T12:41:55.217Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-18T12:41:55.217Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||received notification from broker: {"distributionID":"5e005e65-61df-4986-a087-00761a388674","serviceName":"Demo_pNF_Qv5TXucXv4n7mssXUGFK","serviceVersion":"1.0","serviceUUID":"73f959ea-1a0e-41cf-b2da-40f07fd6a9c2","serviceDescription":"catalog service description","serviceInvariantUUID":"86b31417-cd30-434e-93e4-34d81e182271","resources":[{"resourceInstanceName":"pNF 8ecb3a29-1699 0","resourceName":"pNF 8ecb3a29-1699","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"79d852b9-56e5-416f-9d37-4483b88de628","resourceInvariantUUID":"c45c5ef7-20e5-4b81-8392-6fbf8a0a1b25","resourceCustomizationUUID":"3e0c811d-9b69-4eb9-9e2f-6a46c31c8df1","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/resourceInstances/pnf8ecb3a2916990/artifacts/vf-license-model.xml","artifactChecksum":"ZjYwMDAwM2MyYWM5MThmNDNmMGIxMzExNzJmYzM1YzQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"fe22c4be-1d3d-49d6-aaf8-5fb691f2c5bb","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/resourceInstances/pnf8ecb3a2916990/artifacts/pNF.csar","artifactChecksum":"YTFmMWQ3MzViYWZhMGQ1ZThlNzU3Y2I3ZGNlYWU4YjA\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"aee06125-71e1-4665-8ce8-8f87625d3137","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/resourceInstances/pnf8ecb3a2916990/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"d0d177b6-7fdc-4b24-a378-3361c335ea57","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/resourceInstances/pnf8ecb3a2916990/artifacts/vendor-license-model.xml","artifactChecksum":"NmIzN2Y3YWJiZDEyYzZiMDEyNjdiMzJhNGM5MzQ1OGI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"b3fc6aeb-2efb-45ec-a7fe-d71b1477f76e","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/resourceInstances/pnf8ecb3a2916990/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"e7ba57a9-59ef-4efe-90bb-fffece281605","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/resourceInstances/pnf8ecb3a2916990/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"cc689d97-ea39-40b8-b7d1-5326d5b71836","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfQv5txucxv4n7mssxugfk-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-template.yml","artifactChecksum":"ZTJjZGFlZDI3YjNkYzI4ZWNlMWMyNmM5NGMwOGRiNmY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"036d837c-a9b5-4c6b-9026-ef8b033600cc","artifactVersion":"1"},{"artifactName":"service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar","artifactChecksum":"NmIzYzkyYzFlZjM3YjA3YjIzODQ5MzIxZjA4ODdmYTg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"a93044a0-e137-47cf-b45c-87a4ec92508e","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-18T12:41:55.217Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T12:41:55.217Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T12:41:55.218Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T12:41:55.218Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679142818294,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/resourceInstances/pnf8ecb3a2916990/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T12:41:56.218Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T12:41:56.219Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T12:41:56.219Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T12:41:56.219Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679142818294,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/resourceInstances/pnf8ecb3a2916990/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T12:41:57.220Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T12:41:57.220Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T12:41:57.221Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T12:41:57.221Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679142818294,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/resourceInstances/pnf8ecb3a2916990/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T12:41:58.222Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T12:41:58.223Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T12:41:58.223Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T12:41:58.223Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679142818294,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/resourceInstances/pnf8ecb3a2916990/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T12:41:58.922Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T12:41:58.926Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-18T12:41:58.927Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "74149d2a-f284-47d2-b2fa-4e2fc7be8f3e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679143271765,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-18T12:41:58.927Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:41:58.927Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-18T12:41:58.927Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679142818294,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T12:41:58.927Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:41:58.927Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-18T12:41:58.927Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679142818294,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2023-03-18T12:41:58.927Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:41:58.927Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-18T12:41:58.927Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679142818294,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-03-18T12:41:58.927Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:41:58.927Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-18T12:41:58.927Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679142818294,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T12:41:58.927Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:41:58.927Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-18T12:41:58.927Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679142818294,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-03-18T12:41:58.927Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:41:58.927Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-18T12:41:58.927Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679142818294,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T12:41:58.927Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:41:58.927Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-18T12:41:58.927Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679142818294,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-03-18T12:41:58.927Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:41:58.928Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-18T12:41:58.928Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679143280086,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-18T12:41:58.928Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:41:58.928Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-18T12:41:58.928Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679143281981,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 4b6dc8ac-cbfc-43c0-9e93-2760226914ae already exists"
}
2023-03-18T12:41:58.928Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:41:58.928Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-18T12:41:58.928Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679143282982,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 1903c123-2be6-499b-8524-c9a33406ad4f already exists"
}
2023-03-18T12:41:58.928Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:41:58.928Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-18T12:41:58.928Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679143280189,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/resourceInstances/pnf66b89d6a37e20/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T12:41:58.928Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:41:58.928Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-18T12:41:58.928Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679143278736,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/resourceInstances/pnf66b89d6a37e20/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T12:41:58.928Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:41:58.928Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-18T12:41:58.928Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679143293067,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/resourceInstances/pnf66b89d6a37e20/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T12:41:58.928Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:41:58.928Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-18T12:41:58.928Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679143278641,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/resourceInstances/pnf66b89d6a37e20/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T12:41:58.928Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:41:58.928Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-18T12:41:58.928Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "aai-model-loader",
  "timestamp": 1679143296544,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/resourceInstances/pnf66b89d6a37e20/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T12:41:58.928Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:41:58.928Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-18T12:41:58.928Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679143278641,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/resourceInstances/pnf66b89d6a37e20/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-18T12:41:58.928Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:41:58.928Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-18T12:41:58.928Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679143280189,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/resourceInstances/pnf66b89d6a37e20/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-18T12:41:58.928Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:41:58.928Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-18T12:41:58.928Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679143278736,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/resourceInstances/pnf66b89d6a37e20/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-18T12:41:58.928Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:41:58.928Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-18T12:41:58.928Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679143293067,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/resourceInstances/pnf66b89d6a37e20/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-18T12:41:58.928Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:41:58.928Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-18T12:41:58.928Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "aai-model-loader",
  "timestamp": 1679143296544,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/resourceInstances/pnf66b89d6a37e20/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-18T12:41:58.928Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:41:58.928Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-18T12:41:58.928Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679143278641,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/resourceInstances/pnf66b89d6a37e20/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-18T12:41:58.929Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:41:58.929Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-18T12:41:58.929Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679143280189,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/resourceInstances/pnf66b89d6a37e20/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-18T12:41:58.929Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:41:58.929Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-18T12:41:58.929Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679143278736,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/resourceInstances/pnf66b89d6a37e20/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-18T12:41:58.929Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:41:58.929Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-18T12:41:58.929Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679143293067,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/resourceInstances/pnf66b89d6a37e20/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-18T12:41:58.929Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:41:58.929Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-18T12:41:58.929Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "aai-model-loader",
  "timestamp": 1679143296544,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/resourceInstances/pnf66b89d6a37e20/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-18T12:41:58.929Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:41:58.929Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-18T12:41:58.929Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679143278641,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/resourceInstances/pnf66b89d6a37e20/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T12:41:58.929Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:41:58.929Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-18T12:41:58.929Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679143280189,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/resourceInstances/pnf66b89d6a37e20/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T12:41:58.929Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:41:58.929Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-18T12:41:58.929Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679143278736,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/resourceInstances/pnf66b89d6a37e20/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T12:41:58.929Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:41:58.929Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-18T12:41:58.929Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679143293067,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/resourceInstances/pnf66b89d6a37e20/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T12:41:58.929Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:41:58.929Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-18T12:41:58.929Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "aai-model-loader",
  "timestamp": 1679143296544,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/resourceInstances/pnf66b89d6a37e20/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T12:41:58.929Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:41:58.929Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-18T12:41:58.929Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679143278641,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/resourceInstances/pnf66b89d6a37e20/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T12:41:58.929Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:41:58.929Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-18T12:41:58.929Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679143280189,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/resourceInstances/pnf66b89d6a37e20/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T12:41:58.929Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:41:58.929Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-18T12:41:58.929Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679143278736,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/resourceInstances/pnf66b89d6a37e20/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T12:41:58.929Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:41:58.929Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-18T12:41:58.930Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679143293067,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/resourceInstances/pnf66b89d6a37e20/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T12:41:58.930Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:41:58.930Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-18T12:41:58.930Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "aai-model-loader",
  "timestamp": 1679143296544,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/resourceInstances/pnf66b89d6a37e20/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T12:41:58.930Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:41:58.930Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-18T12:41:58.930Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679143278641,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/resourceInstances/pnf66b89d6a37e20/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T12:41:58.930Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:41:58.930Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-18T12:41:58.930Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679143280189,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/resourceInstances/pnf66b89d6a37e20/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T12:41:58.930Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:41:58.930Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-18T12:41:58.930Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679143293067,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/resourceInstances/pnf66b89d6a37e20/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2023-03-18T12:41:58.930Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:41:58.930Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-18T12:41:58.930Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679143278736,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/resourceInstances/pnf66b89d6a37e20/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T12:41:58.930Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:41:58.930Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-18T12:41:58.930Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "aai-model-loader",
  "timestamp": 1679143296544,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/resourceInstances/pnf66b89d6a37e20/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T12:41:58.930Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:41:58.930Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-18T12:41:58.930Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679143314177,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-18T12:41:58.930Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:41:58.930Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-18T12:41:58.930Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679143278641,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/artifacts/service-DemoPnfM5qkmfmdlpulyaz8owr9-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T12:41:58.930Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:41:58.930Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-18T12:41:58.930Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679143280189,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/artifacts/service-DemoPnfM5qkmfmdlpulyaz8owr9-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T12:41:58.930Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:41:58.930Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-18T12:41:58.930Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679143293067,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/artifacts/service-DemoPnfM5qkmfmdlpulyaz8owr9-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T12:41:58.930Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:41:58.930Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-18T12:41:58.930Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679143278736,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/artifacts/service-DemoPnfM5qkmfmdlpulyaz8owr9-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T12:41:58.930Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:41:58.931Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-18T12:41:58.931Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "aai-model-loader",
  "timestamp": 1679143296544,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/artifacts/service-DemoPnfM5qkmfmdlpulyaz8owr9-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T12:41:58.931Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:41:58.931Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-18T12:41:58.931Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679142818294,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/resourceInstances/pnf8ecb3a2916990/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T12:41:58.931Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:41:58.931Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-18T12:41:58.931Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679143278641,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/artifacts/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar",
  "status": "NOTIFIED"
}
2023-03-18T12:41:58.931Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:41:58.931Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-18T12:41:58.931Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679143280189,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/artifacts/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar",
  "status": "NOTIFIED"
}
2023-03-18T12:41:58.931Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:41:58.931Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-18T12:41:58.931Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679143293067,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/artifacts/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-18T12:41:58.931Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:41:58.931Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-18T12:41:58.931Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679143278736,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/artifacts/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar",
  "status": "NOTIFIED"
}
2023-03-18T12:41:58.931Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:41:58.931Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-18T12:41:58.931Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "aai-model-loader",
  "timestamp": 1679143296544,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/artifacts/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar",
  "status": "NOTIFIED"
}
2023-03-18T12:41:58.931Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:41:58.931Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-18T12:41:58.931Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679142818294,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/resourceInstances/pnf8ecb3a2916990/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-18T12:41:58.931Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:41:58.931Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-18T12:41:58.931Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679143316281,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/resourceInstances/pnf66b89d6a37e20/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2023-03-18T12:41:58.931Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:41:58.931Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-18T12:41:58.931Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679143316861,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/artifacts/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-18T12:41:58.931Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:41:58.931Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-18T12:41:58.931Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679143316394,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/artifacts/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-18T12:41:58.931Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:41:58.931Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-18T12:41:58.931Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "aai-model-loader",
  "timestamp": 1679143317144,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/artifacts/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-18T12:41:58.931Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:41:58.931Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-18T12:41:58.932Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679142818294,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/resourceInstances/pnf8ecb3a2916990/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-18T12:41:58.932Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:41:58.932Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-18T12:41:58.932Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679143317865,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/artifacts/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-03-18T12:41:58.956Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of b26959c2-c6ca-4cf7-9cdd-576be04a9c92
2023-03-18T12:41:58.956Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId b26959c2-c6ca-4cf7-9cdd-576be04a9c92 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-03-18T12:41:58.970Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-18T12:41:58.970Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679143317396,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/artifacts/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar",
  "status": "DEPLOY_OK"
}
2023-03-18T12:41:58.970Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:41:58.970Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-18T12:41:58.970Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679143317302,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/resourceInstances/pnf66b89d6a37e20/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2023-03-18T12:41:58.970Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:41:58.970Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-18T12:41:58.970Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679142818294,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/resourceInstances/pnf8ecb3a2916990/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T12:41:58.970Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:41:58.970Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-18T12:41:58.970Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679143318398,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-18T12:41:58.978Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of b26959c2-c6ca-4cf7-9cdd-576be04a9c92
2023-03-18T12:41:58.979Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId b26959c2-c6ca-4cf7-9cdd-576be04a9c92 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-03-18T12:41:58.992Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-18T12:41:58.993Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679143318303,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": ""
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-18T12:41:59.001Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of b26959c2-c6ca-4cf7-9cdd-576be04a9c92
2023-03-18T12:41:59.001Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId b26959c2-c6ca-4cf7-9cdd-576be04a9c92 and ComponentName 
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-03-18T12:41:59.225Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T12:41:59.225Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T12:41:59.225Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T12:41:59.225Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679142818294,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/resourceInstances/pnf8ecb3a2916990/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T12:42:00.226Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T12:42:00.227Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T12:42:00.227Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T12:42:00.227Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679142818294,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/resourceInstances/pnf8ecb3a2916990/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T12:42:01.228Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T12:42:01.229Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T12:42:01.229Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T12:42:01.229Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679142818294,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T12:42:02.231Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T12:42:02.235Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T12:42:02.236Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T12:42:02.236Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679142818294,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T12:42:03.238Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "serviceName": "Demo_pNF_Qv5TXucXv4n7mssXUGFK",
  "serviceVersion": "1.0",
  "serviceUUID": "73f959ea-1a0e-41cf-b2da-40f07fd6a9c2",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "86b31417-cd30-434e-93e4-34d81e182271",
  "resources": [
    {
      "resourceInstanceName": "pNF 8ecb3a29-1699 0",
      "resourceCustomizationUUID": "3e0c811d-9b69-4eb9-9e2f-6a46c31c8df1",
      "resourceName": "pNF 8ecb3a29-1699",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "79d852b9-56e5-416f-9d37-4483b88de628",
      "resourceInvariantUUID": "c45c5ef7-20e5-4b81-8392-6fbf8a0a1b25",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar",
      "artifactChecksum": "NmIzYzkyYzFlZjM3YjA3YjIzODQ5MzIxZjA4ODdmYTg\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "a93044a0-e137-47cf-b45c-87a4ec92508e"
    }
  ],
  "workloadContext": "Production"
}
2023-03-18T12:42:03.238Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-18T12:42:03.238Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 73f959ea-1a0e-41cf-b2da-40f07fd6a9c2 ASDC
2023-03-18T12:42:03.239Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:5e005e65-61df-4986-a087-00761a388674
ServiceName:Demo_pNF_Qv5TXucXv4n7mssXUGFK
ServiceVersion:1.0
ServiceUUID:73f959ea-1a0e-41cf-b2da-40f07fd6a9c2
ServiceInvariantUUID:86b31417-cd30-434e-93e4-34d81e182271
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar
ArtifactUUID:a93044a0-e137-47cf-b45c-87a4ec92508e
ArtifactChecksum:NmIzYzkyYzFlZjM3YjA3YjIzODQ5MzIxZjA4ODdmYTg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 8ecb3a29-1699 0
ResourceCustomizationUUID:3e0c811d-9b69-4eb9-9e2f-6a46c31c8df1
ResourceInvariantUUID:c45c5ef7-20e5-4b81-8392-6fbf8a0a1b25
ResourceName:pNF 8ecb3a29-1699
ResourceType:PNF
ResourceUUID:79d852b9-56e5-416f-9d37-4483b88de628
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-18T12:42:03.239Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 73f959ea-1a0e-41cf-b2da-40f07fd6a9c2 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: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-18T12:42:03.269Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-18T12:42:03.270Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-03-18T12:42:03.270Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-03-18T12:42:03.270Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: a93044a0-e137-47cf-b45c-87a4ec92508e from URL: /sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar
2023-03-18T12:42:03.270Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||DistributionClient - download
2023-03-18T12:42:03.270Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar
2023-03-18T12:42:03.481Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2023-03-18T12:42:03.495Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar a93044a0-e137-47cf-b45c-87a4ec92508e 88004
2023-03-18T12:42:03.496Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar ASDC sendASDCNotification
2023-03-18T12:42:03.496Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar
2023-03-18T12:42:03.496Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-18T12:42:03.496Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T12:42:03.496Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T12:42:03.496Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679143323495,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T12:42:04.497Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-18T12:42:04.498Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-03-18T12:42:04.498Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: a93044a0-e137-47cf-b45c-87a4ec92508e, URL: /sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar to file: /app/ASDC/1/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar
2023-03-18T12:42:04.498Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar
2023-03-18T12:42:04.499Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar
2023-03-18T12:42:04.499Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar
2023-03-18T12:42:04.597Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9422179400229162133/Definitions/service-DemoPnfQv5txucxv4n7mssxugfk-template.yml
2023-03-18T12:42:05.126Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-18T12:42:05.127Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||WARN|500||####################################################################################################
2023-03-18T12:42:05.127Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar
2023-03-18T12:42:05.127Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-18T12:42:05.127Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||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-DemoPnfQv5txucxv4n7mssxugfk-csar.csar
2023-03-18T12:42:05.127Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar
2023-03-18T12:42:05.127Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||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-DemoPnfQv5txucxv4n7mssxugfk-csar.csar
2023-03-18T12:42:05.127Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar
2023-03-18T12:42:05.127Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar
2023-03-18T12:42:05.127Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 8ecb3a29-1699 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-DemoPnfQv5txucxv4n7mssxugfk-csar.csar
2023-03-18T12:42:05.127Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar
2023-03-18T12:42:05.128Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||WARN|500||####################################################################################################
2023-03-18T12:42:05.128Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T12:42:05.128Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_Qv5TXucXv4n7mssXUGFK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T12:42:05.128Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Node template pNF 8ecb3a29-1699 0 is matching search criteria
2023-03-18T12:42:05.128Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2023-03-18T12:42:05.128Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Found topology templates [pNF 8ecb3a29-1699 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-18T12:42:05.128Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T12:42:05.128Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_Qv5TXucXv4n7mssXUGFK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T12:42:05.128Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Node template pNF 8ecb3a29-1699 0 is matching search criteria
2023-03-18T12:42:05.128Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2023-03-18T12:42:05.128Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Found topology templates [pNF 8ecb3a29-1699 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-18T12:42:05.129Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T12:42:05.129Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_Qv5TXucXv4n7mssXUGFK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T12:42:05.129Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T12:42:05.129Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_Qv5TXucXv4n7mssXUGFK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T12:42:05.129Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T12:42:05.129Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_Qv5TXucXv4n7mssXUGFK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T12:42:05.129Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T12:42:05.129Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_Qv5TXucXv4n7mssXUGFK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T12:42:05.129Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T12:42:05.129Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_Qv5TXucXv4n7mssXUGFK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T12:42:05.129Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_Qv5TXucXv4n7mssXUGFK
Description:catalog service description
Model UUID:73f959ea-1a0e-41cf-b2da-40f07fd6a9c2
Model Version:NULL
Model InvariantUuid:86b31417-cd30-434e-93e4-34d81e182271
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=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-03-18T12:42:05.163Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||ERROR|500||Csar with UUID: a93044a0-e137-47cf-b45c-87a4ec92508e already exists
2023-03-18T12:42:05.163Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar ASDC sendASDCNotification
2023-03-18T12:42:05.163Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar(Csar with UUID: a93044a0-e137-47cf-b45c-87a4ec92508e already exists)
2023-03-18T12:42:05.163Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-18T12:42:05.164Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T12:42:05.164Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T12:42:05.164Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679143325163,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: a93044a0-e137-47cf-b45c-87a4ec92508e already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T12:42:06.165Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar ASDC sendASDCNotification
2023-03-18T12:42:06.165Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar(Resource with UUID: 79d852b9-56e5-416f-9d37-4483b88de628 already exists)
2023-03-18T12:42:06.165Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-18T12:42:06.166Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T12:42:06.166Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T12:42:06.166Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679143326165,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 79d852b9-56e5-416f-9d37-4483b88de628 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T12:42:07.168Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5e005e65-61df-4986-a087-00761a388674
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T12:42:07.189Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5e005e65-61df-4986-a087-00761a388674
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T12:42:07.193Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-18T12:42:07.193Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-18T12:42:07.194Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-18T12:42:07.194Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-18T12:42:07.194Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T12:42:07.195Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T12:42:07.195Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T12:42:07.195Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T12:42:07.195Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T12:42:07.195Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T12:42:07.196Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-18T12:42:07.208Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-18T12:42:37.209Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 5e005e65-61df-4986-a087-00761a388674 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-18T12:42:37.218Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 5e005e65-61df-4986-a087-00761a388674 and serviceModelVersionId: 73f959ea-1a0e-41cf-b2da-40f07fd6a9c2
2023-03-18T12:42:37.219Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 86b31417-cd30-434e-93e4-34d81e182271
2023-03-18T12:42:37.219Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/86b31417-cd30-434e-93e4-34d81e182271/model-vers/model-ver/73f959ea-1a0e-41cf-b2da-40f07fd6a9c2?depth=0
2023-03-18T12:42:37.225Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2023-03-18T12:42:37.237Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/86b31417-cd30-434e-93e4-34d81e182271/model-vers/model-ver/73f959ea-1a0e-41cf-b2da-40f07fd6a9c2?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-03-18T12:42:37.237Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/86b31417-cd30-434e-93e4-34d81e182271/model-vers/model-ver/73f959ea-1a0e-41cf-b2da-40f07fd6a9c2?depth=0|INFO|500||Invoke
2023-03-18T12:42:37.246Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/86b31417-cd30-434e-93e4-34d81e182271/model-vers/model-ver/73f959ea-1a0e-41cf-b2da-40f07fd6a9c2?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-18T12:42:37.363Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/86b31417-cd30-434e-93e4-34d81e182271/model-vers/model-ver/73f959ea-1a0e-41cf-b2da-40f07fd6a9c2?depth=0|INFO|500||InvokeReturn
2023-03-18T12:42:37.363Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/86b31417-cd30-434e-93e4-34d81e182271/model-vers/model-ver/73f959ea-1a0e-41cf-b2da-40f07fd6a9c2?depth=0 has http status code:200 and response headers:{date=[Sat, 18 Mar 2023 12:42:36 GMT], content-length=[0], vertex-id=[204904], x-aai-txid=[2-aai-resources-230318-12:42:36:949-58088], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-18T12:42:37.364Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Response was returned with an empty entity.
2023-03-18T12:42:37.364Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-18T12:42:37.364Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-18T12:42:37.370Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-18T12:42:37.371Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 5e005e65-61df-4986-a087-00761a388674 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-18T12:42:37.371Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-18T12:42:37.371Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T12:42:37.371Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T12:42:37.372Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679143357371,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-18T12:42:38.402Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T12:42:38.402Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Failing OffsetCommit request since the consumer is not part of an active group
2023-03-18T12:42:38.403Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||ERROR|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Asynchronous auto-commit of offsets failed: Offset commit cannot be completed since the consumer is not part of an active group for auto partition assignment; it is likely that the consumer was kicked out of the group.. Will continue to join group.
2023-03-18T12:42:38.403Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Giving away all assigned partitions as lost since generation/memberID has been reset,indicating that consumer is in old state or no longer part of the group
2023-03-18T12:42:38.403Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Lost previously assigned partitions SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5
2023-03-18T12:42:38.403Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] (Re-)joining group
2023-03-18T12:42:38.407Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2-2d885b98-b5b5-42ba-a5b3-b74125734133
2023-03-18T12:42:38.408Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Asynchronous auto-commit of offsets {SDC-DISTR-NOTIF-TOPIC-AUTO-5=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-4=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-3=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-2=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-1=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-0=OffsetAndMetadata{offset=6, leaderEpoch=0, metadata=''}} failed: Offset commit cannot be completed since the consumer is not part of an active group for auto partition assignment; it is likely that the consumer was kicked out of the group.
2023-03-18T12:42:38.408Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Request joining group due to: rebalance failed due to 'The group member needs to have a valid member id before actually entering a consumer group.' (MemberIdRequiredException)
2023-03-18T12:42:38.408Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] (Re-)joining group
2023-03-18T12:42:39.837Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T12:42:42.858Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T12:42:45.873Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T12:42:48.883Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T12:42:51.893Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T12:42:54.902Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T12:42:57.910Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T12:42:58.919Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T12:42:58.931Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Revoke previously assigned partitions SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-03-18T12:42:58.932Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] (Re-)joining group
2023-03-18T12:42:58.938Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Successfully joined group with generation Generation{generationId=46, memberId='SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94-2995e74d-4211-4955-93f6-f3f14568571e', protocol='range'}
2023-03-18T12:42:58.938Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Successfully joined group with generation Generation{generationId=46, memberId='SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2-2d885b98-b5b5-42ba-a5b3-b74125734133', protocol='range'}
2023-03-18T12:42:58.941Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Finished assignment for group at generation 46: {SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2-2d885b98-b5b5-42ba-a5b3-b74125734133=Assignment(partitions=[SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5]), SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94-2995e74d-4211-4955-93f6-f3f14568571e=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])}
2023-03-18T12:42:58.955Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Successfully synced group in generation Generation{generationId=46, memberId='SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94-2995e74d-4211-4955-93f6-f3f14568571e', protocol='range'}
2023-03-18T12:42:58.955Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Successfully synced group in generation Generation{generationId=46, memberId='SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2-2d885b98-b5b5-42ba-a5b3-b74125734133', protocol='range'}
2023-03-18T12:42:58.955Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])
2023-03-18T12:42:58.955Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Adding newly assigned partitions: SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-03-18T12:42:58.956Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5])
2023-03-18T12:42:58.956Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Adding newly assigned partitions: SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5
2023-03-18T12:42:58.959Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-18T12:42:58.959Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-18T12:42:58.959Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-18T12:42:58.959Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=922, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-18T12:42:58.959Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-18T12:42:58.959Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-18T12:42:58.959Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-18T12:42:58.960Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-18T12:42:58.960Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-18T12:42:58.960Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-18T12:42:58.960Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-18T12:42:58.960Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-18T12:42:58.968Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-18T12:42:58.968Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||received notification from broker: {"distributionID":"34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846","serviceName":"basic_onboard_gCPnoC","serviceVersion":"1.0","serviceUUID":"dad851ae-1f1d-4e04-8847-f18fd5d51391","serviceDescription":"service","serviceInvariantUUID":"693dcbb7-55f2-41d5-a0d9-572574329dfe","resources":[{"resourceInstanceName":"basic_onboard_gCPnoC 0","resourceName":"basic_onboard_gCPnoC","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"f3fb2f57-aad9-4f33-88db-c458ae09cdfb","resourceInvariantUUID":"d7c6b294-4284-4b69-87ff-a797deedad73","resourceCustomizationUUID":"9327f8c9-4591-449b-b6af-227dc0614cab","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/vf-license-model.xml","artifactChecksum":"OGQ5ZDI0MzIzNDdmMDUyYmQ0MzVmMDVkOWUyNGVlYmE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"5077753b-8cdd-47a9-82d5-e3ff4ce969c3","artifactVersion":"1"},{"artifactName":"basic_onboard_gcpnoc0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json","artifactChecksum":"NjRhMmYzNDQxZDFkYzhiMjZmMTk3NDMzZmQwOWNiNWI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"583db2fa-2045-4011-8045-9fd436580060","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"0846dbe8-d246-42f3-9ba6-3c197d6bb5c4","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"5004fadd-cda9-4566-99ac-bc5d669427a2","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"7d3da3bf-4415-4326-b045-fe6bef605f78","artifactVersion":"2","generatedFromUUID":"0846dbe8-d246-42f3-9ba6-3c197d6bb5c4"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardGcpnoc-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-template.yml","artifactChecksum":"OGFkYWYzODVjYTg1MmE4Y2JhZWM5NDk3ZjljNTAwNTE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"8ab16f5d-5180-4470-b278-f6ea6f7c23e8","artifactVersion":"1"},{"artifactName":"service-BasicOnboardGcpnoc-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar","artifactChecksum":"MjQxYmE3NTM3MTRlYjAwMzA2YjMyYmJjMmU4MmNkYjE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"d6569f72-4f81-428a-8593-389324ccdf48","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-18T12:42:58.971Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T12:42:58.971Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T12:42:58.971Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T12:42:58.971Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679143358402,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T12:42:59.968Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-18T12:42:59.969Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679142818294,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/resourceInstances/pnf8ecb3a2916990/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T12:42:59.969Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:42:59.969Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-18T12:42:59.969Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "aai-model-loader",
  "timestamp": 1679143320633,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/artifacts/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar",
  "status": "DEPLOY_OK"
}
2023-03-18T12:42:59.969Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:42:59.969Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-18T12:42:59.969Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679142818294,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/resourceInstances/pnf8ecb3a2916990/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T12:42:59.969Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:42:59.969Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-18T12:42:59.969Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "aai-model-loader",
  "timestamp": 1679143321635,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-18T12:42:59.974Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T12:42:59.974Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T12:42:59.974Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T12:42:59.974Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679143358402,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T12:42:59.979Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of b26959c2-c6ca-4cf7-9cdd-576be04a9c92
2023-03-18T12:42:59.980Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId b26959c2-c6ca-4cf7-9cdd-576be04a9c92 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-03-18T12:42:59.994Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-18T12:42:59.995Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679142818294,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T12:42:59.995Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:42:59.995Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-18T12:42:59.995Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679142818294,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar",
  "status": "NOTIFIED"
}
2023-03-18T12:42:59.995Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:42:59.995Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-18T12:42:59.995Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679143323495,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-18T12:42:59.995Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:42:59.995Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-18T12:42:59.995Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679143325163,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: a93044a0-e137-47cf-b45c-87a4ec92508e already exists"
}
2023-03-18T12:42:59.995Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:42:59.995Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-18T12:42:59.995Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679143325163,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/resourceInstances/pnf66b89d6a37e20/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T12:42:59.995Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:42:59.995Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-18T12:42:59.995Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679143326165,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 79d852b9-56e5-416f-9d37-4483b88de628 already exists"
}
2023-03-18T12:42:59.995Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:42:59.995Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-18T12:42:59.995Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679143325163,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/resourceInstances/pnf66b89d6a37e20/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-18T12:42:59.995Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:42:59.995Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-18T12:42:59.995Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679143325163,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/resourceInstances/pnf66b89d6a37e20/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-18T12:42:59.995Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:42:59.995Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-18T12:42:59.995Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679143325163,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/resourceInstances/pnf66b89d6a37e20/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T12:42:59.995Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:42:59.996Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-18T12:42:59.996Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679143325163,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/resourceInstances/pnf66b89d6a37e20/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T12:42:59.996Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:42:59.996Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-18T12:42:59.996Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679143325163,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/resourceInstances/pnf66b89d6a37e20/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T12:42:59.996Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:42:59.996Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-18T12:42:59.996Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679143325163,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/artifacts/service-DemoPnfM5qkmfmdlpulyaz8owr9-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T12:42:59.996Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:42:59.996Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-18T12:42:59.996Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679143325163,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/artifacts/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar",
  "status": "NOTIFIED"
}
2023-03-18T12:42:59.996Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:42:59.996Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-18T12:42:59.996Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679143333967,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/artifacts/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-18T12:42:59.996Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:42:59.996Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-18T12:42:59.996Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679143335712,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/artifacts/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar",
  "status": "DEPLOY_OK"
}
2023-03-18T12:42:59.996Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:42:59.996Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-18T12:42:59.996Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679143336716,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-18T12:43:00.004Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of b26959c2-c6ca-4cf7-9cdd-576be04a9c92
2023-03-18T12:43:00.004Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId b26959c2-c6ca-4cf7-9cdd-576be04a9c92 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-03-18T12:43:00.021Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-18T12:43:00.021Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679143357371,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-18T12:43:00.022Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:43:00.022Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-18T12:43:00.022Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679143358402,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T12:43:00.022Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:43:00.975Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T12:43:00.975Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T12:43:00.975Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T12:43:00.975Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679143358402,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T12:43:01.978Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T12:43:01.978Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T12:43:01.978Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T12:43:01.978Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679143358402,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T12:43:02.979Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T12:43:02.979Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T12:43:02.979Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T12:43:02.979Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679143358402,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T12:43:03.980Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T12:43:03.980Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T12:43:03.980Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T12:43:03.980Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679143358402,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T12:43:04.981Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T12:43:04.982Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T12:43:04.982Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T12:43:04.982Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679143358402,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T12:43:05.983Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "serviceName": "basic_onboard_gCPnoC",
  "serviceVersion": "1.0",
  "serviceUUID": "dad851ae-1f1d-4e04-8847-f18fd5d51391",
  "serviceDescription": "service",
  "serviceInvariantUUID": "693dcbb7-55f2-41d5-a0d9-572574329dfe",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_gCPnoC 0",
      "resourceCustomizationUUID": "9327f8c9-4591-449b-b6af-227dc0614cab",
      "resourceName": "basic_onboard_gCPnoC",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "f3fb2f57-aad9-4f33-88db-c458ae09cdfb",
      "resourceInvariantUUID": "d7c6b294-4284-4b69-87ff-a797deedad73",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_gcpnoc0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json",
          "artifactChecksum": "NjRhMmYzNDQxZDFkYzhiMjZmMTk3NDMzZmQwOWNiNWI\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "583db2fa-2045-4011-8045-9fd436580060",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "0846dbe8-d246-42f3-9ba6-3c197d6bb5c4",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "7d3da3bf-4415-4326-b045-fe6bef605f78",
            "generatedFromUUID": "0846dbe8-d246-42f3-9ba6-3c197d6bb5c4"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "7d3da3bf-4415-4326-b045-fe6bef605f78",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardGcpnoc-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar",
      "artifactChecksum": "MjQxYmE3NTM3MTRlYjAwMzA2YjMyYmJjMmU4MmNkYjE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "d6569f72-4f81-428a-8593-389324ccdf48"
    }
  ],
  "workloadContext": "Production"
}
2023-03-18T12:43:05.983Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-18T12:43:05.984Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 dad851ae-1f1d-4e04-8847-f18fd5d51391 ASDC
2023-03-18T12:43:05.984Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
ServiceName:basic_onboard_gCPnoC
ServiceVersion:1.0
ServiceUUID:dad851ae-1f1d-4e04-8847-f18fd5d51391
ServiceInvariantUUID:693dcbb7-55f2-41d5-a0d9-572574329dfe
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardGcpnoc-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar
ArtifactUUID:d6569f72-4f81-428a-8593-389324ccdf48
ArtifactChecksum:MjQxYmE3NTM3MTRlYjAwMzA2YjMyYmJjMmU4MmNkYjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_gCPnoC 0
ResourceCustomizationUUID:9327f8c9-4591-449b-b6af-227dc0614cab
ResourceInvariantUUID:d7c6b294-4284-4b69-87ff-a797deedad73
ResourceName:basic_onboard_gCPnoC
ResourceType:VF
ResourceUUID:f3fb2f57-aad9-4f33-88db-c458ae09cdfb
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_gcpnoc0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json
ArtifactUUID:583db2fa-2045-4011-8045-9fd436580060
ArtifactChecksum:NjRhMmYzNDQxZDFkYzhiMjZmMTk3NDMzZmQwOWNiNWI=
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/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.yaml
ArtifactUUID:0846dbe8-d246-42f3-9ba6-3c197d6bb5c4
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/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.env
ArtifactUUID:7d3da3bf-4415-4326-b045-fe6bef605f78
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/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.env
ArtifactUUID:7d3da3bf-4415-4326-b045-fe6bef605f78
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-18T12:43:05.984Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF dad851ae-1f1d-4e04-8847-f18fd5d51391 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: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-18T12:43:06.015Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-18T12:43:06.016Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-03-18T12:43:06.016Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-03-18T12:43:06.016Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: d6569f72-4f81-428a-8593-389324ccdf48 from URL: /sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar
2023-03-18T12:43:06.016Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||DistributionClient - download
2023-03-18T12:43:06.016Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar
2023-03-18T12:43:06.043Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||GET Response Status 404
2023-03-18T12:43:06.044Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@2fd0b7b6
2023-03-18T12:43:06.044Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-18T12:43:06.044Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicOnboardGcpnoc"
      ]
    }
  }
}
2023-03-18T12:43:06.044Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicOnboardGcpnoc-csar.csar /sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar d6569f72-4f81-428a-8593-389324ccdf48 Specified artifact is  not found 300 ASDC artifact download fail
2023-03-18T12:43:06.044Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar ASDC sendASDCNotification
2023-03-18T12:43:06.044Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar(Specified artifact is  not found)
2023-03-18T12:43:06.044Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-18T12:43:06.044Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T12:43:06.045Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T12:43:06.045Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679143386044,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T12:43:07.045Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during processCsarServiceArtifacts ASDC processCsarServiceArtifacts 500 Exception in processCsarServiceArtifacts
org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact service-BasicOnboardGcpnoc-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar(UUID:d6569f72-4f81-428a-8593-389324ccdf48)
Error message is Specified artifact is  not found

	at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394)
	at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2023-03-18T12:43:07.061Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||ERROR|500||error NSST process resource failure 
java.lang.NullPointerException: null
	at org.onap.so.asdc.client.ASDCController.processNsstNotification(ASDCController.java:978)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:760)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-18T12:43:07.061Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: f3fb2f57-aad9-4f33-88db-c458ae09cdfb
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-18T12:43:07.065Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||basic_onboard_gCPnoC 0
2023-03-18T12:43:07.065Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: f3fb2f57-aad9-4f33-88db-c458ae09cdfb
2023-03-18T12:43:07.065Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 583db2fa-2045-4011-8045-9fd436580060 from URL: /sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json
2023-03-18T12:43:07.065Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||DistributionClient - download
2023-03-18T12:43:07.065Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json
2023-03-18T12:43:07.080Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||GET Response Status 404
2023-03-18T12:43:07.080Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@63a2724f
2023-03-18T12:43:07.080Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-18T12:43:07.080Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicOnboardGcpnoc"
      ]
    }
  }
}
2023-03-18T12:43:07.080Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL basic_onboard_gcpnoc0_modules.json /sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json 583db2fa-2045-4011-8045-9fd436580060 Specified artifact is  not found 300 ASDC artifact download fail
2023-03-18T12:43:07.081Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json ASDC sendASDCNotification
2023-03-18T12:43:07.081Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json(Specified artifact is  not found)
2023-03-18T12:43:07.081Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-18T12:43:07.081Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T12:43:07.081Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T12:43:07.081Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679143387081,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T12:43:08.082Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during Installation of artifact ASDC processResourceNotification 500 Exception in processResourceNotification
org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact basic_onboard_gcpnoc0_modules.json could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json(UUID:583db2fa-2045-4011-8045-9fd436580060)
Error message is Specified artifact is  not found

	at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:787)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-18T12:43:08.082Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T12:43:08.099Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T12:43:08.102Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-18T12:43:08.102Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-18T12:43:38.103Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T12:43:38.118Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T12:43:38.122Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-18T12:43:38.122Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-18T12:43:58.920Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T12:43:58.921Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-18T12:43:58.922Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679143358402,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json",
  "status": "NOTIFIED"
}
2023-03-18T12:43:58.922Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:44:08.122Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T12:44:08.136Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T12:44:08.139Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-18T12:44:08.139Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-18T12:44:38.140Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T12:44:38.156Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T12:44:38.160Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-18T12:44:38.160Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-18T12:44:58.919Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T12:44:58.921Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-18T12:44:58.921Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679143358402,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2023-03-18T12:44:58.921Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:44:58.922Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-18T12:44:58.922Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679143358402,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T12:44:58.922Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:44:58.922Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-18T12:44:58.922Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679143358402,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2023-03-18T12:44:58.922Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:44:58.922Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-18T12:44:58.922Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679143358402,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T12:44:58.922Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:44:58.922Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-18T12:44:58.922Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679143358402,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar",
  "status": "NOTIFIED"
}
2023-03-18T12:44:58.922Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:44:58.922Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-18T12:44:58.922Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679143386044,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-18T12:44:58.922Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:44:58.923Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-18T12:44:58.923Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679143387081,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-18T12:44:58.923Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:45:08.160Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T12:45:08.180Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T12:45:08.184Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-18T12:45:08.184Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-18T12:45:38.184Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T12:45:38.198Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T12:45:38.201Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-18T12:45:38.201Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-18T12:45:58.919Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T12:46:08.201Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T12:46:08.221Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T12:46:08.224Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-18T12:46:08.224Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-18T12:46:38.224Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T12:46:38.246Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T12:46:38.251Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-18T12:46:38.251Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-18T12:46:58.920Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T12:47:08.252Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T12:47:08.268Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T12:47:08.271Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-18T12:47:08.271Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-18T12:47:38.272Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T12:47:38.294Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T12:47:38.297Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-18T12:47:38.297Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-18T12:47:58.921Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T12:47:59.010Z||kafka-coordinator-heartbeat-thread | so|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] consumer poll timeout has expired. This means the time between subsequent calls to poll() was longer than the configured max.poll.interval.ms, which typically implies that the poll loop is spending too much time processing messages. You can address this either by increasing max.poll.interval.ms or by reducing the maximum size of batches returned in poll() with max.poll.records.
2023-03-18T12:47:59.011Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Member SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2-2d885b98-b5b5-42ba-a5b3-b74125734133 sending LeaveGroup request to coordinator onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2147483645 rack: null) due to consumer poll timeout has expired.
2023-03-18T12:47:59.011Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Resetting generation and member id due to: consumer pro-actively leaving the group
2023-03-18T12:47:59.011Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Request joining group due to: consumer pro-actively leaving the group
2023-03-18T12:47:59.784Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T12:47:59.796Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Revoke previously assigned partitions SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-03-18T12:47:59.802Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] (Re-)joining group
2023-03-18T12:47:59.807Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Successfully joined group with generation Generation{generationId=47, memberId='SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94-2995e74d-4211-4955-93f6-f3f14568571e', protocol='range'}
2023-03-18T12:47:59.808Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Finished assignment for group at generation 47: {SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94-2995e74d-4211-4955-93f6-f3f14568571e=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])}
2023-03-18T12:47:59.820Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Successfully synced group in generation Generation{generationId=47, memberId='SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94-2995e74d-4211-4955-93f6-f3f14568571e', protocol='range'}
2023-03-18T12:47:59.820Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])
2023-03-18T12:47:59.820Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Adding newly assigned partitions: SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-03-18T12:47:59.823Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-18T12:47:59.823Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-18T12:47:59.823Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-18T12:47:59.824Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=952, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-18T12:47:59.824Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-18T12:47:59.824Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-18T12:48:08.297Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2023-03-18T12:48:08.297Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-18T12:48:08.304Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846 and serviceModelVersionId: dad851ae-1f1d-4e04-8847-f18fd5d51391
2023-03-18T12:48:08.304Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 693dcbb7-55f2-41d5-a0d9-572574329dfe
2023-03-18T12:48:08.305Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391?depth=0
2023-03-18T12:48:08.314Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2023-03-18T12:48:08.324Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391?depth=0|INFO|500||Invoke
2023-03-18T12:48:08.325Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[a3d45eb8-058f-4c7e-80ee-dfadd407a722], X-ECOMP-RequestID=[34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846], X-TransactionId=[], X-ONAP-RequestID=[34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846], Content-Type=[application/merge-patch+json]}
2023-03-18T12:48:08.335Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2023-03-18T12:48:08.369Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391?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/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391?depth=0 has http status code:404 and response headers:{date=[Sat, 18 Mar 2023 12:48:08 GMT], content-length=[495], x-aai-txid=[0-aai-resources-230318-12:48:08:038-52428], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-18T12:48:08.371Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391?depth=0|DEBUG|500||{"requestError":{"serviceException":{"messageId":"SVC3001","text":"Resource not found for %1 using id %2 (msg=%3) (ec=%4)","variables":["MERGE_PATCH","service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391","Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391","ERR.5.4.6114"]}}}

2023-03-18T12:48:08.372Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391?depth=0|INFO|404|Not Found|InvokeReturn
2023-03-18T12:48:08.380Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391) (ec=ERR.5.4.6114)
2023-03-18T12:48:08.380Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||ERROR|500||Exception occurred
javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391) (ec=ERR.5.4.6114)
	at org.onap.so.client.ResponseExceptionMapper.map(ResponseExceptionMapper.java:74)
	at org.onap.so.client.RestRequest.get(RestRequest.java:77)
	at org.onap.so.client.RestClient.buildRequest(RestClient.java:326)
	at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322)
	at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283)
	at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67)
	at net.jodah.failsafe.Execution.executeSync(Execution.java:117)
	at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319)
	at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71)
	at org.onap.so.client.RestClient.method(RestClient.java:322)
	at org.onap.so.client.RestClient.patch(RestClient.java:265)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184)
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-18T12:48:08.380Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391) (ec=ERR.5.4.6114)
2023-03-18T12:48:08.380Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391) (ec=ERR.5.4.6114)
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-18T12:48:08.386Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-18T12:48:08.386Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391) (ec=ERR.5.4.6114)
2023-03-18T12:48:08.386Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2023-03-18T12:48:08.386Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T12:48:08.386Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T12:48:08.386Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679143688386,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391) (ec\u003dERR.5.4.6114)"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T12:48:08.401Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-18T12:48:08.401Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679143688386,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391) (ec\u003dERR.5.4.6114)"
}
2023-03-18T12:48:08.401Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-18T12:48:09.412Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-18T12:48:09.413Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||received notification from broker: {"distributionID":"d4dc9e71-f2cb-491c-bcf1-9d51402514be","serviceName":"vFW 2023-03-18 11-08-36","serviceVersion":"1.0","serviceUUID":"27fdb87d-b713-4eaf-90a0-9e48041e5db6","serviceDescription":"catalog service description","serviceInvariantUUID":"cb6d14f9-78ae-470a-a6af-a3a2b9fea472","resources":[{"resourceInstanceName":"vFW 58569f3e-bd56 0","resourceName":"vFW 58569f3e-bd56","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"d26137cf-1389-4abe-8e09-78b44d7a1aae","resourceInvariantUUID":"440b369e-a09c-4c31-8a4e-6692abd11e0c","resourceCustomizationUUID":"e17fe765-865d-4748-ab41-44bdbee5a853","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/vf-license-model.xml","artifactChecksum":"MTFjYmU2ZGQwM2YxYTQxNjdhOWY1YjI5OWUyYjE5OTg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"7238df55-40f7-4cde-93e0-f3c86248a4ba","artifactVersion":"1"},{"artifactName":"vfw58569f3ebd560_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/vfw58569f3ebd560_modules.json","artifactChecksum":"ODg5YTAyNmJiZTFiZTA5MDMwZWVhNmFkMzVmNzk4YTg\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"a8ca7246-150c-4537-b08d-e58462b66bb6","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"be903e28-b266-44db-9c8b-4cbcb6f7ee77","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/vendor-license-model.xml","artifactChecksum":"NDExZWJjY2Q3ZjkxN2NkNTRiYmFlNDViOGZhYWJjM2M\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"cecd91b9-dbd7-4a9b-96a0-72674051949c","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"0637f995-3e6f-44f6-89fc-61906f5ff14b","artifactVersion":"2","generatedFromUUID":"be903e28-b266-44db-9c8b-4cbcb6f7ee77"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20230318110836-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-template.yml","artifactChecksum":"NjdmYzRlMTY1MzM1ODg5NjAzNTEzOWU1ZGFmNmNiNDI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"8648cca8-36e7-40c1-8faf-a7c0be2faa07","artifactVersion":"1"},{"artifactName":"service-Vfw20230318110836-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar","artifactChecksum":"NzY3OTRjMDBhMTZlZjQ1ZTQ3MTU0ZjE0NjliYmU1M2Y\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"436a091b-6820-4621-9f77-4a798268cc9d","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-18T12:48:09.413Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T12:48:09.413Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T12:48:09.414Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T12:48:09.414Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679143358402,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T12:48:10.415Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T12:48:10.416Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T12:48:10.416Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T12:48:10.416Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679143358402,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/vfw58569f3ebd560_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T12:48:11.418Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T12:48:11.418Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T12:48:11.418Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T12:48:11.419Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679143358402,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T12:48:12.421Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T12:48:12.421Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T12:48:12.421Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T12:48:12.422Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679143358402,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T12:48:13.423Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T12:48:13.424Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T12:48:13.424Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T12:48:13.424Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679143358402,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/base_vfw.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T12:48:14.425Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T12:48:14.425Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T12:48:14.426Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T12:48:14.426Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679143358402,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T12:48:15.427Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T12:48:15.427Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T12:48:15.427Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T12:48:15.427Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679143358402,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T12:48:16.428Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "serviceName": "vFW 2023-03-18 11-08-36",
  "serviceVersion": "1.0",
  "serviceUUID": "27fdb87d-b713-4eaf-90a0-9e48041e5db6",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "cb6d14f9-78ae-470a-a6af-a3a2b9fea472",
  "resources": [
    {
      "resourceInstanceName": "vFW 58569f3e-bd56 0",
      "resourceCustomizationUUID": "e17fe765-865d-4748-ab41-44bdbee5a853",
      "resourceName": "vFW 58569f3e-bd56",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "d26137cf-1389-4abe-8e09-78b44d7a1aae",
      "resourceInvariantUUID": "440b369e-a09c-4c31-8a4e-6692abd11e0c",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw58569f3ebd560_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/vfw58569f3ebd560_modules.json",
          "artifactChecksum": "ODg5YTAyNmJiZTFiZTA5MDMwZWVhNmFkMzVmNzk4YTg\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "a8ca7246-150c-4537-b08d-e58462b66bb6",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "be903e28-b266-44db-9c8b-4cbcb6f7ee77",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "0637f995-3e6f-44f6-89fc-61906f5ff14b",
            "generatedFromUUID": "be903e28-b266-44db-9c8b-4cbcb6f7ee77"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "0637f995-3e6f-44f6-89fc-61906f5ff14b",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20230318110836-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar",
      "artifactChecksum": "NzY3OTRjMDBhMTZlZjQ1ZTQ3MTU0ZjE0NjliYmU1M2Y\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "436a091b-6820-4621-9f77-4a798268cc9d"
    }
  ],
  "workloadContext": "Production"
}
2023-03-18T12:48:16.428Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-18T12:48:16.428Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 27fdb87d-b713-4eaf-90a0-9e48041e5db6 ASDC
2023-03-18T12:48:16.428Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:d4dc9e71-f2cb-491c-bcf1-9d51402514be
ServiceName:vFW 2023-03-18 11-08-36
ServiceVersion:1.0
ServiceUUID:27fdb87d-b713-4eaf-90a0-9e48041e5db6
ServiceInvariantUUID:cb6d14f9-78ae-470a-a6af-a3a2b9fea472
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20230318110836-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar
ArtifactUUID:436a091b-6820-4621-9f77-4a798268cc9d
ArtifactChecksum:NzY3OTRjMDBhMTZlZjQ1ZTQ3MTU0ZjE0NjliYmU1M2Y=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 58569f3e-bd56 0
ResourceCustomizationUUID:e17fe765-865d-4748-ab41-44bdbee5a853
ResourceInvariantUUID:440b369e-a09c-4c31-8a4e-6692abd11e0c
ResourceName:vFW 58569f3e-bd56
ResourceType:VF
ResourceUUID:d26137cf-1389-4abe-8e09-78b44d7a1aae
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw58569f3ebd560_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/vfw58569f3ebd560_modules.json
ArtifactUUID:a8ca7246-150c-4537-b08d-e58462b66bb6
ArtifactChecksum:ODg5YTAyNmJiZTFiZTA5MDMwZWVhNmFkMzVmNzk4YTg=
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/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/base_vfw.yaml
ArtifactUUID:be903e28-b266-44db-9c8b-4cbcb6f7ee77
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/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/base_vfw.env
ArtifactUUID:0637f995-3e6f-44f6-89fc-61906f5ff14b
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/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/base_vfw.env
ArtifactUUID:0637f995-3e6f-44f6-89fc-61906f5ff14b
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-18T12:48:16.428Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 27fdb87d-b713-4eaf-90a0-9e48041e5db6 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: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-18T12:48:16.458Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-18T12:48:16.459Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-03-18T12:48:16.459Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-03-18T12:48:16.459Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 436a091b-6820-4621-9f77-4a798268cc9d from URL: /sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar
2023-03-18T12:48:16.459Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||DistributionClient - download
2023-03-18T12:48:16.459Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar
2023-03-18T12:48:16.742Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2023-03-18T12:48:16.749Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar 436a091b-6820-4621-9f77-4a798268cc9d 101467
2023-03-18T12:48:16.749Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar ASDC sendASDCNotification
2023-03-18T12:48:16.749Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar
2023-03-18T12:48:16.749Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-18T12:48:16.749Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T12:48:16.749Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T12:48:16.749Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679143696749,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T12:48:17.750Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-18T12:48:17.750Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-03-18T12:48:17.751Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 436a091b-6820-4621-9f77-4a798268cc9d, URL: /sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar to file: /app/ASDC/1/service-Vfw20230318110836-csar.csar
2023-03-18T12:48:17.752Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20230318110836-csar.csar
2023-03-18T12:48:17.752Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20230318110836-csar.csar
2023-03-18T12:48:17.752Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20230318110836-csar.csar
2023-03-18T12:48:17.848Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13262945318181039230/Definitions/service-Vfw20230318110836-template.yml
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_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_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
2023-03-18T12:48:19.122Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-18T12:48:19.122Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||WARN|500||####################################################################################################
2023-03-18T12:48:19.122Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20230318110836-csar.csar
2023-03-18T12:48:19.122Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2023-03-18T12:48:19.122Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230318110836-csar.csar
2023-03-18T12:48:19.122Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230318110836-csar.csar
2023-03-18T12:48:19.122Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20230318110836-csar.csar
2023-03-18T12:48:19.122Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230318110836-csar.csar
2023-03-18T12:48:19.122Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230318110836-csar.csar
2023-03-18T12:48:19.122Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230318110836-csar.csar
2023-03-18T12:48:19.122Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230318110836-csar.csar
2023-03-18T12:48:19.122Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230318110836-csar.csar
2023-03-18T12:48:19.122Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230318110836-csar.csar
2023-03-18T12:48:19.122Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 58569f3e-bd56 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-Vfw20230318110836-csar.csar
2023-03-18T12:48:19.122Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230318110836-csar.csar
2023-03-18T12:48:19.122Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||WARN|500||####################################################################################################
2023-03-18T12:48:19.123Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T12:48:19.123Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-03-18 11-08-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T12:48:19.123Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template vFW 58569f3e-bd56 0 is matching search criteria
2023-03-18T12:48:19.123Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2023-03-18T12:48:19.123Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 58569f3e-bd56 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-18T12:48:19.123Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T12:48:19.123Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-03-18 11-08-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T12:48:19.123Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template vFW 58569f3e-bd56 0 is matching search criteria
2023-03-18T12:48:19.123Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2023-03-18T12:48:19.123Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 58569f3e-bd56 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-18T12:48:19.123Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T12:48:19.123Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-03-18 11-08-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T12:48:19.123Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T12:48:19.123Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template vFW 58569f3e-bd56 0 is not matching search criteria
2023-03-18T12:48:19.123Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-18T12:48:19.123Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-18T12:48:19.123Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-18T12:48:19.123Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-18T12:48:19.123Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-18T12:48:19.124Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-18T12:48:19.124Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-18T12:48:19.124Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-18T12:48:19.124Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-18T12:48:19.124Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-18T12:48:19.124Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-18T12:48:19.124Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-18T12:48:19.124Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-18T12:48:19.124Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-18T12:48:19.124Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-18T12:48:19.124Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-03-18T12:48:19.124Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T12:48:19.124Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-03-18 11-08-36 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-03-18T12:48:19.124Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T12:48:19.124Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template vFW 58569f3e-bd56 0 is matching search criteria
2023-03-18T12:48:19.124Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 58569f3e-bd56 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-18T12:48:19.124Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T12:48:19.124Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template vFW 58569f3e-bd56 0 is matching search criteria
2023-03-18T12:48:19.124Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 58569f3e-bd56 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-18T12:48:19.124Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T12:48:19.124Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template vFW 58569f3e-bd56 0 is matching search criteria
2023-03-18T12:48:19.125Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 58569f3e-bd56 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-18T12:48:19.125Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T12:48:19.125Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template vFW 58569f3e-bd56 0 is not matching search criteria
2023-03-18T12:48:19.125Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-18T12:48:19.125Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-18T12:48:19.125Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-03-18T12:48:19.125Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-18T12:48:19.125Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-18T12:48:19.125Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-18T12:48:19.125Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-18T12:48:19.125Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-18T12:48:19.125Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-18T12:48:19.125Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-18T12:48:19.125Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-18T12:48:19.125Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=54648a20-f030-49c4-93d4-4525b2108f51
2023-03-18T12:48:19.125Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T12:48:19.125Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template vFW 58569f3e-bd56 0 is not matching search criteria
2023-03-18T12:48:19.125Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-18T12:48:19.126Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-18T12:48:19.126Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-18T12:48:19.126Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-18T12:48:19.126Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-18T12:48:19.126Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-18T12:48:19.126Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-18T12:48:19.126Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-03-18T12:48:19.126Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-18T12:48:19.126Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-18T12:48:19.126Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-18T12:48:19.126Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-18T12:48:19.126Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=c8000f82-3ea0-499f-845f-48af9ca20f40
2023-03-18T12:48:19.126Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T12:48:19.126Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template vFW 58569f3e-bd56 0 is not matching search criteria
2023-03-18T12:48:19.126Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-18T12:48:19.126Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-18T12:48:19.126Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-18T12:48:19.127Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-18T12:48:19.127Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-18T12:48:19.127Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-18T12:48:19.127Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-18T12:48:19.127Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-18T12:48:19.127Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-18T12:48:19.127Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-18T12:48:19.127Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-18T12:48:19.127Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-03-18T12:48:19.127Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=8d37dce4-ace0-4972-b0ae-359f5ee34e15
2023-03-18T12:48:19.127Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T12:48:19.127Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-03-18 11-08-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T12:48:19.127Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T12:48:19.127Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-03-18 11-08-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T12:48:19.127Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T12:48:19.128Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-03-18 11-08-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T12:48:19.128Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T12:48:19.128Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-03-18 11-08-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T12:48:19.128Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2023-03-18 11-08-36
Description:catalog service description
Model UUID:27fdb87d-b713-4eaf-90a0-9e48041e5db6
Model Version:NULL
Model InvariantUuid:cb6d14f9-78ae-470a-a6af-a3a2b9fea472
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 58569f3e-bd56
Model UUID:2fc36073-92c9-4d5d-9644-0bb6550c287b
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:440b369e-a09c-4c31-8a4e-6692abd11e0c
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:e17fe765-865d-4748-ab41-44bdbee5a853
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:351d450e-b1b7-41ae-a83a-2a71f15e25d1
ModelName:Vfw58569f3eBd56..base_vfw..module-0
ModelUuid:0d68d68e-dec8-43d2-aff9-f5d88cc04393
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:54648a20-f030-49c4-93d4-4525b2108f51
ModelInvariantUuid:4ab08134-cd1d-4688-9b75-17c67d1a3e81
ModelName:vFW 58569f3e-bd56-nodes.vfwCvfc
ModelUuid:d6b2f0ba-9202-407c-a163-7cc24d0f18b4
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:056f6090-f73c-4739-af97-620c05ad132a
ModelInvariantUuid:983e3ada-7ea8-4303-8174-d3114334eb9e
ModelName:Vfw58569f3eBd56.compute.nodes.heat.vfw
ModelUuid:3d4b7896-bd84-401c-aa77-b889e41a200a
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:c8000f82-3ea0-499f-845f-48af9ca20f40
ModelInvariantUuid:fcd18208-a79b-409f-9943-f6fdaf7b423e
ModelName:vFW 58569f3e-bd56-nodes.vsnCvfc
ModelUuid:2dc70d22-f13d-4809-b3aa-6be925119137
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:402dc1d7-02f5-4fe5-9c72-942fea6de45f
ModelInvariantUuid:0b0ccbe0-ee97-4020-bd46-0de8c06bfc96
ModelName:Vfw58569f3eBd56.compute.nodes.heat.vsn
ModelUuid:9156b53b-b6f9-40ab-bf18-4e57fbace729
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:8d37dce4-ace0-4972-b0ae-359f5ee34e15
ModelInvariantUuid:5fb0558e-6cb2-4431-b7ca-6445c8799cef
ModelName:vFW 58569f3e-bd56-nodes.vpgCvfc
ModelUuid:fa77263e-b297-4fc8-ad06-fee6a19575f2
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:c490c1b0-6d8a-4e04-bcc3-d1334a874130
ModelInvariantUuid:49041fa9-9665-4fc5-a429-9d3d7490839b
ModelName:Vfw58569f3eBd56.compute.nodes.heat.vpg
ModelUuid:7e8eb1f5-1f60-4b7b-ac6b-192037bf4db6
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=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-03-18T12:48:19.158Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||ERROR|500||Csar with UUID: 436a091b-6820-4621-9f77-4a798268cc9d already exists
2023-03-18T12:48:19.158Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar ASDC sendASDCNotification
2023-03-18T12:48:19.158Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar(Csar with UUID: 436a091b-6820-4621-9f77-4a798268cc9d already exists)
2023-03-18T12:48:19.158Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-18T12:48:19.158Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T12:48:19.158Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T12:48:19.158Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679143699158,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 436a091b-6820-4621-9f77-4a798268cc9d already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T12:48:20.159Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar ASDC sendASDCNotification
2023-03-18T12:48:20.159Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar(Resource with UUID: d26137cf-1389-4abe-8e09-78b44d7a1aae already exists)
2023-03-18T12:48:20.159Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-18T12:48:20.160Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T12:48:20.160Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T12:48:20.160Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679143700159,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: d26137cf-1389-4abe-8e09-78b44d7a1aae already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T12:48:21.160Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d4dc9e71-f2cb-491c-bcf1-9d51402514be
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T12:48:21.175Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d4dc9e71-f2cb-491c-bcf1-9d51402514be
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T12:48:21.178Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-18T12:48:21.179Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-18T12:48:21.179Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-18T12:48:21.179Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-18T12:48:21.179Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T12:48:21.179Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T12:48:21.179Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T12:48:21.179Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T12:48:21.179Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T12:48:21.179Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-18T12:48:21.188Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-18T12:48:51.190Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: d4dc9e71-f2cb-491c-bcf1-9d51402514be and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-18T12:48:51.198Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: d4dc9e71-f2cb-491c-bcf1-9d51402514be and serviceModelVersionId: 27fdb87d-b713-4eaf-90a0-9e48041e5db6
2023-03-18T12:48:51.198Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : cb6d14f9-78ae-470a-a6af-a3a2b9fea472
2023-03-18T12:48:51.198Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/cb6d14f9-78ae-470a-a6af-a3a2b9fea472/model-vers/model-ver/27fdb87d-b713-4eaf-90a0-9e48041e5db6?depth=0
2023-03-18T12:48:51.201Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2023-03-18T12:48:51.209Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cb6d14f9-78ae-470a-a6af-a3a2b9fea472/model-vers/model-ver/27fdb87d-b713-4eaf-90a0-9e48041e5db6?depth=0|INFO|500||Invoke
2023-03-18T12:48:51.209Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cb6d14f9-78ae-470a-a6af-a3a2b9fea472/model-vers/model-ver/27fdb87d-b713-4eaf-90a0-9e48041e5db6?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cb6d14f9-78ae-470a-a6af-a3a2b9fea472/model-vers/model-ver/27fdb87d-b713-4eaf-90a0-9e48041e5db6?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[d4dc9e71-f2cb-491c-bcf1-9d51402514be], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[47021f30-41ad-45f6-a0e3-4a5e0a24b6a7], X-ECOMP-RequestID=[d4dc9e71-f2cb-491c-bcf1-9d51402514be], X-TransactionId=[], X-ONAP-RequestID=[d4dc9e71-f2cb-491c-bcf1-9d51402514be], Content-Type=[application/merge-patch+json]}
2023-03-18T12:48:51.220Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cb6d14f9-78ae-470a-a6af-a3a2b9fea472/model-vers/model-ver/27fdb87d-b713-4eaf-90a0-9e48041e5db6?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-18T12:48:51.322Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cb6d14f9-78ae-470a-a6af-a3a2b9fea472/model-vers/model-ver/27fdb87d-b713-4eaf-90a0-9e48041e5db6?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/cb6d14f9-78ae-470a-a6af-a3a2b9fea472/model-vers/model-ver/27fdb87d-b713-4eaf-90a0-9e48041e5db6?depth=0 has http status code:200 and response headers:{date=[Sat, 18 Mar 2023 12:48:50 GMT], content-length=[0], vertex-id=[593936], x-aai-txid=[1-aai-resources-230318-12:48:50:921-15834], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-18T12:48:51.322Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cb6d14f9-78ae-470a-a6af-a3a2b9fea472/model-vers/model-ver/27fdb87d-b713-4eaf-90a0-9e48041e5db6?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-18T12:48:51.323Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cb6d14f9-78ae-470a-a6af-a3a2b9fea472/model-vers/model-ver/27fdb87d-b713-4eaf-90a0-9e48041e5db6?depth=0|INFO|500||InvokeReturn
2023-03-18T12:48:51.323Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-18T12:48:51.323Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-18T12:48:51.329Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-18T12:48:51.329Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID d4dc9e71-f2cb-491c-bcf1-9d51402514be and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-18T12:48:51.329Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-18T12:48:51.329Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T12:48:51.329Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T12:48:51.329Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679143731329,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-18T12:48:52.351Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-18T12:48:52.351Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||received notification from broker: {"distributionID":"9f6cbd74-5561-4ebf-ae29-ef09adcdb35a","serviceName":"vFW 2023-03-18 11-49-31","serviceVersion":"1.0","serviceUUID":"6d984351-d1ca-40a4-aad4-cb46662a587a","serviceDescription":"catalog service description","serviceInvariantUUID":"cf32c985-ce6d-438e-ae22-e6fd004665b3","resources":[{"resourceInstanceName":"vFW c11b0f1b-4505 0","resourceName":"vFW c11b0f1b-4505","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"c7374fd6-6727-4426-9587-40812bc7c663","resourceInvariantUUID":"26f1c4e0-d5d2-4519-a829-ba04da79dfd3","resourceCustomizationUUID":"19f5eed0-33a8-4dbf-839a-f2ac2d3b058b","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/vf-license-model.xml","artifactChecksum":"ZmYyYjdhM2U5NTJiNDExYWMwYTMzMTkyZDMwYzcxZTc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"7b8e42e6-1821-4cac-aa27-034f93b9a8bb","artifactVersion":"1"},{"artifactName":"vfwc11b0f1b45050_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/vfwc11b0f1b45050_modules.json","artifactChecksum":"YTA1YjZlZDc1ZGI4M2FjMjI5NWE4ZTQzZjQxZmI1MGE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"40a0f4a8-4459-48c6-8da9-780f32a6e90d","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"3198714b-6cfa-4ae8-9e58-caa5fd7816d1","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/vendor-license-model.xml","artifactChecksum":"OTNkYjEwYTcxMGU1ODVlYThkMzJiZjM0OWMzYWExNTg\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"56d4001a-cb5d-4c8b-a9db-05f6dd036a2e","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"72f0a15a-ad88-4350-921f-de50e44e2b78","artifactVersion":"2","generatedFromUUID":"3198714b-6cfa-4ae8-9e58-caa5fd7816d1"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20230318114931-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-template.yml","artifactChecksum":"MmZjZDk3ZDhkZWNhNmYyZTJiYmJjYzlhZTNjZmUwZDU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"d733d559-0885-4fbb-8573-c3718d9662ac","artifactVersion":"1"},{"artifactName":"service-Vfw20230318114931-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar","artifactChecksum":"NzYyNTc4YTljZWI3YjE3YThjOTU0MjkyMGEyMDMxNDY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"2a8efcaf-0813-4b52-901f-136ba065c343","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-18T12:48:52.351Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T12:48:52.351Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T12:48:52.352Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T12:48:52.352Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679143358402,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T12:48:53.352Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T12:48:53.352Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T12:48:53.352Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T12:48:53.352Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679143358402,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/vfwc11b0f1b45050_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T12:48:54.354Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T12:48:54.354Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T12:48:54.354Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T12:48:54.354Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679143358402,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T12:48:55.356Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T12:48:55.357Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T12:48:55.357Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T12:48:55.357Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679143358402,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T12:48:56.359Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T12:48:56.359Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T12:48:56.359Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T12:48:56.359Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679143358402,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/base_vfw.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T12:48:57.361Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T12:48:57.362Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T12:48:57.362Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T12:48:57.362Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679143358402,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T12:48:58.364Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T12:48:58.365Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T12:48:58.365Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T12:48:58.365Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679143358402,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T12:48:58.919Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T12:48:58.925Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-18T12:48:58.926Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679143358402,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T12:48:58.927Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:48:58.927Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-18T12:48:58.927Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679143358402,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/vfw58569f3ebd560_modules.json",
  "status": "NOTIFIED"
}
2023-03-18T12:48:58.927Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:48:58.927Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-18T12:48:58.927Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679143358402,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-03-18T12:48:58.927Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:48:58.928Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-18T12:48:58.928Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679143358402,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T12:48:58.928Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:48:58.928Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-18T12:48:58.928Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679143358402,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2023-03-18T12:48:58.928Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:48:58.928Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-18T12:48:58.928Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679143358402,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T12:48:58.928Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:48:58.928Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-18T12:48:58.928Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679143358402,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar",
  "status": "NOTIFIED"
}
2023-03-18T12:48:58.928Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:48:58.929Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-18T12:48:58.929Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679143696749,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-18T12:48:58.929Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:48:58.929Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-18T12:48:58.929Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679143699158,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 436a091b-6820-4621-9f77-4a798268cc9d already exists"
}
2023-03-18T12:48:58.929Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:48:58.929Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-18T12:48:58.929Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679143700159,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: d26137cf-1389-4abe-8e09-78b44d7a1aae already exists"
}
2023-03-18T12:48:58.929Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:48:58.929Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-18T12:48:58.929Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679143731329,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-18T12:48:58.929Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:48:58.930Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-18T12:48:58.930Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679143358402,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T12:48:58.930Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:48:58.930Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-18T12:48:58.930Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679143358402,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/vfwc11b0f1b45050_modules.json",
  "status": "NOTIFIED"
}
2023-03-18T12:48:58.930Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:48:58.930Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-18T12:48:58.931Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679143358402,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-03-18T12:48:58.931Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:48:58.931Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-18T12:48:58.931Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679143358402,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T12:48:58.931Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:48:58.931Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-18T12:48:58.931Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679143358402,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2023-03-18T12:48:58.931Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:48:58.932Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-18T12:48:58.932Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679143358402,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T12:48:58.932Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:48:58.932Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-18T12:48:58.932Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679143358402,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar",
  "status": "NOTIFIED"
}
2023-03-18T12:48:58.932Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:48:59.367Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "serviceName": "vFW 2023-03-18 11-49-31",
  "serviceVersion": "1.0",
  "serviceUUID": "6d984351-d1ca-40a4-aad4-cb46662a587a",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "cf32c985-ce6d-438e-ae22-e6fd004665b3",
  "resources": [
    {
      "resourceInstanceName": "vFW c11b0f1b-4505 0",
      "resourceCustomizationUUID": "19f5eed0-33a8-4dbf-839a-f2ac2d3b058b",
      "resourceName": "vFW c11b0f1b-4505",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "c7374fd6-6727-4426-9587-40812bc7c663",
      "resourceInvariantUUID": "26f1c4e0-d5d2-4519-a829-ba04da79dfd3",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfwc11b0f1b45050_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/vfwc11b0f1b45050_modules.json",
          "artifactChecksum": "YTA1YjZlZDc1ZGI4M2FjMjI5NWE4ZTQzZjQxZmI1MGE\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "40a0f4a8-4459-48c6-8da9-780f32a6e90d",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "3198714b-6cfa-4ae8-9e58-caa5fd7816d1",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "72f0a15a-ad88-4350-921f-de50e44e2b78",
            "generatedFromUUID": "3198714b-6cfa-4ae8-9e58-caa5fd7816d1"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "72f0a15a-ad88-4350-921f-de50e44e2b78",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20230318114931-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar",
      "artifactChecksum": "NzYyNTc4YTljZWI3YjE3YThjOTU0MjkyMGEyMDMxNDY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "2a8efcaf-0813-4b52-901f-136ba065c343"
    }
  ],
  "workloadContext": "Production"
}
2023-03-18T12:48:59.367Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-18T12:48:59.367Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 6d984351-d1ca-40a4-aad4-cb46662a587a ASDC
2023-03-18T12:48:59.368Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:9f6cbd74-5561-4ebf-ae29-ef09adcdb35a
ServiceName:vFW 2023-03-18 11-49-31
ServiceVersion:1.0
ServiceUUID:6d984351-d1ca-40a4-aad4-cb46662a587a
ServiceInvariantUUID:cf32c985-ce6d-438e-ae22-e6fd004665b3
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20230318114931-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar
ArtifactUUID:2a8efcaf-0813-4b52-901f-136ba065c343
ArtifactChecksum:NzYyNTc4YTljZWI3YjE3YThjOTU0MjkyMGEyMDMxNDY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW c11b0f1b-4505 0
ResourceCustomizationUUID:19f5eed0-33a8-4dbf-839a-f2ac2d3b058b
ResourceInvariantUUID:26f1c4e0-d5d2-4519-a829-ba04da79dfd3
ResourceName:vFW c11b0f1b-4505
ResourceType:VF
ResourceUUID:c7374fd6-6727-4426-9587-40812bc7c663
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwc11b0f1b45050_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/vfwc11b0f1b45050_modules.json
ArtifactUUID:40a0f4a8-4459-48c6-8da9-780f32a6e90d
ArtifactChecksum:YTA1YjZlZDc1ZGI4M2FjMjI5NWE4ZTQzZjQxZmI1MGE=
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/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/base_vfw.yaml
ArtifactUUID:3198714b-6cfa-4ae8-9e58-caa5fd7816d1
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/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/base_vfw.env
ArtifactUUID:72f0a15a-ad88-4350-921f-de50e44e2b78
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/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/base_vfw.env
ArtifactUUID:72f0a15a-ad88-4350-921f-de50e44e2b78
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-18T12:48:59.368Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 6d984351-d1ca-40a4-aad4-cb46662a587a 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: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-18T12:48:59.403Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-18T12:48:59.404Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-03-18T12:48:59.404Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-03-18T12:48:59.404Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 2a8efcaf-0813-4b52-901f-136ba065c343 from URL: /sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar
2023-03-18T12:48:59.404Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||INFO|500||DistributionClient - download
2023-03-18T12:48:59.404Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar
2023-03-18T12:48:59.651Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2023-03-18T12:48:59.656Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar 2a8efcaf-0813-4b52-901f-136ba065c343 101507
2023-03-18T12:48:59.656Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar ASDC sendASDCNotification
2023-03-18T12:48:59.656Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar
2023-03-18T12:48:59.657Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-18T12:48:59.657Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T12:48:59.657Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T12:48:59.657Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679143739656,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T12:49:00.659Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-18T12:49:00.660Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-03-18T12:49:00.660Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 2a8efcaf-0813-4b52-901f-136ba065c343, URL: /sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar to file: /app/ASDC/1/service-Vfw20230318114931-csar.csar
2023-03-18T12:49:00.660Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20230318114931-csar.csar
2023-03-18T12:49:00.661Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20230318114931-csar.csar
2023-03-18T12:49:00.661Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20230318114931-csar.csar
2023-03-18T12:49:00.773Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6395643126118612664/Definitions/service-Vfw20230318114931-template.yml
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_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vfw_name" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_user_data_format" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_key_name" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "compute_vfw_metadata" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
2023-03-18T12:49:02.172Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-18T12:49:02.172Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||WARN|500||####################################################################################################
2023-03-18T12:49:02.172Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20230318114931-csar.csar
2023-03-18T12:49:02.172Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2023-03-18T12:49:02.172Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230318114931-csar.csar
2023-03-18T12:49:02.172Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230318114931-csar.csar
2023-03-18T12:49:02.172Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20230318114931-csar.csar
2023-03-18T12:49:02.172Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230318114931-csar.csar
2023-03-18T12:49:02.172Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230318114931-csar.csar
2023-03-18T12:49:02.172Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230318114931-csar.csar
2023-03-18T12:49:02.173Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230318114931-csar.csar
2023-03-18T12:49:02.173Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230318114931-csar.csar
2023-03-18T12:49:02.173Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230318114931-csar.csar
2023-03-18T12:49:02.173Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230318114931-csar.csar
2023-03-18T12:49:02.173Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW c11b0f1b-4505 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-Vfw20230318114931-csar.csar
2023-03-18T12:49:02.173Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||WARN|500||####################################################################################################
2023-03-18T12:49:02.173Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T12:49:02.173Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-03-18 11-49-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T12:49:02.173Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template vFW c11b0f1b-4505 0 is matching search criteria
2023-03-18T12:49:02.173Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2023-03-18T12:49:02.173Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW c11b0f1b-4505 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-18T12:49:02.173Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T12:49:02.173Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-03-18 11-49-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T12:49:02.173Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template vFW c11b0f1b-4505 0 is matching search criteria
2023-03-18T12:49:02.173Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2023-03-18T12:49:02.173Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW c11b0f1b-4505 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-18T12:49:02.175Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T12:49:02.175Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-03-18 11-49-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T12:49:02.176Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T12:49:02.176Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template vFW c11b0f1b-4505 0 is not matching search criteria
2023-03-18T12:49:02.177Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-18T12:49:02.177Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-18T12:49:02.177Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-18T12:49:02.178Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-18T12:49:02.178Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-18T12:49:02.178Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-18T12:49:02.178Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-18T12:49:02.178Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-18T12:49:02.179Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-18T12:49:02.179Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-18T12:49:02.179Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-18T12:49:02.179Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-18T12:49:02.179Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-18T12:49:02.180Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-18T12:49:02.180Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-18T12:49:02.180Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-03-18T12:49:02.180Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T12:49:02.180Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-03-18 11-49-31 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-03-18T12:49:02.181Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T12:49:02.181Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template vFW c11b0f1b-4505 0 is matching search criteria
2023-03-18T12:49:02.181Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW c11b0f1b-4505 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-18T12:49:02.181Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T12:49:02.182Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template vFW c11b0f1b-4505 0 is matching search criteria
2023-03-18T12:49:02.182Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW c11b0f1b-4505 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-18T12:49:02.182Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T12:49:02.182Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template vFW c11b0f1b-4505 0 is matching search criteria
2023-03-18T12:49:02.182Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW c11b0f1b-4505 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-18T12:49:02.183Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T12:49:02.183Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template vFW c11b0f1b-4505 0 is not matching search criteria
2023-03-18T12:49:02.183Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-18T12:49:02.183Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-03-18T12:49:02.183Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-18T12:49:02.184Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-18T12:49:02.184Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-18T12:49:02.184Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-18T12:49:02.184Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-18T12:49:02.184Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-18T12:49:02.184Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-18T12:49:02.184Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-18T12:49:02.185Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-18T12:49:02.185Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=93a1b299-440a-4b46-b809-896a244a8c3e
2023-03-18T12:49:02.185Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T12:49:02.185Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template vFW c11b0f1b-4505 0 is not matching search criteria
2023-03-18T12:49:02.185Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-18T12:49:02.185Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-18T12:49:02.185Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-18T12:49:02.186Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-18T12:49:02.186Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-18T12:49:02.186Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-18T12:49:02.186Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-18T12:49:02.186Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-03-18T12:49:02.186Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-18T12:49:02.186Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-18T12:49:02.187Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-18T12:49:02.187Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-18T12:49:02.187Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=f46f0c4d-868d-4d5b-9783-ea8cf0f2cc90
2023-03-18T12:49:02.187Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T12:49:02.187Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template vFW c11b0f1b-4505 0 is not matching search criteria
2023-03-18T12:49:02.187Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-18T12:49:02.187Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-18T12:49:02.188Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-18T12:49:02.188Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-18T12:49:02.188Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-18T12:49:02.188Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-18T12:49:02.188Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-18T12:49:02.188Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-18T12:49:02.188Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-18T12:49:02.189Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-18T12:49:02.189Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-18T12:49:02.189Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-03-18T12:49:02.189Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=5079a023-f40e-49e5-9a39-abc7b36fa226
2023-03-18T12:49:02.189Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T12:49:02.189Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-03-18 11-49-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T12:49:02.189Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T12:49:02.190Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-03-18 11-49-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T12:49:02.190Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T12:49:02.190Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-03-18 11-49-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T12:49:02.190Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T12:49:02.190Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-03-18 11-49-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T12:49:02.190Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2023-03-18 11-49-31
Description:catalog service description
Model UUID:6d984351-d1ca-40a4-aad4-cb46662a587a
Model Version:NULL
Model InvariantUuid:cf32c985-ce6d-438e-ae22-e6fd004665b3
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW c11b0f1b-4505
Model UUID:ebdaa0dd-57e1-4fdd-a831-8135ea117a46
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:26f1c4e0-d5d2-4519-a829-ba04da79dfd3
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:19f5eed0-33a8-4dbf-839a-f2ac2d3b058b
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:6ebe4145-67c2-45e6-9597-53226a0916bd
ModelName:VfwC11b0f1b4505..base_vfw..module-0
ModelUuid:0261834d-3be1-4860-8b24-040e2c80aecd
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:93a1b299-440a-4b46-b809-896a244a8c3e
ModelInvariantUuid:8ec395e7-2102-4d02-844f-c114ac1a4203
ModelName:vFW c11b0f1b-4505-nodes.vfwCvfc
ModelUuid:504b1f13-9ac9-4e16-910b-43ab4acacb0f
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:99287d62-b33c-413e-89ec-87108c575104
ModelInvariantUuid:47f32f44-cd17-4eef-9e16-abcb011ab104
ModelName:VfwC11b0f1b4505.compute.nodes.heat.vfw
ModelUuid:2a6b0c3b-4ab1-49cd-8a96-f1f0feba73a0
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:f46f0c4d-868d-4d5b-9783-ea8cf0f2cc90
ModelInvariantUuid:d8e52c29-a773-431c-95b4-d1f0431b5e9e
ModelName:vFW c11b0f1b-4505-nodes.vsnCvfc
ModelUuid:e2d70f6d-c1ff-493f-99ab-25fea72fcdcc
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:113d5ed4-4ad4-49a7-94a3-7a01856b2205
ModelInvariantUuid:39b9a204-ad6c-4bfc-8b8d-763592e31d47
ModelName:VfwC11b0f1b4505.compute.nodes.heat.vsn
ModelUuid:fb5c808e-fe4a-477f-9cbd-5ab7141bbabe
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:5079a023-f40e-49e5-9a39-abc7b36fa226
ModelInvariantUuid:457dc8a1-b2ed-4d6f-963b-32e7f710a988
ModelName:vFW c11b0f1b-4505-nodes.vpgCvfc
ModelUuid:b289eee2-d7be-43f7-a6eb-232cf9ffa6c4
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:b5a732bf-796a-41d5-8db9-e0467a3c1b4a
ModelInvariantUuid:6626a445-05ec-4eb4-b903-06723caa1195
ModelName:VfwC11b0f1b4505.compute.nodes.heat.vpg
ModelUuid:f6a4ab06-9982-4e1b-be30-d56572ed840e
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=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-03-18T12:49:02.222Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||ERROR|500||Csar with UUID: 2a8efcaf-0813-4b52-901f-136ba065c343 already exists
2023-03-18T12:49:02.223Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar ASDC sendASDCNotification
2023-03-18T12:49:02.223Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar(Csar with UUID: 2a8efcaf-0813-4b52-901f-136ba065c343 already exists)
2023-03-18T12:49:02.223Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-18T12:49:02.223Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T12:49:02.223Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T12:49:02.223Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679143742223,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 2a8efcaf-0813-4b52-901f-136ba065c343 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T12:49:03.225Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar ASDC sendASDCNotification
2023-03-18T12:49:03.226Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar(Resource with UUID: c7374fd6-6727-4426-9587-40812bc7c663 already exists)
2023-03-18T12:49:03.226Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-18T12:49:03.227Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T12:49:03.227Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T12:49:03.228Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679143743224,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: c7374fd6-6727-4426-9587-40812bc7c663 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T12:49:04.229Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9f6cbd74-5561-4ebf-ae29-ef09adcdb35a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T12:49:04.247Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9f6cbd74-5561-4ebf-ae29-ef09adcdb35a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T12:49:04.251Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-18T12:49:04.251Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-18T12:49:04.251Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-18T12:49:04.252Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-18T12:49:04.252Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T12:49:04.252Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T12:49:04.252Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T12:49:04.252Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T12:49:04.253Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T12:49:04.253Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-18T12:49:04.264Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-18T12:49:34.264Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 9f6cbd74-5561-4ebf-ae29-ef09adcdb35a and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-18T12:49:34.275Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 9f6cbd74-5561-4ebf-ae29-ef09adcdb35a and serviceModelVersionId: 6d984351-d1ca-40a4-aad4-cb46662a587a
2023-03-18T12:49:34.275Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : cf32c985-ce6d-438e-ae22-e6fd004665b3
2023-03-18T12:49:34.276Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/cf32c985-ce6d-438e-ae22-e6fd004665b3/model-vers/model-ver/6d984351-d1ca-40a4-aad4-cb46662a587a?depth=0
2023-03-18T12:49:34.281Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2023-03-18T12:49:34.296Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cf32c985-ce6d-438e-ae22-e6fd004665b3/model-vers/model-ver/6d984351-d1ca-40a4-aad4-cb46662a587a?depth=0|INFO|500||Invoke
2023-03-18T12:49:34.296Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cf32c985-ce6d-438e-ae22-e6fd004665b3/model-vers/model-ver/6d984351-d1ca-40a4-aad4-cb46662a587a?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cf32c985-ce6d-438e-ae22-e6fd004665b3/model-vers/model-ver/6d984351-d1ca-40a4-aad4-cb46662a587a?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[9f6cbd74-5561-4ebf-ae29-ef09adcdb35a], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[50176c3b-2a3c-4cac-b496-c65aa43ef7eb], X-ECOMP-RequestID=[9f6cbd74-5561-4ebf-ae29-ef09adcdb35a], X-TransactionId=[], X-ONAP-RequestID=[9f6cbd74-5561-4ebf-ae29-ef09adcdb35a], Content-Type=[application/merge-patch+json]}
2023-03-18T12:49:34.322Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cf32c985-ce6d-438e-ae22-e6fd004665b3/model-vers/model-ver/6d984351-d1ca-40a4-aad4-cb46662a587a?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-18T12:49:34.436Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cf32c985-ce6d-438e-ae22-e6fd004665b3/model-vers/model-ver/6d984351-d1ca-40a4-aad4-cb46662a587a?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/cf32c985-ce6d-438e-ae22-e6fd004665b3/model-vers/model-ver/6d984351-d1ca-40a4-aad4-cb46662a587a?depth=0 has http status code:200 and response headers:{date=[Sat, 18 Mar 2023 12:49:34 GMT], content-length=[0], vertex-id=[364760], x-aai-txid=[2-aai-resources-230318-12:49:34:025-38464], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-18T12:49:34.437Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cf32c985-ce6d-438e-ae22-e6fd004665b3/model-vers/model-ver/6d984351-d1ca-40a4-aad4-cb46662a587a?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-18T12:49:34.438Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cf32c985-ce6d-438e-ae22-e6fd004665b3/model-vers/model-ver/6d984351-d1ca-40a4-aad4-cb46662a587a?depth=0|INFO|500||InvokeReturn
2023-03-18T12:49:34.438Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-18T12:49:34.439Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-18T12:49:34.445Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-18T12:49:34.445Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 9f6cbd74-5561-4ebf-ae29-ef09adcdb35a and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-18T12:49:34.446Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-18T12:49:34.446Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T12:49:34.447Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T12:49:34.447Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679143774446,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-18T12:49:35.472Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-18T12:49:35.472Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||received notification from broker: {"distributionID":"74149d2a-f284-47d2-b2fa-4e2fc7be8f3e","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"942654ba-46c2-4f05-ae3d-6460a7c9e9a7","serviceDescription":"service","serviceInvariantUUID":"ccdda148-11a2-4587-8a73-4287349e801a","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"9290846e-2e09-452f-a45d-c33314796f1f","resourceInvariantUUID":"df78bcaa-4726-47cb-aa3f-3d44f5870fc0","resourceCustomizationUUID":"014700c6-fb42-406a-8786-743311c39dea","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":"YzAxYzRjZjI5ZDYxYzM3NGE1ZWQzMDUyNDdmNzFlYjI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"0c62aeb4-b847-4e92-887d-05928e34bd2a","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"MjQwMDY3MzNlZjViMGM0YmQ4Mzg2OTA4MTFiM2YxYTQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"01ded22f-bc0d-42c0-9fad-2915e46c71e4","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-18T12:49:35.473Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T12:49:35.474Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T12:49:35.474Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T12:49:35.475Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "74149d2a-f284-47d2-b2fa-4e2fc7be8f3e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679143358402,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T12:49:36.476Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T12:49:36.477Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T12:49:36.477Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T12:49:36.477Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "74149d2a-f284-47d2-b2fa-4e2fc7be8f3e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679143358402,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T12:49:37.479Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "74149d2a-f284-47d2-b2fa-4e2fc7be8f3e",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "942654ba-46c2-4f05-ae3d-6460a7c9e9a7",
  "serviceDescription": "service",
  "serviceInvariantUUID": "ccdda148-11a2-4587-8a73-4287349e801a",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "014700c6-fb42-406a-8786-743311c39dea",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "9290846e-2e09-452f-a45d-c33314796f1f",
      "resourceInvariantUUID": "df78bcaa-4726-47cb-aa3f-3d44f5870fc0",
      "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": "MjQwMDY3MzNlZjViMGM0YmQ4Mzg2OTA4MTFiM2YxYTQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "01ded22f-bc0d-42c0-9fad-2915e46c71e4"
    }
  ],
  "workloadContext": "Production"
}
2023-03-18T12:49:37.479Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-18T12:49:37.479Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 942654ba-46c2-4f05-ae3d-6460a7c9e9a7 ASDC
2023-03-18T12:49:37.480Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:74149d2a-f284-47d2-b2fa-4e2fc7be8f3e
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:942654ba-46c2-4f05-ae3d-6460a7c9e9a7
ServiceInvariantUUID:ccdda148-11a2-4587-8a73-4287349e801a
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:01ded22f-bc0d-42c0-9fad-2915e46c71e4
ArtifactChecksum:MjQwMDY3MzNlZjViMGM0YmQ4Mzg2OTA4MTFiM2YxYTQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:014700c6-fb42-406a-8786-743311c39dea
ResourceInvariantUUID:df78bcaa-4726-47cb-aa3f-3d44f5870fc0
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:9290846e-2e09-452f-a45d-c33314796f1f
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2023-03-18T12:49:37.480Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 942654ba-46c2-4f05-ae3d-6460a7c9e9a7 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: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-18T12:49:37.515Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-18T12:49:37.515Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-03-18T12:49:37.516Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-03-18T12:49:37.516Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 01ded22f-bc0d-42c0-9fad-2915e46c71e4 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-03-18T12:49:37.516Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||DistributionClient - download
2023-03-18T12:49:37.516Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-03-18T12:49:37.713Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2023-03-18T12:49:37.716Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 01ded22f-bc0d-42c0-9fad-2915e46c71e4 57798
2023-03-18T12:49:37.717Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-03-18T12:49:37.717Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-03-18T12:49:37.717Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-18T12:49:37.717Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T12:49:37.717Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T12:49:37.717Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "74149d2a-f284-47d2-b2fa-4e2fc7be8f3e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679143777717,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T12:49:38.719Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-18T12:49:38.719Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-03-18T12:49:38.720Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 01ded22f-bc0d-42c0-9fad-2915e46c71e4, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-18T12:49:38.720Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2023-03-18T12:49:38.720Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-18T12:49:38.720Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-18T12:49:38.784Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9465353033031716331/Definitions/service-BasicNetwork-template.yml
2023-03-18T12:49:39.053Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-18T12:49:39.054Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||WARN|500||####################################################################################################
2023-03-18T12:49:39.054Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-18T12:49:39.054Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2023-03-18T12:49:39.054Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-18T12:49:39.054Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-18T12:49:39.054Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-18T12:49:39.054Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-18T12:49:39.054Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-18T12:49:39.054Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-18T12:49:39.054Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-18T12:49:39.054Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-18T12:49:39.054Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||WARN|500||####################################################################################################
2023-03-18T12:49:39.054Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T12:49:39.055Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T12:49:39.055Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2023-03-18T12:49:39.055Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2023-03-18T12:49:39.055Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-18T12:49:39.055Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T12:49:39.055Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T12:49:39.055Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2023-03-18T12:49:39.055Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2023-03-18T12:49:39.055Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-18T12:49:39.055Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T12:49:39.055Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T12:49:39.055Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T12:49:39.055Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T12:49:39.056Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T12:49:39.056Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T12:49:39.056Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T12:49:39.056Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T12:49:39.056Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T12:49:39.056Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T12:49:39.056Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_network
Description:service
Model UUID:942654ba-46c2-4f05-ae3d-6460a7c9e9a7
Model Version:NULL
Model InvariantUuid:ccdda148-11a2-4587-8a73-4287349e801a
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:df78bcaa-4726-47cb-aa3f-3d44f5870fc0
Model UUID:7144623a-3146-4d15-9597-aafc53fb0a49
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet

NETWORK Customization Properties:
CustomizationUUID:014700c6-fb42-406a-8786-743311c39dea
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=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-03-18T12:49:39.088Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||ERROR|500||Csar with UUID: 01ded22f-bc0d-42c0-9fad-2915e46c71e4 already exists
2023-03-18T12:49:39.088Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-03-18T12:49:39.088Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar(Csar with UUID: 01ded22f-bc0d-42c0-9fad-2915e46c71e4 already exists)
2023-03-18T12:49:39.089Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-18T12:49:39.089Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T12:49:39.089Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T12:49:39.089Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "74149d2a-f284-47d2-b2fa-4e2fc7be8f3e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679143779088,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 01ded22f-bc0d-42c0-9fad-2915e46c71e4 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T12:49:40.090Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-03-18T12:49:40.091Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar(Resource with UUID: 9290846e-2e09-452f-a45d-c33314796f1f already exists)
2023-03-18T12:49:40.091Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-18T12:49:40.091Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T12:49:40.091Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T12:49:40.091Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "74149d2a-f284-47d2-b2fa-4e2fc7be8f3e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679143780090,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 9290846e-2e09-452f-a45d-c33314796f1f already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T12:49:41.093Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 74149d2a-f284-47d2-b2fa-4e2fc7be8f3e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T12:49:41.110Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 74149d2a-f284-47d2-b2fa-4e2fc7be8f3e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T12:49:41.114Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-18T12:49:41.114Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-18T12:49:41.114Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-18T12:49:41.114Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-18T12:49:41.115Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T12:49:41.115Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T12:49:41.115Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T12:49:41.115Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T12:49:41.115Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T12:49:41.115Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-18T12:49:41.126Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-18T12:49:58.919Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T12:49:58.928Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-18T12:49:58.928Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679143739656,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-18T12:49:58.929Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:49:58.929Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-18T12:49:58.929Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679143742223,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 2a8efcaf-0813-4b52-901f-136ba065c343 already exists"
}
2023-03-18T12:49:58.929Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:49:58.929Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-18T12:49:58.929Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679143743224,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: c7374fd6-6727-4426-9587-40812bc7c663 already exists"
}
2023-03-18T12:49:58.930Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:49:58.930Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-18T12:49:58.930Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679143774446,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-18T12:49:58.930Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:49:58.930Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-18T12:49:58.930Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "74149d2a-f284-47d2-b2fa-4e2fc7be8f3e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679143358402,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T12:49:58.930Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:49:58.930Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-18T12:49:58.930Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "74149d2a-f284-47d2-b2fa-4e2fc7be8f3e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679143358402,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-03-18T12:49:58.930Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:49:58.931Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-18T12:49:58.931Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "74149d2a-f284-47d2-b2fa-4e2fc7be8f3e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679143777717,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-18T12:49:58.931Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:49:58.931Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-18T12:49:58.931Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "74149d2a-f284-47d2-b2fa-4e2fc7be8f3e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679143779088,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 01ded22f-bc0d-42c0-9fad-2915e46c71e4 already exists"
}
2023-03-18T12:49:58.931Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:49:58.931Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-18T12:49:58.931Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "74149d2a-f284-47d2-b2fa-4e2fc7be8f3e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679143780090,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 9290846e-2e09-452f-a45d-c33314796f1f already exists"
}
2023-03-18T12:49:58.931Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:50:11.127Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 74149d2a-f284-47d2-b2fa-4e2fc7be8f3e and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-18T12:50:11.134Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 74149d2a-f284-47d2-b2fa-4e2fc7be8f3e and serviceModelVersionId: 942654ba-46c2-4f05-ae3d-6460a7c9e9a7
2023-03-18T12:50:11.134Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : ccdda148-11a2-4587-8a73-4287349e801a
2023-03-18T12:50:11.135Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/ccdda148-11a2-4587-8a73-4287349e801a/model-vers/model-ver/942654ba-46c2-4f05-ae3d-6460a7c9e9a7?depth=0
2023-03-18T12:50:11.140Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2023-03-18T12:50:11.153Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ccdda148-11a2-4587-8a73-4287349e801a/model-vers/model-ver/942654ba-46c2-4f05-ae3d-6460a7c9e9a7?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-03-18T12:50:11.154Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ccdda148-11a2-4587-8a73-4287349e801a/model-vers/model-ver/942654ba-46c2-4f05-ae3d-6460a7c9e9a7?depth=0|INFO|500||Invoke
2023-03-18T12:50:11.162Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ccdda148-11a2-4587-8a73-4287349e801a/model-vers/model-ver/942654ba-46c2-4f05-ae3d-6460a7c9e9a7?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-18T12:50:11.354Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ccdda148-11a2-4587-8a73-4287349e801a/model-vers/model-ver/942654ba-46c2-4f05-ae3d-6460a7c9e9a7?depth=0|INFO|500||InvokeReturn
2023-03-18T12:50:11.354Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ccdda148-11a2-4587-8a73-4287349e801a/model-vers/model-ver/942654ba-46c2-4f05-ae3d-6460a7c9e9a7?depth=0 has http status code:200 and response headers:{date=[Sat, 18 Mar 2023 12:50:10 GMT], content-length=[0], vertex-id=[192760], x-aai-txid=[0-aai-resources-230318-12:50:10:863-30937], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-18T12:50:11.355Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Response was returned with an empty entity.
2023-03-18T12:50:11.355Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-18T12:50:11.355Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-18T12:50:11.361Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-18T12:50:11.362Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 74149d2a-f284-47d2-b2fa-4e2fc7be8f3e and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-18T12:50:11.362Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-18T12:50:11.362Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T12:50:11.362Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T12:50:11.363Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "74149d2a-f284-47d2-b2fa-4e2fc7be8f3e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679143811362,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-18T12:50:12.384Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-18T12:50:12.384Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||received notification from broker: {"distributionID":"6a074a1e-4b47-4382-9b90-afa918276d12","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"e17bf563-7a13-4701-b853-11ed8cbb93d7","serviceDescription":"service","serviceInvariantUUID":"8a45306d-3ac3-4f10-a742-9812edbe591e","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"1903c123-2be6-499b-8524-c9a33406ad4f","resourceInvariantUUID":"65a560ec-f509-40c5-b364-3c4cd0a20185","resourceCustomizationUUID":"41b30cb0-d009-4e4b-99c2-e95f691a4b2e","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":"YTFjZGVjMmU0NGZhOGFkMDlhZGI4ODkyYzk4MDRmOGE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"38ef1f0d-98ea-4e28-b00a-3091e61f54bc","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":"OWZmNjBmNzNmNGQ1ZThmYzNkMzdkODk3MzFkMDI2MDg\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"d3c6917c-1f70-48e9-9465-f259ee8cda65","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":"7aa99321-7b67-40f7-bd98-0e99d422bb2e","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":"5444e6a4-9351-40da-b837-0dd388e7cb3b","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":"cb506ca5-fd50-4406-abfc-b51858ac789a","artifactVersion":"2","generatedFromUUID":"7aa99321-7b67-40f7-bd98-0e99d422bb2e"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"ZjQyZmQxMjdjZDk5ZDY2OTQ3ZmIyZWI4MjExZGE4OGQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"204adab0-5bde-4230-9b3d-b26c0f4d57b4","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"NjI4YzVmZDFmMjYwMDhlNTZlOTY1M2NmMzExN2VkMjg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"4b6dc8ac-cbfc-43c0-9e93-2760226914ae","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-18T12:50:12.384Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T12:50:12.386Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T12:50:12.386Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T12:50:12.386Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679143358402,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T12:50:13.388Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T12:50:13.388Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T12:50:13.389Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T12:50:13.389Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679143358402,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T12:50:14.390Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T12:50:14.391Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T12:50:14.391Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T12:50:14.391Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679143358402,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T12:50:15.392Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T12:50:15.393Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T12:50:15.393Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T12:50:15.393Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679143358402,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T12:50:16.395Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T12:50:16.396Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T12:50:16.396Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T12:50:16.396Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679143358402,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T12:50:17.397Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T12:50:17.398Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T12:50:17.398Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T12:50:17.398Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679143358402,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T12:50:18.400Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T12:50:18.401Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T12:50:18.401Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T12:50:18.401Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679143358402,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T12:50:19.406Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "e17bf563-7a13-4701-b853-11ed8cbb93d7",
  "serviceDescription": "service",
  "serviceInvariantUUID": "8a45306d-3ac3-4f10-a742-9812edbe591e",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "41b30cb0-d009-4e4b-99c2-e95f691a4b2e",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "1903c123-2be6-499b-8524-c9a33406ad4f",
      "resourceInvariantUUID": "65a560ec-f509-40c5-b364-3c4cd0a20185",
      "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": "OWZmNjBmNzNmNGQ1ZThmYzNkMzdkODk3MzFkMDI2MDg\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "d3c6917c-1f70-48e9-9465-f259ee8cda65",
          "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": "7aa99321-7b67-40f7-bd98-0e99d422bb2e",
          "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": "cb506ca5-fd50-4406-abfc-b51858ac789a",
            "generatedFromUUID": "7aa99321-7b67-40f7-bd98-0e99d422bb2e"
          },
          "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": "cb506ca5-fd50-4406-abfc-b51858ac789a",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "NjI4YzVmZDFmMjYwMDhlNTZlOTY1M2NmMzExN2VkMjg\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "4b6dc8ac-cbfc-43c0-9e93-2760226914ae"
    }
  ],
  "workloadContext": "Production"
}
2023-03-18T12:50:19.406Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-18T12:50:19.406Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 e17bf563-7a13-4701-b853-11ed8cbb93d7 ASDC
2023-03-18T12:50:19.407Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:6a074a1e-4b47-4382-9b90-afa918276d12
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:e17bf563-7a13-4701-b853-11ed8cbb93d7
ServiceInvariantUUID:8a45306d-3ac3-4f10-a742-9812edbe591e
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:4b6dc8ac-cbfc-43c0-9e93-2760226914ae
ArtifactChecksum:NjI4YzVmZDFmMjYwMDhlNTZlOTY1M2NmMzExN2VkMjg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:41b30cb0-d009-4e4b-99c2-e95f691a4b2e
ResourceInvariantUUID:65a560ec-f509-40c5-b364-3c4cd0a20185
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:1903c123-2be6-499b-8524-c9a33406ad4f
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:d3c6917c-1f70-48e9-9465-f259ee8cda65
ArtifactChecksum:OWZmNjBmNzNmNGQ1ZThmYzNkMzdkODk3MzFkMDI2MDg=
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:7aa99321-7b67-40f7-bd98-0e99d422bb2e
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:cb506ca5-fd50-4406-abfc-b51858ac789a
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:cb506ca5-fd50-4406-abfc-b51858ac789a
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-18T12:50:19.407Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF e17bf563-7a13-4701-b853-11ed8cbb93d7 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: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-18T12:50:19.458Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-18T12:50:19.458Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-03-18T12:50:19.458Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-03-18T12:50:19.458Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 4b6dc8ac-cbfc-43c0-9e93-2760226914ae from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-03-18T12:50:19.458Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||DistributionClient - download
2023-03-18T12:50:19.458Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-03-18T12:50:19.489Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||GET Response Status 404
2023-03-18T12:50:19.489Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@64077c0a
2023-03-18T12:50:19.489Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-18T12:50:19.489Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicVm"
      ]
    }
  }
}
2023-03-18T12:50:19.489Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicVm-csar.csar /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 4b6dc8ac-cbfc-43c0-9e93-2760226914ae Specified artifact is  not found 300 ASDC artifact download fail
2023-03-18T12:50:19.489Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-03-18T12:50:19.489Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar(Specified artifact is  not found)
2023-03-18T12:50:19.489Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-18T12:50:19.489Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T12:50:19.490Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T12:50:19.490Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679143819489,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T12:50:20.490Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during processCsarServiceArtifacts ASDC processCsarServiceArtifacts 500 Exception in processCsarServiceArtifacts
org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact service-BasicVm-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar(UUID:4b6dc8ac-cbfc-43c0-9e93-2760226914ae)
Error message is Specified artifact is  not found

	at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394)
	at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
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 watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-03-18T12:50:20.525Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||ERROR|500||Csar with UUID: 4b6dc8ac-cbfc-43c0-9e93-2760226914ae already exists
2023-03-18T12:50:20.525Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-03-18T12:50:20.525Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar(Csar with UUID: 4b6dc8ac-cbfc-43c0-9e93-2760226914ae already exists)
2023-03-18T12:50:20.525Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-18T12:50:20.526Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T12:50:20.526Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T12:50:20.526Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679143820525,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 4b6dc8ac-cbfc-43c0-9e93-2760226914ae already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T12:50:21.528Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-03-18T12:50:21.528Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar(Resource with UUID: 1903c123-2be6-499b-8524-c9a33406ad4f already exists)
2023-03-18T12:50:21.528Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-18T12:50:21.528Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T12:50:21.528Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T12:50:21.528Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679143821527,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 1903c123-2be6-499b-8524-c9a33406ad4f already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T12:50:22.530Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6a074a1e-4b47-4382-9b90-afa918276d12
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T12:50:22.552Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6a074a1e-4b47-4382-9b90-afa918276d12
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T12:50:22.556Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-18T12:50:22.556Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-18T12:50:22.556Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-18T12:50:22.556Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-18T12:50:22.556Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T12:50:22.556Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T12:50:22.556Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T12:50:22.556Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T12:50:22.556Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T12:50:22.556Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-18T12:50:22.568Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-18T12:50:52.568Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 6a074a1e-4b47-4382-9b90-afa918276d12 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-18T12:50:52.575Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 6a074a1e-4b47-4382-9b90-afa918276d12 and serviceModelVersionId: e17bf563-7a13-4701-b853-11ed8cbb93d7
2023-03-18T12:50:52.576Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 8a45306d-3ac3-4f10-a742-9812edbe591e
2023-03-18T12:50:52.576Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/8a45306d-3ac3-4f10-a742-9812edbe591e/model-vers/model-ver/e17bf563-7a13-4701-b853-11ed8cbb93d7?depth=0
2023-03-18T12:50:52.582Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2023-03-18T12:50:52.609Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8a45306d-3ac3-4f10-a742-9812edbe591e/model-vers/model-ver/e17bf563-7a13-4701-b853-11ed8cbb93d7?depth=0|INFO|500||Invoke
2023-03-18T12:50:52.610Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8a45306d-3ac3-4f10-a742-9812edbe591e/model-vers/model-ver/e17bf563-7a13-4701-b853-11ed8cbb93d7?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8a45306d-3ac3-4f10-a742-9812edbe591e/model-vers/model-ver/e17bf563-7a13-4701-b853-11ed8cbb93d7?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[6a074a1e-4b47-4382-9b90-afa918276d12], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[3c552d55-279f-4d70-a2fa-f16089e4a8a3], X-ECOMP-RequestID=[6a074a1e-4b47-4382-9b90-afa918276d12], X-TransactionId=[], X-ONAP-RequestID=[6a074a1e-4b47-4382-9b90-afa918276d12], Content-Type=[application/merge-patch+json]}
2023-03-18T12:50:52.619Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8a45306d-3ac3-4f10-a742-9812edbe591e/model-vers/model-ver/e17bf563-7a13-4701-b853-11ed8cbb93d7?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-18T12:50:52.742Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8a45306d-3ac3-4f10-a742-9812edbe591e/model-vers/model-ver/e17bf563-7a13-4701-b853-11ed8cbb93d7?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/8a45306d-3ac3-4f10-a742-9812edbe591e/model-vers/model-ver/e17bf563-7a13-4701-b853-11ed8cbb93d7?depth=0 has http status code:200 and response headers:{date=[Sat, 18 Mar 2023 12:50:52 GMT], content-length=[0], vertex-id=[188464], x-aai-txid=[1-aai-resources-230318-12:50:52:321-74120], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-18T12:50:52.743Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8a45306d-3ac3-4f10-a742-9812edbe591e/model-vers/model-ver/e17bf563-7a13-4701-b853-11ed8cbb93d7?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-18T12:50:52.744Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8a45306d-3ac3-4f10-a742-9812edbe591e/model-vers/model-ver/e17bf563-7a13-4701-b853-11ed8cbb93d7?depth=0|INFO|500||InvokeReturn
2023-03-18T12:50:52.744Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-18T12:50:52.744Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-18T12:50:52.749Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-18T12:50:52.750Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 6a074a1e-4b47-4382-9b90-afa918276d12 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-18T12:50:52.750Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-18T12:50:52.750Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T12:50:52.750Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T12:50:52.750Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679143852750,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-18T12:50:53.774Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-18T12:50:53.774Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||received notification from broker: {"distributionID":"5e005e65-61df-4986-a087-00761a388674","serviceName":"Demo_pNF_Qv5TXucXv4n7mssXUGFK","serviceVersion":"1.0","serviceUUID":"73f959ea-1a0e-41cf-b2da-40f07fd6a9c2","serviceDescription":"catalog service description","serviceInvariantUUID":"86b31417-cd30-434e-93e4-34d81e182271","resources":[{"resourceInstanceName":"pNF 8ecb3a29-1699 0","resourceName":"pNF 8ecb3a29-1699","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"79d852b9-56e5-416f-9d37-4483b88de628","resourceInvariantUUID":"c45c5ef7-20e5-4b81-8392-6fbf8a0a1b25","resourceCustomizationUUID":"3e0c811d-9b69-4eb9-9e2f-6a46c31c8df1","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/resourceInstances/pnf8ecb3a2916990/artifacts/vf-license-model.xml","artifactChecksum":"ZjYwMDAwM2MyYWM5MThmNDNmMGIxMzExNzJmYzM1YzQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"fe22c4be-1d3d-49d6-aaf8-5fb691f2c5bb","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/resourceInstances/pnf8ecb3a2916990/artifacts/pNF.csar","artifactChecksum":"YTFmMWQ3MzViYWZhMGQ1ZThlNzU3Y2I3ZGNlYWU4YjA\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"aee06125-71e1-4665-8ce8-8f87625d3137","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/resourceInstances/pnf8ecb3a2916990/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"d0d177b6-7fdc-4b24-a378-3361c335ea57","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/resourceInstances/pnf8ecb3a2916990/artifacts/vendor-license-model.xml","artifactChecksum":"NmIzN2Y3YWJiZDEyYzZiMDEyNjdiMzJhNGM5MzQ1OGI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"b3fc6aeb-2efb-45ec-a7fe-d71b1477f76e","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/resourceInstances/pnf8ecb3a2916990/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"e7ba57a9-59ef-4efe-90bb-fffece281605","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/resourceInstances/pnf8ecb3a2916990/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"cc689d97-ea39-40b8-b7d1-5326d5b71836","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfQv5txucxv4n7mssxugfk-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-template.yml","artifactChecksum":"ZTJjZGFlZDI3YjNkYzI4ZWNlMWMyNmM5NGMwOGRiNmY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"036d837c-a9b5-4c6b-9026-ef8b033600cc","artifactVersion":"1"},{"artifactName":"service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar","artifactChecksum":"NmIzYzkyYzFlZjM3YjA3YjIzODQ5MzIxZjA4ODdmYTg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"a93044a0-e137-47cf-b45c-87a4ec92508e","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-18T12:50:53.774Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T12:50:53.775Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T12:50:53.775Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T12:50:53.775Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679143358402,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/resourceInstances/pnf8ecb3a2916990/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T12:50:54.776Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T12:50:54.777Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T12:50:54.777Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T12:50:54.777Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679143358402,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/resourceInstances/pnf8ecb3a2916990/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T12:50:55.778Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T12:50:55.778Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T12:50:55.778Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T12:50:55.778Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679143358402,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/resourceInstances/pnf8ecb3a2916990/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T12:50:56.780Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T12:50:56.780Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T12:50:56.780Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T12:50:56.781Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679143358402,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/resourceInstances/pnf8ecb3a2916990/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T12:50:57.783Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T12:50:57.783Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T12:50:57.783Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T12:50:57.783Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679143358402,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/resourceInstances/pnf8ecb3a2916990/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T12:50:58.785Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T12:50:58.786Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T12:50:58.786Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T12:50:58.786Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679143358402,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/resourceInstances/pnf8ecb3a2916990/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T12:50:58.919Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T12:50:58.924Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-18T12:50:58.924Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "74149d2a-f284-47d2-b2fa-4e2fc7be8f3e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679143811362,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-18T12:50:58.924Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:50:58.924Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-18T12:50:58.924Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679143358402,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T12:50:58.924Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:50:58.925Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-18T12:50:58.925Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679143358402,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2023-03-18T12:50:58.925Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:50:58.925Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-18T12:50:58.925Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679143358402,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-03-18T12:50:58.925Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:50:58.925Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-18T12:50:58.925Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679143358402,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T12:50:58.925Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:50:58.925Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-18T12:50:58.925Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679143358402,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-03-18T12:50:58.926Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:50:58.926Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-18T12:50:58.926Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679143358402,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T12:50:58.926Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:50:58.926Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-18T12:50:58.926Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679143358402,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-03-18T12:50:58.926Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:50:58.926Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-18T12:50:58.926Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679143819489,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-18T12:50:58.926Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:50:58.926Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-18T12:50:58.926Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679143820525,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 4b6dc8ac-cbfc-43c0-9e93-2760226914ae already exists"
}
2023-03-18T12:50:58.926Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:50:58.926Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-18T12:50:58.926Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679143821527,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 1903c123-2be6-499b-8524-c9a33406ad4f already exists"
}
2023-03-18T12:50:58.926Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:50:58.927Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-18T12:50:58.927Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679143852750,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-18T12:50:58.927Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:50:58.927Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-18T12:50:58.927Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679143358402,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/resourceInstances/pnf8ecb3a2916990/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T12:50:58.927Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:50:58.927Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-18T12:50:58.927Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679143358402,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/resourceInstances/pnf8ecb3a2916990/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-18T12:50:58.927Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:50:58.927Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-18T12:50:58.927Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679143358402,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/resourceInstances/pnf8ecb3a2916990/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-18T12:50:58.927Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:50:58.927Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-18T12:50:58.927Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679143358402,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/resourceInstances/pnf8ecb3a2916990/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T12:50:58.928Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:50:58.928Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-18T12:50:58.928Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679143358402,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/resourceInstances/pnf8ecb3a2916990/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T12:50:58.928Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:50:58.928Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-18T12:50:58.928Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679143358402,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/resourceInstances/pnf8ecb3a2916990/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T12:50:58.928Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:50:59.788Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T12:50:59.789Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T12:50:59.789Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T12:50:59.789Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679143358402,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T12:51:00.791Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T12:51:00.791Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T12:51:00.791Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T12:51:00.791Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679143358402,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T12:51:01.793Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "serviceName": "Demo_pNF_Qv5TXucXv4n7mssXUGFK",
  "serviceVersion": "1.0",
  "serviceUUID": "73f959ea-1a0e-41cf-b2da-40f07fd6a9c2",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "86b31417-cd30-434e-93e4-34d81e182271",
  "resources": [
    {
      "resourceInstanceName": "pNF 8ecb3a29-1699 0",
      "resourceCustomizationUUID": "3e0c811d-9b69-4eb9-9e2f-6a46c31c8df1",
      "resourceName": "pNF 8ecb3a29-1699",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "79d852b9-56e5-416f-9d37-4483b88de628",
      "resourceInvariantUUID": "c45c5ef7-20e5-4b81-8392-6fbf8a0a1b25",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar",
      "artifactChecksum": "NmIzYzkyYzFlZjM3YjA3YjIzODQ5MzIxZjA4ODdmYTg\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "a93044a0-e137-47cf-b45c-87a4ec92508e"
    }
  ],
  "workloadContext": "Production"
}
2023-03-18T12:51:01.794Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-18T12:51:01.794Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 73f959ea-1a0e-41cf-b2da-40f07fd6a9c2 ASDC
2023-03-18T12:51:01.794Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:5e005e65-61df-4986-a087-00761a388674
ServiceName:Demo_pNF_Qv5TXucXv4n7mssXUGFK
ServiceVersion:1.0
ServiceUUID:73f959ea-1a0e-41cf-b2da-40f07fd6a9c2
ServiceInvariantUUID:86b31417-cd30-434e-93e4-34d81e182271
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar
ArtifactUUID:a93044a0-e137-47cf-b45c-87a4ec92508e
ArtifactChecksum:NmIzYzkyYzFlZjM3YjA3YjIzODQ5MzIxZjA4ODdmYTg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 8ecb3a29-1699 0
ResourceCustomizationUUID:3e0c811d-9b69-4eb9-9e2f-6a46c31c8df1
ResourceInvariantUUID:c45c5ef7-20e5-4b81-8392-6fbf8a0a1b25
ResourceName:pNF 8ecb3a29-1699
ResourceType:PNF
ResourceUUID:79d852b9-56e5-416f-9d37-4483b88de628
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-18T12:51:01.795Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 73f959ea-1a0e-41cf-b2da-40f07fd6a9c2 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: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-18T12:51:01.834Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-18T12:51:01.835Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-03-18T12:51:01.835Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-03-18T12:51:01.835Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: a93044a0-e137-47cf-b45c-87a4ec92508e from URL: /sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar
2023-03-18T12:51:01.835Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||DistributionClient - download
2023-03-18T12:51:01.835Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar
2023-03-18T12:51:02.078Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2023-03-18T12:51:02.082Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar a93044a0-e137-47cf-b45c-87a4ec92508e 88004
2023-03-18T12:51:02.083Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar ASDC sendASDCNotification
2023-03-18T12:51:02.099Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar
2023-03-18T12:51:02.099Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-18T12:51:02.099Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T12:51:02.099Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T12:51:02.099Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679143862083,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T12:51:03.101Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-18T12:51:03.101Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-03-18T12:51:03.102Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: a93044a0-e137-47cf-b45c-87a4ec92508e, URL: /sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar to file: /app/ASDC/1/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar
2023-03-18T12:51:03.102Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar
2023-03-18T12:51:03.103Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar
2023-03-18T12:51:03.103Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar
2023-03-18T12:51:03.196Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16474418695580749736/Definitions/service-DemoPnfQv5txucxv4n7mssxugfk-template.yml
2023-03-18T12:51:03.683Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-18T12:51:03.683Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||WARN|500||####################################################################################################
2023-03-18T12:51:03.683Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar
2023-03-18T12:51:03.683Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-18T12:51:03.683Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||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-DemoPnfQv5txucxv4n7mssxugfk-csar.csar
2023-03-18T12:51:03.683Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar
2023-03-18T12:51:03.683Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||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-DemoPnfQv5txucxv4n7mssxugfk-csar.csar
2023-03-18T12:51:03.683Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar
2023-03-18T12:51:03.684Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar
2023-03-18T12:51:03.684Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 8ecb3a29-1699 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-DemoPnfQv5txucxv4n7mssxugfk-csar.csar
2023-03-18T12:51:03.684Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar
2023-03-18T12:51:03.684Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||WARN|500||####################################################################################################
2023-03-18T12:51:03.684Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T12:51:03.684Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_Qv5TXucXv4n7mssXUGFK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T12:51:03.684Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Node template pNF 8ecb3a29-1699 0 is matching search criteria
2023-03-18T12:51:03.684Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2023-03-18T12:51:03.684Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Found topology templates [pNF 8ecb3a29-1699 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-18T12:51:03.684Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T12:51:03.684Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_Qv5TXucXv4n7mssXUGFK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T12:51:03.684Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Node template pNF 8ecb3a29-1699 0 is matching search criteria
2023-03-18T12:51:03.684Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2023-03-18T12:51:03.684Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Found topology templates [pNF 8ecb3a29-1699 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-18T12:51:03.684Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T12:51:03.684Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_Qv5TXucXv4n7mssXUGFK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T12:51:03.684Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T12:51:03.684Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_Qv5TXucXv4n7mssXUGFK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T12:51:03.684Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T12:51:03.684Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_Qv5TXucXv4n7mssXUGFK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T12:51:03.684Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T12:51:03.685Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_Qv5TXucXv4n7mssXUGFK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T12:51:03.685Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T12:51:03.685Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_Qv5TXucXv4n7mssXUGFK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T12:51:03.685Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_Qv5TXucXv4n7mssXUGFK
Description:catalog service description
Model UUID:73f959ea-1a0e-41cf-b2da-40f07fd6a9c2
Model Version:NULL
Model InvariantUuid:86b31417-cd30-434e-93e4-34d81e182271
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=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-03-18T12:51:03.716Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||ERROR|500||Csar with UUID: a93044a0-e137-47cf-b45c-87a4ec92508e already exists
2023-03-18T12:51:03.716Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar ASDC sendASDCNotification
2023-03-18T12:51:03.716Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar(Csar with UUID: a93044a0-e137-47cf-b45c-87a4ec92508e already exists)
2023-03-18T12:51:03.716Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-18T12:51:03.717Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T12:51:03.717Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T12:51:03.717Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679143863716,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: a93044a0-e137-47cf-b45c-87a4ec92508e already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T12:51:04.718Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar ASDC sendASDCNotification
2023-03-18T12:51:04.718Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar(Resource with UUID: 79d852b9-56e5-416f-9d37-4483b88de628 already exists)
2023-03-18T12:51:04.718Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-18T12:51:04.718Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T12:51:04.718Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T12:51:04.718Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679143864717,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 79d852b9-56e5-416f-9d37-4483b88de628 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T12:51:05.720Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5e005e65-61df-4986-a087-00761a388674
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T12:51:05.739Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5e005e65-61df-4986-a087-00761a388674
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T12:51:05.742Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-18T12:51:05.742Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-18T12:51:05.743Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-18T12:51:05.743Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-18T12:51:05.743Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T12:51:05.743Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T12:51:05.743Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T12:51:05.743Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T12:51:05.743Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T12:51:05.743Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T12:51:05.743Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-18T12:51:05.754Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-18T12:51:35.754Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 5e005e65-61df-4986-a087-00761a388674 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-18T12:51:35.763Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 5e005e65-61df-4986-a087-00761a388674 and serviceModelVersionId: 73f959ea-1a0e-41cf-b2da-40f07fd6a9c2
2023-03-18T12:51:35.763Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 86b31417-cd30-434e-93e4-34d81e182271
2023-03-18T12:51:35.764Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/86b31417-cd30-434e-93e4-34d81e182271/model-vers/model-ver/73f959ea-1a0e-41cf-b2da-40f07fd6a9c2?depth=0
2023-03-18T12:51:35.769Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2023-03-18T12:51:35.782Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/86b31417-cd30-434e-93e4-34d81e182271/model-vers/model-ver/73f959ea-1a0e-41cf-b2da-40f07fd6a9c2?depth=0|INFO|500||Invoke
2023-03-18T12:51:35.782Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/86b31417-cd30-434e-93e4-34d81e182271/model-vers/model-ver/73f959ea-1a0e-41cf-b2da-40f07fd6a9c2?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/86b31417-cd30-434e-93e4-34d81e182271/model-vers/model-ver/73f959ea-1a0e-41cf-b2da-40f07fd6a9c2?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[5e005e65-61df-4986-a087-00761a388674], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[e7ea6392-91c8-4375-8c5a-68ebf0a55923], X-ECOMP-RequestID=[5e005e65-61df-4986-a087-00761a388674], X-TransactionId=[], X-ONAP-RequestID=[5e005e65-61df-4986-a087-00761a388674], Content-Type=[application/merge-patch+json]}
2023-03-18T12:51:35.790Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/86b31417-cd30-434e-93e4-34d81e182271/model-vers/model-ver/73f959ea-1a0e-41cf-b2da-40f07fd6a9c2?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-18T12:51:35.903Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/86b31417-cd30-434e-93e4-34d81e182271/model-vers/model-ver/73f959ea-1a0e-41cf-b2da-40f07fd6a9c2?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/86b31417-cd30-434e-93e4-34d81e182271/model-vers/model-ver/73f959ea-1a0e-41cf-b2da-40f07fd6a9c2?depth=0 has http status code:200 and response headers:{date=[Sat, 18 Mar 2023 12:51:35 GMT], content-length=[0], vertex-id=[204904], x-aai-txid=[0-aai-resources-230318-12:51:35:491-60299], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-18T12:51:35.903Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/86b31417-cd30-434e-93e4-34d81e182271/model-vers/model-ver/73f959ea-1a0e-41cf-b2da-40f07fd6a9c2?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-18T12:51:35.905Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/86b31417-cd30-434e-93e4-34d81e182271/model-vers/model-ver/73f959ea-1a0e-41cf-b2da-40f07fd6a9c2?depth=0|INFO|500||InvokeReturn
2023-03-18T12:51:35.905Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-18T12:51:35.905Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-18T12:51:35.910Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-18T12:51:35.910Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 5e005e65-61df-4986-a087-00761a388674 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-18T12:51:35.910Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-18T12:51:35.911Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T12:51:35.911Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T12:51:35.911Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679143895910,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-18T12:51:36.935Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-18T12:51:36.935Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||received notification from broker: {"distributionID":"b26959c2-c6ca-4cf7-9cdd-576be04a9c92","serviceName":"Demo_pNF_M5QKMfmDLPuLyaz8OWr9","serviceVersion":"1.0","serviceUUID":"c315cbb3-fd53-45ce-8b0b-ad3e84c78918","serviceDescription":"catalog service description","serviceInvariantUUID":"a46a4505-8d20-4c38-8d99-1b181bf22700","resources":[{"resourceInstanceName":"pNF 66b89d6a-37e2 0","resourceName":"pNF 66b89d6a-37e2","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"5cb48981-5482-4843-a71a-1ebe978a5e90","resourceInvariantUUID":"067cbf90-981e-43f3-86b6-aee782d22bba","resourceCustomizationUUID":"84e6e64b-76cd-40cf-86fd-15855e6c2efb","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/resourceInstances/pnf66b89d6a37e20/artifacts/vf-license-model.xml","artifactChecksum":"NmE3OGI0M2NhMTkzNzdlZjJiNzk5YWUzOGVkODUwZTQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"7cbe96a6-d4de-40e4-9f5f-7effc4b8523d","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/resourceInstances/pnf66b89d6a37e20/artifacts/pNF.csar","artifactChecksum":"YTFmMWQ3MzViYWZhMGQ1ZThlNzU3Y2I3ZGNlYWU4YjA\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"7fd2d8fc-6c10-444b-93e4-8ebf25d579b5","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/resourceInstances/pnf66b89d6a37e20/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"62304596-99e5-46f3-868d-189f9dacc577","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/resourceInstances/pnf66b89d6a37e20/artifacts/vendor-license-model.xml","artifactChecksum":"YzhhZjQxZjBiNGEwYTBlMTMwMDYwZmQ3ZjM5OWY1MTY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"c98a30f6-a6ab-4b74-9a89-a4282ace9636","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/resourceInstances/pnf66b89d6a37e20/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"6ba69e42-ade7-45c2-a4ec-3b8f081071f9","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/resourceInstances/pnf66b89d6a37e20/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"2afae58f-afd7-42b0-ae19-62fbbccae66e","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfM5qkmfmdlpulyaz8owr9-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/artifacts/service-DemoPnfM5qkmfmdlpulyaz8owr9-template.yml","artifactChecksum":"NDU2YjRjNDEyNWEwZGVkZjBjNDY2MTJmOTFhNzRhYzk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"181d2352-caba-4b3f-999f-926eb0949ab9","artifactVersion":"1"},{"artifactName":"service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/artifacts/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar","artifactChecksum":"ZWMyYmIzM2U4YmVmYmIwYmU1ZDhjODY4NGEyYTI4NjI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"fdcf7f15-35cd-49a2-839b-26e97623a9bc","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-18T12:51:36.935Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T12:51:36.936Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T12:51:36.936Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T12:51:36.936Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679143358402,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/resourceInstances/pnf66b89d6a37e20/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T12:51:37.937Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T12:51:37.938Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T12:51:37.938Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T12:51:37.938Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679143358402,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/resourceInstances/pnf66b89d6a37e20/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T12:51:38.939Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T12:51:38.940Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T12:51:38.940Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T12:51:38.940Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679143358402,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/resourceInstances/pnf66b89d6a37e20/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T12:51:39.942Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T12:51:39.942Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T12:51:39.942Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T12:51:39.942Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679143358402,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/resourceInstances/pnf66b89d6a37e20/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T12:51:40.944Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T12:51:40.944Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T12:51:40.944Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T12:51:40.945Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679143358402,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/resourceInstances/pnf66b89d6a37e20/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T12:51:41.946Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T12:51:41.947Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T12:51:41.947Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T12:51:41.947Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679143358402,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/resourceInstances/pnf66b89d6a37e20/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T12:51:42.949Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T12:51:42.949Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T12:51:42.949Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T12:51:42.949Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679143358402,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/artifacts/service-DemoPnfM5qkmfmdlpulyaz8owr9-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T12:51:43.951Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T12:51:43.951Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T12:51:43.951Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T12:51:43.951Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679143358402,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/artifacts/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T12:51:44.953Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "serviceName": "Demo_pNF_M5QKMfmDLPuLyaz8OWr9",
  "serviceVersion": "1.0",
  "serviceUUID": "c315cbb3-fd53-45ce-8b0b-ad3e84c78918",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "a46a4505-8d20-4c38-8d99-1b181bf22700",
  "resources": [
    {
      "resourceInstanceName": "pNF 66b89d6a-37e2 0",
      "resourceCustomizationUUID": "84e6e64b-76cd-40cf-86fd-15855e6c2efb",
      "resourceName": "pNF 66b89d6a-37e2",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "5cb48981-5482-4843-a71a-1ebe978a5e90",
      "resourceInvariantUUID": "067cbf90-981e-43f3-86b6-aee782d22bba",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/artifacts/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar",
      "artifactChecksum": "ZWMyYmIzM2U4YmVmYmIwYmU1ZDhjODY4NGEyYTI4NjI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "fdcf7f15-35cd-49a2-839b-26e97623a9bc"
    }
  ],
  "workloadContext": "Production"
}
2023-03-18T12:51:44.953Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-18T12:51:44.953Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 c315cbb3-fd53-45ce-8b0b-ad3e84c78918 ASDC
2023-03-18T12:51:44.953Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:b26959c2-c6ca-4cf7-9cdd-576be04a9c92
ServiceName:Demo_pNF_M5QKMfmDLPuLyaz8OWr9
ServiceVersion:1.0
ServiceUUID:c315cbb3-fd53-45ce-8b0b-ad3e84c78918
ServiceInvariantUUID:a46a4505-8d20-4c38-8d99-1b181bf22700
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/artifacts/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar
ArtifactUUID:fdcf7f15-35cd-49a2-839b-26e97623a9bc
ArtifactChecksum:ZWMyYmIzM2U4YmVmYmIwYmU1ZDhjODY4NGEyYTI4NjI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 66b89d6a-37e2 0
ResourceCustomizationUUID:84e6e64b-76cd-40cf-86fd-15855e6c2efb
ResourceInvariantUUID:067cbf90-981e-43f3-86b6-aee782d22bba
ResourceName:pNF 66b89d6a-37e2
ResourceType:PNF
ResourceUUID:5cb48981-5482-4843-a71a-1ebe978a5e90
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-18T12:51:44.953Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF c315cbb3-fd53-45ce-8b0b-ad3e84c78918 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-18T12:51:44.998Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-18T12:51:44.999Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-03-18T12:51:44.999Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-03-18T12:51:44.999Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: fdcf7f15-35cd-49a2-839b-26e97623a9bc from URL: /sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/artifacts/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar
2023-03-18T12:51:44.999Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||DistributionClient - download
2023-03-18T12:51:44.999Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/artifacts/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar
2023-03-18T12:51:45.236Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2023-03-18T12:51:45.243Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/artifacts/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar fdcf7f15-35cd-49a2-839b-26e97623a9bc 88022
2023-03-18T12:51:45.243Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/artifacts/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar ASDC sendASDCNotification
2023-03-18T12:51:45.243Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/artifacts/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar
2023-03-18T12:51:45.243Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-18T12:51:45.244Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T12:51:45.244Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T12:51:45.244Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679143905243,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/artifacts/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T12:51:46.245Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-18T12:51:46.246Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-03-18T12:51:46.246Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: fdcf7f15-35cd-49a2-839b-26e97623a9bc, URL: /sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/artifacts/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar to file: /app/ASDC/1/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar
2023-03-18T12:51:46.247Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar
2023-03-18T12:51:46.247Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar
2023-03-18T12:51:46.247Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar
2023-03-18T12:51:46.320Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP674571237439021148/Definitions/service-DemoPnfM5qkmfmdlpulyaz8owr9-template.yml
2023-03-18T12:51:46.850Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-18T12:51:46.850Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||WARN|500||####################################################################################################
2023-03-18T12:51:46.850Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar
2023-03-18T12:51:46.850Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-18T12:51:46.850Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||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-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar
2023-03-18T12:51:46.850Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar
2023-03-18T12:51:46.850Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||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-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar
2023-03-18T12:51:46.850Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 66b89d6a-37e2 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-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar
2023-03-18T12:51:46.850Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar
2023-03-18T12:51:46.850Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar
2023-03-18T12:51:46.850Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar
2023-03-18T12:51:46.850Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||WARN|500||####################################################################################################
2023-03-18T12:51:46.850Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T12:51:46.850Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_M5QKMfmDLPuLyaz8OWr9 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T12:51:46.850Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||Node template pNF 66b89d6a-37e2 0 is matching search criteria
2023-03-18T12:51:46.850Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2023-03-18T12:51:46.850Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||Found topology templates [pNF 66b89d6a-37e2 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-18T12:51:46.850Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T12:51:46.850Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_M5QKMfmDLPuLyaz8OWr9 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T12:51:46.850Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||Node template pNF 66b89d6a-37e2 0 is matching search criteria
2023-03-18T12:51:46.850Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2023-03-18T12:51:46.851Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||Found topology templates [pNF 66b89d6a-37e2 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-18T12:51:46.851Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T12:51:46.851Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_M5QKMfmDLPuLyaz8OWr9 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T12:51:46.851Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T12:51:46.851Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_M5QKMfmDLPuLyaz8OWr9 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T12:51:46.851Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T12:51:46.851Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_M5QKMfmDLPuLyaz8OWr9 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T12:51:46.851Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T12:51:46.851Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_M5QKMfmDLPuLyaz8OWr9 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T12:51:46.851Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T12:51:46.851Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_M5QKMfmDLPuLyaz8OWr9 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T12:51:46.851Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_M5QKMfmDLPuLyaz8OWr9
Description:catalog service description
Model UUID:c315cbb3-fd53-45ce-8b0b-ad3e84c78918
Model Version:NULL
Model InvariantUuid:a46a4505-8d20-4c38-8d99-1b181bf22700
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2023-03-18T12:51:46.866Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||Processing Resource Type: PNF, Model UUID: 5cb48981-5482-4843-a71a-1ebe978a5e90
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-18T12:51:46.869Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||pNF 66b89d6a-37e2 0
2023-03-18T12:51:46.869Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 5cb48981-5482-4843-a71a-1ebe978a5e90
2023-03-18T12:51:46.869Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||No resources found for Service: c315cbb3-fd53-45ce-8b0b-ad3e84c78918
2023-03-18T12:51:46.869Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: c315cbb3-fd53-45ce-8b0b-ad3e84c78918
2023-03-18T12:51:46.869Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 66b89d6a-37e2 0 5cb48981-5482-4843-a71a-1ebe978a5e90 ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-18T12:51:46.877Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@33a55f4e, org.onap.sdc.toscaparser.api.parameters.Input@41635fc6, org.onap.sdc.toscaparser.api.parameters.Input@7c4cc004, org.onap.sdc.toscaparser.api.parameters.Input@5cc76589, org.onap.sdc.toscaparser.api.parameters.Input@45811e70]
2023-03-18T12:51:46.877Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T12:51:46.878Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_M5QKMfmDLPuLyaz8OWr9 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T12:51:46.878Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid c315cbb3-fd53-45ce-8b0b-ad3e84c78918: pNF 66b89d6a-37e2
2023-03-18T12:51:46.878Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||Processing PNF resource: 5cb48981-5482-4843-a71a-1ebe978a5e90
2023-03-18T12:51:46.878Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T12:51:46.878Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_M5QKMfmDLPuLyaz8OWr9 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T12:51:46.878Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||Resource customization UUID: 84e6e64b-76cd-40cf-86fd-15855e6c2efb is the same as notified resource customizationUUID: 84e6e64b-76cd-40cf-86fd-15855e6c2efb
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 (?, ?)
2023-03-18T12:51:46.968Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 66b89d6a-37e2 5cb48981-5482-4843-a71a-1ebe978a5e90 0 ASDC deployResourceStructure
2023-03-18T12:51:46.968Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/artifacts/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar ASDC sendASDCNotification
2023-03-18T12:51:46.968Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/artifacts/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar
2023-03-18T12:51:46.968Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-03-18T12:51:46.969Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T12:51:46.969Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T12:51:46.969Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679143906968,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/artifacts/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T12:51:47.970Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b26959c2-c6ca-4cf7-9cdd-576be04a9c92
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T12:51:47.991Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b26959c2-c6ca-4cf7-9cdd-576be04a9c92
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T12:51:47.995Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-18T12:51:47.995Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-18T12:51:47.995Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-18T12:51:47.995Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-18T12:51:47.995Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T12:51:47.995Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T12:51:47.995Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T12:51:47.995Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T12:51:47.995Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T12:51:47.995Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T12:51:47.995Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-18T12:51:48.007Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-18T12:51:58.920Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T12:51:58.928Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-18T12:51:58.928Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679143358402,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T12:51:58.929Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:51:58.929Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-18T12:51:58.929Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679143358402,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar",
  "status": "NOTIFIED"
}
2023-03-18T12:51:58.929Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:51:58.929Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-18T12:51:58.929Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679143862083,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-18T12:51:58.930Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:51:58.930Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-18T12:51:58.930Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679143863716,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: a93044a0-e137-47cf-b45c-87a4ec92508e already exists"
}
2023-03-18T12:51:58.930Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:51:58.930Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-18T12:51:58.930Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679143864717,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 79d852b9-56e5-416f-9d37-4483b88de628 already exists"
}
2023-03-18T12:51:58.930Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:51:58.930Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-18T12:51:58.931Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679143895910,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-18T12:51:58.931Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:51:58.931Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-18T12:51:58.931Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679143358402,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/resourceInstances/pnf66b89d6a37e20/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T12:51:58.931Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:51:58.931Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-18T12:51:58.931Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679143358402,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/resourceInstances/pnf66b89d6a37e20/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-18T12:51:58.932Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:51:58.932Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-18T12:51:58.932Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679143358402,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/resourceInstances/pnf66b89d6a37e20/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-18T12:51:58.932Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:51:58.932Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-18T12:51:58.932Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679143358402,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/resourceInstances/pnf66b89d6a37e20/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T12:51:58.932Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:51:58.932Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-18T12:51:58.933Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679143358402,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/resourceInstances/pnf66b89d6a37e20/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T12:51:58.933Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:51:58.933Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-18T12:51:58.933Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679143358402,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/resourceInstances/pnf66b89d6a37e20/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T12:51:58.933Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:51:58.933Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-18T12:51:58.934Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679143358402,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/artifacts/service-DemoPnfM5qkmfmdlpulyaz8owr9-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T12:51:58.934Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:51:58.934Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-18T12:51:58.934Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679143358402,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/artifacts/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar",
  "status": "NOTIFIED"
}
2023-03-18T12:51:58.934Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:51:58.934Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-18T12:51:58.934Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679143905243,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/artifacts/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-18T12:51:58.934Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:51:58.934Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-18T12:51:58.935Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679143906968,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/artifacts/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar",
  "status": "DEPLOY_OK"
}
2023-03-18T12:51:58.935Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:52:18.008Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: b26959c2-c6ca-4cf7-9cdd-576be04a9c92 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-18T12:52:18.020Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: b26959c2-c6ca-4cf7-9cdd-576be04a9c92 and serviceModelVersionId: c315cbb3-fd53-45ce-8b0b-ad3e84c78918
2023-03-18T12:52:18.020Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : a46a4505-8d20-4c38-8d99-1b181bf22700
2023-03-18T12:52:18.021Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/a46a4505-8d20-4c38-8d99-1b181bf22700/model-vers/model-ver/c315cbb3-fd53-45ce-8b0b-ad3e84c78918?depth=0
2023-03-18T12:52:18.027Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2023-03-18T12:52:18.039Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a46a4505-8d20-4c38-8d99-1b181bf22700/model-vers/model-ver/c315cbb3-fd53-45ce-8b0b-ad3e84c78918?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-03-18T12:52:18.039Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a46a4505-8d20-4c38-8d99-1b181bf22700/model-vers/model-ver/c315cbb3-fd53-45ce-8b0b-ad3e84c78918?depth=0|INFO|500||Invoke
2023-03-18T12:52:18.048Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a46a4505-8d20-4c38-8d99-1b181bf22700/model-vers/model-ver/c315cbb3-fd53-45ce-8b0b-ad3e84c78918?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-18T12:52:18.165Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a46a4505-8d20-4c38-8d99-1b181bf22700/model-vers/model-ver/c315cbb3-fd53-45ce-8b0b-ad3e84c78918?depth=0|INFO|500||InvokeReturn
2023-03-18T12:52:18.166Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a46a4505-8d20-4c38-8d99-1b181bf22700/model-vers/model-ver/c315cbb3-fd53-45ce-8b0b-ad3e84c78918?depth=0 has http status code:200 and response headers:{date=[Sat, 18 Mar 2023 12:52:17 GMT], content-length=[0], vertex-id=[217192], x-aai-txid=[0-aai-resources-230318-12:52:17:750-45547], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-18T12:52:18.166Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||Response was returned with an empty entity.
2023-03-18T12:52:18.166Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-18T12:52:18.167Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-18T12:52:18.173Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-18T12:52:18.173Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID b26959c2-c6ca-4cf7-9cdd-576be04a9c92 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-18T12:52:18.174Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-18T12:52:18.174Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T12:52:18.174Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T12:52:18.174Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679143938174,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-18T12:52:19.195Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T12:52:19.196Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Failing OffsetCommit request since the consumer is not part of an active group
2023-03-18T12:52:19.197Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Node 1 disconnected.
2023-03-18T12:52:19.197Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||ERROR|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Asynchronous auto-commit of offsets failed: Offset commit cannot be completed since the consumer is not part of an active group for auto partition assignment; it is likely that the consumer was kicked out of the group.. Will continue to join group.
2023-03-18T12:52:19.197Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Giving away all assigned partitions as lost since generation/memberID has been reset,indicating that consumer is in old state or no longer part of the group
2023-03-18T12:52:19.197Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Lost previously assigned partitions SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5
2023-03-18T12:52:19.198Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] (Re-)joining group
2023-03-18T12:52:19.199Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Asynchronous auto-commit of offsets {SDC-DISTR-NOTIF-TOPIC-AUTO-5=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-4=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-3=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-2=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-1=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-0=OffsetAndMetadata{offset=7, leaderEpoch=0, metadata=''}} failed: Offset commit cannot be completed since the consumer is not part of an active group for auto partition assignment; it is likely that the consumer was kicked out of the group.
2023-03-18T12:52:19.201Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2-7bb315ec-f9dd-491e-a803-0173152b7fd7
2023-03-18T12:52:19.202Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Request joining group due to: rebalance failed due to 'The group member needs to have a valid member id before actually entering a consumer group.' (MemberIdRequiredException)
2023-03-18T12:52:19.202Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] (Re-)joining group
2023-03-18T12:52:22.074Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T12:52:25.082Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T12:52:28.089Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T12:52:31.097Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T12:52:34.112Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T12:52:37.121Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T12:52:40.131Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T12:52:40.222Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Node 0 disconnected.
2023-03-18T12:52:43.139Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T12:52:46.157Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T12:52:49.165Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T12:52:52.178Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T12:52:55.190Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T12:52:58.201Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T12:52:58.919Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T12:52:58.931Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Revoke previously assigned partitions SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-03-18T12:52:58.931Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] (Re-)joining group
2023-03-18T12:52:58.936Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Successfully joined group with generation Generation{generationId=48, memberId='SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94-2995e74d-4211-4955-93f6-f3f14568571e', protocol='range'}
2023-03-18T12:52:58.936Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Successfully joined group with generation Generation{generationId=48, memberId='SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2-7bb315ec-f9dd-491e-a803-0173152b7fd7', protocol='range'}
2023-03-18T12:52:58.940Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Finished assignment for group at generation 48: {SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2-7bb315ec-f9dd-491e-a803-0173152b7fd7=Assignment(partitions=[SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5]), SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94-2995e74d-4211-4955-93f6-f3f14568571e=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])}
2023-03-18T12:52:58.953Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Successfully synced group in generation Generation{generationId=48, memberId='SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94-2995e74d-4211-4955-93f6-f3f14568571e', protocol='range'}
2023-03-18T12:52:58.953Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Successfully synced group in generation Generation{generationId=48, memberId='SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2-7bb315ec-f9dd-491e-a803-0173152b7fd7', protocol='range'}
2023-03-18T12:52:58.953Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])
2023-03-18T12:52:58.953Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5])
2023-03-18T12:52:58.954Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Adding newly assigned partitions: SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-03-18T12:52:58.954Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Adding newly assigned partitions: SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5
2023-03-18T12:52:58.957Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-18T12:52:58.957Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-18T12:52:58.957Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-18T12:52:58.957Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-18T12:52:58.957Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=1014, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-18T12:52:58.957Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-18T12:52:58.957Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-18T12:52:58.957Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-18T12:52:58.957Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-18T12:52:58.957Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-18T12:52:58.958Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-18T12:52:58.958Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-18T12:52:58.984Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-18T12:52:58.984Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||received notification from broker: {"distributionID":"34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846","serviceName":"basic_onboard_gCPnoC","serviceVersion":"1.0","serviceUUID":"dad851ae-1f1d-4e04-8847-f18fd5d51391","serviceDescription":"service","serviceInvariantUUID":"693dcbb7-55f2-41d5-a0d9-572574329dfe","resources":[{"resourceInstanceName":"basic_onboard_gCPnoC 0","resourceName":"basic_onboard_gCPnoC","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"f3fb2f57-aad9-4f33-88db-c458ae09cdfb","resourceInvariantUUID":"d7c6b294-4284-4b69-87ff-a797deedad73","resourceCustomizationUUID":"9327f8c9-4591-449b-b6af-227dc0614cab","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/vf-license-model.xml","artifactChecksum":"OGQ5ZDI0MzIzNDdmMDUyYmQ0MzVmMDVkOWUyNGVlYmE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"5077753b-8cdd-47a9-82d5-e3ff4ce969c3","artifactVersion":"1"},{"artifactName":"basic_onboard_gcpnoc0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json","artifactChecksum":"NjRhMmYzNDQxZDFkYzhiMjZmMTk3NDMzZmQwOWNiNWI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"583db2fa-2045-4011-8045-9fd436580060","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"0846dbe8-d246-42f3-9ba6-3c197d6bb5c4","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"5004fadd-cda9-4566-99ac-bc5d669427a2","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"7d3da3bf-4415-4326-b045-fe6bef605f78","artifactVersion":"2","generatedFromUUID":"0846dbe8-d246-42f3-9ba6-3c197d6bb5c4"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardGcpnoc-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-template.yml","artifactChecksum":"OGFkYWYzODVjYTg1MmE4Y2JhZWM5NDk3ZjljNTAwNTE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"8ab16f5d-5180-4470-b278-f6ea6f7c23e8","artifactVersion":"1"},{"artifactName":"service-BasicOnboardGcpnoc-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar","artifactChecksum":"MjQxYmE3NTM3MTRlYjAwMzA2YjMyYmJjMmU4MmNkYjE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"d6569f72-4f81-428a-8593-389324ccdf48","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-18T12:52:58.985Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T12:52:58.985Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T12:52:58.985Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T12:52:58.985Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679143939195,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T12:52:59.972Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-18T12:52:59.972Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679143938174,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-18T12:52:59.972Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:52:59.972Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-18T12:52:59.972Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679143939195,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T12:52:59.972Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:52:59.985Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T12:52:59.985Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T12:52:59.985Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T12:52:59.985Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679143939195,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T12:53:00.986Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T12:53:00.986Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T12:53:00.986Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T12:53:00.986Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679143939195,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T12:53:01.987Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T12:53:01.987Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T12:53:01.988Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T12:53:01.988Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679143939195,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T12:53:02.988Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T12:53:02.988Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T12:53:02.989Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T12:53:02.989Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679143939195,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T12:53:03.989Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T12:53:03.989Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T12:53:03.990Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T12:53:03.990Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679143939195,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T12:53:04.990Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T12:53:04.991Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T12:53:04.991Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T12:53:04.991Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679143939195,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T12:53:05.992Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "serviceName": "basic_onboard_gCPnoC",
  "serviceVersion": "1.0",
  "serviceUUID": "dad851ae-1f1d-4e04-8847-f18fd5d51391",
  "serviceDescription": "service",
  "serviceInvariantUUID": "693dcbb7-55f2-41d5-a0d9-572574329dfe",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_gCPnoC 0",
      "resourceCustomizationUUID": "9327f8c9-4591-449b-b6af-227dc0614cab",
      "resourceName": "basic_onboard_gCPnoC",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "f3fb2f57-aad9-4f33-88db-c458ae09cdfb",
      "resourceInvariantUUID": "d7c6b294-4284-4b69-87ff-a797deedad73",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_gcpnoc0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json",
          "artifactChecksum": "NjRhMmYzNDQxZDFkYzhiMjZmMTk3NDMzZmQwOWNiNWI\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "583db2fa-2045-4011-8045-9fd436580060",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "0846dbe8-d246-42f3-9ba6-3c197d6bb5c4",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "7d3da3bf-4415-4326-b045-fe6bef605f78",
            "generatedFromUUID": "0846dbe8-d246-42f3-9ba6-3c197d6bb5c4"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "7d3da3bf-4415-4326-b045-fe6bef605f78",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardGcpnoc-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar",
      "artifactChecksum": "MjQxYmE3NTM3MTRlYjAwMzA2YjMyYmJjMmU4MmNkYjE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "d6569f72-4f81-428a-8593-389324ccdf48"
    }
  ],
  "workloadContext": "Production"
}
2023-03-18T12:53:05.992Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-18T12:53:05.992Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 dad851ae-1f1d-4e04-8847-f18fd5d51391 ASDC
2023-03-18T12:53:05.993Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
ServiceName:basic_onboard_gCPnoC
ServiceVersion:1.0
ServiceUUID:dad851ae-1f1d-4e04-8847-f18fd5d51391
ServiceInvariantUUID:693dcbb7-55f2-41d5-a0d9-572574329dfe
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardGcpnoc-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar
ArtifactUUID:d6569f72-4f81-428a-8593-389324ccdf48
ArtifactChecksum:MjQxYmE3NTM3MTRlYjAwMzA2YjMyYmJjMmU4MmNkYjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_gCPnoC 0
ResourceCustomizationUUID:9327f8c9-4591-449b-b6af-227dc0614cab
ResourceInvariantUUID:d7c6b294-4284-4b69-87ff-a797deedad73
ResourceName:basic_onboard_gCPnoC
ResourceType:VF
ResourceUUID:f3fb2f57-aad9-4f33-88db-c458ae09cdfb
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_gcpnoc0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json
ArtifactUUID:583db2fa-2045-4011-8045-9fd436580060
ArtifactChecksum:NjRhMmYzNDQxZDFkYzhiMjZmMTk3NDMzZmQwOWNiNWI=
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/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.yaml
ArtifactUUID:0846dbe8-d246-42f3-9ba6-3c197d6bb5c4
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/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.env
ArtifactUUID:7d3da3bf-4415-4326-b045-fe6bef605f78
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/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.env
ArtifactUUID:7d3da3bf-4415-4326-b045-fe6bef605f78
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-18T12:53:05.993Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF dad851ae-1f1d-4e04-8847-f18fd5d51391 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: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-18T12:53:06.025Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-18T12:53:06.026Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-03-18T12:53:06.026Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-03-18T12:53:06.026Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: d6569f72-4f81-428a-8593-389324ccdf48 from URL: /sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar
2023-03-18T12:53:06.026Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||DistributionClient - download
2023-03-18T12:53:06.027Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar
2023-03-18T12:53:06.081Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||GET Response Status 404
2023-03-18T12:53:06.081Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@75bb1129
2023-03-18T12:53:06.081Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-18T12:53:06.081Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicOnboardGcpnoc"
      ]
    }
  }
}
2023-03-18T12:53:06.081Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicOnboardGcpnoc-csar.csar /sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar d6569f72-4f81-428a-8593-389324ccdf48 Specified artifact is  not found 300 ASDC artifact download fail
2023-03-18T12:53:06.082Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar ASDC sendASDCNotification
2023-03-18T12:53:06.082Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar(Specified artifact is  not found)
2023-03-18T12:53:06.082Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-18T12:53:06.082Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T12:53:06.082Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T12:53:06.082Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679143986082,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T12:53:07.083Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during processCsarServiceArtifacts ASDC processCsarServiceArtifacts 500 Exception in processCsarServiceArtifacts
org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact service-BasicOnboardGcpnoc-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar(UUID:d6569f72-4f81-428a-8593-389324ccdf48)
Error message is Specified artifact is  not found

	at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394)
	at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2023-03-18T12:53:07.100Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||ERROR|500||error NSST process resource failure 
java.lang.NullPointerException: null
	at org.onap.so.asdc.client.ASDCController.processNsstNotification(ASDCController.java:978)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:760)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-18T12:53:07.100Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: f3fb2f57-aad9-4f33-88db-c458ae09cdfb
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-18T12:53:07.107Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||basic_onboard_gCPnoC 0
2023-03-18T12:53:07.107Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: f3fb2f57-aad9-4f33-88db-c458ae09cdfb
2023-03-18T12:53:07.108Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 583db2fa-2045-4011-8045-9fd436580060 from URL: /sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json
2023-03-18T12:53:07.108Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||DistributionClient - download
2023-03-18T12:53:07.108Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json
2023-03-18T12:53:07.121Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||GET Response Status 404
2023-03-18T12:53:07.121Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@6e5e7937
2023-03-18T12:53:07.121Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-18T12:53:07.121Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicOnboardGcpnoc"
      ]
    }
  }
}
2023-03-18T12:53:07.121Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL basic_onboard_gcpnoc0_modules.json /sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json 583db2fa-2045-4011-8045-9fd436580060 Specified artifact is  not found 300 ASDC artifact download fail
2023-03-18T12:53:07.121Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json ASDC sendASDCNotification
2023-03-18T12:53:07.122Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json(Specified artifact is  not found)
2023-03-18T12:53:07.122Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-18T12:53:07.122Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T12:53:07.122Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T12:53:07.122Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679143987121,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T12:53:08.123Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during Installation of artifact ASDC processResourceNotification 500 Exception in processResourceNotification
org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact basic_onboard_gcpnoc0_modules.json could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json(UUID:583db2fa-2045-4011-8045-9fd436580060)
Error message is Specified artifact is  not found

	at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:787)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-18T12:53:08.123Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T12:53:08.143Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T12:53:08.146Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-18T12:53:08.146Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-18T12:53:38.146Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T12:53:38.162Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T12:53:38.166Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-18T12:53:38.166Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-18T12:53:58.920Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T12:53:58.922Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-18T12:53:58.923Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679143939195,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json",
  "status": "NOTIFIED"
}
2023-03-18T12:53:58.924Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:54:08.167Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T12:54:08.187Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T12:54:08.191Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-18T12:54:08.191Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-18T12:54:38.192Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T12:54:38.209Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T12:54:38.213Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-18T12:54:38.213Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-18T12:54:58.919Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T12:54:58.921Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-18T12:54:58.922Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679143939195,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2023-03-18T12:54:58.923Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:54:58.923Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-18T12:54:58.923Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679143939195,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T12:54:58.937Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:54:58.937Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-18T12:54:58.937Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679143939195,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2023-03-18T12:54:58.937Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:54:58.937Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-18T12:54:58.937Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679143939195,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T12:54:58.937Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:54:58.937Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-18T12:54:58.937Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679143939195,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar",
  "status": "NOTIFIED"
}
2023-03-18T12:54:58.937Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:54:58.937Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-18T12:54:58.937Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679143986082,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-18T12:54:58.937Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:54:58.937Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-18T12:54:58.937Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679143987121,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-18T12:54:58.937Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:55:08.214Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T12:55:08.234Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T12:55:08.238Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-18T12:55:08.238Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-18T12:55:38.238Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T12:55:38.258Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T12:55:38.262Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-18T12:55:38.262Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-18T12:55:58.920Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T12:56:08.262Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T12:56:08.282Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T12:56:08.286Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-18T12:56:08.286Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-18T12:56:38.287Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T12:56:38.307Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T12:56:38.310Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-18T12:56:38.310Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-18T12:56:58.920Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T12:57:08.311Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T12:57:08.330Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T12:57:08.333Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-18T12:57:08.333Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-18T12:57:38.334Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T12:57:38.351Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T12:57:38.355Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-18T12:57:38.355Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-18T12:57:58.921Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T12:57:58.988Z||kafka-coordinator-heartbeat-thread | so|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] consumer poll timeout has expired. This means the time between subsequent calls to poll() was longer than the configured max.poll.interval.ms, which typically implies that the poll loop is spending too much time processing messages. You can address this either by increasing max.poll.interval.ms or by reducing the maximum size of batches returned in poll() with max.poll.records.
2023-03-18T12:57:58.988Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Member SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2-7bb315ec-f9dd-491e-a803-0173152b7fd7 sending LeaveGroup request to coordinator onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2147483645 rack: null) due to consumer poll timeout has expired.
2023-03-18T12:57:58.989Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Resetting generation and member id due to: consumer pro-actively leaving the group
2023-03-18T12:57:58.989Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Request joining group due to: consumer pro-actively leaving the group
2023-03-18T12:57:59.664Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T12:57:59.677Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Revoke previously assigned partitions SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-03-18T12:57:59.677Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] (Re-)joining group
2023-03-18T12:57:59.682Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Successfully joined group with generation Generation{generationId=49, memberId='SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94-2995e74d-4211-4955-93f6-f3f14568571e', protocol='range'}
2023-03-18T12:57:59.683Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Finished assignment for group at generation 49: {SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94-2995e74d-4211-4955-93f6-f3f14568571e=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])}
2023-03-18T12:57:59.697Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Successfully synced group in generation Generation{generationId=49, memberId='SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94-2995e74d-4211-4955-93f6-f3f14568571e', protocol='range'}
2023-03-18T12:57:59.698Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])
2023-03-18T12:57:59.698Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Adding newly assigned partitions: SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-03-18T12:57:59.702Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-18T12:57:59.702Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-18T12:57:59.702Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-18T12:57:59.702Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=1024, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-18T12:57:59.703Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-18T12:57:59.703Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-18T12:58:08.355Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2023-03-18T12:58:08.356Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-18T12:58:08.365Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846 and serviceModelVersionId: dad851ae-1f1d-4e04-8847-f18fd5d51391
2023-03-18T12:58:08.365Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 693dcbb7-55f2-41d5-a0d9-572574329dfe
2023-03-18T12:58:08.366Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391?depth=0
2023-03-18T12:58:08.372Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2023-03-18T12:58:08.384Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-03-18T12:58:08.384Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391?depth=0|INFO|500||Invoke
2023-03-18T12:58:08.393Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2023-03-18T12:58:08.421Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391?depth=0|INFO|404|Not Found|InvokeReturn
2023-03-18T12:58:08.421Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391?depth=0 has http status code:404 and response headers:{date=[Sat, 18 Mar 2023 12:58:08 GMT], content-length=[495], x-aai-txid=[2-aai-resources-230318-12:58:08:096-38425], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-18T12:58:08.424Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||{"requestError":{"serviceException":{"messageId":"SVC3001","text":"Resource not found for %1 using id %2 (msg=%3) (ec=%4)","variables":["MERGE_PATCH","service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391","Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391","ERR.5.4.6114"]}}}

2023-03-18T12:58:08.426Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391) (ec=ERR.5.4.6114)
2023-03-18T12:58:08.426Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||ERROR|500||Exception occurred
javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391) (ec=ERR.5.4.6114)
	at org.onap.so.client.ResponseExceptionMapper.map(ResponseExceptionMapper.java:74)
	at org.onap.so.client.RestRequest.get(RestRequest.java:77)
	at org.onap.so.client.RestClient.buildRequest(RestClient.java:326)
	at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322)
	at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283)
	at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67)
	at net.jodah.failsafe.Execution.executeSync(Execution.java:117)
	at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319)
	at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71)
	at org.onap.so.client.RestClient.method(RestClient.java:322)
	at org.onap.so.client.RestClient.patch(RestClient.java:265)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184)
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-18T12:58:08.426Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391) (ec=ERR.5.4.6114)
2023-03-18T12:58:08.426Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391) (ec=ERR.5.4.6114)
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-18T12:58:08.432Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-18T12:58:08.432Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391) (ec=ERR.5.4.6114)
2023-03-18T12:58:08.432Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2023-03-18T12:58:08.432Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T12:58:08.432Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T12:58:08.432Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679144288432,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391) (ec\u003dERR.5.4.6114)"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T12:58:08.449Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-18T12:58:08.449Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679144288432,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391) (ec\u003dERR.5.4.6114)"
}
2023-03-18T12:58:08.450Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-18T12:58:09.453Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-18T12:58:09.454Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||received notification from broker: {"distributionID":"d4dc9e71-f2cb-491c-bcf1-9d51402514be","serviceName":"vFW 2023-03-18 11-08-36","serviceVersion":"1.0","serviceUUID":"27fdb87d-b713-4eaf-90a0-9e48041e5db6","serviceDescription":"catalog service description","serviceInvariantUUID":"cb6d14f9-78ae-470a-a6af-a3a2b9fea472","resources":[{"resourceInstanceName":"vFW 58569f3e-bd56 0","resourceName":"vFW 58569f3e-bd56","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"d26137cf-1389-4abe-8e09-78b44d7a1aae","resourceInvariantUUID":"440b369e-a09c-4c31-8a4e-6692abd11e0c","resourceCustomizationUUID":"e17fe765-865d-4748-ab41-44bdbee5a853","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/vf-license-model.xml","artifactChecksum":"MTFjYmU2ZGQwM2YxYTQxNjdhOWY1YjI5OWUyYjE5OTg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"7238df55-40f7-4cde-93e0-f3c86248a4ba","artifactVersion":"1"},{"artifactName":"vfw58569f3ebd560_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/vfw58569f3ebd560_modules.json","artifactChecksum":"ODg5YTAyNmJiZTFiZTA5MDMwZWVhNmFkMzVmNzk4YTg\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"a8ca7246-150c-4537-b08d-e58462b66bb6","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"be903e28-b266-44db-9c8b-4cbcb6f7ee77","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/vendor-license-model.xml","artifactChecksum":"NDExZWJjY2Q3ZjkxN2NkNTRiYmFlNDViOGZhYWJjM2M\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"cecd91b9-dbd7-4a9b-96a0-72674051949c","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"0637f995-3e6f-44f6-89fc-61906f5ff14b","artifactVersion":"2","generatedFromUUID":"be903e28-b266-44db-9c8b-4cbcb6f7ee77"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20230318110836-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-template.yml","artifactChecksum":"NjdmYzRlMTY1MzM1ODg5NjAzNTEzOWU1ZGFmNmNiNDI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"8648cca8-36e7-40c1-8faf-a7c0be2faa07","artifactVersion":"1"},{"artifactName":"service-Vfw20230318110836-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar","artifactChecksum":"NzY3OTRjMDBhMTZlZjQ1ZTQ3MTU0ZjE0NjliYmU1M2Y\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"436a091b-6820-4621-9f77-4a798268cc9d","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-18T12:58:09.454Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T12:58:09.454Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T12:58:09.454Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T12:58:09.454Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679143939195,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T12:58:10.455Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T12:58:10.456Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T12:58:10.456Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T12:58:10.456Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679143939195,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/vfw58569f3ebd560_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T12:58:11.457Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T12:58:11.457Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T12:58:11.457Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T12:58:11.457Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679143939195,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T12:58:12.458Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T12:58:12.458Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T12:58:12.458Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T12:58:12.459Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679143939195,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T12:58:13.459Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T12:58:13.459Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T12:58:13.459Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T12:58:13.460Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679143939195,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/base_vfw.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T12:58:14.460Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T12:58:14.460Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T12:58:14.461Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T12:58:14.461Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679143939195,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T12:58:15.461Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T12:58:15.462Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T12:58:15.462Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T12:58:15.462Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679143939195,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T12:58:16.464Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "serviceName": "vFW 2023-03-18 11-08-36",
  "serviceVersion": "1.0",
  "serviceUUID": "27fdb87d-b713-4eaf-90a0-9e48041e5db6",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "cb6d14f9-78ae-470a-a6af-a3a2b9fea472",
  "resources": [
    {
      "resourceInstanceName": "vFW 58569f3e-bd56 0",
      "resourceCustomizationUUID": "e17fe765-865d-4748-ab41-44bdbee5a853",
      "resourceName": "vFW 58569f3e-bd56",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "d26137cf-1389-4abe-8e09-78b44d7a1aae",
      "resourceInvariantUUID": "440b369e-a09c-4c31-8a4e-6692abd11e0c",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw58569f3ebd560_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/vfw58569f3ebd560_modules.json",
          "artifactChecksum": "ODg5YTAyNmJiZTFiZTA5MDMwZWVhNmFkMzVmNzk4YTg\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "a8ca7246-150c-4537-b08d-e58462b66bb6",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "be903e28-b266-44db-9c8b-4cbcb6f7ee77",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "0637f995-3e6f-44f6-89fc-61906f5ff14b",
            "generatedFromUUID": "be903e28-b266-44db-9c8b-4cbcb6f7ee77"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "0637f995-3e6f-44f6-89fc-61906f5ff14b",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20230318110836-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar",
      "artifactChecksum": "NzY3OTRjMDBhMTZlZjQ1ZTQ3MTU0ZjE0NjliYmU1M2Y\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "436a091b-6820-4621-9f77-4a798268cc9d"
    }
  ],
  "workloadContext": "Production"
}
2023-03-18T12:58:16.464Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-18T12:58:16.465Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 27fdb87d-b713-4eaf-90a0-9e48041e5db6 ASDC
2023-03-18T12:58:16.466Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:d4dc9e71-f2cb-491c-bcf1-9d51402514be
ServiceName:vFW 2023-03-18 11-08-36
ServiceVersion:1.0
ServiceUUID:27fdb87d-b713-4eaf-90a0-9e48041e5db6
ServiceInvariantUUID:cb6d14f9-78ae-470a-a6af-a3a2b9fea472
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20230318110836-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar
ArtifactUUID:436a091b-6820-4621-9f77-4a798268cc9d
ArtifactChecksum:NzY3OTRjMDBhMTZlZjQ1ZTQ3MTU0ZjE0NjliYmU1M2Y=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 58569f3e-bd56 0
ResourceCustomizationUUID:e17fe765-865d-4748-ab41-44bdbee5a853
ResourceInvariantUUID:440b369e-a09c-4c31-8a4e-6692abd11e0c
ResourceName:vFW 58569f3e-bd56
ResourceType:VF
ResourceUUID:d26137cf-1389-4abe-8e09-78b44d7a1aae
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw58569f3ebd560_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/vfw58569f3ebd560_modules.json
ArtifactUUID:a8ca7246-150c-4537-b08d-e58462b66bb6
ArtifactChecksum:ODg5YTAyNmJiZTFiZTA5MDMwZWVhNmFkMzVmNzk4YTg=
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/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/base_vfw.yaml
ArtifactUUID:be903e28-b266-44db-9c8b-4cbcb6f7ee77
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/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/base_vfw.env
ArtifactUUID:0637f995-3e6f-44f6-89fc-61906f5ff14b
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/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/base_vfw.env
ArtifactUUID:0637f995-3e6f-44f6-89fc-61906f5ff14b
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-18T12:58:16.466Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 27fdb87d-b713-4eaf-90a0-9e48041e5db6 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: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-18T12:58:16.502Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-18T12:58:16.503Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-03-18T12:58:16.503Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-03-18T12:58:16.503Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 436a091b-6820-4621-9f77-4a798268cc9d from URL: /sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar
2023-03-18T12:58:16.503Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||DistributionClient - download
2023-03-18T12:58:16.503Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar
2023-03-18T12:58:16.815Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2023-03-18T12:58:16.823Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar 436a091b-6820-4621-9f77-4a798268cc9d 101467
2023-03-18T12:58:16.823Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar ASDC sendASDCNotification
2023-03-18T12:58:16.823Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar
2023-03-18T12:58:16.823Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-18T12:58:16.823Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T12:58:16.823Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T12:58:16.823Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679144296823,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T12:58:17.826Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-18T12:58:17.826Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-03-18T12:58:17.827Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 436a091b-6820-4621-9f77-4a798268cc9d, URL: /sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar to file: /app/ASDC/1/service-Vfw20230318110836-csar.csar
2023-03-18T12:58:17.827Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20230318110836-csar.csar
2023-03-18T12:58:17.827Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20230318110836-csar.csar
2023-03-18T12:58:17.827Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20230318110836-csar.csar
2023-03-18T12:58:17.955Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP885163278151765815/Definitions/service-Vfw20230318110836-template.yml
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_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_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
2023-03-18T12:58:19.343Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-18T12:58:19.344Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||WARN|500||####################################################################################################
2023-03-18T12:58:19.344Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20230318110836-csar.csar
2023-03-18T12:58:19.344Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2023-03-18T12:58:19.344Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230318110836-csar.csar
2023-03-18T12:58:19.344Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230318110836-csar.csar
2023-03-18T12:58:19.344Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20230318110836-csar.csar
2023-03-18T12:58:19.344Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230318110836-csar.csar
2023-03-18T12:58:19.344Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230318110836-csar.csar
2023-03-18T12:58:19.344Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230318110836-csar.csar
2023-03-18T12:58:19.344Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230318110836-csar.csar
2023-03-18T12:58:19.344Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230318110836-csar.csar
2023-03-18T12:58:19.344Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230318110836-csar.csar
2023-03-18T12:58:19.344Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 58569f3e-bd56 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-Vfw20230318110836-csar.csar
2023-03-18T12:58:19.344Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230318110836-csar.csar
2023-03-18T12:58:19.344Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||WARN|500||####################################################################################################
2023-03-18T12:58:19.344Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T12:58:19.344Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-03-18 11-08-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T12:58:19.344Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template vFW 58569f3e-bd56 0 is matching search criteria
2023-03-18T12:58:19.345Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2023-03-18T12:58:19.345Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 58569f3e-bd56 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-18T12:58:19.345Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T12:58:19.345Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-03-18 11-08-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T12:58:19.345Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template vFW 58569f3e-bd56 0 is matching search criteria
2023-03-18T12:58:19.345Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2023-03-18T12:58:19.345Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 58569f3e-bd56 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-18T12:58:19.345Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T12:58:19.345Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-03-18 11-08-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T12:58:19.345Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T12:58:19.345Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template vFW 58569f3e-bd56 0 is not matching search criteria
2023-03-18T12:58:19.345Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-18T12:58:19.345Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-18T12:58:19.345Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-18T12:58:19.345Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-18T12:58:19.345Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-18T12:58:19.345Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-18T12:58:19.346Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-18T12:58:19.346Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-18T12:58:19.346Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-18T12:58:19.346Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-18T12:58:19.346Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-18T12:58:19.346Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-18T12:58:19.346Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-18T12:58:19.346Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-18T12:58:19.346Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-18T12:58:19.346Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-03-18T12:58:19.346Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T12:58:19.346Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-03-18 11-08-36 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-03-18T12:58:19.346Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T12:58:19.346Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template vFW 58569f3e-bd56 0 is matching search criteria
2023-03-18T12:58:19.346Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 58569f3e-bd56 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-18T12:58:19.346Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T12:58:19.346Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template vFW 58569f3e-bd56 0 is matching search criteria
2023-03-18T12:58:19.346Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 58569f3e-bd56 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-18T12:58:19.347Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T12:58:19.347Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template vFW 58569f3e-bd56 0 is matching search criteria
2023-03-18T12:58:19.347Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 58569f3e-bd56 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-18T12:58:19.347Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T12:58:19.347Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template vFW 58569f3e-bd56 0 is not matching search criteria
2023-03-18T12:58:19.347Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-18T12:58:19.347Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-18T12:58:19.347Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-03-18T12:58:19.347Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-18T12:58:19.347Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-18T12:58:19.347Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-18T12:58:19.347Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-18T12:58:19.347Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-18T12:58:19.347Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-18T12:58:19.347Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-18T12:58:19.348Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-18T12:58:19.348Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=54648a20-f030-49c4-93d4-4525b2108f51
2023-03-18T12:58:19.348Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T12:58:19.348Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template vFW 58569f3e-bd56 0 is not matching search criteria
2023-03-18T12:58:19.348Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-18T12:58:19.348Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-18T12:58:19.348Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-18T12:58:19.348Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-18T12:58:19.348Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-18T12:58:19.348Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-18T12:58:19.348Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-18T12:58:19.348Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-03-18T12:58:19.348Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-18T12:58:19.348Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-18T12:58:19.348Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-18T12:58:19.348Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-18T12:58:19.348Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=c8000f82-3ea0-499f-845f-48af9ca20f40
2023-03-18T12:58:19.348Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T12:58:19.348Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template vFW 58569f3e-bd56 0 is not matching search criteria
2023-03-18T12:58:19.348Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-18T12:58:19.349Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-18T12:58:19.349Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-18T12:58:19.349Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-18T12:58:19.349Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-18T12:58:19.349Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-18T12:58:19.349Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-18T12:58:19.349Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-18T12:58:19.349Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-18T12:58:19.349Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-18T12:58:19.349Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-18T12:58:19.349Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-03-18T12:58:19.349Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=8d37dce4-ace0-4972-b0ae-359f5ee34e15
2023-03-18T12:58:19.349Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T12:58:19.349Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-03-18 11-08-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T12:58:19.349Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T12:58:19.349Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-03-18 11-08-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T12:58:19.349Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T12:58:19.349Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-03-18 11-08-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T12:58:19.349Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T12:58:19.350Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-03-18 11-08-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T12:58:19.350Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2023-03-18 11-08-36
Description:catalog service description
Model UUID:27fdb87d-b713-4eaf-90a0-9e48041e5db6
Model Version:NULL
Model InvariantUuid:cb6d14f9-78ae-470a-a6af-a3a2b9fea472
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 58569f3e-bd56
Model UUID:2fc36073-92c9-4d5d-9644-0bb6550c287b
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:440b369e-a09c-4c31-8a4e-6692abd11e0c
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:e17fe765-865d-4748-ab41-44bdbee5a853
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:351d450e-b1b7-41ae-a83a-2a71f15e25d1
ModelName:Vfw58569f3eBd56..base_vfw..module-0
ModelUuid:0d68d68e-dec8-43d2-aff9-f5d88cc04393
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:54648a20-f030-49c4-93d4-4525b2108f51
ModelInvariantUuid:4ab08134-cd1d-4688-9b75-17c67d1a3e81
ModelName:vFW 58569f3e-bd56-nodes.vfwCvfc
ModelUuid:d6b2f0ba-9202-407c-a163-7cc24d0f18b4
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:056f6090-f73c-4739-af97-620c05ad132a
ModelInvariantUuid:983e3ada-7ea8-4303-8174-d3114334eb9e
ModelName:Vfw58569f3eBd56.compute.nodes.heat.vfw
ModelUuid:3d4b7896-bd84-401c-aa77-b889e41a200a
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:c8000f82-3ea0-499f-845f-48af9ca20f40
ModelInvariantUuid:fcd18208-a79b-409f-9943-f6fdaf7b423e
ModelName:vFW 58569f3e-bd56-nodes.vsnCvfc
ModelUuid:2dc70d22-f13d-4809-b3aa-6be925119137
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:402dc1d7-02f5-4fe5-9c72-942fea6de45f
ModelInvariantUuid:0b0ccbe0-ee97-4020-bd46-0de8c06bfc96
ModelName:Vfw58569f3eBd56.compute.nodes.heat.vsn
ModelUuid:9156b53b-b6f9-40ab-bf18-4e57fbace729
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:8d37dce4-ace0-4972-b0ae-359f5ee34e15
ModelInvariantUuid:5fb0558e-6cb2-4431-b7ca-6445c8799cef
ModelName:vFW 58569f3e-bd56-nodes.vpgCvfc
ModelUuid:fa77263e-b297-4fc8-ad06-fee6a19575f2
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:c490c1b0-6d8a-4e04-bcc3-d1334a874130
ModelInvariantUuid:49041fa9-9665-4fc5-a429-9d3d7490839b
ModelName:Vfw58569f3eBd56.compute.nodes.heat.vpg
ModelUuid:7e8eb1f5-1f60-4b7b-ac6b-192037bf4db6
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=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-03-18T12:58:19.383Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||ERROR|500||Csar with UUID: 436a091b-6820-4621-9f77-4a798268cc9d already exists
2023-03-18T12:58:19.384Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar ASDC sendASDCNotification
2023-03-18T12:58:19.384Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar(Csar with UUID: 436a091b-6820-4621-9f77-4a798268cc9d already exists)
2023-03-18T12:58:19.384Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-18T12:58:19.384Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T12:58:19.384Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T12:58:19.384Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679144299383,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 436a091b-6820-4621-9f77-4a798268cc9d already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T12:58:20.385Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar ASDC sendASDCNotification
2023-03-18T12:58:20.385Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar(Resource with UUID: d26137cf-1389-4abe-8e09-78b44d7a1aae already exists)
2023-03-18T12:58:20.385Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-18T12:58:20.386Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T12:58:20.386Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T12:58:20.387Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679144300385,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: d26137cf-1389-4abe-8e09-78b44d7a1aae already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T12:58:21.387Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d4dc9e71-f2cb-491c-bcf1-9d51402514be
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T12:58:21.406Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d4dc9e71-f2cb-491c-bcf1-9d51402514be
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T12:58:21.410Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-18T12:58:21.410Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-18T12:58:21.410Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-18T12:58:21.410Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-18T12:58:21.410Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T12:58:21.410Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T12:58:21.410Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T12:58:21.410Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T12:58:21.410Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T12:58:21.410Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-18T12:58:21.421Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-18T12:58:51.422Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: d4dc9e71-f2cb-491c-bcf1-9d51402514be and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-18T12:58:51.433Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: d4dc9e71-f2cb-491c-bcf1-9d51402514be and serviceModelVersionId: 27fdb87d-b713-4eaf-90a0-9e48041e5db6
2023-03-18T12:58:51.433Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : cb6d14f9-78ae-470a-a6af-a3a2b9fea472
2023-03-18T12:58:51.434Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/cb6d14f9-78ae-470a-a6af-a3a2b9fea472/model-vers/model-ver/27fdb87d-b713-4eaf-90a0-9e48041e5db6?depth=0
2023-03-18T12:58:51.439Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2023-03-18T12:58:51.449Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cb6d14f9-78ae-470a-a6af-a3a2b9fea472/model-vers/model-ver/27fdb87d-b713-4eaf-90a0-9e48041e5db6?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-03-18T12:58:51.450Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cb6d14f9-78ae-470a-a6af-a3a2b9fea472/model-vers/model-ver/27fdb87d-b713-4eaf-90a0-9e48041e5db6?depth=0|INFO|500||Invoke
2023-03-18T12:58:51.462Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cb6d14f9-78ae-470a-a6af-a3a2b9fea472/model-vers/model-ver/27fdb87d-b713-4eaf-90a0-9e48041e5db6?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-18T12:58:51.568Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cb6d14f9-78ae-470a-a6af-a3a2b9fea472/model-vers/model-ver/27fdb87d-b713-4eaf-90a0-9e48041e5db6?depth=0|INFO|500||InvokeReturn
2023-03-18T12:58:51.568Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cb6d14f9-78ae-470a-a6af-a3a2b9fea472/model-vers/model-ver/27fdb87d-b713-4eaf-90a0-9e48041e5db6?depth=0 has http status code:200 and response headers:{date=[Sat, 18 Mar 2023 12:58:51 GMT], content-length=[0], vertex-id=[593936], x-aai-txid=[0-aai-resources-230318-12:58:51:164-83590], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-18T12:58:51.569Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Response was returned with an empty entity.
2023-03-18T12:58:51.569Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-18T12:58:51.569Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-18T12:58:51.579Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-18T12:58:51.579Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID d4dc9e71-f2cb-491c-bcf1-9d51402514be and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-18T12:58:51.580Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-18T12:58:51.580Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T12:58:51.580Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T12:58:51.581Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679144331580,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-18T12:58:52.607Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-18T12:58:52.607Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||received notification from broker: {"distributionID":"9f6cbd74-5561-4ebf-ae29-ef09adcdb35a","serviceName":"vFW 2023-03-18 11-49-31","serviceVersion":"1.0","serviceUUID":"6d984351-d1ca-40a4-aad4-cb46662a587a","serviceDescription":"catalog service description","serviceInvariantUUID":"cf32c985-ce6d-438e-ae22-e6fd004665b3","resources":[{"resourceInstanceName":"vFW c11b0f1b-4505 0","resourceName":"vFW c11b0f1b-4505","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"c7374fd6-6727-4426-9587-40812bc7c663","resourceInvariantUUID":"26f1c4e0-d5d2-4519-a829-ba04da79dfd3","resourceCustomizationUUID":"19f5eed0-33a8-4dbf-839a-f2ac2d3b058b","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/vf-license-model.xml","artifactChecksum":"ZmYyYjdhM2U5NTJiNDExYWMwYTMzMTkyZDMwYzcxZTc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"7b8e42e6-1821-4cac-aa27-034f93b9a8bb","artifactVersion":"1"},{"artifactName":"vfwc11b0f1b45050_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/vfwc11b0f1b45050_modules.json","artifactChecksum":"YTA1YjZlZDc1ZGI4M2FjMjI5NWE4ZTQzZjQxZmI1MGE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"40a0f4a8-4459-48c6-8da9-780f32a6e90d","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"3198714b-6cfa-4ae8-9e58-caa5fd7816d1","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/vendor-license-model.xml","artifactChecksum":"OTNkYjEwYTcxMGU1ODVlYThkMzJiZjM0OWMzYWExNTg\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"56d4001a-cb5d-4c8b-a9db-05f6dd036a2e","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"72f0a15a-ad88-4350-921f-de50e44e2b78","artifactVersion":"2","generatedFromUUID":"3198714b-6cfa-4ae8-9e58-caa5fd7816d1"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20230318114931-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-template.yml","artifactChecksum":"MmZjZDk3ZDhkZWNhNmYyZTJiYmJjYzlhZTNjZmUwZDU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"d733d559-0885-4fbb-8573-c3718d9662ac","artifactVersion":"1"},{"artifactName":"service-Vfw20230318114931-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar","artifactChecksum":"NzYyNTc4YTljZWI3YjE3YThjOTU0MjkyMGEyMDMxNDY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"2a8efcaf-0813-4b52-901f-136ba065c343","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-18T12:58:52.608Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T12:58:52.608Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T12:58:52.608Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T12:58:52.609Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679143939195,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T12:58:53.609Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T12:58:53.610Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T12:58:53.610Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T12:58:53.610Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679143939195,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/vfwc11b0f1b45050_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T12:58:54.611Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T12:58:54.611Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T12:58:54.612Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T12:58:54.612Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679143939195,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T12:58:55.612Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T12:58:55.613Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T12:58:55.613Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T12:58:55.613Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679143939195,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T12:58:56.613Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T12:58:56.619Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T12:58:56.621Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T12:58:56.621Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679143939195,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/base_vfw.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T12:58:57.622Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T12:58:57.622Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T12:58:57.622Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T12:58:57.622Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679143939195,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T12:58:58.624Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T12:58:58.624Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T12:58:58.624Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T12:58:58.624Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679143939195,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T12:58:58.919Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T12:58:58.925Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-18T12:58:58.925Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679143939195,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T12:58:58.926Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:58:58.926Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-18T12:58:58.926Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679143939195,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/vfw58569f3ebd560_modules.json",
  "status": "NOTIFIED"
}
2023-03-18T12:58:58.926Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:58:58.926Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-18T12:58:58.926Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679143939195,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-03-18T12:58:58.927Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:58:58.927Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-18T12:58:58.927Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679143939195,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T12:58:58.927Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:58:58.927Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-18T12:58:58.927Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679143939195,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2023-03-18T12:58:58.927Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:58:58.927Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-18T12:58:58.927Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679143939195,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T12:58:58.927Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:58:58.927Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-18T12:58:58.927Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679143939195,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar",
  "status": "NOTIFIED"
}
2023-03-18T12:58:58.927Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:58:58.927Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-18T12:58:58.927Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679144296823,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-18T12:58:58.928Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:58:58.928Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-18T12:58:58.928Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679144299383,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 436a091b-6820-4621-9f77-4a798268cc9d already exists"
}
2023-03-18T12:58:58.928Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:58:58.928Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-18T12:58:58.928Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679144300385,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: d26137cf-1389-4abe-8e09-78b44d7a1aae already exists"
}
2023-03-18T12:58:58.928Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:58:58.928Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-18T12:58:58.928Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679144331580,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-18T12:58:58.928Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:58:58.928Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-18T12:58:58.928Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679143939195,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T12:58:58.928Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:58:58.929Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-18T12:58:58.929Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679143939195,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/vfwc11b0f1b45050_modules.json",
  "status": "NOTIFIED"
}
2023-03-18T12:58:58.929Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:58:58.929Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-18T12:58:58.929Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679143939195,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-03-18T12:58:58.929Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:58:58.929Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-18T12:58:58.929Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679143939195,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T12:58:58.929Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:58:58.929Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-18T12:58:58.929Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679143939195,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2023-03-18T12:58:58.930Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:58:58.930Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-18T12:58:58.930Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679143939195,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T12:58:58.930Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:58:58.930Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-18T12:58:58.930Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679143939195,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar",
  "status": "NOTIFIED"
}
2023-03-18T12:58:58.930Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:58:59.625Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "serviceName": "vFW 2023-03-18 11-49-31",
  "serviceVersion": "1.0",
  "serviceUUID": "6d984351-d1ca-40a4-aad4-cb46662a587a",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "cf32c985-ce6d-438e-ae22-e6fd004665b3",
  "resources": [
    {
      "resourceInstanceName": "vFW c11b0f1b-4505 0",
      "resourceCustomizationUUID": "19f5eed0-33a8-4dbf-839a-f2ac2d3b058b",
      "resourceName": "vFW c11b0f1b-4505",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "c7374fd6-6727-4426-9587-40812bc7c663",
      "resourceInvariantUUID": "26f1c4e0-d5d2-4519-a829-ba04da79dfd3",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfwc11b0f1b45050_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/vfwc11b0f1b45050_modules.json",
          "artifactChecksum": "YTA1YjZlZDc1ZGI4M2FjMjI5NWE4ZTQzZjQxZmI1MGE\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "40a0f4a8-4459-48c6-8da9-780f32a6e90d",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "3198714b-6cfa-4ae8-9e58-caa5fd7816d1",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "72f0a15a-ad88-4350-921f-de50e44e2b78",
            "generatedFromUUID": "3198714b-6cfa-4ae8-9e58-caa5fd7816d1"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "72f0a15a-ad88-4350-921f-de50e44e2b78",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20230318114931-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar",
      "artifactChecksum": "NzYyNTc4YTljZWI3YjE3YThjOTU0MjkyMGEyMDMxNDY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "2a8efcaf-0813-4b52-901f-136ba065c343"
    }
  ],
  "workloadContext": "Production"
}
2023-03-18T12:58:59.626Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-18T12:58:59.626Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 6d984351-d1ca-40a4-aad4-cb46662a587a ASDC
2023-03-18T12:58:59.626Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:9f6cbd74-5561-4ebf-ae29-ef09adcdb35a
ServiceName:vFW 2023-03-18 11-49-31
ServiceVersion:1.0
ServiceUUID:6d984351-d1ca-40a4-aad4-cb46662a587a
ServiceInvariantUUID:cf32c985-ce6d-438e-ae22-e6fd004665b3
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20230318114931-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar
ArtifactUUID:2a8efcaf-0813-4b52-901f-136ba065c343
ArtifactChecksum:NzYyNTc4YTljZWI3YjE3YThjOTU0MjkyMGEyMDMxNDY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW c11b0f1b-4505 0
ResourceCustomizationUUID:19f5eed0-33a8-4dbf-839a-f2ac2d3b058b
ResourceInvariantUUID:26f1c4e0-d5d2-4519-a829-ba04da79dfd3
ResourceName:vFW c11b0f1b-4505
ResourceType:VF
ResourceUUID:c7374fd6-6727-4426-9587-40812bc7c663
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwc11b0f1b45050_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/vfwc11b0f1b45050_modules.json
ArtifactUUID:40a0f4a8-4459-48c6-8da9-780f32a6e90d
ArtifactChecksum:YTA1YjZlZDc1ZGI4M2FjMjI5NWE4ZTQzZjQxZmI1MGE=
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/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/base_vfw.yaml
ArtifactUUID:3198714b-6cfa-4ae8-9e58-caa5fd7816d1
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/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/base_vfw.env
ArtifactUUID:72f0a15a-ad88-4350-921f-de50e44e2b78
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/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/base_vfw.env
ArtifactUUID:72f0a15a-ad88-4350-921f-de50e44e2b78
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-18T12:58:59.626Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 6d984351-d1ca-40a4-aad4-cb46662a587a 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: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-18T12:58:59.653Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-18T12:58:59.654Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-03-18T12:58:59.654Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-03-18T12:58:59.654Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 2a8efcaf-0813-4b52-901f-136ba065c343 from URL: /sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar
2023-03-18T12:58:59.654Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||INFO|500||DistributionClient - download
2023-03-18T12:58:59.654Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar
2023-03-18T12:58:59.924Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2023-03-18T12:58:59.930Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar 2a8efcaf-0813-4b52-901f-136ba065c343 101507
2023-03-18T12:58:59.930Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar ASDC sendASDCNotification
2023-03-18T12:58:59.930Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar
2023-03-18T12:58:59.931Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-18T12:58:59.931Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T12:58:59.931Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T12:58:59.931Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679144339930,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T12:59:00.932Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-18T12:59:00.932Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-03-18T12:59:00.933Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 2a8efcaf-0813-4b52-901f-136ba065c343, URL: /sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar to file: /app/ASDC/1/service-Vfw20230318114931-csar.csar
2023-03-18T12:59:00.933Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20230318114931-csar.csar
2023-03-18T12:59:00.933Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20230318114931-csar.csar
2023-03-18T12:59:00.933Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20230318114931-csar.csar
2023-03-18T12:59:01.041Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16755273303486577421/Definitions/service-Vfw20230318114931-template.yml
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vfw_name" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_user_data_format" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_key_name" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "compute_vfw_metadata" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "compute_vsn_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vsn_key_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "compute_vsn_user_data_format" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "compute_vsn_metadata" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided
2023-03-18T12:59:02.277Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-18T12:59:02.277Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||WARN|500||####################################################################################################
2023-03-18T12:59:02.277Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20230318114931-csar.csar
2023-03-18T12:59:02.277Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2023-03-18T12:59:02.277Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230318114931-csar.csar
2023-03-18T12:59:02.277Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230318114931-csar.csar
2023-03-18T12:59:02.277Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20230318114931-csar.csar
2023-03-18T12:59:02.277Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230318114931-csar.csar
2023-03-18T12:59:02.277Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230318114931-csar.csar
2023-03-18T12:59:02.277Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230318114931-csar.csar
2023-03-18T12:59:02.277Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230318114931-csar.csar
2023-03-18T12:59:02.277Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230318114931-csar.csar
2023-03-18T12:59:02.277Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230318114931-csar.csar
2023-03-18T12:59:02.277Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230318114931-csar.csar
2023-03-18T12:59:02.278Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW c11b0f1b-4505 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-Vfw20230318114931-csar.csar
2023-03-18T12:59:02.278Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||WARN|500||####################################################################################################
2023-03-18T12:59:02.278Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T12:59:02.278Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-03-18 11-49-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T12:59:02.278Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template vFW c11b0f1b-4505 0 is matching search criteria
2023-03-18T12:59:02.278Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2023-03-18T12:59:02.278Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW c11b0f1b-4505 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-18T12:59:02.278Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T12:59:02.278Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-03-18 11-49-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T12:59:02.278Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template vFW c11b0f1b-4505 0 is matching search criteria
2023-03-18T12:59:02.278Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2023-03-18T12:59:02.278Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW c11b0f1b-4505 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-18T12:59:02.278Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T12:59:02.278Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-03-18 11-49-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T12:59:02.279Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T12:59:02.279Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template vFW c11b0f1b-4505 0 is not matching search criteria
2023-03-18T12:59:02.279Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-18T12:59:02.279Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-18T12:59:02.279Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-18T12:59:02.279Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-18T12:59:02.279Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-18T12:59:02.279Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-18T12:59:02.279Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-18T12:59:02.280Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-18T12:59:02.280Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-18T12:59:02.280Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-18T12:59:02.280Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-18T12:59:02.280Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-18T12:59:02.280Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-18T12:59:02.280Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-18T12:59:02.280Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-18T12:59:02.280Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-03-18T12:59:02.280Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T12:59:02.280Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-03-18 11-49-31 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-03-18T12:59:02.280Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T12:59:02.280Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template vFW c11b0f1b-4505 0 is matching search criteria
2023-03-18T12:59:02.280Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW c11b0f1b-4505 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-18T12:59:02.280Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T12:59:02.280Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template vFW c11b0f1b-4505 0 is matching search criteria
2023-03-18T12:59:02.280Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW c11b0f1b-4505 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-18T12:59:02.280Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T12:59:02.280Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template vFW c11b0f1b-4505 0 is matching search criteria
2023-03-18T12:59:02.280Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW c11b0f1b-4505 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-18T12:59:02.281Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T12:59:02.281Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template vFW c11b0f1b-4505 0 is not matching search criteria
2023-03-18T12:59:02.281Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-18T12:59:02.281Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-03-18T12:59:02.281Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-18T12:59:02.281Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-18T12:59:02.281Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-18T12:59:02.281Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-18T12:59:02.281Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-18T12:59:02.281Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-18T12:59:02.281Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-18T12:59:02.281Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-18T12:59:02.281Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-18T12:59:02.281Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=93a1b299-440a-4b46-b809-896a244a8c3e
2023-03-18T12:59:02.281Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T12:59:02.281Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template vFW c11b0f1b-4505 0 is not matching search criteria
2023-03-18T12:59:02.281Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-18T12:59:02.281Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-18T12:59:02.281Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-18T12:59:02.281Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-18T12:59:02.282Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-18T12:59:02.282Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-18T12:59:02.282Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-18T12:59:02.282Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-03-18T12:59:02.282Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-18T12:59:02.282Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-18T12:59:02.282Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-18T12:59:02.282Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-18T12:59:02.282Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=f46f0c4d-868d-4d5b-9783-ea8cf0f2cc90
2023-03-18T12:59:02.282Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T12:59:02.282Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template vFW c11b0f1b-4505 0 is not matching search criteria
2023-03-18T12:59:02.282Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-18T12:59:02.282Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-18T12:59:02.282Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-18T12:59:02.282Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-18T12:59:02.282Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-18T12:59:02.282Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-18T12:59:02.282Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-18T12:59:02.282Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-18T12:59:02.282Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-18T12:59:02.283Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-18T12:59:02.283Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-18T12:59:02.283Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-03-18T12:59:02.283Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=5079a023-f40e-49e5-9a39-abc7b36fa226
2023-03-18T12:59:02.283Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T12:59:02.283Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-03-18 11-49-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T12:59:02.283Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T12:59:02.283Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-03-18 11-49-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T12:59:02.283Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T12:59:02.283Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-03-18 11-49-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T12:59:02.283Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T12:59:02.283Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-03-18 11-49-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T12:59:02.283Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2023-03-18 11-49-31
Description:catalog service description
Model UUID:6d984351-d1ca-40a4-aad4-cb46662a587a
Model Version:NULL
Model InvariantUuid:cf32c985-ce6d-438e-ae22-e6fd004665b3
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW c11b0f1b-4505
Model UUID:ebdaa0dd-57e1-4fdd-a831-8135ea117a46
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:26f1c4e0-d5d2-4519-a829-ba04da79dfd3
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:19f5eed0-33a8-4dbf-839a-f2ac2d3b058b
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:6ebe4145-67c2-45e6-9597-53226a0916bd
ModelName:VfwC11b0f1b4505..base_vfw..module-0
ModelUuid:0261834d-3be1-4860-8b24-040e2c80aecd
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:93a1b299-440a-4b46-b809-896a244a8c3e
ModelInvariantUuid:8ec395e7-2102-4d02-844f-c114ac1a4203
ModelName:vFW c11b0f1b-4505-nodes.vfwCvfc
ModelUuid:504b1f13-9ac9-4e16-910b-43ab4acacb0f
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:99287d62-b33c-413e-89ec-87108c575104
ModelInvariantUuid:47f32f44-cd17-4eef-9e16-abcb011ab104
ModelName:VfwC11b0f1b4505.compute.nodes.heat.vfw
ModelUuid:2a6b0c3b-4ab1-49cd-8a96-f1f0feba73a0
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:f46f0c4d-868d-4d5b-9783-ea8cf0f2cc90
ModelInvariantUuid:d8e52c29-a773-431c-95b4-d1f0431b5e9e
ModelName:vFW c11b0f1b-4505-nodes.vsnCvfc
ModelUuid:e2d70f6d-c1ff-493f-99ab-25fea72fcdcc
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:113d5ed4-4ad4-49a7-94a3-7a01856b2205
ModelInvariantUuid:39b9a204-ad6c-4bfc-8b8d-763592e31d47
ModelName:VfwC11b0f1b4505.compute.nodes.heat.vsn
ModelUuid:fb5c808e-fe4a-477f-9cbd-5ab7141bbabe
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:5079a023-f40e-49e5-9a39-abc7b36fa226
ModelInvariantUuid:457dc8a1-b2ed-4d6f-963b-32e7f710a988
ModelName:vFW c11b0f1b-4505-nodes.vpgCvfc
ModelUuid:b289eee2-d7be-43f7-a6eb-232cf9ffa6c4
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:b5a732bf-796a-41d5-8db9-e0467a3c1b4a
ModelInvariantUuid:6626a445-05ec-4eb4-b903-06723caa1195
ModelName:VfwC11b0f1b4505.compute.nodes.heat.vpg
ModelUuid:f6a4ab06-9982-4e1b-be30-d56572ed840e
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=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-03-18T12:59:02.311Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||ERROR|500||Csar with UUID: 2a8efcaf-0813-4b52-901f-136ba065c343 already exists
2023-03-18T12:59:02.311Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar ASDC sendASDCNotification
2023-03-18T12:59:02.311Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar(Csar with UUID: 2a8efcaf-0813-4b52-901f-136ba065c343 already exists)
2023-03-18T12:59:02.311Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-18T12:59:02.311Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T12:59:02.311Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T12:59:02.311Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679144342311,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 2a8efcaf-0813-4b52-901f-136ba065c343 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T12:59:03.312Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar ASDC sendASDCNotification
2023-03-18T12:59:03.312Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar(Resource with UUID: c7374fd6-6727-4426-9587-40812bc7c663 already exists)
2023-03-18T12:59:03.312Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-18T12:59:03.312Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T12:59:03.312Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T12:59:03.313Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679144343312,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: c7374fd6-6727-4426-9587-40812bc7c663 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T12:59:04.314Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9f6cbd74-5561-4ebf-ae29-ef09adcdb35a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T12:59:04.334Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9f6cbd74-5561-4ebf-ae29-ef09adcdb35a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T12:59:04.335Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-18T12:59:04.336Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-18T12:59:04.336Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-18T12:59:04.336Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-18T12:59:04.336Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T12:59:04.336Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T12:59:04.336Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T12:59:04.336Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T12:59:04.336Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T12:59:04.336Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-18T12:59:04.341Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-18T12:59:34.341Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 9f6cbd74-5561-4ebf-ae29-ef09adcdb35a and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-18T12:59:34.351Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 9f6cbd74-5561-4ebf-ae29-ef09adcdb35a and serviceModelVersionId: 6d984351-d1ca-40a4-aad4-cb46662a587a
2023-03-18T12:59:34.351Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : cf32c985-ce6d-438e-ae22-e6fd004665b3
2023-03-18T12:59:34.351Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/cf32c985-ce6d-438e-ae22-e6fd004665b3/model-vers/model-ver/6d984351-d1ca-40a4-aad4-cb46662a587a?depth=0
2023-03-18T12:59:34.354Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2023-03-18T12:59:34.363Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cf32c985-ce6d-438e-ae22-e6fd004665b3/model-vers/model-ver/6d984351-d1ca-40a4-aad4-cb46662a587a?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-03-18T12:59:34.363Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cf32c985-ce6d-438e-ae22-e6fd004665b3/model-vers/model-ver/6d984351-d1ca-40a4-aad4-cb46662a587a?depth=0|INFO|500||Invoke
2023-03-18T12:59:34.370Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cf32c985-ce6d-438e-ae22-e6fd004665b3/model-vers/model-ver/6d984351-d1ca-40a4-aad4-cb46662a587a?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-18T12:59:34.476Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cf32c985-ce6d-438e-ae22-e6fd004665b3/model-vers/model-ver/6d984351-d1ca-40a4-aad4-cb46662a587a?depth=0|INFO|500||InvokeReturn
2023-03-18T12:59:34.476Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cf32c985-ce6d-438e-ae22-e6fd004665b3/model-vers/model-ver/6d984351-d1ca-40a4-aad4-cb46662a587a?depth=0 has http status code:200 and response headers:{date=[Sat, 18 Mar 2023 12:59:34 GMT], content-length=[0], vertex-id=[364760], x-aai-txid=[0-aai-resources-230318-12:59:34:073-51104], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-18T12:59:34.477Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Response was returned with an empty entity.
2023-03-18T12:59:34.477Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-18T12:59:34.477Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-18T12:59:34.483Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-18T12:59:34.483Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 9f6cbd74-5561-4ebf-ae29-ef09adcdb35a and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-18T12:59:34.484Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-18T12:59:34.484Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T12:59:34.484Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T12:59:34.484Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679144374483,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-18T12:59:35.504Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-18T12:59:35.504Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||received notification from broker: {"distributionID":"74149d2a-f284-47d2-b2fa-4e2fc7be8f3e","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"942654ba-46c2-4f05-ae3d-6460a7c9e9a7","serviceDescription":"service","serviceInvariantUUID":"ccdda148-11a2-4587-8a73-4287349e801a","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"9290846e-2e09-452f-a45d-c33314796f1f","resourceInvariantUUID":"df78bcaa-4726-47cb-aa3f-3d44f5870fc0","resourceCustomizationUUID":"014700c6-fb42-406a-8786-743311c39dea","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":"YzAxYzRjZjI5ZDYxYzM3NGE1ZWQzMDUyNDdmNzFlYjI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"0c62aeb4-b847-4e92-887d-05928e34bd2a","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"MjQwMDY3MzNlZjViMGM0YmQ4Mzg2OTA4MTFiM2YxYTQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"01ded22f-bc0d-42c0-9fad-2915e46c71e4","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-18T12:59:35.504Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T12:59:35.504Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T12:59:35.505Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T12:59:35.505Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "74149d2a-f284-47d2-b2fa-4e2fc7be8f3e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679143939195,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T12:59:36.505Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T12:59:36.505Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T12:59:36.506Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T12:59:36.506Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "74149d2a-f284-47d2-b2fa-4e2fc7be8f3e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679143939195,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T12:59:37.506Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "74149d2a-f284-47d2-b2fa-4e2fc7be8f3e",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "942654ba-46c2-4f05-ae3d-6460a7c9e9a7",
  "serviceDescription": "service",
  "serviceInvariantUUID": "ccdda148-11a2-4587-8a73-4287349e801a",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "014700c6-fb42-406a-8786-743311c39dea",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "9290846e-2e09-452f-a45d-c33314796f1f",
      "resourceInvariantUUID": "df78bcaa-4726-47cb-aa3f-3d44f5870fc0",
      "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": "MjQwMDY3MzNlZjViMGM0YmQ4Mzg2OTA4MTFiM2YxYTQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "01ded22f-bc0d-42c0-9fad-2915e46c71e4"
    }
  ],
  "workloadContext": "Production"
}
2023-03-18T12:59:37.507Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-18T12:59:37.507Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 942654ba-46c2-4f05-ae3d-6460a7c9e9a7 ASDC
2023-03-18T12:59:37.507Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:74149d2a-f284-47d2-b2fa-4e2fc7be8f3e
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:942654ba-46c2-4f05-ae3d-6460a7c9e9a7
ServiceInvariantUUID:ccdda148-11a2-4587-8a73-4287349e801a
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:01ded22f-bc0d-42c0-9fad-2915e46c71e4
ArtifactChecksum:MjQwMDY3MzNlZjViMGM0YmQ4Mzg2OTA4MTFiM2YxYTQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:014700c6-fb42-406a-8786-743311c39dea
ResourceInvariantUUID:df78bcaa-4726-47cb-aa3f-3d44f5870fc0
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:9290846e-2e09-452f-a45d-c33314796f1f
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2023-03-18T12:59:37.507Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 942654ba-46c2-4f05-ae3d-6460a7c9e9a7 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: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-18T12:59:37.541Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-18T12:59:37.542Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-03-18T12:59:37.542Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-03-18T12:59:37.542Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 01ded22f-bc0d-42c0-9fad-2915e46c71e4 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-03-18T12:59:37.542Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||DistributionClient - download
2023-03-18T12:59:37.543Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-03-18T12:59:37.787Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2023-03-18T12:59:37.790Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 01ded22f-bc0d-42c0-9fad-2915e46c71e4 57798
2023-03-18T12:59:37.791Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-03-18T12:59:37.791Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-03-18T12:59:37.791Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-18T12:59:37.791Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T12:59:37.791Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T12:59:37.791Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "74149d2a-f284-47d2-b2fa-4e2fc7be8f3e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679144377791,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T12:59:38.792Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-18T12:59:38.793Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-03-18T12:59:38.793Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 01ded22f-bc0d-42c0-9fad-2915e46c71e4, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-18T12:59:38.794Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2023-03-18T12:59:38.794Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-18T12:59:38.794Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-18T12:59:38.875Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8623269453278814246/Definitions/service-BasicNetwork-template.yml
2023-03-18T12:59:39.144Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-18T12:59:39.145Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||WARN|500||####################################################################################################
2023-03-18T12:59:39.145Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-18T12:59:39.145Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2023-03-18T12:59:39.145Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-18T12:59:39.145Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-18T12:59:39.145Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-18T12:59:39.145Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-18T12:59:39.145Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-18T12:59:39.145Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-18T12:59:39.145Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-18T12:59:39.145Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-18T12:59:39.145Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||WARN|500||####################################################################################################
2023-03-18T12:59:39.145Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T12:59:39.145Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T12:59:39.146Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2023-03-18T12:59:39.146Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2023-03-18T12:59:39.146Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-18T12:59:39.146Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T12:59:39.146Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T12:59:39.146Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2023-03-18T12:59:39.146Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2023-03-18T12:59:39.146Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-18T12:59:39.146Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T12:59:39.146Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T12:59:39.146Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T12:59:39.146Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T12:59:39.146Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T12:59:39.146Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T12:59:39.146Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T12:59:39.146Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T12:59:39.146Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T12:59:39.146Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T12:59:39.146Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_network
Description:service
Model UUID:942654ba-46c2-4f05-ae3d-6460a7c9e9a7
Model Version:NULL
Model InvariantUuid:ccdda148-11a2-4587-8a73-4287349e801a
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:df78bcaa-4726-47cb-aa3f-3d44f5870fc0
Model UUID:7144623a-3146-4d15-9597-aafc53fb0a49
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet

NETWORK Customization Properties:
CustomizationUUID:014700c6-fb42-406a-8786-743311c39dea
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=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-03-18T12:59:39.178Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||ERROR|500||Csar with UUID: 01ded22f-bc0d-42c0-9fad-2915e46c71e4 already exists
2023-03-18T12:59:39.178Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-03-18T12:59:39.179Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar(Csar with UUID: 01ded22f-bc0d-42c0-9fad-2915e46c71e4 already exists)
2023-03-18T12:59:39.179Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-18T12:59:39.179Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T12:59:39.179Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T12:59:39.179Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "74149d2a-f284-47d2-b2fa-4e2fc7be8f3e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679144379178,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 01ded22f-bc0d-42c0-9fad-2915e46c71e4 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T12:59:40.180Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-03-18T12:59:40.180Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar(Resource with UUID: 9290846e-2e09-452f-a45d-c33314796f1f already exists)
2023-03-18T12:59:40.180Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-18T12:59:40.180Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T12:59:40.180Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T12:59:40.181Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "74149d2a-f284-47d2-b2fa-4e2fc7be8f3e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679144380180,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 9290846e-2e09-452f-a45d-c33314796f1f already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T12:59:41.182Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 74149d2a-f284-47d2-b2fa-4e2fc7be8f3e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T12:59:41.199Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 74149d2a-f284-47d2-b2fa-4e2fc7be8f3e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T12:59:41.203Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-18T12:59:41.203Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-18T12:59:41.203Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-18T12:59:41.203Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-18T12:59:41.203Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T12:59:41.203Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T12:59:41.203Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T12:59:41.203Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T12:59:41.203Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T12:59:41.204Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-18T12:59:41.214Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-18T12:59:58.919Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T12:59:58.925Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-18T12:59:58.925Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679144339930,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-18T12:59:58.926Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:59:58.926Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-18T12:59:58.926Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679144342311,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 2a8efcaf-0813-4b52-901f-136ba065c343 already exists"
}
2023-03-18T12:59:58.926Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:59:58.926Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-18T12:59:58.926Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679144343312,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: c7374fd6-6727-4426-9587-40812bc7c663 already exists"
}
2023-03-18T12:59:58.926Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:59:58.926Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-18T12:59:58.926Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679144374483,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-18T12:59:58.926Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:59:58.926Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-18T12:59:58.926Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "74149d2a-f284-47d2-b2fa-4e2fc7be8f3e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679143939195,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T12:59:58.926Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:59:58.927Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-18T12:59:58.927Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "74149d2a-f284-47d2-b2fa-4e2fc7be8f3e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679143939195,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-03-18T12:59:58.927Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:59:58.927Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-18T12:59:58.927Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "74149d2a-f284-47d2-b2fa-4e2fc7be8f3e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679144377791,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-18T12:59:58.927Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:59:58.927Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-18T12:59:58.927Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "74149d2a-f284-47d2-b2fa-4e2fc7be8f3e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679144379178,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 01ded22f-bc0d-42c0-9fad-2915e46c71e4 already exists"
}
2023-03-18T12:59:58.927Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T12:59:58.927Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-18T12:59:58.927Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "74149d2a-f284-47d2-b2fa-4e2fc7be8f3e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679144380180,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 9290846e-2e09-452f-a45d-c33314796f1f already exists"
}
2023-03-18T12:59:58.927Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:00:11.214Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 74149d2a-f284-47d2-b2fa-4e2fc7be8f3e and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-18T13:00:11.222Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 74149d2a-f284-47d2-b2fa-4e2fc7be8f3e and serviceModelVersionId: 942654ba-46c2-4f05-ae3d-6460a7c9e9a7
2023-03-18T13:00:11.222Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : ccdda148-11a2-4587-8a73-4287349e801a
2023-03-18T13:00:11.223Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/ccdda148-11a2-4587-8a73-4287349e801a/model-vers/model-ver/942654ba-46c2-4f05-ae3d-6460a7c9e9a7?depth=0
2023-03-18T13:00:11.227Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2023-03-18T13:00:11.241Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ccdda148-11a2-4587-8a73-4287349e801a/model-vers/model-ver/942654ba-46c2-4f05-ae3d-6460a7c9e9a7?depth=0|INFO|500||Invoke
2023-03-18T13:00:11.241Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ccdda148-11a2-4587-8a73-4287349e801a/model-vers/model-ver/942654ba-46c2-4f05-ae3d-6460a7c9e9a7?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ccdda148-11a2-4587-8a73-4287349e801a/model-vers/model-ver/942654ba-46c2-4f05-ae3d-6460a7c9e9a7?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[74149d2a-f284-47d2-b2fa-4e2fc7be8f3e], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[7ab82fc7-7615-4af7-a636-cec94a22028b], X-ECOMP-RequestID=[74149d2a-f284-47d2-b2fa-4e2fc7be8f3e], X-TransactionId=[], X-ONAP-RequestID=[74149d2a-f284-47d2-b2fa-4e2fc7be8f3e], Content-Type=[application/merge-patch+json]}
2023-03-18T13:00:11.250Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ccdda148-11a2-4587-8a73-4287349e801a/model-vers/model-ver/942654ba-46c2-4f05-ae3d-6460a7c9e9a7?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-18T13:00:11.367Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ccdda148-11a2-4587-8a73-4287349e801a/model-vers/model-ver/942654ba-46c2-4f05-ae3d-6460a7c9e9a7?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/ccdda148-11a2-4587-8a73-4287349e801a/model-vers/model-ver/942654ba-46c2-4f05-ae3d-6460a7c9e9a7?depth=0 has http status code:200 and response headers:{date=[Sat, 18 Mar 2023 13:00:10 GMT], content-length=[0], vertex-id=[192760], x-aai-txid=[0-aai-resources-230318-13:00:10:952-6181], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-18T13:00:11.368Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ccdda148-11a2-4587-8a73-4287349e801a/model-vers/model-ver/942654ba-46c2-4f05-ae3d-6460a7c9e9a7?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-18T13:00:11.368Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ccdda148-11a2-4587-8a73-4287349e801a/model-vers/model-ver/942654ba-46c2-4f05-ae3d-6460a7c9e9a7?depth=0|INFO|500||InvokeReturn
2023-03-18T13:00:11.369Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-18T13:00:11.369Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-18T13:00:11.378Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-18T13:00:11.379Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 74149d2a-f284-47d2-b2fa-4e2fc7be8f3e and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-18T13:00:11.379Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-18T13:00:11.379Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T13:00:11.379Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T13:00:11.379Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "74149d2a-f284-47d2-b2fa-4e2fc7be8f3e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679144411379,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-18T13:00:12.395Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-18T13:00:12.396Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||received notification from broker: {"distributionID":"6a074a1e-4b47-4382-9b90-afa918276d12","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"e17bf563-7a13-4701-b853-11ed8cbb93d7","serviceDescription":"service","serviceInvariantUUID":"8a45306d-3ac3-4f10-a742-9812edbe591e","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"1903c123-2be6-499b-8524-c9a33406ad4f","resourceInvariantUUID":"65a560ec-f509-40c5-b364-3c4cd0a20185","resourceCustomizationUUID":"41b30cb0-d009-4e4b-99c2-e95f691a4b2e","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":"YTFjZGVjMmU0NGZhOGFkMDlhZGI4ODkyYzk4MDRmOGE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"38ef1f0d-98ea-4e28-b00a-3091e61f54bc","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":"OWZmNjBmNzNmNGQ1ZThmYzNkMzdkODk3MzFkMDI2MDg\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"d3c6917c-1f70-48e9-9465-f259ee8cda65","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":"7aa99321-7b67-40f7-bd98-0e99d422bb2e","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":"5444e6a4-9351-40da-b837-0dd388e7cb3b","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":"cb506ca5-fd50-4406-abfc-b51858ac789a","artifactVersion":"2","generatedFromUUID":"7aa99321-7b67-40f7-bd98-0e99d422bb2e"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"ZjQyZmQxMjdjZDk5ZDY2OTQ3ZmIyZWI4MjExZGE4OGQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"204adab0-5bde-4230-9b3d-b26c0f4d57b4","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"NjI4YzVmZDFmMjYwMDhlNTZlOTY1M2NmMzExN2VkMjg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"4b6dc8ac-cbfc-43c0-9e93-2760226914ae","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-18T13:00:12.396Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T13:00:12.396Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T13:00:12.396Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T13:00:12.396Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679143939195,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T13:00:13.397Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T13:00:13.397Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T13:00:13.397Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T13:00:13.397Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679143939195,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T13:00:14.399Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T13:00:14.399Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T13:00:14.399Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T13:00:14.399Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679143939195,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T13:00:15.400Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T13:00:15.400Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T13:00:15.400Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T13:00:15.400Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679143939195,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T13:00:16.401Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T13:00:16.402Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T13:00:16.402Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T13:00:16.402Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679143939195,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T13:00:17.404Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T13:00:17.405Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T13:00:17.405Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T13:00:17.405Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679143939195,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T13:00:18.407Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T13:00:18.407Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T13:00:18.407Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T13:00:18.408Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679143939195,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T13:00:19.410Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "e17bf563-7a13-4701-b853-11ed8cbb93d7",
  "serviceDescription": "service",
  "serviceInvariantUUID": "8a45306d-3ac3-4f10-a742-9812edbe591e",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "41b30cb0-d009-4e4b-99c2-e95f691a4b2e",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "1903c123-2be6-499b-8524-c9a33406ad4f",
      "resourceInvariantUUID": "65a560ec-f509-40c5-b364-3c4cd0a20185",
      "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": "OWZmNjBmNzNmNGQ1ZThmYzNkMzdkODk3MzFkMDI2MDg\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "d3c6917c-1f70-48e9-9465-f259ee8cda65",
          "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": "7aa99321-7b67-40f7-bd98-0e99d422bb2e",
          "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": "cb506ca5-fd50-4406-abfc-b51858ac789a",
            "generatedFromUUID": "7aa99321-7b67-40f7-bd98-0e99d422bb2e"
          },
          "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": "cb506ca5-fd50-4406-abfc-b51858ac789a",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "NjI4YzVmZDFmMjYwMDhlNTZlOTY1M2NmMzExN2VkMjg\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "4b6dc8ac-cbfc-43c0-9e93-2760226914ae"
    }
  ],
  "workloadContext": "Production"
}
2023-03-18T13:00:19.410Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-18T13:00:19.410Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 e17bf563-7a13-4701-b853-11ed8cbb93d7 ASDC
2023-03-18T13:00:19.411Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:6a074a1e-4b47-4382-9b90-afa918276d12
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:e17bf563-7a13-4701-b853-11ed8cbb93d7
ServiceInvariantUUID:8a45306d-3ac3-4f10-a742-9812edbe591e
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:4b6dc8ac-cbfc-43c0-9e93-2760226914ae
ArtifactChecksum:NjI4YzVmZDFmMjYwMDhlNTZlOTY1M2NmMzExN2VkMjg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:41b30cb0-d009-4e4b-99c2-e95f691a4b2e
ResourceInvariantUUID:65a560ec-f509-40c5-b364-3c4cd0a20185
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:1903c123-2be6-499b-8524-c9a33406ad4f
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:d3c6917c-1f70-48e9-9465-f259ee8cda65
ArtifactChecksum:OWZmNjBmNzNmNGQ1ZThmYzNkMzdkODk3MzFkMDI2MDg=
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:7aa99321-7b67-40f7-bd98-0e99d422bb2e
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:cb506ca5-fd50-4406-abfc-b51858ac789a
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:cb506ca5-fd50-4406-abfc-b51858ac789a
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-18T13:00:19.411Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF e17bf563-7a13-4701-b853-11ed8cbb93d7 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: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-18T13:00:19.441Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-18T13:00:19.442Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-03-18T13:00:19.442Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-03-18T13:00:19.442Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 4b6dc8ac-cbfc-43c0-9e93-2760226914ae from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-03-18T13:00:19.443Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||DistributionClient - download
2023-03-18T13:00:19.443Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-03-18T13:00:19.479Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||GET Response Status 404
2023-03-18T13:00:19.479Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@3e192272
2023-03-18T13:00:19.479Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-18T13:00:19.480Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicVm"
      ]
    }
  }
}
2023-03-18T13:00:19.480Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicVm-csar.csar /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 4b6dc8ac-cbfc-43c0-9e93-2760226914ae Specified artifact is  not found 300 ASDC artifact download fail
2023-03-18T13:00:19.481Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-03-18T13:00:19.481Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar(Specified artifact is  not found)
2023-03-18T13:00:19.481Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-18T13:00:19.481Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T13:00:19.481Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T13:00:19.481Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679144419480,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T13:00:20.483Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during processCsarServiceArtifacts ASDC processCsarServiceArtifacts 500 Exception in processCsarServiceArtifacts
org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact service-BasicVm-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar(UUID:4b6dc8ac-cbfc-43c0-9e93-2760226914ae)
Error message is Specified artifact is  not found

	at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394)
	at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
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 watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-03-18T13:00:20.518Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||ERROR|500||Csar with UUID: 4b6dc8ac-cbfc-43c0-9e93-2760226914ae already exists
2023-03-18T13:00:20.518Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-03-18T13:00:20.518Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar(Csar with UUID: 4b6dc8ac-cbfc-43c0-9e93-2760226914ae already exists)
2023-03-18T13:00:20.518Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-18T13:00:20.519Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T13:00:20.519Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T13:00:20.519Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679144420518,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 4b6dc8ac-cbfc-43c0-9e93-2760226914ae already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T13:00:21.520Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-03-18T13:00:21.521Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar(Resource with UUID: 1903c123-2be6-499b-8524-c9a33406ad4f already exists)
2023-03-18T13:00:21.521Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-18T13:00:21.521Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T13:00:21.521Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T13:00:21.521Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679144421520,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 1903c123-2be6-499b-8524-c9a33406ad4f already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T13:00:22.522Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6a074a1e-4b47-4382-9b90-afa918276d12
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T13:00:22.539Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6a074a1e-4b47-4382-9b90-afa918276d12
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T13:00:22.542Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-18T13:00:22.542Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-18T13:00:22.542Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-18T13:00:22.542Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-18T13:00:22.542Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T13:00:22.542Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T13:00:22.542Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T13:00:22.542Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T13:00:22.542Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T13:00:22.542Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-18T13:00:22.551Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-18T13:00:52.551Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 6a074a1e-4b47-4382-9b90-afa918276d12 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-18T13:00:52.560Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 6a074a1e-4b47-4382-9b90-afa918276d12 and serviceModelVersionId: e17bf563-7a13-4701-b853-11ed8cbb93d7
2023-03-18T13:00:52.560Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 8a45306d-3ac3-4f10-a742-9812edbe591e
2023-03-18T13:00:52.560Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/8a45306d-3ac3-4f10-a742-9812edbe591e/model-vers/model-ver/e17bf563-7a13-4701-b853-11ed8cbb93d7?depth=0
2023-03-18T13:00:52.563Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2023-03-18T13:00:52.571Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8a45306d-3ac3-4f10-a742-9812edbe591e/model-vers/model-ver/e17bf563-7a13-4701-b853-11ed8cbb93d7?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-03-18T13:00:52.571Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8a45306d-3ac3-4f10-a742-9812edbe591e/model-vers/model-ver/e17bf563-7a13-4701-b853-11ed8cbb93d7?depth=0|INFO|500||Invoke
2023-03-18T13:00:52.577Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8a45306d-3ac3-4f10-a742-9812edbe591e/model-vers/model-ver/e17bf563-7a13-4701-b853-11ed8cbb93d7?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-18T13:00:52.684Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8a45306d-3ac3-4f10-a742-9812edbe591e/model-vers/model-ver/e17bf563-7a13-4701-b853-11ed8cbb93d7?depth=0|INFO|500||InvokeReturn
2023-03-18T13:00:52.684Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8a45306d-3ac3-4f10-a742-9812edbe591e/model-vers/model-ver/e17bf563-7a13-4701-b853-11ed8cbb93d7?depth=0 has http status code:200 and response headers:{date=[Sat, 18 Mar 2023 13:00:52 GMT], content-length=[0], vertex-id=[188464], x-aai-txid=[2-aai-resources-230318-13:00:52:280-24114], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-18T13:00:52.684Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Response was returned with an empty entity.
2023-03-18T13:00:52.684Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-18T13:00:52.684Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-18T13:00:52.693Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-18T13:00:52.693Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 6a074a1e-4b47-4382-9b90-afa918276d12 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-18T13:00:52.693Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-18T13:00:52.693Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T13:00:52.693Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T13:00:52.694Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679144452693,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-18T13:00:53.716Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-18T13:00:53.716Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||received notification from broker: {"distributionID":"5e005e65-61df-4986-a087-00761a388674","serviceName":"Demo_pNF_Qv5TXucXv4n7mssXUGFK","serviceVersion":"1.0","serviceUUID":"73f959ea-1a0e-41cf-b2da-40f07fd6a9c2","serviceDescription":"catalog service description","serviceInvariantUUID":"86b31417-cd30-434e-93e4-34d81e182271","resources":[{"resourceInstanceName":"pNF 8ecb3a29-1699 0","resourceName":"pNF 8ecb3a29-1699","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"79d852b9-56e5-416f-9d37-4483b88de628","resourceInvariantUUID":"c45c5ef7-20e5-4b81-8392-6fbf8a0a1b25","resourceCustomizationUUID":"3e0c811d-9b69-4eb9-9e2f-6a46c31c8df1","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/resourceInstances/pnf8ecb3a2916990/artifacts/vf-license-model.xml","artifactChecksum":"ZjYwMDAwM2MyYWM5MThmNDNmMGIxMzExNzJmYzM1YzQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"fe22c4be-1d3d-49d6-aaf8-5fb691f2c5bb","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/resourceInstances/pnf8ecb3a2916990/artifacts/pNF.csar","artifactChecksum":"YTFmMWQ3MzViYWZhMGQ1ZThlNzU3Y2I3ZGNlYWU4YjA\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"aee06125-71e1-4665-8ce8-8f87625d3137","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/resourceInstances/pnf8ecb3a2916990/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"d0d177b6-7fdc-4b24-a378-3361c335ea57","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/resourceInstances/pnf8ecb3a2916990/artifacts/vendor-license-model.xml","artifactChecksum":"NmIzN2Y3YWJiZDEyYzZiMDEyNjdiMzJhNGM5MzQ1OGI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"b3fc6aeb-2efb-45ec-a7fe-d71b1477f76e","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/resourceInstances/pnf8ecb3a2916990/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"e7ba57a9-59ef-4efe-90bb-fffece281605","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/resourceInstances/pnf8ecb3a2916990/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"cc689d97-ea39-40b8-b7d1-5326d5b71836","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfQv5txucxv4n7mssxugfk-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-template.yml","artifactChecksum":"ZTJjZGFlZDI3YjNkYzI4ZWNlMWMyNmM5NGMwOGRiNmY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"036d837c-a9b5-4c6b-9026-ef8b033600cc","artifactVersion":"1"},{"artifactName":"service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar","artifactChecksum":"NmIzYzkyYzFlZjM3YjA3YjIzODQ5MzIxZjA4ODdmYTg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"a93044a0-e137-47cf-b45c-87a4ec92508e","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-18T13:00:53.717Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T13:00:53.717Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T13:00:53.717Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T13:00:53.717Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679143939195,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/resourceInstances/pnf8ecb3a2916990/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T13:00:54.717Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T13:00:54.718Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T13:00:54.718Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T13:00:54.718Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679143939195,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/resourceInstances/pnf8ecb3a2916990/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T13:00:55.719Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T13:00:55.719Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T13:00:55.719Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T13:00:55.719Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679143939195,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/resourceInstances/pnf8ecb3a2916990/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T13:00:56.720Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T13:00:56.720Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T13:00:56.720Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T13:00:56.720Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679143939195,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/resourceInstances/pnf8ecb3a2916990/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T13:00:57.721Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T13:00:57.721Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T13:00:57.721Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T13:00:57.721Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679143939195,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/resourceInstances/pnf8ecb3a2916990/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T13:00:58.722Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T13:00:58.722Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T13:00:58.722Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T13:00:58.722Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679143939195,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/resourceInstances/pnf8ecb3a2916990/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T13:00:58.919Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T13:00:58.923Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-18T13:00:58.923Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "74149d2a-f284-47d2-b2fa-4e2fc7be8f3e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679144411379,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-18T13:00:58.924Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:00:58.924Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-18T13:00:58.924Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679143939195,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T13:00:58.924Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:00:58.924Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-18T13:00:58.924Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679143939195,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2023-03-18T13:00:58.924Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:00:58.924Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-18T13:00:58.924Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679143939195,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-03-18T13:00:58.924Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:00:58.924Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-18T13:00:58.925Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679143939195,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T13:00:58.925Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:00:58.925Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-18T13:00:58.925Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679143939195,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-03-18T13:00:58.925Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:00:58.925Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-18T13:00:58.925Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679143939195,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T13:00:58.925Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:00:58.925Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-18T13:00:58.925Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679143939195,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-03-18T13:00:58.925Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:00:58.925Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-18T13:00:58.925Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679144419480,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-18T13:00:58.925Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:00:58.926Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-18T13:00:58.926Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679144420518,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 4b6dc8ac-cbfc-43c0-9e93-2760226914ae already exists"
}
2023-03-18T13:00:58.926Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:00:58.926Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-18T13:00:58.926Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679144421520,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 1903c123-2be6-499b-8524-c9a33406ad4f already exists"
}
2023-03-18T13:00:58.926Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:00:58.926Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-18T13:00:58.926Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679144452693,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-18T13:00:58.926Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:00:58.926Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-18T13:00:58.926Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679143939195,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/resourceInstances/pnf8ecb3a2916990/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T13:00:58.926Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:00:58.926Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-18T13:00:58.926Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679143939195,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/resourceInstances/pnf8ecb3a2916990/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-18T13:00:58.926Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:00:58.927Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-18T13:00:58.927Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679143939195,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/resourceInstances/pnf8ecb3a2916990/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-18T13:00:58.927Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:00:58.927Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-18T13:00:58.927Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679143939195,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/resourceInstances/pnf8ecb3a2916990/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T13:00:58.927Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:00:58.927Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-18T13:00:58.927Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679143939195,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/resourceInstances/pnf8ecb3a2916990/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T13:00:58.927Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:00:58.927Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-18T13:00:58.927Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679143939195,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/resourceInstances/pnf8ecb3a2916990/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T13:00:58.927Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:00:59.723Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T13:00:59.724Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T13:00:59.724Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T13:00:59.724Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679143939195,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T13:01:00.724Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T13:01:00.725Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T13:01:00.725Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T13:01:00.725Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679143939195,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T13:01:01.725Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "serviceName": "Demo_pNF_Qv5TXucXv4n7mssXUGFK",
  "serviceVersion": "1.0",
  "serviceUUID": "73f959ea-1a0e-41cf-b2da-40f07fd6a9c2",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "86b31417-cd30-434e-93e4-34d81e182271",
  "resources": [
    {
      "resourceInstanceName": "pNF 8ecb3a29-1699 0",
      "resourceCustomizationUUID": "3e0c811d-9b69-4eb9-9e2f-6a46c31c8df1",
      "resourceName": "pNF 8ecb3a29-1699",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "79d852b9-56e5-416f-9d37-4483b88de628",
      "resourceInvariantUUID": "c45c5ef7-20e5-4b81-8392-6fbf8a0a1b25",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar",
      "artifactChecksum": "NmIzYzkyYzFlZjM3YjA3YjIzODQ5MzIxZjA4ODdmYTg\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "a93044a0-e137-47cf-b45c-87a4ec92508e"
    }
  ],
  "workloadContext": "Production"
}
2023-03-18T13:01:01.726Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-18T13:01:01.726Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 73f959ea-1a0e-41cf-b2da-40f07fd6a9c2 ASDC
2023-03-18T13:01:01.726Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:5e005e65-61df-4986-a087-00761a388674
ServiceName:Demo_pNF_Qv5TXucXv4n7mssXUGFK
ServiceVersion:1.0
ServiceUUID:73f959ea-1a0e-41cf-b2da-40f07fd6a9c2
ServiceInvariantUUID:86b31417-cd30-434e-93e4-34d81e182271
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar
ArtifactUUID:a93044a0-e137-47cf-b45c-87a4ec92508e
ArtifactChecksum:NmIzYzkyYzFlZjM3YjA3YjIzODQ5MzIxZjA4ODdmYTg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 8ecb3a29-1699 0
ResourceCustomizationUUID:3e0c811d-9b69-4eb9-9e2f-6a46c31c8df1
ResourceInvariantUUID:c45c5ef7-20e5-4b81-8392-6fbf8a0a1b25
ResourceName:pNF 8ecb3a29-1699
ResourceType:PNF
ResourceUUID:79d852b9-56e5-416f-9d37-4483b88de628
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-18T13:01:01.726Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 73f959ea-1a0e-41cf-b2da-40f07fd6a9c2 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: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-18T13:01:01.788Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-18T13:01:01.788Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-03-18T13:01:01.788Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-03-18T13:01:01.788Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: a93044a0-e137-47cf-b45c-87a4ec92508e from URL: /sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar
2023-03-18T13:01:01.788Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||DistributionClient - download
2023-03-18T13:01:01.788Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar
2023-03-18T13:01:02.024Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2023-03-18T13:01:02.028Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar a93044a0-e137-47cf-b45c-87a4ec92508e 88004
2023-03-18T13:01:02.029Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar ASDC sendASDCNotification
2023-03-18T13:01:02.029Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar
2023-03-18T13:01:02.029Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-18T13:01:02.029Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T13:01:02.029Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T13:01:02.029Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679144462029,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T13:01:03.029Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-18T13:01:03.030Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-03-18T13:01:03.030Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: a93044a0-e137-47cf-b45c-87a4ec92508e, URL: /sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar to file: /app/ASDC/1/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar
2023-03-18T13:01:03.031Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar
2023-03-18T13:01:03.031Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar
2023-03-18T13:01:03.031Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar
2023-03-18T13:01:03.094Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6023983736543834420/Definitions/service-DemoPnfQv5txucxv4n7mssxugfk-template.yml
2023-03-18T13:01:03.560Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-18T13:01:03.560Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||WARN|500||####################################################################################################
2023-03-18T13:01:03.560Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar
2023-03-18T13:01:03.560Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-18T13:01:03.560Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||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-DemoPnfQv5txucxv4n7mssxugfk-csar.csar
2023-03-18T13:01:03.560Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar
2023-03-18T13:01:03.560Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||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-DemoPnfQv5txucxv4n7mssxugfk-csar.csar
2023-03-18T13:01:03.560Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar
2023-03-18T13:01:03.560Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar
2023-03-18T13:01:03.560Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 8ecb3a29-1699 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-DemoPnfQv5txucxv4n7mssxugfk-csar.csar
2023-03-18T13:01:03.560Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar
2023-03-18T13:01:03.560Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||WARN|500||####################################################################################################
2023-03-18T13:01:03.560Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T13:01:03.561Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_Qv5TXucXv4n7mssXUGFK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T13:01:03.561Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Node template pNF 8ecb3a29-1699 0 is matching search criteria
2023-03-18T13:01:03.561Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2023-03-18T13:01:03.561Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Found topology templates [pNF 8ecb3a29-1699 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-18T13:01:03.561Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T13:01:03.561Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_Qv5TXucXv4n7mssXUGFK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T13:01:03.561Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Node template pNF 8ecb3a29-1699 0 is matching search criteria
2023-03-18T13:01:03.561Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2023-03-18T13:01:03.561Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Found topology templates [pNF 8ecb3a29-1699 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-18T13:01:03.561Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T13:01:03.561Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_Qv5TXucXv4n7mssXUGFK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T13:01:03.561Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T13:01:03.561Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_Qv5TXucXv4n7mssXUGFK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T13:01:03.561Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T13:01:03.561Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_Qv5TXucXv4n7mssXUGFK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T13:01:03.561Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T13:01:03.561Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_Qv5TXucXv4n7mssXUGFK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T13:01:03.561Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T13:01:03.561Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_Qv5TXucXv4n7mssXUGFK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T13:01:03.562Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_Qv5TXucXv4n7mssXUGFK
Description:catalog service description
Model UUID:73f959ea-1a0e-41cf-b2da-40f07fd6a9c2
Model Version:NULL
Model InvariantUuid:86b31417-cd30-434e-93e4-34d81e182271
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=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-03-18T13:01:03.594Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||ERROR|500||Csar with UUID: a93044a0-e137-47cf-b45c-87a4ec92508e already exists
2023-03-18T13:01:03.594Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar ASDC sendASDCNotification
2023-03-18T13:01:03.595Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar(Csar with UUID: a93044a0-e137-47cf-b45c-87a4ec92508e already exists)
2023-03-18T13:01:03.595Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-18T13:01:03.595Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T13:01:03.595Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T13:01:03.595Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679144463594,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: a93044a0-e137-47cf-b45c-87a4ec92508e already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T13:01:04.595Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar ASDC sendASDCNotification
2023-03-18T13:01:04.596Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar(Resource with UUID: 79d852b9-56e5-416f-9d37-4483b88de628 already exists)
2023-03-18T13:01:04.596Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-18T13:01:04.596Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T13:01:04.596Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T13:01:04.596Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679144464595,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 79d852b9-56e5-416f-9d37-4483b88de628 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T13:01:05.597Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5e005e65-61df-4986-a087-00761a388674
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T13:01:05.615Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5e005e65-61df-4986-a087-00761a388674
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T13:01:05.618Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-18T13:01:05.618Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-18T13:01:05.618Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-18T13:01:05.618Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-18T13:01:05.618Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T13:01:05.618Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T13:01:05.618Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T13:01:05.618Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T13:01:05.619Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T13:01:05.619Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T13:01:05.619Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-18T13:01:05.629Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-18T13:01:35.630Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 5e005e65-61df-4986-a087-00761a388674 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-18T13:01:35.639Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 5e005e65-61df-4986-a087-00761a388674 and serviceModelVersionId: 73f959ea-1a0e-41cf-b2da-40f07fd6a9c2
2023-03-18T13:01:35.640Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 86b31417-cd30-434e-93e4-34d81e182271
2023-03-18T13:01:35.640Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/86b31417-cd30-434e-93e4-34d81e182271/model-vers/model-ver/73f959ea-1a0e-41cf-b2da-40f07fd6a9c2?depth=0
2023-03-18T13:01:35.645Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2023-03-18T13:01:35.681Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/86b31417-cd30-434e-93e4-34d81e182271/model-vers/model-ver/73f959ea-1a0e-41cf-b2da-40f07fd6a9c2?depth=0|INFO|500||Invoke
2023-03-18T13:01:35.681Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/86b31417-cd30-434e-93e4-34d81e182271/model-vers/model-ver/73f959ea-1a0e-41cf-b2da-40f07fd6a9c2?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/86b31417-cd30-434e-93e4-34d81e182271/model-vers/model-ver/73f959ea-1a0e-41cf-b2da-40f07fd6a9c2?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[5e005e65-61df-4986-a087-00761a388674], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[df41790b-5e6a-4f19-a4dd-c8c26b63dd3f], X-ECOMP-RequestID=[5e005e65-61df-4986-a087-00761a388674], X-TransactionId=[], X-ONAP-RequestID=[5e005e65-61df-4986-a087-00761a388674], Content-Type=[application/merge-patch+json]}
2023-03-18T13:01:35.688Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/86b31417-cd30-434e-93e4-34d81e182271/model-vers/model-ver/73f959ea-1a0e-41cf-b2da-40f07fd6a9c2?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-18T13:01:35.805Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/86b31417-cd30-434e-93e4-34d81e182271/model-vers/model-ver/73f959ea-1a0e-41cf-b2da-40f07fd6a9c2?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/86b31417-cd30-434e-93e4-34d81e182271/model-vers/model-ver/73f959ea-1a0e-41cf-b2da-40f07fd6a9c2?depth=0 has http status code:200 and response headers:{date=[Sat, 18 Mar 2023 13:01:35 GMT], content-length=[0], vertex-id=[204904], x-aai-txid=[1-aai-resources-230318-13:01:35:391-67128], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-18T13:01:35.805Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/86b31417-cd30-434e-93e4-34d81e182271/model-vers/model-ver/73f959ea-1a0e-41cf-b2da-40f07fd6a9c2?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-18T13:01:35.806Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/86b31417-cd30-434e-93e4-34d81e182271/model-vers/model-ver/73f959ea-1a0e-41cf-b2da-40f07fd6a9c2?depth=0|INFO|500||InvokeReturn
2023-03-18T13:01:35.806Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-18T13:01:35.806Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-18T13:01:35.816Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-18T13:01:35.817Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 5e005e65-61df-4986-a087-00761a388674 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-18T13:01:35.817Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-18T13:01:35.817Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T13:01:35.817Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T13:01:35.817Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679144495817,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-18T13:01:36.841Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-18T13:01:36.841Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||received notification from broker: {"distributionID":"b26959c2-c6ca-4cf7-9cdd-576be04a9c92","serviceName":"Demo_pNF_M5QKMfmDLPuLyaz8OWr9","serviceVersion":"1.0","serviceUUID":"c315cbb3-fd53-45ce-8b0b-ad3e84c78918","serviceDescription":"catalog service description","serviceInvariantUUID":"a46a4505-8d20-4c38-8d99-1b181bf22700","resources":[{"resourceInstanceName":"pNF 66b89d6a-37e2 0","resourceName":"pNF 66b89d6a-37e2","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"5cb48981-5482-4843-a71a-1ebe978a5e90","resourceInvariantUUID":"067cbf90-981e-43f3-86b6-aee782d22bba","resourceCustomizationUUID":"84e6e64b-76cd-40cf-86fd-15855e6c2efb","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/resourceInstances/pnf66b89d6a37e20/artifacts/vf-license-model.xml","artifactChecksum":"NmE3OGI0M2NhMTkzNzdlZjJiNzk5YWUzOGVkODUwZTQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"7cbe96a6-d4de-40e4-9f5f-7effc4b8523d","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/resourceInstances/pnf66b89d6a37e20/artifacts/pNF.csar","artifactChecksum":"YTFmMWQ3MzViYWZhMGQ1ZThlNzU3Y2I3ZGNlYWU4YjA\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"7fd2d8fc-6c10-444b-93e4-8ebf25d579b5","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/resourceInstances/pnf66b89d6a37e20/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"62304596-99e5-46f3-868d-189f9dacc577","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/resourceInstances/pnf66b89d6a37e20/artifacts/vendor-license-model.xml","artifactChecksum":"YzhhZjQxZjBiNGEwYTBlMTMwMDYwZmQ3ZjM5OWY1MTY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"c98a30f6-a6ab-4b74-9a89-a4282ace9636","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/resourceInstances/pnf66b89d6a37e20/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"6ba69e42-ade7-45c2-a4ec-3b8f081071f9","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/resourceInstances/pnf66b89d6a37e20/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"2afae58f-afd7-42b0-ae19-62fbbccae66e","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfM5qkmfmdlpulyaz8owr9-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/artifacts/service-DemoPnfM5qkmfmdlpulyaz8owr9-template.yml","artifactChecksum":"NDU2YjRjNDEyNWEwZGVkZjBjNDY2MTJmOTFhNzRhYzk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"181d2352-caba-4b3f-999f-926eb0949ab9","artifactVersion":"1"},{"artifactName":"service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/artifacts/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar","artifactChecksum":"ZWMyYmIzM2U4YmVmYmIwYmU1ZDhjODY4NGEyYTI4NjI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"fdcf7f15-35cd-49a2-839b-26e97623a9bc","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-18T13:01:36.841Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T13:01:36.842Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T13:01:36.842Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T13:01:36.842Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679143939195,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/resourceInstances/pnf66b89d6a37e20/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T13:01:37.843Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T13:01:37.843Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T13:01:37.843Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T13:01:37.844Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679143939195,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/resourceInstances/pnf66b89d6a37e20/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T13:01:38.844Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T13:01:38.845Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T13:01:38.845Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T13:01:38.845Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679143939195,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/resourceInstances/pnf66b89d6a37e20/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T13:01:39.846Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T13:01:39.846Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T13:01:39.847Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T13:01:39.847Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679143939195,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/resourceInstances/pnf66b89d6a37e20/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T13:01:40.848Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T13:01:40.848Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T13:01:40.848Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T13:01:40.848Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679143939195,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/resourceInstances/pnf66b89d6a37e20/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T13:01:41.849Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T13:01:41.849Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T13:01:41.850Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T13:01:41.850Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679143939195,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/resourceInstances/pnf66b89d6a37e20/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T13:01:42.851Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T13:01:42.851Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T13:01:42.852Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T13:01:42.852Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679143939195,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/artifacts/service-DemoPnfM5qkmfmdlpulyaz8owr9-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T13:01:43.852Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T13:01:43.853Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T13:01:43.853Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T13:01:43.853Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679143939195,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/artifacts/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T13:01:44.855Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "serviceName": "Demo_pNF_M5QKMfmDLPuLyaz8OWr9",
  "serviceVersion": "1.0",
  "serviceUUID": "c315cbb3-fd53-45ce-8b0b-ad3e84c78918",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "a46a4505-8d20-4c38-8d99-1b181bf22700",
  "resources": [
    {
      "resourceInstanceName": "pNF 66b89d6a-37e2 0",
      "resourceCustomizationUUID": "84e6e64b-76cd-40cf-86fd-15855e6c2efb",
      "resourceName": "pNF 66b89d6a-37e2",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "5cb48981-5482-4843-a71a-1ebe978a5e90",
      "resourceInvariantUUID": "067cbf90-981e-43f3-86b6-aee782d22bba",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/artifacts/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar",
      "artifactChecksum": "ZWMyYmIzM2U4YmVmYmIwYmU1ZDhjODY4NGEyYTI4NjI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "fdcf7f15-35cd-49a2-839b-26e97623a9bc"
    }
  ],
  "workloadContext": "Production"
}
2023-03-18T13:01:44.855Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-18T13:01:44.855Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 c315cbb3-fd53-45ce-8b0b-ad3e84c78918 ASDC
2023-03-18T13:01:44.856Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:b26959c2-c6ca-4cf7-9cdd-576be04a9c92
ServiceName:Demo_pNF_M5QKMfmDLPuLyaz8OWr9
ServiceVersion:1.0
ServiceUUID:c315cbb3-fd53-45ce-8b0b-ad3e84c78918
ServiceInvariantUUID:a46a4505-8d20-4c38-8d99-1b181bf22700
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/artifacts/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar
ArtifactUUID:fdcf7f15-35cd-49a2-839b-26e97623a9bc
ArtifactChecksum:ZWMyYmIzM2U4YmVmYmIwYmU1ZDhjODY4NGEyYTI4NjI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 66b89d6a-37e2 0
ResourceCustomizationUUID:84e6e64b-76cd-40cf-86fd-15855e6c2efb
ResourceInvariantUUID:067cbf90-981e-43f3-86b6-aee782d22bba
ResourceName:pNF 66b89d6a-37e2
ResourceType:PNF
ResourceUUID:5cb48981-5482-4843-a71a-1ebe978a5e90
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-18T13:01:44.856Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF c315cbb3-fd53-45ce-8b0b-ad3e84c78918 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: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-18T13:01:44.897Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-18T13:01:44.897Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-03-18T13:01:44.898Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-03-18T13:01:44.898Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: fdcf7f15-35cd-49a2-839b-26e97623a9bc from URL: /sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/artifacts/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar
2023-03-18T13:01:44.898Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||DistributionClient - download
2023-03-18T13:01:44.898Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/artifacts/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar
2023-03-18T13:01:45.161Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2023-03-18T13:01:45.167Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/artifacts/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar fdcf7f15-35cd-49a2-839b-26e97623a9bc 88022
2023-03-18T13:01:45.167Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/artifacts/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar ASDC sendASDCNotification
2023-03-18T13:01:45.168Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/artifacts/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar
2023-03-18T13:01:45.168Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-18T13:01:45.173Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T13:01:45.174Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T13:01:45.174Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679144505167,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/artifacts/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T13:01:46.175Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-18T13:01:46.176Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-03-18T13:01:46.176Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: fdcf7f15-35cd-49a2-839b-26e97623a9bc, URL: /sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/artifacts/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar to file: /app/ASDC/1/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar
2023-03-18T13:01:46.176Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar
2023-03-18T13:01:46.177Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar
2023-03-18T13:01:46.177Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar
2023-03-18T13:01:46.248Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP18020319585816402060/Definitions/service-DemoPnfM5qkmfmdlpulyaz8owr9-template.yml
2023-03-18T13:01:46.783Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-18T13:01:46.783Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||WARN|500||####################################################################################################
2023-03-18T13:01:46.783Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar
2023-03-18T13:01:46.783Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-18T13:01:46.785Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||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-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar
2023-03-18T13:01:46.785Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar
2023-03-18T13:01:46.785Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||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-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar
2023-03-18T13:01:46.785Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 66b89d6a-37e2 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-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar
2023-03-18T13:01:46.785Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar
2023-03-18T13:01:46.785Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar
2023-03-18T13:01:46.785Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar
2023-03-18T13:01:46.785Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||WARN|500||####################################################################################################
2023-03-18T13:01:46.785Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T13:01:46.786Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_M5QKMfmDLPuLyaz8OWr9 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T13:01:46.786Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||Node template pNF 66b89d6a-37e2 0 is matching search criteria
2023-03-18T13:01:46.786Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2023-03-18T13:01:46.786Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||Found topology templates [pNF 66b89d6a-37e2 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-18T13:01:46.786Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T13:01:46.786Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_M5QKMfmDLPuLyaz8OWr9 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T13:01:46.786Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||Node template pNF 66b89d6a-37e2 0 is matching search criteria
2023-03-18T13:01:46.787Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2023-03-18T13:01:46.787Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||Found topology templates [pNF 66b89d6a-37e2 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-18T13:01:46.787Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T13:01:46.787Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_M5QKMfmDLPuLyaz8OWr9 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T13:01:46.787Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T13:01:46.787Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_M5QKMfmDLPuLyaz8OWr9 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T13:01:46.787Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T13:01:46.787Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_M5QKMfmDLPuLyaz8OWr9 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T13:01:46.787Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T13:01:46.787Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_M5QKMfmDLPuLyaz8OWr9 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T13:01:46.788Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T13:01:46.788Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_M5QKMfmDLPuLyaz8OWr9 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T13:01:46.788Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_M5QKMfmDLPuLyaz8OWr9
Description:catalog service description
Model UUID:c315cbb3-fd53-45ce-8b0b-ad3e84c78918
Model Version:NULL
Model InvariantUuid:a46a4505-8d20-4c38-8d99-1b181bf22700
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=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-03-18T13:01:46.820Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||ERROR|500||Csar with UUID: fdcf7f15-35cd-49a2-839b-26e97623a9bc already exists
2023-03-18T13:01:46.820Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/artifacts/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar ASDC sendASDCNotification
2023-03-18T13:01:46.821Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/artifacts/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar(Csar with UUID: fdcf7f15-35cd-49a2-839b-26e97623a9bc already exists)
2023-03-18T13:01:46.821Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-18T13:01:46.821Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T13:01:46.821Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T13:01:46.822Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679144506820,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/artifacts/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: fdcf7f15-35cd-49a2-839b-26e97623a9bc already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T13:01:47.823Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/artifacts/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar ASDC sendASDCNotification
2023-03-18T13:01:47.823Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/artifacts/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar(Resource with UUID: 5cb48981-5482-4843-a71a-1ebe978a5e90 already exists)
2023-03-18T13:01:47.823Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-18T13:01:47.823Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T13:01:47.823Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T13:01:47.823Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679144507823,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/artifacts/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 5cb48981-5482-4843-a71a-1ebe978a5e90 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T13:01:48.824Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b26959c2-c6ca-4cf7-9cdd-576be04a9c92
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T13:01:48.840Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b26959c2-c6ca-4cf7-9cdd-576be04a9c92
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T13:01:48.843Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-18T13:01:48.843Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-18T13:01:48.843Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-18T13:01:48.843Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-18T13:01:48.843Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T13:01:48.844Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T13:01:48.844Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T13:01:48.844Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T13:01:48.844Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T13:01:48.844Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T13:01:48.844Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-18T13:01:48.853Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-18T13:01:58.919Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T13:01:58.926Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-18T13:01:58.926Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679143939195,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T13:01:58.926Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:01:58.927Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-18T13:01:58.927Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679143939195,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar",
  "status": "NOTIFIED"
}
2023-03-18T13:01:58.927Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:01:58.927Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-18T13:01:58.927Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679144462029,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-18T13:01:58.927Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:01:58.927Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-18T13:01:58.927Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679144463594,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: a93044a0-e137-47cf-b45c-87a4ec92508e already exists"
}
2023-03-18T13:01:58.927Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:01:58.927Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-18T13:01:58.928Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679144464595,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 79d852b9-56e5-416f-9d37-4483b88de628 already exists"
}
2023-03-18T13:01:58.928Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:01:58.928Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-18T13:01:58.928Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679144495817,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-18T13:01:58.928Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:01:58.928Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-18T13:01:58.928Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679143939195,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/resourceInstances/pnf66b89d6a37e20/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T13:01:58.928Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:01:58.928Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-18T13:01:58.928Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679143939195,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/resourceInstances/pnf66b89d6a37e20/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-18T13:01:58.928Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:01:58.929Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-18T13:01:58.929Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679143939195,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/resourceInstances/pnf66b89d6a37e20/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-18T13:01:58.929Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:01:58.929Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-18T13:01:58.929Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679143939195,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/resourceInstances/pnf66b89d6a37e20/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T13:01:58.929Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:01:58.929Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-18T13:01:58.929Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679143939195,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/resourceInstances/pnf66b89d6a37e20/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T13:01:58.929Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:01:58.929Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-18T13:01:58.929Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679143939195,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/resourceInstances/pnf66b89d6a37e20/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T13:01:58.929Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:01:58.930Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-18T13:01:58.930Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679143939195,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/artifacts/service-DemoPnfM5qkmfmdlpulyaz8owr9-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T13:01:58.930Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:01:58.930Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-18T13:01:58.930Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679143939195,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/artifacts/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar",
  "status": "NOTIFIED"
}
2023-03-18T13:01:58.930Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:01:58.930Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-18T13:01:58.930Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679144505167,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/artifacts/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-18T13:01:58.930Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:01:58.930Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-18T13:01:58.930Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679144506820,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/artifacts/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: fdcf7f15-35cd-49a2-839b-26e97623a9bc already exists"
}
2023-03-18T13:01:58.930Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:01:58.930Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-18T13:01:58.930Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679144507823,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/artifacts/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 5cb48981-5482-4843-a71a-1ebe978a5e90 already exists"
}
2023-03-18T13:01:58.930Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:02:18.854Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: b26959c2-c6ca-4cf7-9cdd-576be04a9c92 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-18T13:02:18.864Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: b26959c2-c6ca-4cf7-9cdd-576be04a9c92 and serviceModelVersionId: c315cbb3-fd53-45ce-8b0b-ad3e84c78918
2023-03-18T13:02:18.864Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : a46a4505-8d20-4c38-8d99-1b181bf22700
2023-03-18T13:02:18.864Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/a46a4505-8d20-4c38-8d99-1b181bf22700/model-vers/model-ver/c315cbb3-fd53-45ce-8b0b-ad3e84c78918?depth=0
2023-03-18T13:02:18.868Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2023-03-18T13:02:18.878Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a46a4505-8d20-4c38-8d99-1b181bf22700/model-vers/model-ver/c315cbb3-fd53-45ce-8b0b-ad3e84c78918?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-03-18T13:02:18.878Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a46a4505-8d20-4c38-8d99-1b181bf22700/model-vers/model-ver/c315cbb3-fd53-45ce-8b0b-ad3e84c78918?depth=0|INFO|500||Invoke
2023-03-18T13:02:18.885Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a46a4505-8d20-4c38-8d99-1b181bf22700/model-vers/model-ver/c315cbb3-fd53-45ce-8b0b-ad3e84c78918?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-18T13:02:18.996Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a46a4505-8d20-4c38-8d99-1b181bf22700/model-vers/model-ver/c315cbb3-fd53-45ce-8b0b-ad3e84c78918?depth=0|INFO|500||InvokeReturn
2023-03-18T13:02:18.997Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a46a4505-8d20-4c38-8d99-1b181bf22700/model-vers/model-ver/c315cbb3-fd53-45ce-8b0b-ad3e84c78918?depth=0 has http status code:200 and response headers:{date=[Sat, 18 Mar 2023 13:02:18 GMT], content-length=[0], vertex-id=[217192], x-aai-txid=[2-aai-resources-230318-13:02:18:586-2350], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-18T13:02:18.997Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||Response was returned with an empty entity.
2023-03-18T13:02:18.997Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-18T13:02:18.997Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-18T13:02:19.005Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-18T13:02:19.006Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID b26959c2-c6ca-4cf7-9cdd-576be04a9c92 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-18T13:02:19.006Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-18T13:02:19.006Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T13:02:19.006Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T13:02:19.006Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679144539006,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-18T13:02:20.026Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T13:02:20.026Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Failing OffsetCommit request since the consumer is not part of an active group
2023-03-18T13:02:20.026Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Node 2 disconnected.
2023-03-18T13:02:20.027Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Node 1 disconnected.
2023-03-18T13:02:20.027Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||ERROR|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Asynchronous auto-commit of offsets failed: Offset commit cannot be completed since the consumer is not part of an active group for auto partition assignment; it is likely that the consumer was kicked out of the group.. Will continue to join group.
2023-03-18T13:02:20.027Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Giving away all assigned partitions as lost since generation/memberID has been reset,indicating that consumer is in old state or no longer part of the group
2023-03-18T13:02:20.027Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Lost previously assigned partitions SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5
2023-03-18T13:02:20.027Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] (Re-)joining group
2023-03-18T13:02:20.029Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Asynchronous auto-commit of offsets {SDC-DISTR-NOTIF-TOPIC-AUTO-5=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-4=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-3=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-2=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-1=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-0=OffsetAndMetadata{offset=7, leaderEpoch=0, metadata=''}} failed: Offset commit cannot be completed since the consumer is not part of an active group for auto partition assignment; it is likely that the consumer was kicked out of the group.
2023-03-18T13:02:20.031Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2-82b68ece-bb70-42e6-bb6c-f8bb9354f724
2023-03-18T13:02:20.031Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Request joining group due to: rebalance failed due to 'The group member needs to have a valid member id before actually entering a consumer group.' (MemberIdRequiredException)
2023-03-18T13:02:20.031Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] (Re-)joining group
2023-03-18T13:02:21.866Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T13:02:24.876Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T13:02:27.914Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T13:02:30.924Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T13:02:33.933Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T13:02:36.943Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T13:02:39.952Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T13:02:42.962Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T13:02:45.972Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T13:02:48.981Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T13:02:51.991Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T13:02:55.008Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T13:02:58.017Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T13:02:58.920Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T13:02:58.931Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Revoke previously assigned partitions SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-03-18T13:02:58.931Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] (Re-)joining group
2023-03-18T13:02:58.936Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Successfully joined group with generation Generation{generationId=50, memberId='SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94-2995e74d-4211-4955-93f6-f3f14568571e', protocol='range'}
2023-03-18T13:02:58.940Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Finished assignment for group at generation 50: {SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2-82b68ece-bb70-42e6-bb6c-f8bb9354f724=Assignment(partitions=[SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5]), SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94-2995e74d-4211-4955-93f6-f3f14568571e=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])}
2023-03-18T13:02:58.936Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Successfully joined group with generation Generation{generationId=50, memberId='SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2-82b68ece-bb70-42e6-bb6c-f8bb9354f724', protocol='range'}
2023-03-18T13:02:58.952Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Successfully synced group in generation Generation{generationId=50, memberId='SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2-82b68ece-bb70-42e6-bb6c-f8bb9354f724', protocol='range'}
2023-03-18T13:02:58.952Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Successfully synced group in generation Generation{generationId=50, memberId='SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94-2995e74d-4211-4955-93f6-f3f14568571e', protocol='range'}
2023-03-18T13:02:58.952Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5])
2023-03-18T13:02:58.952Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Adding newly assigned partitions: SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5
2023-03-18T13:02:58.952Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])
2023-03-18T13:02:58.953Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Adding newly assigned partitions: SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-03-18T13:02:58.956Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-18T13:02:58.956Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-18T13:02:58.956Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-18T13:02:58.957Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-18T13:02:58.957Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-18T13:02:58.957Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-18T13:02:58.957Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-18T13:02:58.957Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-18T13:02:58.957Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-18T13:02:58.957Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=1087, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-18T13:02:58.957Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-18T13:02:58.957Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-18T13:02:59.020Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-18T13:02:59.021Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||received notification from broker: {"distributionID":"34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846","serviceName":"basic_onboard_gCPnoC","serviceVersion":"1.0","serviceUUID":"dad851ae-1f1d-4e04-8847-f18fd5d51391","serviceDescription":"service","serviceInvariantUUID":"693dcbb7-55f2-41d5-a0d9-572574329dfe","resources":[{"resourceInstanceName":"basic_onboard_gCPnoC 0","resourceName":"basic_onboard_gCPnoC","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"f3fb2f57-aad9-4f33-88db-c458ae09cdfb","resourceInvariantUUID":"d7c6b294-4284-4b69-87ff-a797deedad73","resourceCustomizationUUID":"9327f8c9-4591-449b-b6af-227dc0614cab","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/vf-license-model.xml","artifactChecksum":"OGQ5ZDI0MzIzNDdmMDUyYmQ0MzVmMDVkOWUyNGVlYmE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"5077753b-8cdd-47a9-82d5-e3ff4ce969c3","artifactVersion":"1"},{"artifactName":"basic_onboard_gcpnoc0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json","artifactChecksum":"NjRhMmYzNDQxZDFkYzhiMjZmMTk3NDMzZmQwOWNiNWI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"583db2fa-2045-4011-8045-9fd436580060","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"0846dbe8-d246-42f3-9ba6-3c197d6bb5c4","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"5004fadd-cda9-4566-99ac-bc5d669427a2","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"7d3da3bf-4415-4326-b045-fe6bef605f78","artifactVersion":"2","generatedFromUUID":"0846dbe8-d246-42f3-9ba6-3c197d6bb5c4"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardGcpnoc-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-template.yml","artifactChecksum":"OGFkYWYzODVjYTg1MmE4Y2JhZWM5NDk3ZjljNTAwNTE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"8ab16f5d-5180-4470-b278-f6ea6f7c23e8","artifactVersion":"1"},{"artifactName":"service-BasicOnboardGcpnoc-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar","artifactChecksum":"MjQxYmE3NTM3MTRlYjAwMzA2YjMyYmJjMmU4MmNkYjE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"d6569f72-4f81-428a-8593-389324ccdf48","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-18T13:02:59.021Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T13:02:59.021Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T13:02:59.021Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T13:02:59.021Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679144540026,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T13:02:59.969Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-18T13:02:59.969Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679144539006,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-18T13:02:59.969Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:02:59.969Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-18T13:02:59.969Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679144540026,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T13:02:59.969Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:03:00.022Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T13:03:00.022Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T13:03:00.022Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T13:03:00.022Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679144540026,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T13:03:01.022Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T13:03:01.023Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T13:03:01.023Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T13:03:01.023Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679144540026,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T13:03:02.024Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T13:03:02.024Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T13:03:02.024Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T13:03:02.024Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679144540026,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T13:03:03.026Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T13:03:03.027Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T13:03:03.027Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T13:03:03.027Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679144540026,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T13:03:04.027Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T13:03:04.028Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T13:03:04.028Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T13:03:04.028Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679144540026,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T13:03:05.029Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T13:03:05.029Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T13:03:05.029Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T13:03:05.029Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679144540026,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T13:03:06.030Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "serviceName": "basic_onboard_gCPnoC",
  "serviceVersion": "1.0",
  "serviceUUID": "dad851ae-1f1d-4e04-8847-f18fd5d51391",
  "serviceDescription": "service",
  "serviceInvariantUUID": "693dcbb7-55f2-41d5-a0d9-572574329dfe",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_gCPnoC 0",
      "resourceCustomizationUUID": "9327f8c9-4591-449b-b6af-227dc0614cab",
      "resourceName": "basic_onboard_gCPnoC",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "f3fb2f57-aad9-4f33-88db-c458ae09cdfb",
      "resourceInvariantUUID": "d7c6b294-4284-4b69-87ff-a797deedad73",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_gcpnoc0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json",
          "artifactChecksum": "NjRhMmYzNDQxZDFkYzhiMjZmMTk3NDMzZmQwOWNiNWI\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "583db2fa-2045-4011-8045-9fd436580060",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "0846dbe8-d246-42f3-9ba6-3c197d6bb5c4",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "7d3da3bf-4415-4326-b045-fe6bef605f78",
            "generatedFromUUID": "0846dbe8-d246-42f3-9ba6-3c197d6bb5c4"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "7d3da3bf-4415-4326-b045-fe6bef605f78",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardGcpnoc-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar",
      "artifactChecksum": "MjQxYmE3NTM3MTRlYjAwMzA2YjMyYmJjMmU4MmNkYjE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "d6569f72-4f81-428a-8593-389324ccdf48"
    }
  ],
  "workloadContext": "Production"
}
2023-03-18T13:03:06.030Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-18T13:03:06.030Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 dad851ae-1f1d-4e04-8847-f18fd5d51391 ASDC
2023-03-18T13:03:06.031Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
ServiceName:basic_onboard_gCPnoC
ServiceVersion:1.0
ServiceUUID:dad851ae-1f1d-4e04-8847-f18fd5d51391
ServiceInvariantUUID:693dcbb7-55f2-41d5-a0d9-572574329dfe
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardGcpnoc-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar
ArtifactUUID:d6569f72-4f81-428a-8593-389324ccdf48
ArtifactChecksum:MjQxYmE3NTM3MTRlYjAwMzA2YjMyYmJjMmU4MmNkYjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_gCPnoC 0
ResourceCustomizationUUID:9327f8c9-4591-449b-b6af-227dc0614cab
ResourceInvariantUUID:d7c6b294-4284-4b69-87ff-a797deedad73
ResourceName:basic_onboard_gCPnoC
ResourceType:VF
ResourceUUID:f3fb2f57-aad9-4f33-88db-c458ae09cdfb
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_gcpnoc0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json
ArtifactUUID:583db2fa-2045-4011-8045-9fd436580060
ArtifactChecksum:NjRhMmYzNDQxZDFkYzhiMjZmMTk3NDMzZmQwOWNiNWI=
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/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.yaml
ArtifactUUID:0846dbe8-d246-42f3-9ba6-3c197d6bb5c4
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/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.env
ArtifactUUID:7d3da3bf-4415-4326-b045-fe6bef605f78
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/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.env
ArtifactUUID:7d3da3bf-4415-4326-b045-fe6bef605f78
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-18T13:03:06.031Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF dad851ae-1f1d-4e04-8847-f18fd5d51391 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: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-18T13:03:06.066Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-18T13:03:06.066Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-03-18T13:03:06.066Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-03-18T13:03:06.067Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: d6569f72-4f81-428a-8593-389324ccdf48 from URL: /sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar
2023-03-18T13:03:06.067Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||DistributionClient - download
2023-03-18T13:03:06.067Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar
2023-03-18T13:03:06.165Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||GET Response Status 404
2023-03-18T13:03:06.165Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@1da074d4
2023-03-18T13:03:06.165Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-18T13:03:06.166Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicOnboardGcpnoc"
      ]
    }
  }
}
2023-03-18T13:03:06.166Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicOnboardGcpnoc-csar.csar /sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar d6569f72-4f81-428a-8593-389324ccdf48 Specified artifact is  not found 300 ASDC artifact download fail
2023-03-18T13:03:06.166Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar ASDC sendASDCNotification
2023-03-18T13:03:06.166Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar(Specified artifact is  not found)
2023-03-18T13:03:06.166Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-18T13:03:06.167Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T13:03:06.167Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T13:03:06.167Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679144586166,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T13:03:07.168Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during processCsarServiceArtifacts ASDC processCsarServiceArtifacts 500 Exception in processCsarServiceArtifacts
org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact service-BasicOnboardGcpnoc-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar(UUID:d6569f72-4f81-428a-8593-389324ccdf48)
Error message is Specified artifact is  not found

	at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394)
	at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2023-03-18T13:03:07.179Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||ERROR|500||error NSST process resource failure 
java.lang.NullPointerException: null
	at org.onap.so.asdc.client.ASDCController.processNsstNotification(ASDCController.java:978)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:760)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-18T13:03:07.180Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: f3fb2f57-aad9-4f33-88db-c458ae09cdfb
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-18T13:03:07.182Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||basic_onboard_gCPnoC 0
2023-03-18T13:03:07.183Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: f3fb2f57-aad9-4f33-88db-c458ae09cdfb
2023-03-18T13:03:07.183Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 583db2fa-2045-4011-8045-9fd436580060 from URL: /sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json
2023-03-18T13:03:07.183Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||DistributionClient - download
2023-03-18T13:03:07.183Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json
2023-03-18T13:03:07.196Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||GET Response Status 404
2023-03-18T13:03:07.196Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@56441020
2023-03-18T13:03:07.196Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-18T13:03:07.196Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicOnboardGcpnoc"
      ]
    }
  }
}
2023-03-18T13:03:07.196Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL basic_onboard_gcpnoc0_modules.json /sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json 583db2fa-2045-4011-8045-9fd436580060 Specified artifact is  not found 300 ASDC artifact download fail
2023-03-18T13:03:07.197Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json ASDC sendASDCNotification
2023-03-18T13:03:07.197Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json(Specified artifact is  not found)
2023-03-18T13:03:07.197Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-18T13:03:07.197Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T13:03:07.197Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T13:03:07.197Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679144587196,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T13:03:08.198Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during Installation of artifact ASDC processResourceNotification 500 Exception in processResourceNotification
org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact basic_onboard_gcpnoc0_modules.json could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json(UUID:583db2fa-2045-4011-8045-9fd436580060)
Error message is Specified artifact is  not found

	at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:787)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-18T13:03:08.199Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T13:03:08.217Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T13:03:08.220Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-18T13:03:08.220Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-18T13:03:38.221Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T13:03:38.236Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T13:03:38.239Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-18T13:03:38.239Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-18T13:03:58.919Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T13:03:58.920Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-18T13:03:58.921Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679144540026,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json",
  "status": "NOTIFIED"
}
2023-03-18T13:03:58.921Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:04:08.242Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T13:04:08.256Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T13:04:08.260Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-18T13:04:08.260Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-18T13:04:38.260Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T13:04:38.281Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T13:04:38.284Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-18T13:04:38.285Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-18T13:04:58.920Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T13:04:58.923Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-18T13:04:58.923Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679144540026,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2023-03-18T13:04:58.923Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:04:58.923Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-18T13:04:58.923Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679144540026,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T13:04:58.923Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:04:58.923Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-18T13:04:58.923Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679144540026,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2023-03-18T13:04:58.923Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:04:58.923Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-18T13:04:58.923Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679144540026,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T13:04:58.923Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:04:58.923Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-18T13:04:58.923Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679144540026,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar",
  "status": "NOTIFIED"
}
2023-03-18T13:04:58.923Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:04:58.923Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-18T13:04:58.923Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679144586166,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-18T13:04:58.923Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:04:58.923Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-18T13:04:58.923Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679144587196,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-18T13:04:58.923Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:05:08.285Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T13:05:08.302Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T13:05:08.306Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-18T13:05:08.306Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-18T13:05:38.306Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T13:05:38.325Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T13:05:38.328Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-18T13:05:38.328Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-18T13:05:58.919Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T13:06:08.329Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T13:06:08.346Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T13:06:08.349Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-18T13:06:08.349Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-18T13:06:38.349Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T13:06:38.366Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T13:06:38.369Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-18T13:06:38.369Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-18T13:06:58.920Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T13:07:08.370Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T13:07:08.389Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T13:07:08.392Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-18T13:07:08.393Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-18T13:07:38.393Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T13:07:38.412Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T13:07:38.415Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-18T13:07:38.415Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-18T13:07:58.921Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T13:07:59.092Z||kafka-coordinator-heartbeat-thread | so|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] consumer poll timeout has expired. This means the time between subsequent calls to poll() was longer than the configured max.poll.interval.ms, which typically implies that the poll loop is spending too much time processing messages. You can address this either by increasing max.poll.interval.ms or by reducing the maximum size of batches returned in poll() with max.poll.records.
2023-03-18T13:07:59.092Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Member SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2-82b68ece-bb70-42e6-bb6c-f8bb9354f724 sending LeaveGroup request to coordinator onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2147483645 rack: null) due to consumer poll timeout has expired.
2023-03-18T13:07:59.093Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Resetting generation and member id due to: consumer pro-actively leaving the group
2023-03-18T13:07:59.093Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Request joining group due to: consumer pro-actively leaving the group
2023-03-18T13:07:59.741Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T13:07:59.751Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Revoke previously assigned partitions SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-03-18T13:07:59.751Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] (Re-)joining group
2023-03-18T13:07:59.755Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Successfully joined group with generation Generation{generationId=51, memberId='SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94-2995e74d-4211-4955-93f6-f3f14568571e', protocol='range'}
2023-03-18T13:07:59.755Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Finished assignment for group at generation 51: {SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94-2995e74d-4211-4955-93f6-f3f14568571e=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])}
2023-03-18T13:07:59.768Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Successfully synced group in generation Generation{generationId=51, memberId='SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94-2995e74d-4211-4955-93f6-f3f14568571e', protocol='range'}
2023-03-18T13:07:59.769Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])
2023-03-18T13:07:59.769Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Adding newly assigned partitions: SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-03-18T13:07:59.772Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-18T13:07:59.772Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-18T13:07:59.773Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-18T13:07:59.773Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=1097, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-18T13:07:59.773Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-18T13:07:59.773Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-18T13:08:08.416Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2023-03-18T13:08:08.417Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-18T13:08:08.425Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846 and serviceModelVersionId: dad851ae-1f1d-4e04-8847-f18fd5d51391
2023-03-18T13:08:08.426Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 693dcbb7-55f2-41d5-a0d9-572574329dfe
2023-03-18T13:08:08.427Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391?depth=0
2023-03-18T13:08:08.432Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2023-03-18T13:08:08.443Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391?depth=0|INFO|500||Invoke
2023-03-18T13:08:08.443Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[bc61d50d-dc7e-4e71-8813-0b84a87793be], X-ECOMP-RequestID=[34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846], X-TransactionId=[], X-ONAP-RequestID=[34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846], Content-Type=[application/merge-patch+json]}
2023-03-18T13:08:08.451Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2023-03-18T13:08:08.478Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391?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/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391?depth=0 has http status code:404 and response headers:{date=[Sat, 18 Mar 2023 13:08:08 GMT], content-length=[495], x-aai-txid=[0-aai-resources-230318-13:08:08:154-38407], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-18T13:08:08.480Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391?depth=0|DEBUG|500||{"requestError":{"serviceException":{"messageId":"SVC3001","text":"Resource not found for %1 using id %2 (msg=%3) (ec=%4)","variables":["MERGE_PATCH","service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391","Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391","ERR.5.4.6114"]}}}

2023-03-18T13:08:08.481Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391?depth=0|INFO|404|Not Found|InvokeReturn
2023-03-18T13:08:08.483Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391) (ec=ERR.5.4.6114)
2023-03-18T13:08:08.483Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||ERROR|500||Exception occurred
javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391) (ec=ERR.5.4.6114)
	at org.onap.so.client.ResponseExceptionMapper.map(ResponseExceptionMapper.java:74)
	at org.onap.so.client.RestRequest.get(RestRequest.java:77)
	at org.onap.so.client.RestClient.buildRequest(RestClient.java:326)
	at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322)
	at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283)
	at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67)
	at net.jodah.failsafe.Execution.executeSync(Execution.java:117)
	at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319)
	at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71)
	at org.onap.so.client.RestClient.method(RestClient.java:322)
	at org.onap.so.client.RestClient.patch(RestClient.java:265)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184)
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-18T13:08:08.483Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391) (ec=ERR.5.4.6114)
2023-03-18T13:08:08.484Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391) (ec=ERR.5.4.6114)
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-18T13:08:08.491Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-18T13:08:08.491Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391) (ec=ERR.5.4.6114)
2023-03-18T13:08:08.492Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2023-03-18T13:08:08.492Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T13:08:08.492Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T13:08:08.492Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679144888492,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391) (ec\u003dERR.5.4.6114)"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T13:08:08.506Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-18T13:08:08.507Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679144888492,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391) (ec\u003dERR.5.4.6114)"
}
2023-03-18T13:08:08.507Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-18T13:08:09.514Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-18T13:08:09.514Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||received notification from broker: {"distributionID":"d4dc9e71-f2cb-491c-bcf1-9d51402514be","serviceName":"vFW 2023-03-18 11-08-36","serviceVersion":"1.0","serviceUUID":"27fdb87d-b713-4eaf-90a0-9e48041e5db6","serviceDescription":"catalog service description","serviceInvariantUUID":"cb6d14f9-78ae-470a-a6af-a3a2b9fea472","resources":[{"resourceInstanceName":"vFW 58569f3e-bd56 0","resourceName":"vFW 58569f3e-bd56","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"d26137cf-1389-4abe-8e09-78b44d7a1aae","resourceInvariantUUID":"440b369e-a09c-4c31-8a4e-6692abd11e0c","resourceCustomizationUUID":"e17fe765-865d-4748-ab41-44bdbee5a853","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/vf-license-model.xml","artifactChecksum":"MTFjYmU2ZGQwM2YxYTQxNjdhOWY1YjI5OWUyYjE5OTg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"7238df55-40f7-4cde-93e0-f3c86248a4ba","artifactVersion":"1"},{"artifactName":"vfw58569f3ebd560_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/vfw58569f3ebd560_modules.json","artifactChecksum":"ODg5YTAyNmJiZTFiZTA5MDMwZWVhNmFkMzVmNzk4YTg\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"a8ca7246-150c-4537-b08d-e58462b66bb6","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"be903e28-b266-44db-9c8b-4cbcb6f7ee77","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/vendor-license-model.xml","artifactChecksum":"NDExZWJjY2Q3ZjkxN2NkNTRiYmFlNDViOGZhYWJjM2M\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"cecd91b9-dbd7-4a9b-96a0-72674051949c","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"0637f995-3e6f-44f6-89fc-61906f5ff14b","artifactVersion":"2","generatedFromUUID":"be903e28-b266-44db-9c8b-4cbcb6f7ee77"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20230318110836-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-template.yml","artifactChecksum":"NjdmYzRlMTY1MzM1ODg5NjAzNTEzOWU1ZGFmNmNiNDI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"8648cca8-36e7-40c1-8faf-a7c0be2faa07","artifactVersion":"1"},{"artifactName":"service-Vfw20230318110836-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar","artifactChecksum":"NzY3OTRjMDBhMTZlZjQ1ZTQ3MTU0ZjE0NjliYmU1M2Y\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"436a091b-6820-4621-9f77-4a798268cc9d","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-18T13:08:09.515Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T13:08:09.515Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T13:08:09.515Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T13:08:09.515Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679144540026,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T13:08:10.515Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T13:08:10.516Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T13:08:10.516Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T13:08:10.517Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679144540026,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/vfw58569f3ebd560_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T13:08:11.517Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T13:08:11.518Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T13:08:11.518Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T13:08:11.518Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679144540026,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T13:08:12.520Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T13:08:12.520Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T13:08:12.521Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T13:08:12.521Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679144540026,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T13:08:13.522Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T13:08:13.523Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T13:08:13.523Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T13:08:13.523Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679144540026,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/base_vfw.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T13:08:14.525Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T13:08:14.526Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T13:08:14.526Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T13:08:14.526Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679144540026,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T13:08:15.528Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T13:08:15.528Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T13:08:15.528Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T13:08:15.529Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679144540026,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T13:08:16.531Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "serviceName": "vFW 2023-03-18 11-08-36",
  "serviceVersion": "1.0",
  "serviceUUID": "27fdb87d-b713-4eaf-90a0-9e48041e5db6",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "cb6d14f9-78ae-470a-a6af-a3a2b9fea472",
  "resources": [
    {
      "resourceInstanceName": "vFW 58569f3e-bd56 0",
      "resourceCustomizationUUID": "e17fe765-865d-4748-ab41-44bdbee5a853",
      "resourceName": "vFW 58569f3e-bd56",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "d26137cf-1389-4abe-8e09-78b44d7a1aae",
      "resourceInvariantUUID": "440b369e-a09c-4c31-8a4e-6692abd11e0c",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw58569f3ebd560_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/vfw58569f3ebd560_modules.json",
          "artifactChecksum": "ODg5YTAyNmJiZTFiZTA5MDMwZWVhNmFkMzVmNzk4YTg\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "a8ca7246-150c-4537-b08d-e58462b66bb6",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "be903e28-b266-44db-9c8b-4cbcb6f7ee77",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "0637f995-3e6f-44f6-89fc-61906f5ff14b",
            "generatedFromUUID": "be903e28-b266-44db-9c8b-4cbcb6f7ee77"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "0637f995-3e6f-44f6-89fc-61906f5ff14b",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20230318110836-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar",
      "artifactChecksum": "NzY3OTRjMDBhMTZlZjQ1ZTQ3MTU0ZjE0NjliYmU1M2Y\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "436a091b-6820-4621-9f77-4a798268cc9d"
    }
  ],
  "workloadContext": "Production"
}
2023-03-18T13:08:16.531Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-18T13:08:16.532Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 27fdb87d-b713-4eaf-90a0-9e48041e5db6 ASDC
2023-03-18T13:08:16.532Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:d4dc9e71-f2cb-491c-bcf1-9d51402514be
ServiceName:vFW 2023-03-18 11-08-36
ServiceVersion:1.0
ServiceUUID:27fdb87d-b713-4eaf-90a0-9e48041e5db6
ServiceInvariantUUID:cb6d14f9-78ae-470a-a6af-a3a2b9fea472
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20230318110836-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar
ArtifactUUID:436a091b-6820-4621-9f77-4a798268cc9d
ArtifactChecksum:NzY3OTRjMDBhMTZlZjQ1ZTQ3MTU0ZjE0NjliYmU1M2Y=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 58569f3e-bd56 0
ResourceCustomizationUUID:e17fe765-865d-4748-ab41-44bdbee5a853
ResourceInvariantUUID:440b369e-a09c-4c31-8a4e-6692abd11e0c
ResourceName:vFW 58569f3e-bd56
ResourceType:VF
ResourceUUID:d26137cf-1389-4abe-8e09-78b44d7a1aae
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw58569f3ebd560_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/vfw58569f3ebd560_modules.json
ArtifactUUID:a8ca7246-150c-4537-b08d-e58462b66bb6
ArtifactChecksum:ODg5YTAyNmJiZTFiZTA5MDMwZWVhNmFkMzVmNzk4YTg=
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/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/base_vfw.yaml
ArtifactUUID:be903e28-b266-44db-9c8b-4cbcb6f7ee77
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/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/base_vfw.env
ArtifactUUID:0637f995-3e6f-44f6-89fc-61906f5ff14b
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/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/base_vfw.env
ArtifactUUID:0637f995-3e6f-44f6-89fc-61906f5ff14b
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-18T13:08:16.532Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 27fdb87d-b713-4eaf-90a0-9e48041e5db6 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: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-18T13:08:16.570Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-18T13:08:16.570Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-03-18T13:08:16.571Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-03-18T13:08:16.571Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 436a091b-6820-4621-9f77-4a798268cc9d from URL: /sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar
2023-03-18T13:08:16.571Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||DistributionClient - download
2023-03-18T13:08:16.571Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar
2023-03-18T13:08:16.829Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2023-03-18T13:08:16.836Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar 436a091b-6820-4621-9f77-4a798268cc9d 101467
2023-03-18T13:08:16.836Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar ASDC sendASDCNotification
2023-03-18T13:08:16.837Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar
2023-03-18T13:08:16.837Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-18T13:08:16.837Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T13:08:16.837Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T13:08:16.837Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679144896836,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T13:08:17.839Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-18T13:08:17.840Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-03-18T13:08:17.840Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 436a091b-6820-4621-9f77-4a798268cc9d, URL: /sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar to file: /app/ASDC/1/service-Vfw20230318110836-csar.csar
2023-03-18T13:08:17.841Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20230318110836-csar.csar
2023-03-18T13:08:17.841Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20230318110836-csar.csar
2023-03-18T13:08:17.842Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20230318110836-csar.csar
2023-03-18T13:08:17.939Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4695288812742223622/Definitions/service-Vfw20230318110836-template.yml
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vfw_name" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_user_data_format" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_key_name" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "compute_vfw_metadata" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "compute_vsn_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vsn_key_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "compute_vsn_user_data_format" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "compute_vsn_metadata" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided
2023-03-18T13:08:19.271Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-18T13:08:19.271Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||WARN|500||####################################################################################################
2023-03-18T13:08:19.271Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20230318110836-csar.csar
2023-03-18T13:08:19.271Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2023-03-18T13:08:19.271Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230318110836-csar.csar
2023-03-18T13:08:19.272Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230318110836-csar.csar
2023-03-18T13:08:19.272Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20230318110836-csar.csar
2023-03-18T13:08:19.272Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230318110836-csar.csar
2023-03-18T13:08:19.272Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230318110836-csar.csar
2023-03-18T13:08:19.272Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230318110836-csar.csar
2023-03-18T13:08:19.272Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230318110836-csar.csar
2023-03-18T13:08:19.272Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230318110836-csar.csar
2023-03-18T13:08:19.272Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230318110836-csar.csar
2023-03-18T13:08:19.272Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 58569f3e-bd56 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-Vfw20230318110836-csar.csar
2023-03-18T13:08:19.272Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230318110836-csar.csar
2023-03-18T13:08:19.272Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||WARN|500||####################################################################################################
2023-03-18T13:08:19.272Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T13:08:19.273Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-03-18 11-08-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T13:08:19.273Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template vFW 58569f3e-bd56 0 is matching search criteria
2023-03-18T13:08:19.273Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2023-03-18T13:08:19.273Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 58569f3e-bd56 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-18T13:08:19.273Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T13:08:19.273Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-03-18 11-08-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T13:08:19.273Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template vFW 58569f3e-bd56 0 is matching search criteria
2023-03-18T13:08:19.273Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2023-03-18T13:08:19.273Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 58569f3e-bd56 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-18T13:08:19.273Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T13:08:19.274Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-03-18 11-08-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T13:08:19.274Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T13:08:19.274Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template vFW 58569f3e-bd56 0 is not matching search criteria
2023-03-18T13:08:19.274Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-18T13:08:19.274Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-18T13:08:19.274Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-18T13:08:19.274Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-18T13:08:19.274Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-18T13:08:19.274Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-18T13:08:19.274Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-18T13:08:19.275Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-18T13:08:19.275Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-18T13:08:19.275Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-18T13:08:19.275Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-18T13:08:19.275Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-18T13:08:19.275Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-18T13:08:19.275Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-18T13:08:19.275Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-18T13:08:19.275Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-03-18T13:08:19.275Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T13:08:19.275Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-03-18 11-08-36 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-03-18T13:08:19.275Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T13:08:19.276Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template vFW 58569f3e-bd56 0 is matching search criteria
2023-03-18T13:08:19.276Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 58569f3e-bd56 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-18T13:08:19.276Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T13:08:19.276Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template vFW 58569f3e-bd56 0 is matching search criteria
2023-03-18T13:08:19.276Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 58569f3e-bd56 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-18T13:08:19.276Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T13:08:19.276Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template vFW 58569f3e-bd56 0 is matching search criteria
2023-03-18T13:08:19.276Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 58569f3e-bd56 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-18T13:08:19.276Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T13:08:19.276Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template vFW 58569f3e-bd56 0 is not matching search criteria
2023-03-18T13:08:19.276Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-18T13:08:19.276Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-18T13:08:19.277Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-03-18T13:08:19.277Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-18T13:08:19.277Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-18T13:08:19.277Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-18T13:08:19.277Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-18T13:08:19.277Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-18T13:08:19.277Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-18T13:08:19.277Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-18T13:08:19.277Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-18T13:08:19.277Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=54648a20-f030-49c4-93d4-4525b2108f51
2023-03-18T13:08:19.277Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T13:08:19.277Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template vFW 58569f3e-bd56 0 is not matching search criteria
2023-03-18T13:08:19.277Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-18T13:08:19.278Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-18T13:08:19.278Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-18T13:08:19.278Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-18T13:08:19.278Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-18T13:08:19.278Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-18T13:08:19.278Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-18T13:08:19.278Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-03-18T13:08:19.278Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-18T13:08:19.278Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-18T13:08:19.278Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-18T13:08:19.278Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-18T13:08:19.278Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=c8000f82-3ea0-499f-845f-48af9ca20f40
2023-03-18T13:08:19.279Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T13:08:19.279Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template vFW 58569f3e-bd56 0 is not matching search criteria
2023-03-18T13:08:19.279Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-18T13:08:19.279Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-18T13:08:19.279Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-18T13:08:19.279Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-18T13:08:19.279Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-18T13:08:19.279Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-18T13:08:19.279Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-18T13:08:19.279Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-18T13:08:19.279Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-18T13:08:19.279Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-18T13:08:19.279Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-18T13:08:19.280Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-03-18T13:08:19.280Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=8d37dce4-ace0-4972-b0ae-359f5ee34e15
2023-03-18T13:08:19.280Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T13:08:19.280Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-03-18 11-08-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T13:08:19.280Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T13:08:19.280Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-03-18 11-08-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T13:08:19.280Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T13:08:19.280Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-03-18 11-08-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T13:08:19.280Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T13:08:19.280Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-03-18 11-08-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T13:08:19.280Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2023-03-18 11-08-36
Description:catalog service description
Model UUID:27fdb87d-b713-4eaf-90a0-9e48041e5db6
Model Version:NULL
Model InvariantUuid:cb6d14f9-78ae-470a-a6af-a3a2b9fea472
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 58569f3e-bd56
Model UUID:2fc36073-92c9-4d5d-9644-0bb6550c287b
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:440b369e-a09c-4c31-8a4e-6692abd11e0c
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:e17fe765-865d-4748-ab41-44bdbee5a853
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:351d450e-b1b7-41ae-a83a-2a71f15e25d1
ModelName:Vfw58569f3eBd56..base_vfw..module-0
ModelUuid:0d68d68e-dec8-43d2-aff9-f5d88cc04393
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:54648a20-f030-49c4-93d4-4525b2108f51
ModelInvariantUuid:4ab08134-cd1d-4688-9b75-17c67d1a3e81
ModelName:vFW 58569f3e-bd56-nodes.vfwCvfc
ModelUuid:d6b2f0ba-9202-407c-a163-7cc24d0f18b4
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:056f6090-f73c-4739-af97-620c05ad132a
ModelInvariantUuid:983e3ada-7ea8-4303-8174-d3114334eb9e
ModelName:Vfw58569f3eBd56.compute.nodes.heat.vfw
ModelUuid:3d4b7896-bd84-401c-aa77-b889e41a200a
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:c8000f82-3ea0-499f-845f-48af9ca20f40
ModelInvariantUuid:fcd18208-a79b-409f-9943-f6fdaf7b423e
ModelName:vFW 58569f3e-bd56-nodes.vsnCvfc
ModelUuid:2dc70d22-f13d-4809-b3aa-6be925119137
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:402dc1d7-02f5-4fe5-9c72-942fea6de45f
ModelInvariantUuid:0b0ccbe0-ee97-4020-bd46-0de8c06bfc96
ModelName:Vfw58569f3eBd56.compute.nodes.heat.vsn
ModelUuid:9156b53b-b6f9-40ab-bf18-4e57fbace729
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:8d37dce4-ace0-4972-b0ae-359f5ee34e15
ModelInvariantUuid:5fb0558e-6cb2-4431-b7ca-6445c8799cef
ModelName:vFW 58569f3e-bd56-nodes.vpgCvfc
ModelUuid:fa77263e-b297-4fc8-ad06-fee6a19575f2
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:c490c1b0-6d8a-4e04-bcc3-d1334a874130
ModelInvariantUuid:49041fa9-9665-4fc5-a429-9d3d7490839b
ModelName:Vfw58569f3eBd56.compute.nodes.heat.vpg
ModelUuid:7e8eb1f5-1f60-4b7b-ac6b-192037bf4db6
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=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-03-18T13:08:19.309Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||ERROR|500||Csar with UUID: 436a091b-6820-4621-9f77-4a798268cc9d already exists
2023-03-18T13:08:19.310Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar ASDC sendASDCNotification
2023-03-18T13:08:19.310Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar(Csar with UUID: 436a091b-6820-4621-9f77-4a798268cc9d already exists)
2023-03-18T13:08:19.310Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-18T13:08:19.310Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T13:08:19.311Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T13:08:19.311Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679144899310,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 436a091b-6820-4621-9f77-4a798268cc9d already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T13:08:20.312Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar ASDC sendASDCNotification
2023-03-18T13:08:20.313Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar(Resource with UUID: d26137cf-1389-4abe-8e09-78b44d7a1aae already exists)
2023-03-18T13:08:20.313Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-18T13:08:20.313Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T13:08:20.313Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T13:08:20.313Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679144900312,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: d26137cf-1389-4abe-8e09-78b44d7a1aae already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T13:08:21.316Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d4dc9e71-f2cb-491c-bcf1-9d51402514be
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T13:08:21.334Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d4dc9e71-f2cb-491c-bcf1-9d51402514be
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T13:08:21.337Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-18T13:08:21.338Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-18T13:08:21.338Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-18T13:08:21.338Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-18T13:08:21.338Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T13:08:21.338Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T13:08:21.338Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T13:08:21.338Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T13:08:21.338Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T13:08:21.338Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-18T13:08:21.348Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-18T13:08:51.348Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: d4dc9e71-f2cb-491c-bcf1-9d51402514be and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-18T13:08:51.355Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: d4dc9e71-f2cb-491c-bcf1-9d51402514be and serviceModelVersionId: 27fdb87d-b713-4eaf-90a0-9e48041e5db6
2023-03-18T13:08:51.355Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : cb6d14f9-78ae-470a-a6af-a3a2b9fea472
2023-03-18T13:08:51.355Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/cb6d14f9-78ae-470a-a6af-a3a2b9fea472/model-vers/model-ver/27fdb87d-b713-4eaf-90a0-9e48041e5db6?depth=0
2023-03-18T13:08:51.361Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2023-03-18T13:08:51.374Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cb6d14f9-78ae-470a-a6af-a3a2b9fea472/model-vers/model-ver/27fdb87d-b713-4eaf-90a0-9e48041e5db6?depth=0|INFO|500||Invoke
2023-03-18T13:08:51.374Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cb6d14f9-78ae-470a-a6af-a3a2b9fea472/model-vers/model-ver/27fdb87d-b713-4eaf-90a0-9e48041e5db6?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cb6d14f9-78ae-470a-a6af-a3a2b9fea472/model-vers/model-ver/27fdb87d-b713-4eaf-90a0-9e48041e5db6?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[d4dc9e71-f2cb-491c-bcf1-9d51402514be], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[ebe7d9c5-2e3d-454a-845b-18f389a5ef53], X-ECOMP-RequestID=[d4dc9e71-f2cb-491c-bcf1-9d51402514be], X-TransactionId=[], X-ONAP-RequestID=[d4dc9e71-f2cb-491c-bcf1-9d51402514be], Content-Type=[application/merge-patch+json]}
2023-03-18T13:08:51.382Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cb6d14f9-78ae-470a-a6af-a3a2b9fea472/model-vers/model-ver/27fdb87d-b713-4eaf-90a0-9e48041e5db6?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-18T13:08:51.490Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cb6d14f9-78ae-470a-a6af-a3a2b9fea472/model-vers/model-ver/27fdb87d-b713-4eaf-90a0-9e48041e5db6?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/cb6d14f9-78ae-470a-a6af-a3a2b9fea472/model-vers/model-ver/27fdb87d-b713-4eaf-90a0-9e48041e5db6?depth=0 has http status code:200 and response headers:{date=[Sat, 18 Mar 2023 13:08:51 GMT], content-length=[0], vertex-id=[593936], x-aai-txid=[0-aai-resources-230318-13:08:51:084-79343], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-18T13:08:51.491Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cb6d14f9-78ae-470a-a6af-a3a2b9fea472/model-vers/model-ver/27fdb87d-b713-4eaf-90a0-9e48041e5db6?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-18T13:08:51.491Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cb6d14f9-78ae-470a-a6af-a3a2b9fea472/model-vers/model-ver/27fdb87d-b713-4eaf-90a0-9e48041e5db6?depth=0|INFO|500||InvokeReturn
2023-03-18T13:08:51.491Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-18T13:08:51.491Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-18T13:08:51.499Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-18T13:08:51.499Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID d4dc9e71-f2cb-491c-bcf1-9d51402514be and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-18T13:08:51.499Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-18T13:08:51.499Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T13:08:51.500Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T13:08:51.500Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679144931499,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-18T13:08:52.531Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-18T13:08:52.531Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||received notification from broker: {"distributionID":"9f6cbd74-5561-4ebf-ae29-ef09adcdb35a","serviceName":"vFW 2023-03-18 11-49-31","serviceVersion":"1.0","serviceUUID":"6d984351-d1ca-40a4-aad4-cb46662a587a","serviceDescription":"catalog service description","serviceInvariantUUID":"cf32c985-ce6d-438e-ae22-e6fd004665b3","resources":[{"resourceInstanceName":"vFW c11b0f1b-4505 0","resourceName":"vFW c11b0f1b-4505","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"c7374fd6-6727-4426-9587-40812bc7c663","resourceInvariantUUID":"26f1c4e0-d5d2-4519-a829-ba04da79dfd3","resourceCustomizationUUID":"19f5eed0-33a8-4dbf-839a-f2ac2d3b058b","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/vf-license-model.xml","artifactChecksum":"ZmYyYjdhM2U5NTJiNDExYWMwYTMzMTkyZDMwYzcxZTc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"7b8e42e6-1821-4cac-aa27-034f93b9a8bb","artifactVersion":"1"},{"artifactName":"vfwc11b0f1b45050_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/vfwc11b0f1b45050_modules.json","artifactChecksum":"YTA1YjZlZDc1ZGI4M2FjMjI5NWE4ZTQzZjQxZmI1MGE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"40a0f4a8-4459-48c6-8da9-780f32a6e90d","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"3198714b-6cfa-4ae8-9e58-caa5fd7816d1","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/vendor-license-model.xml","artifactChecksum":"OTNkYjEwYTcxMGU1ODVlYThkMzJiZjM0OWMzYWExNTg\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"56d4001a-cb5d-4c8b-a9db-05f6dd036a2e","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"72f0a15a-ad88-4350-921f-de50e44e2b78","artifactVersion":"2","generatedFromUUID":"3198714b-6cfa-4ae8-9e58-caa5fd7816d1"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20230318114931-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-template.yml","artifactChecksum":"MmZjZDk3ZDhkZWNhNmYyZTJiYmJjYzlhZTNjZmUwZDU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"d733d559-0885-4fbb-8573-c3718d9662ac","artifactVersion":"1"},{"artifactName":"service-Vfw20230318114931-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar","artifactChecksum":"NzYyNTc4YTljZWI3YjE3YThjOTU0MjkyMGEyMDMxNDY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"2a8efcaf-0813-4b52-901f-136ba065c343","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-18T13:08:52.531Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T13:08:52.532Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T13:08:52.532Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T13:08:52.532Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679144540026,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T13:08:53.532Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T13:08:53.533Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T13:08:53.533Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T13:08:53.533Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679144540026,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/vfwc11b0f1b45050_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T13:08:54.534Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T13:08:54.534Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T13:08:54.534Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T13:08:54.534Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679144540026,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T13:08:55.534Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T13:08:55.535Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T13:08:55.535Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T13:08:55.535Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679144540026,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T13:08:56.535Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T13:08:56.535Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T13:08:56.535Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T13:08:56.535Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679144540026,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/base_vfw.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T13:08:57.536Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T13:08:57.536Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T13:08:57.537Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T13:08:57.537Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679144540026,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T13:08:58.537Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T13:08:58.538Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T13:08:58.538Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T13:08:58.538Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679144540026,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T13:08:58.919Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T13:08:58.924Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-18T13:08:58.924Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679144540026,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T13:08:58.924Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:08:58.924Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-18T13:08:58.924Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679144540026,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/vfw58569f3ebd560_modules.json",
  "status": "NOTIFIED"
}
2023-03-18T13:08:58.924Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:08:58.924Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-18T13:08:58.924Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679144540026,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-03-18T13:08:58.925Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:08:58.925Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-18T13:08:58.925Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679144540026,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T13:08:58.925Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:08:58.925Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-18T13:08:58.925Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679144540026,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2023-03-18T13:08:58.925Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:08:58.925Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-18T13:08:58.925Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679144540026,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T13:08:58.925Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:08:58.925Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-18T13:08:58.925Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679144540026,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar",
  "status": "NOTIFIED"
}
2023-03-18T13:08:58.925Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:08:58.925Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-18T13:08:58.925Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679144896836,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-18T13:08:58.925Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:08:58.925Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-18T13:08:58.925Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679144899310,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 436a091b-6820-4621-9f77-4a798268cc9d already exists"
}
2023-03-18T13:08:58.925Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:08:58.925Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-18T13:08:58.925Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679144900312,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: d26137cf-1389-4abe-8e09-78b44d7a1aae already exists"
}
2023-03-18T13:08:58.925Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:08:58.925Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-18T13:08:58.925Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679144931499,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-18T13:08:58.925Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:08:58.925Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-18T13:08:58.925Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679144540026,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T13:08:58.925Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:08:58.925Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-18T13:08:58.925Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679144540026,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/vfwc11b0f1b45050_modules.json",
  "status": "NOTIFIED"
}
2023-03-18T13:08:58.925Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:08:58.925Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-18T13:08:58.925Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679144540026,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-03-18T13:08:58.925Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:08:58.925Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-18T13:08:58.925Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679144540026,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T13:08:58.925Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:08:58.925Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-18T13:08:58.925Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679144540026,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2023-03-18T13:08:58.925Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:08:58.925Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-18T13:08:58.925Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679144540026,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T13:08:58.925Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:08:58.925Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-18T13:08:58.925Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679144540026,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar",
  "status": "NOTIFIED"
}
2023-03-18T13:08:58.925Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:08:59.540Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "serviceName": "vFW 2023-03-18 11-49-31",
  "serviceVersion": "1.0",
  "serviceUUID": "6d984351-d1ca-40a4-aad4-cb46662a587a",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "cf32c985-ce6d-438e-ae22-e6fd004665b3",
  "resources": [
    {
      "resourceInstanceName": "vFW c11b0f1b-4505 0",
      "resourceCustomizationUUID": "19f5eed0-33a8-4dbf-839a-f2ac2d3b058b",
      "resourceName": "vFW c11b0f1b-4505",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "c7374fd6-6727-4426-9587-40812bc7c663",
      "resourceInvariantUUID": "26f1c4e0-d5d2-4519-a829-ba04da79dfd3",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfwc11b0f1b45050_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/vfwc11b0f1b45050_modules.json",
          "artifactChecksum": "YTA1YjZlZDc1ZGI4M2FjMjI5NWE4ZTQzZjQxZmI1MGE\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "40a0f4a8-4459-48c6-8da9-780f32a6e90d",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "3198714b-6cfa-4ae8-9e58-caa5fd7816d1",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "72f0a15a-ad88-4350-921f-de50e44e2b78",
            "generatedFromUUID": "3198714b-6cfa-4ae8-9e58-caa5fd7816d1"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "72f0a15a-ad88-4350-921f-de50e44e2b78",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20230318114931-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar",
      "artifactChecksum": "NzYyNTc4YTljZWI3YjE3YThjOTU0MjkyMGEyMDMxNDY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "2a8efcaf-0813-4b52-901f-136ba065c343"
    }
  ],
  "workloadContext": "Production"
}
2023-03-18T13:08:59.540Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-18T13:08:59.540Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 6d984351-d1ca-40a4-aad4-cb46662a587a ASDC
2023-03-18T13:08:59.540Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:9f6cbd74-5561-4ebf-ae29-ef09adcdb35a
ServiceName:vFW 2023-03-18 11-49-31
ServiceVersion:1.0
ServiceUUID:6d984351-d1ca-40a4-aad4-cb46662a587a
ServiceInvariantUUID:cf32c985-ce6d-438e-ae22-e6fd004665b3
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20230318114931-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar
ArtifactUUID:2a8efcaf-0813-4b52-901f-136ba065c343
ArtifactChecksum:NzYyNTc4YTljZWI3YjE3YThjOTU0MjkyMGEyMDMxNDY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW c11b0f1b-4505 0
ResourceCustomizationUUID:19f5eed0-33a8-4dbf-839a-f2ac2d3b058b
ResourceInvariantUUID:26f1c4e0-d5d2-4519-a829-ba04da79dfd3
ResourceName:vFW c11b0f1b-4505
ResourceType:VF
ResourceUUID:c7374fd6-6727-4426-9587-40812bc7c663
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwc11b0f1b45050_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/vfwc11b0f1b45050_modules.json
ArtifactUUID:40a0f4a8-4459-48c6-8da9-780f32a6e90d
ArtifactChecksum:YTA1YjZlZDc1ZGI4M2FjMjI5NWE4ZTQzZjQxZmI1MGE=
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/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/base_vfw.yaml
ArtifactUUID:3198714b-6cfa-4ae8-9e58-caa5fd7816d1
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/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/base_vfw.env
ArtifactUUID:72f0a15a-ad88-4350-921f-de50e44e2b78
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/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/base_vfw.env
ArtifactUUID:72f0a15a-ad88-4350-921f-de50e44e2b78
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-18T13:08:59.540Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 6d984351-d1ca-40a4-aad4-cb46662a587a 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: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-18T13:08:59.577Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-18T13:08:59.578Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-03-18T13:08:59.578Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-03-18T13:08:59.578Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 2a8efcaf-0813-4b52-901f-136ba065c343 from URL: /sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar
2023-03-18T13:08:59.578Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||INFO|500||DistributionClient - download
2023-03-18T13:08:59.579Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar
2023-03-18T13:08:59.832Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2023-03-18T13:08:59.840Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar 2a8efcaf-0813-4b52-901f-136ba065c343 101507
2023-03-18T13:08:59.840Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar ASDC sendASDCNotification
2023-03-18T13:08:59.840Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar
2023-03-18T13:08:59.841Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-18T13:08:59.841Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T13:08:59.841Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T13:08:59.841Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679144939840,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T13:09:00.841Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-18T13:09:00.842Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-03-18T13:09:00.842Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 2a8efcaf-0813-4b52-901f-136ba065c343, URL: /sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar to file: /app/ASDC/1/service-Vfw20230318114931-csar.csar
2023-03-18T13:09:00.843Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20230318114931-csar.csar
2023-03-18T13:09:00.843Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20230318114931-csar.csar
2023-03-18T13:09:00.843Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20230318114931-csar.csar
2023-03-18T13:09:00.953Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4978416252089090808/Definitions/service-Vfw20230318114931-template.yml
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_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vfw_name" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_user_data_format" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_key_name" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "compute_vfw_metadata" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
2023-03-18T13:09:02.285Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-18T13:09:02.286Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||WARN|500||####################################################################################################
2023-03-18T13:09:02.286Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20230318114931-csar.csar
2023-03-18T13:09:02.286Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2023-03-18T13:09:02.286Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230318114931-csar.csar
2023-03-18T13:09:02.286Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230318114931-csar.csar
2023-03-18T13:09:02.286Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20230318114931-csar.csar
2023-03-18T13:09:02.286Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230318114931-csar.csar
2023-03-18T13:09:02.286Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230318114931-csar.csar
2023-03-18T13:09:02.286Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230318114931-csar.csar
2023-03-18T13:09:02.286Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230318114931-csar.csar
2023-03-18T13:09:02.286Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230318114931-csar.csar
2023-03-18T13:09:02.286Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230318114931-csar.csar
2023-03-18T13:09:02.286Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230318114931-csar.csar
2023-03-18T13:09:02.286Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW c11b0f1b-4505 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-Vfw20230318114931-csar.csar
2023-03-18T13:09:02.286Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||WARN|500||####################################################################################################
2023-03-18T13:09:02.286Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T13:09:02.286Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-03-18 11-49-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T13:09:02.286Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template vFW c11b0f1b-4505 0 is matching search criteria
2023-03-18T13:09:02.286Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2023-03-18T13:09:02.286Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW c11b0f1b-4505 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-18T13:09:02.286Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T13:09:02.286Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-03-18 11-49-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T13:09:02.287Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template vFW c11b0f1b-4505 0 is matching search criteria
2023-03-18T13:09:02.287Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2023-03-18T13:09:02.287Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW c11b0f1b-4505 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-18T13:09:02.287Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T13:09:02.287Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-03-18 11-49-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T13:09:02.287Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T13:09:02.287Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template vFW c11b0f1b-4505 0 is not matching search criteria
2023-03-18T13:09:02.287Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-18T13:09:02.287Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-18T13:09:02.287Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-18T13:09:02.287Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-18T13:09:02.287Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-18T13:09:02.287Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-18T13:09:02.287Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-18T13:09:02.287Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-18T13:09:02.287Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-18T13:09:02.287Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-18T13:09:02.287Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-18T13:09:02.287Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-18T13:09:02.287Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-18T13:09:02.288Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-18T13:09:02.288Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-18T13:09:02.288Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-03-18T13:09:02.288Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T13:09:02.288Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-03-18 11-49-31 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-03-18T13:09:02.288Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T13:09:02.288Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template vFW c11b0f1b-4505 0 is matching search criteria
2023-03-18T13:09:02.288Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW c11b0f1b-4505 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-18T13:09:02.288Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T13:09:02.288Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template vFW c11b0f1b-4505 0 is matching search criteria
2023-03-18T13:09:02.288Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW c11b0f1b-4505 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-18T13:09:02.288Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T13:09:02.288Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template vFW c11b0f1b-4505 0 is matching search criteria
2023-03-18T13:09:02.288Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW c11b0f1b-4505 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-18T13:09:02.288Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T13:09:02.288Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template vFW c11b0f1b-4505 0 is not matching search criteria
2023-03-18T13:09:02.288Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-18T13:09:02.288Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-03-18T13:09:02.288Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-18T13:09:02.288Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-18T13:09:02.288Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-18T13:09:02.289Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-18T13:09:02.289Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-18T13:09:02.289Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-18T13:09:02.289Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-18T13:09:02.289Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-18T13:09:02.289Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-18T13:09:02.289Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=93a1b299-440a-4b46-b809-896a244a8c3e
2023-03-18T13:09:02.289Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T13:09:02.289Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template vFW c11b0f1b-4505 0 is not matching search criteria
2023-03-18T13:09:02.289Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-18T13:09:02.289Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-18T13:09:02.289Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-18T13:09:02.289Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-18T13:09:02.289Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-18T13:09:02.289Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-18T13:09:02.289Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-18T13:09:02.289Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-03-18T13:09:02.289Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-18T13:09:02.290Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-18T13:09:02.290Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-18T13:09:02.290Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-18T13:09:02.290Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=f46f0c4d-868d-4d5b-9783-ea8cf0f2cc90
2023-03-18T13:09:02.290Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T13:09:02.290Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template vFW c11b0f1b-4505 0 is not matching search criteria
2023-03-18T13:09:02.290Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-18T13:09:02.290Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-18T13:09:02.290Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-18T13:09:02.290Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-18T13:09:02.290Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-18T13:09:02.290Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-18T13:09:02.290Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-18T13:09:02.290Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-18T13:09:02.290Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-18T13:09:02.290Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-18T13:09:02.290Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-18T13:09:02.290Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-03-18T13:09:02.290Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=5079a023-f40e-49e5-9a39-abc7b36fa226
2023-03-18T13:09:02.291Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T13:09:02.291Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-03-18 11-49-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T13:09:02.291Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T13:09:02.291Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-03-18 11-49-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T13:09:02.291Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T13:09:02.291Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-03-18 11-49-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T13:09:02.291Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T13:09:02.291Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-03-18 11-49-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T13:09:02.291Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2023-03-18 11-49-31
Description:catalog service description
Model UUID:6d984351-d1ca-40a4-aad4-cb46662a587a
Model Version:NULL
Model InvariantUuid:cf32c985-ce6d-438e-ae22-e6fd004665b3
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW c11b0f1b-4505
Model UUID:ebdaa0dd-57e1-4fdd-a831-8135ea117a46
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:26f1c4e0-d5d2-4519-a829-ba04da79dfd3
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:19f5eed0-33a8-4dbf-839a-f2ac2d3b058b
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:6ebe4145-67c2-45e6-9597-53226a0916bd
ModelName:VfwC11b0f1b4505..base_vfw..module-0
ModelUuid:0261834d-3be1-4860-8b24-040e2c80aecd
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:93a1b299-440a-4b46-b809-896a244a8c3e
ModelInvariantUuid:8ec395e7-2102-4d02-844f-c114ac1a4203
ModelName:vFW c11b0f1b-4505-nodes.vfwCvfc
ModelUuid:504b1f13-9ac9-4e16-910b-43ab4acacb0f
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:99287d62-b33c-413e-89ec-87108c575104
ModelInvariantUuid:47f32f44-cd17-4eef-9e16-abcb011ab104
ModelName:VfwC11b0f1b4505.compute.nodes.heat.vfw
ModelUuid:2a6b0c3b-4ab1-49cd-8a96-f1f0feba73a0
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:f46f0c4d-868d-4d5b-9783-ea8cf0f2cc90
ModelInvariantUuid:d8e52c29-a773-431c-95b4-d1f0431b5e9e
ModelName:vFW c11b0f1b-4505-nodes.vsnCvfc
ModelUuid:e2d70f6d-c1ff-493f-99ab-25fea72fcdcc
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:113d5ed4-4ad4-49a7-94a3-7a01856b2205
ModelInvariantUuid:39b9a204-ad6c-4bfc-8b8d-763592e31d47
ModelName:VfwC11b0f1b4505.compute.nodes.heat.vsn
ModelUuid:fb5c808e-fe4a-477f-9cbd-5ab7141bbabe
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:5079a023-f40e-49e5-9a39-abc7b36fa226
ModelInvariantUuid:457dc8a1-b2ed-4d6f-963b-32e7f710a988
ModelName:vFW c11b0f1b-4505-nodes.vpgCvfc
ModelUuid:b289eee2-d7be-43f7-a6eb-232cf9ffa6c4
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:b5a732bf-796a-41d5-8db9-e0467a3c1b4a
ModelInvariantUuid:6626a445-05ec-4eb4-b903-06723caa1195
ModelName:VfwC11b0f1b4505.compute.nodes.heat.vpg
ModelUuid:f6a4ab06-9982-4e1b-be30-d56572ed840e
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=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-03-18T13:09:02.318Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||ERROR|500||Csar with UUID: 2a8efcaf-0813-4b52-901f-136ba065c343 already exists
2023-03-18T13:09:02.319Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar ASDC sendASDCNotification
2023-03-18T13:09:02.319Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar(Csar with UUID: 2a8efcaf-0813-4b52-901f-136ba065c343 already exists)
2023-03-18T13:09:02.319Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-18T13:09:02.319Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T13:09:02.319Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T13:09:02.319Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679144942319,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 2a8efcaf-0813-4b52-901f-136ba065c343 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T13:09:03.322Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar ASDC sendASDCNotification
2023-03-18T13:09:03.323Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar(Resource with UUID: c7374fd6-6727-4426-9587-40812bc7c663 already exists)
2023-03-18T13:09:03.323Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-18T13:09:03.323Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T13:09:03.323Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T13:09:03.323Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679144943322,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: c7374fd6-6727-4426-9587-40812bc7c663 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T13:09:04.324Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9f6cbd74-5561-4ebf-ae29-ef09adcdb35a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T13:09:04.345Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9f6cbd74-5561-4ebf-ae29-ef09adcdb35a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T13:09:04.347Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-18T13:09:04.347Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-18T13:09:04.347Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-18T13:09:04.347Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-18T13:09:04.348Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T13:09:04.348Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T13:09:04.348Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T13:09:04.348Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T13:09:04.348Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T13:09:04.348Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-18T13:09:04.356Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-18T13:09:34.357Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 9f6cbd74-5561-4ebf-ae29-ef09adcdb35a and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-18T13:09:34.366Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 9f6cbd74-5561-4ebf-ae29-ef09adcdb35a and serviceModelVersionId: 6d984351-d1ca-40a4-aad4-cb46662a587a
2023-03-18T13:09:34.366Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : cf32c985-ce6d-438e-ae22-e6fd004665b3
2023-03-18T13:09:34.367Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/cf32c985-ce6d-438e-ae22-e6fd004665b3/model-vers/model-ver/6d984351-d1ca-40a4-aad4-cb46662a587a?depth=0
2023-03-18T13:09:34.370Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2023-03-18T13:09:34.379Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cf32c985-ce6d-438e-ae22-e6fd004665b3/model-vers/model-ver/6d984351-d1ca-40a4-aad4-cb46662a587a?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-03-18T13:09:34.380Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cf32c985-ce6d-438e-ae22-e6fd004665b3/model-vers/model-ver/6d984351-d1ca-40a4-aad4-cb46662a587a?depth=0|INFO|500||Invoke
2023-03-18T13:09:34.387Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cf32c985-ce6d-438e-ae22-e6fd004665b3/model-vers/model-ver/6d984351-d1ca-40a4-aad4-cb46662a587a?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-18T13:09:34.502Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cf32c985-ce6d-438e-ae22-e6fd004665b3/model-vers/model-ver/6d984351-d1ca-40a4-aad4-cb46662a587a?depth=0|INFO|500||InvokeReturn
2023-03-18T13:09:34.502Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cf32c985-ce6d-438e-ae22-e6fd004665b3/model-vers/model-ver/6d984351-d1ca-40a4-aad4-cb46662a587a?depth=0 has http status code:200 and response headers:{date=[Sat, 18 Mar 2023 13:09:34 GMT], content-length=[0], vertex-id=[364760], x-aai-txid=[2-aai-resources-230318-13:09:34:089-836], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-18T13:09:34.503Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Response was returned with an empty entity.
2023-03-18T13:09:34.503Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-18T13:09:34.503Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-18T13:09:34.511Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-18T13:09:34.511Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 9f6cbd74-5561-4ebf-ae29-ef09adcdb35a and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-18T13:09:34.512Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-18T13:09:34.512Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T13:09:34.512Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T13:09:34.512Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679144974511,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-18T13:09:35.537Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-18T13:09:35.538Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||received notification from broker: {"distributionID":"74149d2a-f284-47d2-b2fa-4e2fc7be8f3e","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"942654ba-46c2-4f05-ae3d-6460a7c9e9a7","serviceDescription":"service","serviceInvariantUUID":"ccdda148-11a2-4587-8a73-4287349e801a","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"9290846e-2e09-452f-a45d-c33314796f1f","resourceInvariantUUID":"df78bcaa-4726-47cb-aa3f-3d44f5870fc0","resourceCustomizationUUID":"014700c6-fb42-406a-8786-743311c39dea","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":"YzAxYzRjZjI5ZDYxYzM3NGE1ZWQzMDUyNDdmNzFlYjI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"0c62aeb4-b847-4e92-887d-05928e34bd2a","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"MjQwMDY3MzNlZjViMGM0YmQ4Mzg2OTA4MTFiM2YxYTQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"01ded22f-bc0d-42c0-9fad-2915e46c71e4","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-18T13:09:35.538Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T13:09:35.539Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T13:09:35.539Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T13:09:35.539Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "74149d2a-f284-47d2-b2fa-4e2fc7be8f3e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679144540026,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T13:09:36.540Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T13:09:36.541Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T13:09:36.541Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T13:09:36.541Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "74149d2a-f284-47d2-b2fa-4e2fc7be8f3e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679144540026,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T13:09:37.543Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "74149d2a-f284-47d2-b2fa-4e2fc7be8f3e",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "942654ba-46c2-4f05-ae3d-6460a7c9e9a7",
  "serviceDescription": "service",
  "serviceInvariantUUID": "ccdda148-11a2-4587-8a73-4287349e801a",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "014700c6-fb42-406a-8786-743311c39dea",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "9290846e-2e09-452f-a45d-c33314796f1f",
      "resourceInvariantUUID": "df78bcaa-4726-47cb-aa3f-3d44f5870fc0",
      "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": "MjQwMDY3MzNlZjViMGM0YmQ4Mzg2OTA4MTFiM2YxYTQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "01ded22f-bc0d-42c0-9fad-2915e46c71e4"
    }
  ],
  "workloadContext": "Production"
}
2023-03-18T13:09:37.544Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-18T13:09:37.544Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 942654ba-46c2-4f05-ae3d-6460a7c9e9a7 ASDC
2023-03-18T13:09:37.545Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:74149d2a-f284-47d2-b2fa-4e2fc7be8f3e
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:942654ba-46c2-4f05-ae3d-6460a7c9e9a7
ServiceInvariantUUID:ccdda148-11a2-4587-8a73-4287349e801a
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:01ded22f-bc0d-42c0-9fad-2915e46c71e4
ArtifactChecksum:MjQwMDY3MzNlZjViMGM0YmQ4Mzg2OTA4MTFiM2YxYTQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:014700c6-fb42-406a-8786-743311c39dea
ResourceInvariantUUID:df78bcaa-4726-47cb-aa3f-3d44f5870fc0
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:9290846e-2e09-452f-a45d-c33314796f1f
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2023-03-18T13:09:37.545Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 942654ba-46c2-4f05-ae3d-6460a7c9e9a7 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: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-18T13:09:37.583Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-18T13:09:37.583Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-03-18T13:09:37.584Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-03-18T13:09:37.584Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 01ded22f-bc0d-42c0-9fad-2915e46c71e4 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-03-18T13:09:37.584Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||DistributionClient - download
2023-03-18T13:09:37.584Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-03-18T13:09:37.808Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2023-03-18T13:09:37.812Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 01ded22f-bc0d-42c0-9fad-2915e46c71e4 57798
2023-03-18T13:09:37.813Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-03-18T13:09:37.813Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-03-18T13:09:37.814Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-18T13:09:37.814Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T13:09:37.815Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T13:09:37.815Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "74149d2a-f284-47d2-b2fa-4e2fc7be8f3e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679144977813,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T13:09:38.817Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-18T13:09:38.817Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-03-18T13:09:38.818Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 01ded22f-bc0d-42c0-9fad-2915e46c71e4, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-18T13:09:38.818Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2023-03-18T13:09:38.819Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-18T13:09:38.819Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-18T13:09:38.888Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7796280625022029563/Definitions/service-BasicNetwork-template.yml
2023-03-18T13:09:39.174Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-18T13:09:39.175Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||WARN|500||####################################################################################################
2023-03-18T13:09:39.175Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-18T13:09:39.175Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2023-03-18T13:09:39.175Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-18T13:09:39.175Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-18T13:09:39.175Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-18T13:09:39.175Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-18T13:09:39.175Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-18T13:09:39.175Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-18T13:09:39.175Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-18T13:09:39.175Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-18T13:09:39.175Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||WARN|500||####################################################################################################
2023-03-18T13:09:39.175Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T13:09:39.175Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T13:09:39.175Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2023-03-18T13:09:39.175Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2023-03-18T13:09:39.175Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-18T13:09:39.175Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T13:09:39.175Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T13:09:39.175Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2023-03-18T13:09:39.175Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2023-03-18T13:09:39.175Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-18T13:09:39.175Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T13:09:39.175Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T13:09:39.175Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T13:09:39.175Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T13:09:39.176Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T13:09:39.176Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T13:09:39.176Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T13:09:39.176Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T13:09:39.176Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T13:09:39.176Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T13:09:39.176Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_network
Description:service
Model UUID:942654ba-46c2-4f05-ae3d-6460a7c9e9a7
Model Version:NULL
Model InvariantUuid:ccdda148-11a2-4587-8a73-4287349e801a
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:df78bcaa-4726-47cb-aa3f-3d44f5870fc0
Model UUID:7144623a-3146-4d15-9597-aafc53fb0a49
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet

NETWORK Customization Properties:
CustomizationUUID:014700c6-fb42-406a-8786-743311c39dea
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=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-03-18T13:09:39.204Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||ERROR|500||Csar with UUID: 01ded22f-bc0d-42c0-9fad-2915e46c71e4 already exists
2023-03-18T13:09:39.205Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-03-18T13:09:39.205Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar(Csar with UUID: 01ded22f-bc0d-42c0-9fad-2915e46c71e4 already exists)
2023-03-18T13:09:39.205Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-18T13:09:39.205Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T13:09:39.205Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T13:09:39.205Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "74149d2a-f284-47d2-b2fa-4e2fc7be8f3e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679144979205,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 01ded22f-bc0d-42c0-9fad-2915e46c71e4 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T13:09:40.206Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-03-18T13:09:40.206Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar(Resource with UUID: 9290846e-2e09-452f-a45d-c33314796f1f already exists)
2023-03-18T13:09:40.206Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-18T13:09:40.206Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T13:09:40.207Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T13:09:40.207Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "74149d2a-f284-47d2-b2fa-4e2fc7be8f3e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679144980206,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 9290846e-2e09-452f-a45d-c33314796f1f already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T13:09:41.208Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 74149d2a-f284-47d2-b2fa-4e2fc7be8f3e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T13:09:41.224Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 74149d2a-f284-47d2-b2fa-4e2fc7be8f3e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T13:09:41.228Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-18T13:09:41.228Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-18T13:09:41.228Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-18T13:09:41.228Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-18T13:09:41.228Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T13:09:41.228Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T13:09:41.228Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T13:09:41.228Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T13:09:41.228Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T13:09:41.228Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-18T13:09:41.239Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-18T13:09:58.919Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T13:09:58.925Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-18T13:09:58.925Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679144939840,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-18T13:09:58.926Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:09:58.926Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-18T13:09:58.926Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679144942319,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 2a8efcaf-0813-4b52-901f-136ba065c343 already exists"
}
2023-03-18T13:09:58.926Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:09:58.926Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-18T13:09:58.927Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679144943322,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: c7374fd6-6727-4426-9587-40812bc7c663 already exists"
}
2023-03-18T13:09:58.928Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:09:58.928Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-18T13:09:58.928Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679144974511,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-18T13:09:58.928Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:09:58.929Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-18T13:09:58.929Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "74149d2a-f284-47d2-b2fa-4e2fc7be8f3e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679144540026,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T13:09:58.929Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:09:58.929Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-18T13:09:58.929Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "74149d2a-f284-47d2-b2fa-4e2fc7be8f3e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679144540026,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-03-18T13:09:58.930Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:09:58.930Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-18T13:09:58.930Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "74149d2a-f284-47d2-b2fa-4e2fc7be8f3e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679144977813,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-18T13:09:58.930Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:09:58.930Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-18T13:09:58.930Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "74149d2a-f284-47d2-b2fa-4e2fc7be8f3e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679144979205,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 01ded22f-bc0d-42c0-9fad-2915e46c71e4 already exists"
}
2023-03-18T13:09:58.930Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:09:58.930Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-18T13:09:58.930Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "74149d2a-f284-47d2-b2fa-4e2fc7be8f3e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679144980206,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 9290846e-2e09-452f-a45d-c33314796f1f already exists"
}
2023-03-18T13:09:58.930Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:10:11.239Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 74149d2a-f284-47d2-b2fa-4e2fc7be8f3e and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-18T13:10:11.246Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 74149d2a-f284-47d2-b2fa-4e2fc7be8f3e and serviceModelVersionId: 942654ba-46c2-4f05-ae3d-6460a7c9e9a7
2023-03-18T13:10:11.246Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : ccdda148-11a2-4587-8a73-4287349e801a
2023-03-18T13:10:11.246Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/ccdda148-11a2-4587-8a73-4287349e801a/model-vers/model-ver/942654ba-46c2-4f05-ae3d-6460a7c9e9a7?depth=0
2023-03-18T13:10:11.251Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2023-03-18T13:10:11.261Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ccdda148-11a2-4587-8a73-4287349e801a/model-vers/model-ver/942654ba-46c2-4f05-ae3d-6460a7c9e9a7?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-03-18T13:10:11.262Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ccdda148-11a2-4587-8a73-4287349e801a/model-vers/model-ver/942654ba-46c2-4f05-ae3d-6460a7c9e9a7?depth=0|INFO|500||Invoke
2023-03-18T13:10:11.268Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ccdda148-11a2-4587-8a73-4287349e801a/model-vers/model-ver/942654ba-46c2-4f05-ae3d-6460a7c9e9a7?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-18T13:10:11.451Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ccdda148-11a2-4587-8a73-4287349e801a/model-vers/model-ver/942654ba-46c2-4f05-ae3d-6460a7c9e9a7?depth=0|INFO|500||InvokeReturn
2023-03-18T13:10:11.451Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ccdda148-11a2-4587-8a73-4287349e801a/model-vers/model-ver/942654ba-46c2-4f05-ae3d-6460a7c9e9a7?depth=0 has http status code:200 and response headers:{date=[Sat, 18 Mar 2023 13:10:10 GMT], content-length=[0], vertex-id=[192760], x-aai-txid=[0-aai-resources-230318-13:10:10:971-60119], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-18T13:10:11.451Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Response was returned with an empty entity.
2023-03-18T13:10:11.451Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-18T13:10:11.451Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-18T13:10:11.460Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-18T13:10:11.460Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 74149d2a-f284-47d2-b2fa-4e2fc7be8f3e and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-18T13:10:11.460Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-18T13:10:11.460Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T13:10:11.460Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T13:10:11.460Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "74149d2a-f284-47d2-b2fa-4e2fc7be8f3e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679145011460,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-18T13:10:12.479Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-18T13:10:12.479Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||received notification from broker: {"distributionID":"6a074a1e-4b47-4382-9b90-afa918276d12","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"e17bf563-7a13-4701-b853-11ed8cbb93d7","serviceDescription":"service","serviceInvariantUUID":"8a45306d-3ac3-4f10-a742-9812edbe591e","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"1903c123-2be6-499b-8524-c9a33406ad4f","resourceInvariantUUID":"65a560ec-f509-40c5-b364-3c4cd0a20185","resourceCustomizationUUID":"41b30cb0-d009-4e4b-99c2-e95f691a4b2e","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":"YTFjZGVjMmU0NGZhOGFkMDlhZGI4ODkyYzk4MDRmOGE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"38ef1f0d-98ea-4e28-b00a-3091e61f54bc","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":"OWZmNjBmNzNmNGQ1ZThmYzNkMzdkODk3MzFkMDI2MDg\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"d3c6917c-1f70-48e9-9465-f259ee8cda65","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":"7aa99321-7b67-40f7-bd98-0e99d422bb2e","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":"5444e6a4-9351-40da-b837-0dd388e7cb3b","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":"cb506ca5-fd50-4406-abfc-b51858ac789a","artifactVersion":"2","generatedFromUUID":"7aa99321-7b67-40f7-bd98-0e99d422bb2e"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"ZjQyZmQxMjdjZDk5ZDY2OTQ3ZmIyZWI4MjExZGE4OGQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"204adab0-5bde-4230-9b3d-b26c0f4d57b4","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"NjI4YzVmZDFmMjYwMDhlNTZlOTY1M2NmMzExN2VkMjg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"4b6dc8ac-cbfc-43c0-9e93-2760226914ae","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-18T13:10:12.480Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T13:10:12.480Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T13:10:12.480Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T13:10:12.480Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679144540026,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T13:10:13.480Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T13:10:13.481Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T13:10:13.481Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T13:10:13.481Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679144540026,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T13:10:14.482Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T13:10:14.482Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T13:10:14.482Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T13:10:14.482Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679144540026,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T13:10:15.483Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T13:10:15.483Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T13:10:15.483Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T13:10:15.484Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679144540026,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T13:10:16.484Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T13:10:16.484Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T13:10:16.484Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T13:10:16.484Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679144540026,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T13:10:17.485Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T13:10:17.485Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T13:10:17.485Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T13:10:17.486Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679144540026,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T13:10:18.486Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T13:10:18.487Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T13:10:18.487Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T13:10:18.487Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679144540026,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T13:10:19.488Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "e17bf563-7a13-4701-b853-11ed8cbb93d7",
  "serviceDescription": "service",
  "serviceInvariantUUID": "8a45306d-3ac3-4f10-a742-9812edbe591e",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "41b30cb0-d009-4e4b-99c2-e95f691a4b2e",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "1903c123-2be6-499b-8524-c9a33406ad4f",
      "resourceInvariantUUID": "65a560ec-f509-40c5-b364-3c4cd0a20185",
      "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": "OWZmNjBmNzNmNGQ1ZThmYzNkMzdkODk3MzFkMDI2MDg\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "d3c6917c-1f70-48e9-9465-f259ee8cda65",
          "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": "7aa99321-7b67-40f7-bd98-0e99d422bb2e",
          "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": "cb506ca5-fd50-4406-abfc-b51858ac789a",
            "generatedFromUUID": "7aa99321-7b67-40f7-bd98-0e99d422bb2e"
          },
          "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": "cb506ca5-fd50-4406-abfc-b51858ac789a",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "NjI4YzVmZDFmMjYwMDhlNTZlOTY1M2NmMzExN2VkMjg\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "4b6dc8ac-cbfc-43c0-9e93-2760226914ae"
    }
  ],
  "workloadContext": "Production"
}
2023-03-18T13:10:19.488Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-18T13:10:19.488Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 e17bf563-7a13-4701-b853-11ed8cbb93d7 ASDC
2023-03-18T13:10:19.489Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:6a074a1e-4b47-4382-9b90-afa918276d12
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:e17bf563-7a13-4701-b853-11ed8cbb93d7
ServiceInvariantUUID:8a45306d-3ac3-4f10-a742-9812edbe591e
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:4b6dc8ac-cbfc-43c0-9e93-2760226914ae
ArtifactChecksum:NjI4YzVmZDFmMjYwMDhlNTZlOTY1M2NmMzExN2VkMjg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:41b30cb0-d009-4e4b-99c2-e95f691a4b2e
ResourceInvariantUUID:65a560ec-f509-40c5-b364-3c4cd0a20185
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:1903c123-2be6-499b-8524-c9a33406ad4f
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:d3c6917c-1f70-48e9-9465-f259ee8cda65
ArtifactChecksum:OWZmNjBmNzNmNGQ1ZThmYzNkMzdkODk3MzFkMDI2MDg=
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:7aa99321-7b67-40f7-bd98-0e99d422bb2e
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:cb506ca5-fd50-4406-abfc-b51858ac789a
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:cb506ca5-fd50-4406-abfc-b51858ac789a
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-18T13:10:19.489Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF e17bf563-7a13-4701-b853-11ed8cbb93d7 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: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-18T13:10:19.530Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-18T13:10:19.531Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-03-18T13:10:19.531Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-03-18T13:10:19.531Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 4b6dc8ac-cbfc-43c0-9e93-2760226914ae from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-03-18T13:10:19.531Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||DistributionClient - download
2023-03-18T13:10:19.532Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-03-18T13:10:19.567Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||GET Response Status 404
2023-03-18T13:10:19.568Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@c6b4874
2023-03-18T13:10:19.568Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-18T13:10:19.568Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicVm"
      ]
    }
  }
}
2023-03-18T13:10:19.569Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicVm-csar.csar /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 4b6dc8ac-cbfc-43c0-9e93-2760226914ae Specified artifact is  not found 300 ASDC artifact download fail
2023-03-18T13:10:19.569Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-03-18T13:10:19.569Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar(Specified artifact is  not found)
2023-03-18T13:10:19.569Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-18T13:10:19.569Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T13:10:19.569Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T13:10:19.570Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679145019569,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T13:10:20.570Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during processCsarServiceArtifacts ASDC processCsarServiceArtifacts 500 Exception in processCsarServiceArtifacts
org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact service-BasicVm-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar(UUID:4b6dc8ac-cbfc-43c0-9e93-2760226914ae)
Error message is Specified artifact is  not found

	at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394)
	at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
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 watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-03-18T13:10:20.612Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||ERROR|500||Csar with UUID: 4b6dc8ac-cbfc-43c0-9e93-2760226914ae already exists
2023-03-18T13:10:20.612Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-03-18T13:10:20.612Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar(Csar with UUID: 4b6dc8ac-cbfc-43c0-9e93-2760226914ae already exists)
2023-03-18T13:10:20.612Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-18T13:10:20.613Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T13:10:20.613Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T13:10:20.613Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679145020612,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 4b6dc8ac-cbfc-43c0-9e93-2760226914ae already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T13:10:21.614Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-03-18T13:10:21.614Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar(Resource with UUID: 1903c123-2be6-499b-8524-c9a33406ad4f already exists)
2023-03-18T13:10:21.614Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-18T13:10:21.614Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T13:10:21.614Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T13:10:21.614Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679145021614,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 1903c123-2be6-499b-8524-c9a33406ad4f already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T13:10:22.615Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6a074a1e-4b47-4382-9b90-afa918276d12
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T13:10:22.633Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6a074a1e-4b47-4382-9b90-afa918276d12
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T13:10:22.635Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-18T13:10:22.636Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-18T13:10:22.636Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-18T13:10:22.636Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-18T13:10:22.636Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T13:10:22.636Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T13:10:22.636Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T13:10:22.636Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T13:10:22.636Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T13:10:22.636Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-18T13:10:22.644Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-18T13:10:52.645Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 6a074a1e-4b47-4382-9b90-afa918276d12 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-18T13:10:52.654Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 6a074a1e-4b47-4382-9b90-afa918276d12 and serviceModelVersionId: e17bf563-7a13-4701-b853-11ed8cbb93d7
2023-03-18T13:10:52.654Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 8a45306d-3ac3-4f10-a742-9812edbe591e
2023-03-18T13:10:52.655Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/8a45306d-3ac3-4f10-a742-9812edbe591e/model-vers/model-ver/e17bf563-7a13-4701-b853-11ed8cbb93d7?depth=0
2023-03-18T13:10:52.658Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2023-03-18T13:10:52.675Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8a45306d-3ac3-4f10-a742-9812edbe591e/model-vers/model-ver/e17bf563-7a13-4701-b853-11ed8cbb93d7?depth=0|INFO|500||Invoke
2023-03-18T13:10:52.675Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8a45306d-3ac3-4f10-a742-9812edbe591e/model-vers/model-ver/e17bf563-7a13-4701-b853-11ed8cbb93d7?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8a45306d-3ac3-4f10-a742-9812edbe591e/model-vers/model-ver/e17bf563-7a13-4701-b853-11ed8cbb93d7?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[6a074a1e-4b47-4382-9b90-afa918276d12], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[71c5671b-eaf2-4b29-977b-6615a8eb795a], X-ECOMP-RequestID=[6a074a1e-4b47-4382-9b90-afa918276d12], X-TransactionId=[], X-ONAP-RequestID=[6a074a1e-4b47-4382-9b90-afa918276d12], Content-Type=[application/merge-patch+json]}
2023-03-18T13:10:52.683Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8a45306d-3ac3-4f10-a742-9812edbe591e/model-vers/model-ver/e17bf563-7a13-4701-b853-11ed8cbb93d7?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-18T13:10:52.790Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8a45306d-3ac3-4f10-a742-9812edbe591e/model-vers/model-ver/e17bf563-7a13-4701-b853-11ed8cbb93d7?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/8a45306d-3ac3-4f10-a742-9812edbe591e/model-vers/model-ver/e17bf563-7a13-4701-b853-11ed8cbb93d7?depth=0 has http status code:200 and response headers:{date=[Sat, 18 Mar 2023 13:10:52 GMT], content-length=[0], vertex-id=[188464], x-aai-txid=[2-aai-resources-230318-13:10:52:386-2933], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-18T13:10:52.791Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8a45306d-3ac3-4f10-a742-9812edbe591e/model-vers/model-ver/e17bf563-7a13-4701-b853-11ed8cbb93d7?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-18T13:10:52.791Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8a45306d-3ac3-4f10-a742-9812edbe591e/model-vers/model-ver/e17bf563-7a13-4701-b853-11ed8cbb93d7?depth=0|INFO|500||InvokeReturn
2023-03-18T13:10:52.791Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-18T13:10:52.791Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-18T13:10:52.799Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-18T13:10:52.799Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 6a074a1e-4b47-4382-9b90-afa918276d12 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-18T13:10:52.800Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-18T13:10:52.800Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T13:10:52.800Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T13:10:52.800Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679145052799,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-18T13:10:53.830Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-18T13:10:53.830Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||received notification from broker: {"distributionID":"5e005e65-61df-4986-a087-00761a388674","serviceName":"Demo_pNF_Qv5TXucXv4n7mssXUGFK","serviceVersion":"1.0","serviceUUID":"73f959ea-1a0e-41cf-b2da-40f07fd6a9c2","serviceDescription":"catalog service description","serviceInvariantUUID":"86b31417-cd30-434e-93e4-34d81e182271","resources":[{"resourceInstanceName":"pNF 8ecb3a29-1699 0","resourceName":"pNF 8ecb3a29-1699","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"79d852b9-56e5-416f-9d37-4483b88de628","resourceInvariantUUID":"c45c5ef7-20e5-4b81-8392-6fbf8a0a1b25","resourceCustomizationUUID":"3e0c811d-9b69-4eb9-9e2f-6a46c31c8df1","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/resourceInstances/pnf8ecb3a2916990/artifacts/vf-license-model.xml","artifactChecksum":"ZjYwMDAwM2MyYWM5MThmNDNmMGIxMzExNzJmYzM1YzQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"fe22c4be-1d3d-49d6-aaf8-5fb691f2c5bb","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/resourceInstances/pnf8ecb3a2916990/artifacts/pNF.csar","artifactChecksum":"YTFmMWQ3MzViYWZhMGQ1ZThlNzU3Y2I3ZGNlYWU4YjA\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"aee06125-71e1-4665-8ce8-8f87625d3137","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/resourceInstances/pnf8ecb3a2916990/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"d0d177b6-7fdc-4b24-a378-3361c335ea57","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/resourceInstances/pnf8ecb3a2916990/artifacts/vendor-license-model.xml","artifactChecksum":"NmIzN2Y3YWJiZDEyYzZiMDEyNjdiMzJhNGM5MzQ1OGI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"b3fc6aeb-2efb-45ec-a7fe-d71b1477f76e","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/resourceInstances/pnf8ecb3a2916990/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"e7ba57a9-59ef-4efe-90bb-fffece281605","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/resourceInstances/pnf8ecb3a2916990/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"cc689d97-ea39-40b8-b7d1-5326d5b71836","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfQv5txucxv4n7mssxugfk-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-template.yml","artifactChecksum":"ZTJjZGFlZDI3YjNkYzI4ZWNlMWMyNmM5NGMwOGRiNmY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"036d837c-a9b5-4c6b-9026-ef8b033600cc","artifactVersion":"1"},{"artifactName":"service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar","artifactChecksum":"NmIzYzkyYzFlZjM3YjA3YjIzODQ5MzIxZjA4ODdmYTg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"a93044a0-e137-47cf-b45c-87a4ec92508e","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-18T13:10:53.831Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T13:10:53.831Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T13:10:53.831Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T13:10:53.831Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679144540026,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/resourceInstances/pnf8ecb3a2916990/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T13:10:54.831Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T13:10:54.832Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T13:10:54.832Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T13:10:54.832Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679144540026,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/resourceInstances/pnf8ecb3a2916990/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T13:10:55.832Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T13:10:55.833Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T13:10:55.833Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T13:10:55.833Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679144540026,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/resourceInstances/pnf8ecb3a2916990/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T13:10:56.833Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T13:10:56.834Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T13:10:56.834Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T13:10:56.834Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679144540026,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/resourceInstances/pnf8ecb3a2916990/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T13:10:57.840Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T13:10:57.841Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T13:10:57.841Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T13:10:57.841Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679144540026,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/resourceInstances/pnf8ecb3a2916990/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T13:10:58.842Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T13:10:58.843Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T13:10:58.843Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T13:10:58.843Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679144540026,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/resourceInstances/pnf8ecb3a2916990/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T13:10:58.919Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T13:10:58.924Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-18T13:10:58.924Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "74149d2a-f284-47d2-b2fa-4e2fc7be8f3e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679145011460,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-18T13:10:58.925Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:10:58.925Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-18T13:10:58.925Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679144540026,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T13:10:58.925Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:10:58.925Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-18T13:10:58.925Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679144540026,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2023-03-18T13:10:58.925Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:10:58.925Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-18T13:10:58.925Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679144540026,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-03-18T13:10:58.925Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:10:58.925Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-18T13:10:58.926Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679144540026,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T13:10:58.926Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:10:58.926Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-18T13:10:58.926Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679144540026,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-03-18T13:10:58.926Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:10:58.926Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-18T13:10:58.926Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679144540026,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T13:10:58.926Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:10:58.926Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-18T13:10:58.926Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679144540026,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-03-18T13:10:58.926Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:10:58.926Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-18T13:10:58.926Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679145019569,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-18T13:10:58.926Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:10:58.926Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-18T13:10:58.927Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679145020612,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 4b6dc8ac-cbfc-43c0-9e93-2760226914ae already exists"
}
2023-03-18T13:10:58.927Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:10:58.927Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-18T13:10:58.927Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679145021614,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 1903c123-2be6-499b-8524-c9a33406ad4f already exists"
}
2023-03-18T13:10:58.927Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:10:58.927Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-18T13:10:58.927Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679145052799,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-18T13:10:58.927Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:10:58.927Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-18T13:10:58.927Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679144540026,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/resourceInstances/pnf8ecb3a2916990/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T13:10:58.927Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:10:58.927Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-18T13:10:58.927Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679144540026,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/resourceInstances/pnf8ecb3a2916990/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-18T13:10:58.927Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:10:58.927Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-18T13:10:58.927Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679144540026,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/resourceInstances/pnf8ecb3a2916990/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-18T13:10:58.927Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:10:58.927Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-18T13:10:58.928Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679144540026,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/resourceInstances/pnf8ecb3a2916990/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T13:10:58.928Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:10:58.928Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-18T13:10:58.928Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679144540026,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/resourceInstances/pnf8ecb3a2916990/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T13:10:58.928Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:10:58.928Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-18T13:10:58.928Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679144540026,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/resourceInstances/pnf8ecb3a2916990/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T13:10:58.928Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:10:59.854Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T13:10:59.854Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T13:10:59.854Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T13:10:59.855Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679144540026,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T13:11:00.856Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T13:11:00.856Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T13:11:00.856Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T13:11:00.857Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679144540026,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T13:11:01.858Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "serviceName": "Demo_pNF_Qv5TXucXv4n7mssXUGFK",
  "serviceVersion": "1.0",
  "serviceUUID": "73f959ea-1a0e-41cf-b2da-40f07fd6a9c2",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "86b31417-cd30-434e-93e4-34d81e182271",
  "resources": [
    {
      "resourceInstanceName": "pNF 8ecb3a29-1699 0",
      "resourceCustomizationUUID": "3e0c811d-9b69-4eb9-9e2f-6a46c31c8df1",
      "resourceName": "pNF 8ecb3a29-1699",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "79d852b9-56e5-416f-9d37-4483b88de628",
      "resourceInvariantUUID": "c45c5ef7-20e5-4b81-8392-6fbf8a0a1b25",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar",
      "artifactChecksum": "NmIzYzkyYzFlZjM3YjA3YjIzODQ5MzIxZjA4ODdmYTg\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "a93044a0-e137-47cf-b45c-87a4ec92508e"
    }
  ],
  "workloadContext": "Production"
}
2023-03-18T13:11:01.858Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-18T13:11:01.858Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 73f959ea-1a0e-41cf-b2da-40f07fd6a9c2 ASDC
2023-03-18T13:11:01.859Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:5e005e65-61df-4986-a087-00761a388674
ServiceName:Demo_pNF_Qv5TXucXv4n7mssXUGFK
ServiceVersion:1.0
ServiceUUID:73f959ea-1a0e-41cf-b2da-40f07fd6a9c2
ServiceInvariantUUID:86b31417-cd30-434e-93e4-34d81e182271
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar
ArtifactUUID:a93044a0-e137-47cf-b45c-87a4ec92508e
ArtifactChecksum:NmIzYzkyYzFlZjM3YjA3YjIzODQ5MzIxZjA4ODdmYTg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 8ecb3a29-1699 0
ResourceCustomizationUUID:3e0c811d-9b69-4eb9-9e2f-6a46c31c8df1
ResourceInvariantUUID:c45c5ef7-20e5-4b81-8392-6fbf8a0a1b25
ResourceName:pNF 8ecb3a29-1699
ResourceType:PNF
ResourceUUID:79d852b9-56e5-416f-9d37-4483b88de628
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-18T13:11:01.859Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 73f959ea-1a0e-41cf-b2da-40f07fd6a9c2 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: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-18T13:11:01.895Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-18T13:11:01.896Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-03-18T13:11:01.896Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-03-18T13:11:01.896Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: a93044a0-e137-47cf-b45c-87a4ec92508e from URL: /sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar
2023-03-18T13:11:01.896Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||DistributionClient - download
2023-03-18T13:11:01.896Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar
2023-03-18T13:11:02.125Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2023-03-18T13:11:02.131Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar a93044a0-e137-47cf-b45c-87a4ec92508e 88004
2023-03-18T13:11:02.132Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar ASDC sendASDCNotification
2023-03-18T13:11:02.132Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar
2023-03-18T13:11:02.132Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-18T13:11:02.134Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T13:11:02.134Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T13:11:02.134Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679145062132,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T13:11:03.135Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-18T13:11:03.136Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-03-18T13:11:03.136Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: a93044a0-e137-47cf-b45c-87a4ec92508e, URL: /sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar to file: /app/ASDC/1/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar
2023-03-18T13:11:03.137Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar
2023-03-18T13:11:03.138Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar
2023-03-18T13:11:03.138Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar
2023-03-18T13:11:03.216Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15047860117840739857/Definitions/service-DemoPnfQv5txucxv4n7mssxugfk-template.yml
2023-03-18T13:11:03.727Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-18T13:11:03.727Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||WARN|500||####################################################################################################
2023-03-18T13:11:03.727Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar
2023-03-18T13:11:03.727Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-18T13:11:03.727Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||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-DemoPnfQv5txucxv4n7mssxugfk-csar.csar
2023-03-18T13:11:03.727Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar
2023-03-18T13:11:03.727Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||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-DemoPnfQv5txucxv4n7mssxugfk-csar.csar
2023-03-18T13:11:03.727Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar
2023-03-18T13:11:03.727Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar
2023-03-18T13:11:03.727Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 8ecb3a29-1699 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-DemoPnfQv5txucxv4n7mssxugfk-csar.csar
2023-03-18T13:11:03.728Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar
2023-03-18T13:11:03.728Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||WARN|500||####################################################################################################
2023-03-18T13:11:03.728Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T13:11:03.728Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_Qv5TXucXv4n7mssXUGFK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T13:11:03.728Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Node template pNF 8ecb3a29-1699 0 is matching search criteria
2023-03-18T13:11:03.728Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2023-03-18T13:11:03.728Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Found topology templates [pNF 8ecb3a29-1699 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-18T13:11:03.728Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T13:11:03.728Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_Qv5TXucXv4n7mssXUGFK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T13:11:03.728Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Node template pNF 8ecb3a29-1699 0 is matching search criteria
2023-03-18T13:11:03.728Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2023-03-18T13:11:03.728Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Found topology templates [pNF 8ecb3a29-1699 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-18T13:11:03.728Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T13:11:03.728Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_Qv5TXucXv4n7mssXUGFK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T13:11:03.728Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T13:11:03.728Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_Qv5TXucXv4n7mssXUGFK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T13:11:03.728Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T13:11:03.729Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_Qv5TXucXv4n7mssXUGFK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T13:11:03.729Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T13:11:03.729Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_Qv5TXucXv4n7mssXUGFK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T13:11:03.729Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T13:11:03.729Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_Qv5TXucXv4n7mssXUGFK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T13:11:03.729Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_Qv5TXucXv4n7mssXUGFK
Description:catalog service description
Model UUID:73f959ea-1a0e-41cf-b2da-40f07fd6a9c2
Model Version:NULL
Model InvariantUuid:86b31417-cd30-434e-93e4-34d81e182271
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=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-03-18T13:11:03.761Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||ERROR|500||Csar with UUID: a93044a0-e137-47cf-b45c-87a4ec92508e already exists
2023-03-18T13:11:03.761Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar ASDC sendASDCNotification
2023-03-18T13:11:03.761Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar(Csar with UUID: a93044a0-e137-47cf-b45c-87a4ec92508e already exists)
2023-03-18T13:11:03.761Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-18T13:11:03.761Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T13:11:03.762Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T13:11:03.762Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679145063761,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: a93044a0-e137-47cf-b45c-87a4ec92508e already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T13:11:04.762Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar ASDC sendASDCNotification
2023-03-18T13:11:04.763Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar(Resource with UUID: 79d852b9-56e5-416f-9d37-4483b88de628 already exists)
2023-03-18T13:11:04.763Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-18T13:11:04.763Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T13:11:04.763Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T13:11:04.763Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679145064762,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 79d852b9-56e5-416f-9d37-4483b88de628 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T13:11:05.764Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5e005e65-61df-4986-a087-00761a388674
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T13:11:05.784Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5e005e65-61df-4986-a087-00761a388674
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T13:11:05.787Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-18T13:11:05.788Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-18T13:11:05.788Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-18T13:11:05.788Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-18T13:11:05.788Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T13:11:05.788Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T13:11:05.788Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T13:11:05.788Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T13:11:05.788Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T13:11:05.788Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T13:11:05.788Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-18T13:11:05.799Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-18T13:11:35.799Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 5e005e65-61df-4986-a087-00761a388674 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-18T13:11:35.808Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 5e005e65-61df-4986-a087-00761a388674 and serviceModelVersionId: 73f959ea-1a0e-41cf-b2da-40f07fd6a9c2
2023-03-18T13:11:35.808Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 86b31417-cd30-434e-93e4-34d81e182271
2023-03-18T13:11:35.809Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/86b31417-cd30-434e-93e4-34d81e182271/model-vers/model-ver/73f959ea-1a0e-41cf-b2da-40f07fd6a9c2?depth=0
2023-03-18T13:11:35.814Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2023-03-18T13:11:35.828Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/86b31417-cd30-434e-93e4-34d81e182271/model-vers/model-ver/73f959ea-1a0e-41cf-b2da-40f07fd6a9c2?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-03-18T13:11:35.828Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/86b31417-cd30-434e-93e4-34d81e182271/model-vers/model-ver/73f959ea-1a0e-41cf-b2da-40f07fd6a9c2?depth=0|INFO|500||Invoke
2023-03-18T13:11:35.837Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/86b31417-cd30-434e-93e4-34d81e182271/model-vers/model-ver/73f959ea-1a0e-41cf-b2da-40f07fd6a9c2?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-18T13:11:35.952Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/86b31417-cd30-434e-93e4-34d81e182271/model-vers/model-ver/73f959ea-1a0e-41cf-b2da-40f07fd6a9c2?depth=0|INFO|500||InvokeReturn
2023-03-18T13:11:35.953Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/86b31417-cd30-434e-93e4-34d81e182271/model-vers/model-ver/73f959ea-1a0e-41cf-b2da-40f07fd6a9c2?depth=0 has http status code:200 and response headers:{date=[Sat, 18 Mar 2023 13:11:35 GMT], content-length=[0], vertex-id=[204904], x-aai-txid=[2-aai-resources-230318-13:11:35:539-82761], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-18T13:11:35.953Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Response was returned with an empty entity.
2023-03-18T13:11:35.953Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-18T13:11:35.953Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-18T13:11:35.961Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-18T13:11:35.961Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 5e005e65-61df-4986-a087-00761a388674 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-18T13:11:35.961Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-18T13:11:35.962Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T13:11:35.962Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T13:11:35.962Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679145095961,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-18T13:11:36.985Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-18T13:11:36.985Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||received notification from broker: {"distributionID":"b26959c2-c6ca-4cf7-9cdd-576be04a9c92","serviceName":"Demo_pNF_M5QKMfmDLPuLyaz8OWr9","serviceVersion":"1.0","serviceUUID":"c315cbb3-fd53-45ce-8b0b-ad3e84c78918","serviceDescription":"catalog service description","serviceInvariantUUID":"a46a4505-8d20-4c38-8d99-1b181bf22700","resources":[{"resourceInstanceName":"pNF 66b89d6a-37e2 0","resourceName":"pNF 66b89d6a-37e2","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"5cb48981-5482-4843-a71a-1ebe978a5e90","resourceInvariantUUID":"067cbf90-981e-43f3-86b6-aee782d22bba","resourceCustomizationUUID":"84e6e64b-76cd-40cf-86fd-15855e6c2efb","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/resourceInstances/pnf66b89d6a37e20/artifacts/vf-license-model.xml","artifactChecksum":"NmE3OGI0M2NhMTkzNzdlZjJiNzk5YWUzOGVkODUwZTQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"7cbe96a6-d4de-40e4-9f5f-7effc4b8523d","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/resourceInstances/pnf66b89d6a37e20/artifacts/pNF.csar","artifactChecksum":"YTFmMWQ3MzViYWZhMGQ1ZThlNzU3Y2I3ZGNlYWU4YjA\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"7fd2d8fc-6c10-444b-93e4-8ebf25d579b5","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/resourceInstances/pnf66b89d6a37e20/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"62304596-99e5-46f3-868d-189f9dacc577","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/resourceInstances/pnf66b89d6a37e20/artifacts/vendor-license-model.xml","artifactChecksum":"YzhhZjQxZjBiNGEwYTBlMTMwMDYwZmQ3ZjM5OWY1MTY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"c98a30f6-a6ab-4b74-9a89-a4282ace9636","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/resourceInstances/pnf66b89d6a37e20/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"6ba69e42-ade7-45c2-a4ec-3b8f081071f9","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/resourceInstances/pnf66b89d6a37e20/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"2afae58f-afd7-42b0-ae19-62fbbccae66e","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfM5qkmfmdlpulyaz8owr9-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/artifacts/service-DemoPnfM5qkmfmdlpulyaz8owr9-template.yml","artifactChecksum":"NDU2YjRjNDEyNWEwZGVkZjBjNDY2MTJmOTFhNzRhYzk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"181d2352-caba-4b3f-999f-926eb0949ab9","artifactVersion":"1"},{"artifactName":"service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/artifacts/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar","artifactChecksum":"ZWMyYmIzM2U4YmVmYmIwYmU1ZDhjODY4NGEyYTI4NjI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"fdcf7f15-35cd-49a2-839b-26e97623a9bc","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-18T13:11:36.986Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T13:11:36.986Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T13:11:36.986Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T13:11:36.986Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679144540026,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/resourceInstances/pnf66b89d6a37e20/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T13:11:37.987Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T13:11:37.987Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T13:11:37.987Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T13:11:37.987Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679144540026,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/resourceInstances/pnf66b89d6a37e20/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T13:11:38.988Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T13:11:38.989Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T13:11:38.989Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T13:11:38.989Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679144540026,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/resourceInstances/pnf66b89d6a37e20/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T13:11:39.990Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T13:11:39.990Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T13:11:39.990Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T13:11:39.990Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679144540026,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/resourceInstances/pnf66b89d6a37e20/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T13:11:40.990Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T13:11:40.991Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T13:11:40.991Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T13:11:40.991Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679144540026,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/resourceInstances/pnf66b89d6a37e20/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T13:11:41.991Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T13:11:41.992Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T13:11:41.992Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T13:11:41.992Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679144540026,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/resourceInstances/pnf66b89d6a37e20/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T13:11:42.993Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T13:11:42.993Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T13:11:42.993Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T13:11:42.993Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679144540026,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/artifacts/service-DemoPnfM5qkmfmdlpulyaz8owr9-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T13:11:43.994Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T13:11:43.994Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T13:11:43.995Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T13:11:43.995Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679144540026,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/artifacts/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T13:11:44.995Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "serviceName": "Demo_pNF_M5QKMfmDLPuLyaz8OWr9",
  "serviceVersion": "1.0",
  "serviceUUID": "c315cbb3-fd53-45ce-8b0b-ad3e84c78918",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "a46a4505-8d20-4c38-8d99-1b181bf22700",
  "resources": [
    {
      "resourceInstanceName": "pNF 66b89d6a-37e2 0",
      "resourceCustomizationUUID": "84e6e64b-76cd-40cf-86fd-15855e6c2efb",
      "resourceName": "pNF 66b89d6a-37e2",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "5cb48981-5482-4843-a71a-1ebe978a5e90",
      "resourceInvariantUUID": "067cbf90-981e-43f3-86b6-aee782d22bba",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/artifacts/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar",
      "artifactChecksum": "ZWMyYmIzM2U4YmVmYmIwYmU1ZDhjODY4NGEyYTI4NjI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "fdcf7f15-35cd-49a2-839b-26e97623a9bc"
    }
  ],
  "workloadContext": "Production"
}
2023-03-18T13:11:44.996Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-18T13:11:44.996Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 c315cbb3-fd53-45ce-8b0b-ad3e84c78918 ASDC
2023-03-18T13:11:44.996Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:b26959c2-c6ca-4cf7-9cdd-576be04a9c92
ServiceName:Demo_pNF_M5QKMfmDLPuLyaz8OWr9
ServiceVersion:1.0
ServiceUUID:c315cbb3-fd53-45ce-8b0b-ad3e84c78918
ServiceInvariantUUID:a46a4505-8d20-4c38-8d99-1b181bf22700
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/artifacts/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar
ArtifactUUID:fdcf7f15-35cd-49a2-839b-26e97623a9bc
ArtifactChecksum:ZWMyYmIzM2U4YmVmYmIwYmU1ZDhjODY4NGEyYTI4NjI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 66b89d6a-37e2 0
ResourceCustomizationUUID:84e6e64b-76cd-40cf-86fd-15855e6c2efb
ResourceInvariantUUID:067cbf90-981e-43f3-86b6-aee782d22bba
ResourceName:pNF 66b89d6a-37e2
ResourceType:PNF
ResourceUUID:5cb48981-5482-4843-a71a-1ebe978a5e90
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-18T13:11:44.996Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF c315cbb3-fd53-45ce-8b0b-ad3e84c78918 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: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-18T13:11:45.027Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-18T13:11:45.028Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-03-18T13:11:45.028Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-03-18T13:11:45.028Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: fdcf7f15-35cd-49a2-839b-26e97623a9bc from URL: /sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/artifacts/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar
2023-03-18T13:11:45.028Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||DistributionClient - download
2023-03-18T13:11:45.028Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/artifacts/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar
2023-03-18T13:11:45.290Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2023-03-18T13:11:45.296Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/artifacts/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar fdcf7f15-35cd-49a2-839b-26e97623a9bc 88022
2023-03-18T13:11:45.297Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/artifacts/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar ASDC sendASDCNotification
2023-03-18T13:11:45.297Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/artifacts/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar
2023-03-18T13:11:45.297Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-18T13:11:45.297Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T13:11:45.297Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T13:11:45.297Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679145105297,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/artifacts/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T13:11:46.298Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-18T13:11:46.298Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-03-18T13:11:46.299Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: fdcf7f15-35cd-49a2-839b-26e97623a9bc, URL: /sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/artifacts/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar to file: /app/ASDC/1/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar
2023-03-18T13:11:46.299Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar
2023-03-18T13:11:46.300Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar
2023-03-18T13:11:46.300Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar
2023-03-18T13:11:46.370Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11657583082071410199/Definitions/service-DemoPnfM5qkmfmdlpulyaz8owr9-template.yml
2023-03-18T13:11:46.903Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-18T13:11:46.903Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||WARN|500||####################################################################################################
2023-03-18T13:11:46.904Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar
2023-03-18T13:11:46.904Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-18T13:11:46.904Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||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-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar
2023-03-18T13:11:46.904Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar
2023-03-18T13:11:46.904Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||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-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar
2023-03-18T13:11:46.904Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 66b89d6a-37e2 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-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar
2023-03-18T13:11:46.904Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar
2023-03-18T13:11:46.904Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar
2023-03-18T13:11:46.904Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar
2023-03-18T13:11:46.904Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||WARN|500||####################################################################################################
2023-03-18T13:11:46.904Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T13:11:46.905Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_M5QKMfmDLPuLyaz8OWr9 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T13:11:46.905Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||Node template pNF 66b89d6a-37e2 0 is matching search criteria
2023-03-18T13:11:46.905Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2023-03-18T13:11:46.905Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||Found topology templates [pNF 66b89d6a-37e2 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-18T13:11:46.905Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T13:11:46.905Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_M5QKMfmDLPuLyaz8OWr9 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T13:11:46.905Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||Node template pNF 66b89d6a-37e2 0 is matching search criteria
2023-03-18T13:11:46.905Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2023-03-18T13:11:46.905Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||Found topology templates [pNF 66b89d6a-37e2 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-18T13:11:46.906Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T13:11:46.906Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_M5QKMfmDLPuLyaz8OWr9 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T13:11:46.906Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T13:11:46.906Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_M5QKMfmDLPuLyaz8OWr9 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T13:11:46.906Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T13:11:46.906Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_M5QKMfmDLPuLyaz8OWr9 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T13:11:46.906Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T13:11:46.906Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_M5QKMfmDLPuLyaz8OWr9 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T13:11:46.906Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T13:11:46.906Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_M5QKMfmDLPuLyaz8OWr9 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T13:11:46.906Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_M5QKMfmDLPuLyaz8OWr9
Description:catalog service description
Model UUID:c315cbb3-fd53-45ce-8b0b-ad3e84c78918
Model Version:NULL
Model InvariantUuid:a46a4505-8d20-4c38-8d99-1b181bf22700
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=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-03-18T13:11:46.938Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||ERROR|500||Csar with UUID: fdcf7f15-35cd-49a2-839b-26e97623a9bc already exists
2023-03-18T13:11:46.939Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/artifacts/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar ASDC sendASDCNotification
2023-03-18T13:11:46.939Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/artifacts/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar(Csar with UUID: fdcf7f15-35cd-49a2-839b-26e97623a9bc already exists)
2023-03-18T13:11:46.939Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-18T13:11:46.939Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T13:11:46.939Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T13:11:46.939Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679145106939,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/artifacts/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: fdcf7f15-35cd-49a2-839b-26e97623a9bc already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T13:11:47.940Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/artifacts/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar ASDC sendASDCNotification
2023-03-18T13:11:47.941Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/artifacts/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar(Resource with UUID: 5cb48981-5482-4843-a71a-1ebe978a5e90 already exists)
2023-03-18T13:11:47.941Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-18T13:11:47.941Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T13:11:47.941Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T13:11:47.941Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679145107940,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/artifacts/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 5cb48981-5482-4843-a71a-1ebe978a5e90 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T13:11:48.942Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b26959c2-c6ca-4cf7-9cdd-576be04a9c92
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T13:11:48.963Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b26959c2-c6ca-4cf7-9cdd-576be04a9c92
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T13:11:48.966Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-18T13:11:48.966Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-18T13:11:48.966Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-18T13:11:48.966Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-18T13:11:48.966Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T13:11:48.966Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T13:11:48.967Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T13:11:48.967Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T13:11:48.967Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T13:11:48.967Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T13:11:48.967Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-18T13:11:48.977Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-18T13:11:58.919Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T13:11:58.924Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-18T13:11:58.924Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679144540026,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T13:11:58.925Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:11:58.925Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-18T13:11:58.925Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679144540026,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar",
  "status": "NOTIFIED"
}
2023-03-18T13:11:58.925Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:11:58.925Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-18T13:11:58.925Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679145062132,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-18T13:11:58.925Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:11:58.925Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-18T13:11:58.925Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679145063761,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: a93044a0-e137-47cf-b45c-87a4ec92508e already exists"
}
2023-03-18T13:11:58.925Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:11:58.925Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-18T13:11:58.926Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679145064762,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 79d852b9-56e5-416f-9d37-4483b88de628 already exists"
}
2023-03-18T13:11:58.926Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:11:58.926Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-18T13:11:58.926Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679145095961,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-18T13:11:58.926Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:11:58.926Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-18T13:11:58.926Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679144540026,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/resourceInstances/pnf66b89d6a37e20/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T13:11:58.926Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:11:58.926Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-18T13:11:58.926Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679144540026,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/resourceInstances/pnf66b89d6a37e20/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-18T13:11:58.926Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:11:58.926Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-18T13:11:58.926Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679144540026,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/resourceInstances/pnf66b89d6a37e20/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-18T13:11:58.926Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:11:58.926Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-18T13:11:58.927Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679144540026,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/resourceInstances/pnf66b89d6a37e20/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T13:11:58.927Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:11:58.927Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-18T13:11:58.927Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679144540026,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/resourceInstances/pnf66b89d6a37e20/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T13:11:58.927Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:11:58.927Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-18T13:11:58.927Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679144540026,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/resourceInstances/pnf66b89d6a37e20/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T13:11:58.927Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:11:58.927Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-18T13:11:58.927Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679144540026,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/artifacts/service-DemoPnfM5qkmfmdlpulyaz8owr9-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T13:11:58.927Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:11:58.927Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-18T13:11:58.927Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679144540026,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/artifacts/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar",
  "status": "NOTIFIED"
}
2023-03-18T13:11:58.927Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:11:58.927Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-18T13:11:58.927Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679145105297,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/artifacts/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-18T13:11:58.927Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:11:58.927Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-18T13:11:58.928Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679145106939,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/artifacts/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: fdcf7f15-35cd-49a2-839b-26e97623a9bc already exists"
}
2023-03-18T13:11:58.928Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:11:58.928Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-18T13:11:58.928Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679145107940,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/artifacts/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 5cb48981-5482-4843-a71a-1ebe978a5e90 already exists"
}
2023-03-18T13:11:58.928Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:12:18.977Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: b26959c2-c6ca-4cf7-9cdd-576be04a9c92 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-18T13:12:18.986Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: b26959c2-c6ca-4cf7-9cdd-576be04a9c92 and serviceModelVersionId: c315cbb3-fd53-45ce-8b0b-ad3e84c78918
2023-03-18T13:12:18.986Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : a46a4505-8d20-4c38-8d99-1b181bf22700
2023-03-18T13:12:18.987Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/a46a4505-8d20-4c38-8d99-1b181bf22700/model-vers/model-ver/c315cbb3-fd53-45ce-8b0b-ad3e84c78918?depth=0
2023-03-18T13:12:18.993Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2023-03-18T13:12:19.004Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a46a4505-8d20-4c38-8d99-1b181bf22700/model-vers/model-ver/c315cbb3-fd53-45ce-8b0b-ad3e84c78918?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-03-18T13:12:19.004Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a46a4505-8d20-4c38-8d99-1b181bf22700/model-vers/model-ver/c315cbb3-fd53-45ce-8b0b-ad3e84c78918?depth=0|INFO|500||Invoke
2023-03-18T13:12:19.013Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a46a4505-8d20-4c38-8d99-1b181bf22700/model-vers/model-ver/c315cbb3-fd53-45ce-8b0b-ad3e84c78918?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-18T13:12:19.121Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a46a4505-8d20-4c38-8d99-1b181bf22700/model-vers/model-ver/c315cbb3-fd53-45ce-8b0b-ad3e84c78918?depth=0|INFO|500||InvokeReturn
2023-03-18T13:12:19.122Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a46a4505-8d20-4c38-8d99-1b181bf22700/model-vers/model-ver/c315cbb3-fd53-45ce-8b0b-ad3e84c78918?depth=0 has http status code:200 and response headers:{date=[Sat, 18 Mar 2023 13:12:18 GMT], content-length=[0], vertex-id=[217192], x-aai-txid=[1-aai-resources-230318-13:12:18:715-25662], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-18T13:12:19.122Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||Response was returned with an empty entity.
2023-03-18T13:12:19.123Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-18T13:12:19.123Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-18T13:12:19.131Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-18T13:12:19.131Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID b26959c2-c6ca-4cf7-9cdd-576be04a9c92 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-18T13:12:19.132Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-18T13:12:19.132Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T13:12:19.132Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T13:12:19.132Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679145139132,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-18T13:12:20.155Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T13:12:20.156Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Failing OffsetCommit request since the consumer is not part of an active group
2023-03-18T13:12:20.156Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Node 1 disconnected.
2023-03-18T13:12:20.157Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||ERROR|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Asynchronous auto-commit of offsets failed: Offset commit cannot be completed since the consumer is not part of an active group for auto partition assignment; it is likely that the consumer was kicked out of the group.. Will continue to join group.
2023-03-18T13:12:20.157Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Giving away all assigned partitions as lost since generation/memberID has been reset,indicating that consumer is in old state or no longer part of the group
2023-03-18T13:12:20.158Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Lost previously assigned partitions SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5
2023-03-18T13:12:20.158Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] (Re-)joining group
2023-03-18T13:12:20.160Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Asynchronous auto-commit of offsets {SDC-DISTR-NOTIF-TOPIC-AUTO-5=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-4=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-3=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-2=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-1=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-0=OffsetAndMetadata{offset=7, leaderEpoch=0, metadata=''}} failed: Offset commit cannot be completed since the consumer is not part of an active group for auto partition assignment; it is likely that the consumer was kicked out of the group.
2023-03-18T13:12:20.162Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2-8c7a0b7d-f843-440e-9533-e97e246cbf6a
2023-03-18T13:12:20.162Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Request joining group due to: rebalance failed due to 'The group member needs to have a valid member id before actually entering a consumer group.' (MemberIdRequiredException)
2023-03-18T13:12:20.162Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] (Re-)joining group
2023-03-18T13:12:21.821Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T13:12:24.832Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T13:12:27.851Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T13:12:30.860Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T13:12:33.869Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T13:12:36.880Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T13:12:39.896Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T13:12:42.905Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T13:12:45.918Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T13:12:48.928Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T13:12:51.954Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T13:12:54.963Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T13:12:57.977Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T13:12:58.919Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T13:12:58.930Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Revoke previously assigned partitions SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-03-18T13:12:58.931Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] (Re-)joining group
2023-03-18T13:12:58.936Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Successfully joined group with generation Generation{generationId=52, memberId='SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2-8c7a0b7d-f843-440e-9533-e97e246cbf6a', protocol='range'}
2023-03-18T13:12:58.936Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Successfully joined group with generation Generation{generationId=52, memberId='SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94-2995e74d-4211-4955-93f6-f3f14568571e', protocol='range'}
2023-03-18T13:12:58.939Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Finished assignment for group at generation 52: {SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2-8c7a0b7d-f843-440e-9533-e97e246cbf6a=Assignment(partitions=[SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5]), SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94-2995e74d-4211-4955-93f6-f3f14568571e=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])}
2023-03-18T13:12:58.950Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Successfully synced group in generation Generation{generationId=52, memberId='SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2-8c7a0b7d-f843-440e-9533-e97e246cbf6a', protocol='range'}
2023-03-18T13:12:58.950Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5])
2023-03-18T13:12:58.950Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Successfully synced group in generation Generation{generationId=52, memberId='SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94-2995e74d-4211-4955-93f6-f3f14568571e', protocol='range'}
2023-03-18T13:12:58.950Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Adding newly assigned partitions: SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5
2023-03-18T13:12:58.951Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])
2023-03-18T13:12:58.951Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Adding newly assigned partitions: SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-03-18T13:12:58.954Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-18T13:12:58.954Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-18T13:12:58.954Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-18T13:12:58.954Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-18T13:12:58.954Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-18T13:12:58.954Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-18T13:12:58.954Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-18T13:12:58.954Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-18T13:12:58.954Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=1160, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-18T13:12:58.954Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-18T13:12:58.954Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-18T13:12:58.954Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-18T13:12:58.983Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-18T13:12:58.983Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||received notification from broker: {"distributionID":"34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846","serviceName":"basic_onboard_gCPnoC","serviceVersion":"1.0","serviceUUID":"dad851ae-1f1d-4e04-8847-f18fd5d51391","serviceDescription":"service","serviceInvariantUUID":"693dcbb7-55f2-41d5-a0d9-572574329dfe","resources":[{"resourceInstanceName":"basic_onboard_gCPnoC 0","resourceName":"basic_onboard_gCPnoC","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"f3fb2f57-aad9-4f33-88db-c458ae09cdfb","resourceInvariantUUID":"d7c6b294-4284-4b69-87ff-a797deedad73","resourceCustomizationUUID":"9327f8c9-4591-449b-b6af-227dc0614cab","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/vf-license-model.xml","artifactChecksum":"OGQ5ZDI0MzIzNDdmMDUyYmQ0MzVmMDVkOWUyNGVlYmE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"5077753b-8cdd-47a9-82d5-e3ff4ce969c3","artifactVersion":"1"},{"artifactName":"basic_onboard_gcpnoc0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json","artifactChecksum":"NjRhMmYzNDQxZDFkYzhiMjZmMTk3NDMzZmQwOWNiNWI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"583db2fa-2045-4011-8045-9fd436580060","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"0846dbe8-d246-42f3-9ba6-3c197d6bb5c4","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"5004fadd-cda9-4566-99ac-bc5d669427a2","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"7d3da3bf-4415-4326-b045-fe6bef605f78","artifactVersion":"2","generatedFromUUID":"0846dbe8-d246-42f3-9ba6-3c197d6bb5c4"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardGcpnoc-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-template.yml","artifactChecksum":"OGFkYWYzODVjYTg1MmE4Y2JhZWM5NDk3ZjljNTAwNTE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"8ab16f5d-5180-4470-b278-f6ea6f7c23e8","artifactVersion":"1"},{"artifactName":"service-BasicOnboardGcpnoc-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar","artifactChecksum":"MjQxYmE3NTM3MTRlYjAwMzA2YjMyYmJjMmU4MmNkYjE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"d6569f72-4f81-428a-8593-389324ccdf48","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-18T13:12:58.984Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T13:12:58.984Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T13:12:58.984Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T13:12:58.984Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679145140155,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T13:12:59.965Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-18T13:12:59.966Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679145139132,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-18T13:12:59.966Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:12:59.966Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-18T13:12:59.966Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679145140155,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T13:12:59.966Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:12:59.984Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T13:12:59.984Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T13:12:59.984Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T13:12:59.984Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679145140155,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T13:13:00.985Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T13:13:00.985Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T13:13:00.985Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T13:13:00.985Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679145140155,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T13:13:01.986Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T13:13:01.986Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T13:13:01.987Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T13:13:01.987Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679145140155,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T13:13:02.987Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T13:13:02.988Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T13:13:02.988Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T13:13:02.988Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679145140155,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T13:13:03.989Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T13:13:03.989Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T13:13:03.989Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T13:13:03.989Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679145140155,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T13:13:04.990Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T13:13:04.990Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T13:13:04.990Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T13:13:04.991Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679145140155,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T13:13:05.992Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "serviceName": "basic_onboard_gCPnoC",
  "serviceVersion": "1.0",
  "serviceUUID": "dad851ae-1f1d-4e04-8847-f18fd5d51391",
  "serviceDescription": "service",
  "serviceInvariantUUID": "693dcbb7-55f2-41d5-a0d9-572574329dfe",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_gCPnoC 0",
      "resourceCustomizationUUID": "9327f8c9-4591-449b-b6af-227dc0614cab",
      "resourceName": "basic_onboard_gCPnoC",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "f3fb2f57-aad9-4f33-88db-c458ae09cdfb",
      "resourceInvariantUUID": "d7c6b294-4284-4b69-87ff-a797deedad73",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_gcpnoc0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json",
          "artifactChecksum": "NjRhMmYzNDQxZDFkYzhiMjZmMTk3NDMzZmQwOWNiNWI\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "583db2fa-2045-4011-8045-9fd436580060",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "0846dbe8-d246-42f3-9ba6-3c197d6bb5c4",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "7d3da3bf-4415-4326-b045-fe6bef605f78",
            "generatedFromUUID": "0846dbe8-d246-42f3-9ba6-3c197d6bb5c4"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "7d3da3bf-4415-4326-b045-fe6bef605f78",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardGcpnoc-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar",
      "artifactChecksum": "MjQxYmE3NTM3MTRlYjAwMzA2YjMyYmJjMmU4MmNkYjE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "d6569f72-4f81-428a-8593-389324ccdf48"
    }
  ],
  "workloadContext": "Production"
}
2023-03-18T13:13:05.992Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-18T13:13:05.992Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 dad851ae-1f1d-4e04-8847-f18fd5d51391 ASDC
2023-03-18T13:13:05.992Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
ServiceName:basic_onboard_gCPnoC
ServiceVersion:1.0
ServiceUUID:dad851ae-1f1d-4e04-8847-f18fd5d51391
ServiceInvariantUUID:693dcbb7-55f2-41d5-a0d9-572574329dfe
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardGcpnoc-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar
ArtifactUUID:d6569f72-4f81-428a-8593-389324ccdf48
ArtifactChecksum:MjQxYmE3NTM3MTRlYjAwMzA2YjMyYmJjMmU4MmNkYjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_gCPnoC 0
ResourceCustomizationUUID:9327f8c9-4591-449b-b6af-227dc0614cab
ResourceInvariantUUID:d7c6b294-4284-4b69-87ff-a797deedad73
ResourceName:basic_onboard_gCPnoC
ResourceType:VF
ResourceUUID:f3fb2f57-aad9-4f33-88db-c458ae09cdfb
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_gcpnoc0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json
ArtifactUUID:583db2fa-2045-4011-8045-9fd436580060
ArtifactChecksum:NjRhMmYzNDQxZDFkYzhiMjZmMTk3NDMzZmQwOWNiNWI=
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/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.yaml
ArtifactUUID:0846dbe8-d246-42f3-9ba6-3c197d6bb5c4
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/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.env
ArtifactUUID:7d3da3bf-4415-4326-b045-fe6bef605f78
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/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.env
ArtifactUUID:7d3da3bf-4415-4326-b045-fe6bef605f78
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-18T13:13:05.993Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF dad851ae-1f1d-4e04-8847-f18fd5d51391 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: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-18T13:13:06.025Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-18T13:13:06.026Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-03-18T13:13:06.026Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-03-18T13:13:06.026Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: d6569f72-4f81-428a-8593-389324ccdf48 from URL: /sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar
2023-03-18T13:13:06.026Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||DistributionClient - download
2023-03-18T13:13:06.026Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar
2023-03-18T13:13:06.062Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||GET Response Status 404
2023-03-18T13:13:06.063Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@28aee152
2023-03-18T13:13:06.063Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-18T13:13:06.063Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicOnboardGcpnoc"
      ]
    }
  }
}
2023-03-18T13:13:06.063Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicOnboardGcpnoc-csar.csar /sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar d6569f72-4f81-428a-8593-389324ccdf48 Specified artifact is  not found 300 ASDC artifact download fail
2023-03-18T13:13:06.063Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar ASDC sendASDCNotification
2023-03-18T13:13:06.063Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar(Specified artifact is  not found)
2023-03-18T13:13:06.063Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-18T13:13:06.063Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T13:13:06.063Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T13:13:06.063Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679145186063,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T13:13:07.064Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during processCsarServiceArtifacts ASDC processCsarServiceArtifacts 500 Exception in processCsarServiceArtifacts
org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact service-BasicOnboardGcpnoc-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar(UUID:d6569f72-4f81-428a-8593-389324ccdf48)
Error message is Specified artifact is  not found

	at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394)
	at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2023-03-18T13:13:07.076Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||ERROR|500||error NSST process resource failure 
java.lang.NullPointerException: null
	at org.onap.so.asdc.client.ASDCController.processNsstNotification(ASDCController.java:978)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:760)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-18T13:13:07.076Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: f3fb2f57-aad9-4f33-88db-c458ae09cdfb
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-18T13:13:07.079Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||basic_onboard_gCPnoC 0
2023-03-18T13:13:07.079Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: f3fb2f57-aad9-4f33-88db-c458ae09cdfb
2023-03-18T13:13:07.079Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 583db2fa-2045-4011-8045-9fd436580060 from URL: /sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json
2023-03-18T13:13:07.079Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||DistributionClient - download
2023-03-18T13:13:07.079Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json
2023-03-18T13:13:07.091Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||GET Response Status 404
2023-03-18T13:13:07.091Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@642722b1
2023-03-18T13:13:07.092Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-18T13:13:07.092Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicOnboardGcpnoc"
      ]
    }
  }
}
2023-03-18T13:13:07.092Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL basic_onboard_gcpnoc0_modules.json /sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json 583db2fa-2045-4011-8045-9fd436580060 Specified artifact is  not found 300 ASDC artifact download fail
2023-03-18T13:13:07.092Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json ASDC sendASDCNotification
2023-03-18T13:13:07.092Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json(Specified artifact is  not found)
2023-03-18T13:13:07.092Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-18T13:13:07.092Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T13:13:07.093Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T13:13:07.093Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679145187092,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T13:13:08.093Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during Installation of artifact ASDC processResourceNotification 500 Exception in processResourceNotification
org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact basic_onboard_gcpnoc0_modules.json could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json(UUID:583db2fa-2045-4011-8045-9fd436580060)
Error message is Specified artifact is  not found

	at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:787)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-18T13:13:08.094Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T13:13:08.112Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T13:13:08.116Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-18T13:13:08.116Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-18T13:13:38.117Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T13:13:38.136Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T13:13:38.140Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-18T13:13:38.140Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-18T13:13:58.922Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T13:13:58.926Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-18T13:13:58.926Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679145140155,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json",
  "status": "NOTIFIED"
}
2023-03-18T13:13:58.928Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:14:08.140Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T13:14:08.158Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T13:14:08.161Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-18T13:14:08.161Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-18T13:14:38.162Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T13:14:38.179Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T13:14:38.183Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-18T13:14:38.183Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-18T13:14:58.920Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T13:14:58.921Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-18T13:14:58.921Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679145140155,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2023-03-18T13:14:58.922Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:14:58.922Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-18T13:14:58.922Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679145140155,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T13:14:58.922Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:14:58.922Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-18T13:14:58.922Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679145140155,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2023-03-18T13:14:58.922Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:14:58.922Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-18T13:14:58.922Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679145140155,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T13:14:58.923Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:14:58.923Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-18T13:14:58.923Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679145140155,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar",
  "status": "NOTIFIED"
}
2023-03-18T13:14:58.923Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:14:58.923Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-18T13:14:58.923Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679145186063,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-18T13:14:58.923Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:14:58.923Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-18T13:14:58.923Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679145187092,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-18T13:14:58.923Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:15:08.184Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T13:15:08.203Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T13:15:08.207Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-18T13:15:08.207Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-18T13:15:38.208Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T13:15:38.227Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T13:15:38.230Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-18T13:15:38.231Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-18T13:15:58.919Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T13:16:08.231Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T13:16:08.249Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T13:16:08.252Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-18T13:16:08.252Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-18T13:16:38.253Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T13:16:38.271Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T13:16:38.274Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-18T13:16:38.274Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-18T13:16:58.920Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T13:17:08.275Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T13:17:08.295Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T13:17:08.298Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-18T13:17:08.298Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-18T13:17:38.299Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T13:17:38.318Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T13:17:38.321Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-18T13:17:38.321Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-18T13:17:58.921Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T13:17:59.011Z||kafka-coordinator-heartbeat-thread | so|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] consumer poll timeout has expired. This means the time between subsequent calls to poll() was longer than the configured max.poll.interval.ms, which typically implies that the poll loop is spending too much time processing messages. You can address this either by increasing max.poll.interval.ms or by reducing the maximum size of batches returned in poll() with max.poll.records.
2023-03-18T13:17:59.011Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Member SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2-8c7a0b7d-f843-440e-9533-e97e246cbf6a sending LeaveGroup request to coordinator onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2147483645 rack: null) due to consumer poll timeout has expired.
2023-03-18T13:17:59.011Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Resetting generation and member id due to: consumer pro-actively leaving the group
2023-03-18T13:17:59.011Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Request joining group due to: consumer pro-actively leaving the group
2023-03-18T13:17:59.746Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T13:17:59.759Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Revoke previously assigned partitions SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-03-18T13:17:59.760Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] (Re-)joining group
2023-03-18T13:17:59.765Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Successfully joined group with generation Generation{generationId=53, memberId='SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94-2995e74d-4211-4955-93f6-f3f14568571e', protocol='range'}
2023-03-18T13:17:59.765Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Finished assignment for group at generation 53: {SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94-2995e74d-4211-4955-93f6-f3f14568571e=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])}
2023-03-18T13:17:59.780Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Successfully synced group in generation Generation{generationId=53, memberId='SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94-2995e74d-4211-4955-93f6-f3f14568571e', protocol='range'}
2023-03-18T13:17:59.780Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])
2023-03-18T13:17:59.781Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Adding newly assigned partitions: SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-03-18T13:17:59.784Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-18T13:17:59.784Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-18T13:17:59.784Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-18T13:17:59.784Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=1170, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-18T13:17:59.785Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-18T13:17:59.785Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-18T13:18:08.322Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2023-03-18T13:18:08.322Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-18T13:18:08.332Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846 and serviceModelVersionId: dad851ae-1f1d-4e04-8847-f18fd5d51391
2023-03-18T13:18:08.332Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 693dcbb7-55f2-41d5-a0d9-572574329dfe
2023-03-18T13:18:08.332Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391?depth=0
2023-03-18T13:18:08.335Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2023-03-18T13:18:08.346Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391?depth=0|INFO|500||Invoke
2023-03-18T13:18:08.346Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[370fc451-10b8-48ab-9e86-5f073d161c0f], X-ECOMP-RequestID=[34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846], X-TransactionId=[], X-ONAP-RequestID=[34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846], Content-Type=[application/merge-patch+json]}
2023-03-18T13:18:08.354Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2023-03-18T13:18:08.380Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391?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/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391?depth=0 has http status code:404 and response headers:{date=[Sat, 18 Mar 2023 13:18:08 GMT], content-length=[495], x-aai-txid=[1-aai-resources-230318-13:18:08:056-75350], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-18T13:18:08.381Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391?depth=0|DEBUG|500||{"requestError":{"serviceException":{"messageId":"SVC3001","text":"Resource not found for %1 using id %2 (msg=%3) (ec=%4)","variables":["MERGE_PATCH","service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391","Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391","ERR.5.4.6114"]}}}

2023-03-18T13:18:08.382Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391?depth=0|INFO|404|Not Found|InvokeReturn
2023-03-18T13:18:08.384Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391) (ec=ERR.5.4.6114)
2023-03-18T13:18:08.384Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||ERROR|500||Exception occurred
javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391) (ec=ERR.5.4.6114)
	at org.onap.so.client.ResponseExceptionMapper.map(ResponseExceptionMapper.java:74)
	at org.onap.so.client.RestRequest.get(RestRequest.java:77)
	at org.onap.so.client.RestClient.buildRequest(RestClient.java:326)
	at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322)
	at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283)
	at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67)
	at net.jodah.failsafe.Execution.executeSync(Execution.java:117)
	at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319)
	at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71)
	at org.onap.so.client.RestClient.method(RestClient.java:322)
	at org.onap.so.client.RestClient.patch(RestClient.java:265)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184)
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-18T13:18:08.384Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391) (ec=ERR.5.4.6114)
2023-03-18T13:18:08.384Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391) (ec=ERR.5.4.6114)
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-18T13:18:08.390Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-18T13:18:08.391Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391) (ec=ERR.5.4.6114)
2023-03-18T13:18:08.391Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2023-03-18T13:18:08.391Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T13:18:08.391Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T13:18:08.391Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679145488391,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391) (ec\u003dERR.5.4.6114)"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T13:18:08.405Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-18T13:18:08.406Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679145488391,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391) (ec\u003dERR.5.4.6114)"
}
2023-03-18T13:18:08.406Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-18T13:18:09.413Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-18T13:18:09.413Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||received notification from broker: {"distributionID":"d4dc9e71-f2cb-491c-bcf1-9d51402514be","serviceName":"vFW 2023-03-18 11-08-36","serviceVersion":"1.0","serviceUUID":"27fdb87d-b713-4eaf-90a0-9e48041e5db6","serviceDescription":"catalog service description","serviceInvariantUUID":"cb6d14f9-78ae-470a-a6af-a3a2b9fea472","resources":[{"resourceInstanceName":"vFW 58569f3e-bd56 0","resourceName":"vFW 58569f3e-bd56","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"d26137cf-1389-4abe-8e09-78b44d7a1aae","resourceInvariantUUID":"440b369e-a09c-4c31-8a4e-6692abd11e0c","resourceCustomizationUUID":"e17fe765-865d-4748-ab41-44bdbee5a853","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/vf-license-model.xml","artifactChecksum":"MTFjYmU2ZGQwM2YxYTQxNjdhOWY1YjI5OWUyYjE5OTg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"7238df55-40f7-4cde-93e0-f3c86248a4ba","artifactVersion":"1"},{"artifactName":"vfw58569f3ebd560_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/vfw58569f3ebd560_modules.json","artifactChecksum":"ODg5YTAyNmJiZTFiZTA5MDMwZWVhNmFkMzVmNzk4YTg\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"a8ca7246-150c-4537-b08d-e58462b66bb6","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"be903e28-b266-44db-9c8b-4cbcb6f7ee77","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/vendor-license-model.xml","artifactChecksum":"NDExZWJjY2Q3ZjkxN2NkNTRiYmFlNDViOGZhYWJjM2M\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"cecd91b9-dbd7-4a9b-96a0-72674051949c","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"0637f995-3e6f-44f6-89fc-61906f5ff14b","artifactVersion":"2","generatedFromUUID":"be903e28-b266-44db-9c8b-4cbcb6f7ee77"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20230318110836-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-template.yml","artifactChecksum":"NjdmYzRlMTY1MzM1ODg5NjAzNTEzOWU1ZGFmNmNiNDI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"8648cca8-36e7-40c1-8faf-a7c0be2faa07","artifactVersion":"1"},{"artifactName":"service-Vfw20230318110836-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar","artifactChecksum":"NzY3OTRjMDBhMTZlZjQ1ZTQ3MTU0ZjE0NjliYmU1M2Y\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"436a091b-6820-4621-9f77-4a798268cc9d","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-18T13:18:09.413Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T13:18:09.413Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T13:18:09.413Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T13:18:09.413Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679145140155,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T13:18:10.414Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T13:18:10.414Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T13:18:10.415Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T13:18:10.415Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679145140155,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/vfw58569f3ebd560_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T13:18:11.416Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T13:18:11.416Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T13:18:11.416Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T13:18:11.416Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679145140155,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T13:18:12.417Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T13:18:12.417Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T13:18:12.418Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T13:18:12.418Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679145140155,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T13:18:13.419Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T13:18:13.419Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T13:18:13.419Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T13:18:13.419Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679145140155,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/base_vfw.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T13:18:14.420Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T13:18:14.421Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T13:18:14.421Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T13:18:14.422Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679145140155,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T13:18:15.423Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T13:18:15.423Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T13:18:15.423Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T13:18:15.423Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679145140155,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T13:18:16.424Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "serviceName": "vFW 2023-03-18 11-08-36",
  "serviceVersion": "1.0",
  "serviceUUID": "27fdb87d-b713-4eaf-90a0-9e48041e5db6",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "cb6d14f9-78ae-470a-a6af-a3a2b9fea472",
  "resources": [
    {
      "resourceInstanceName": "vFW 58569f3e-bd56 0",
      "resourceCustomizationUUID": "e17fe765-865d-4748-ab41-44bdbee5a853",
      "resourceName": "vFW 58569f3e-bd56",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "d26137cf-1389-4abe-8e09-78b44d7a1aae",
      "resourceInvariantUUID": "440b369e-a09c-4c31-8a4e-6692abd11e0c",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw58569f3ebd560_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/vfw58569f3ebd560_modules.json",
          "artifactChecksum": "ODg5YTAyNmJiZTFiZTA5MDMwZWVhNmFkMzVmNzk4YTg\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "a8ca7246-150c-4537-b08d-e58462b66bb6",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "be903e28-b266-44db-9c8b-4cbcb6f7ee77",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "0637f995-3e6f-44f6-89fc-61906f5ff14b",
            "generatedFromUUID": "be903e28-b266-44db-9c8b-4cbcb6f7ee77"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "0637f995-3e6f-44f6-89fc-61906f5ff14b",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20230318110836-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar",
      "artifactChecksum": "NzY3OTRjMDBhMTZlZjQ1ZTQ3MTU0ZjE0NjliYmU1M2Y\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "436a091b-6820-4621-9f77-4a798268cc9d"
    }
  ],
  "workloadContext": "Production"
}
2023-03-18T13:18:16.425Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-18T13:18:16.425Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 27fdb87d-b713-4eaf-90a0-9e48041e5db6 ASDC
2023-03-18T13:18:16.425Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:d4dc9e71-f2cb-491c-bcf1-9d51402514be
ServiceName:vFW 2023-03-18 11-08-36
ServiceVersion:1.0
ServiceUUID:27fdb87d-b713-4eaf-90a0-9e48041e5db6
ServiceInvariantUUID:cb6d14f9-78ae-470a-a6af-a3a2b9fea472
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20230318110836-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar
ArtifactUUID:436a091b-6820-4621-9f77-4a798268cc9d
ArtifactChecksum:NzY3OTRjMDBhMTZlZjQ1ZTQ3MTU0ZjE0NjliYmU1M2Y=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 58569f3e-bd56 0
ResourceCustomizationUUID:e17fe765-865d-4748-ab41-44bdbee5a853
ResourceInvariantUUID:440b369e-a09c-4c31-8a4e-6692abd11e0c
ResourceName:vFW 58569f3e-bd56
ResourceType:VF
ResourceUUID:d26137cf-1389-4abe-8e09-78b44d7a1aae
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw58569f3ebd560_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/vfw58569f3ebd560_modules.json
ArtifactUUID:a8ca7246-150c-4537-b08d-e58462b66bb6
ArtifactChecksum:ODg5YTAyNmJiZTFiZTA5MDMwZWVhNmFkMzVmNzk4YTg=
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/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/base_vfw.yaml
ArtifactUUID:be903e28-b266-44db-9c8b-4cbcb6f7ee77
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/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/base_vfw.env
ArtifactUUID:0637f995-3e6f-44f6-89fc-61906f5ff14b
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/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/base_vfw.env
ArtifactUUID:0637f995-3e6f-44f6-89fc-61906f5ff14b
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-18T13:18:16.425Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 27fdb87d-b713-4eaf-90a0-9e48041e5db6 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: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-18T13:18:16.458Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-18T13:18:16.458Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-03-18T13:18:16.459Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-03-18T13:18:16.459Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 436a091b-6820-4621-9f77-4a798268cc9d from URL: /sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar
2023-03-18T13:18:16.459Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||DistributionClient - download
2023-03-18T13:18:16.459Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar
2023-03-18T13:18:16.742Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2023-03-18T13:18:16.748Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar 436a091b-6820-4621-9f77-4a798268cc9d 101467
2023-03-18T13:18:16.748Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar ASDC sendASDCNotification
2023-03-18T13:18:16.749Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar
2023-03-18T13:18:16.749Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-18T13:18:16.749Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T13:18:16.749Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T13:18:16.749Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679145496748,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T13:18:17.750Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-18T13:18:17.751Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-03-18T13:18:17.751Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 436a091b-6820-4621-9f77-4a798268cc9d, URL: /sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar to file: /app/ASDC/1/service-Vfw20230318110836-csar.csar
2023-03-18T13:18:17.751Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20230318110836-csar.csar
2023-03-18T13:18:17.752Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20230318110836-csar.csar
2023-03-18T13:18:17.752Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20230318110836-csar.csar
2023-03-18T13:18:17.877Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3379800769337894273/Definitions/service-Vfw20230318110836-template.yml
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_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_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
2023-03-18T13:18:19.280Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-18T13:18:19.280Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||WARN|500||####################################################################################################
2023-03-18T13:18:19.280Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20230318110836-csar.csar
2023-03-18T13:18:19.280Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2023-03-18T13:18:19.280Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230318110836-csar.csar
2023-03-18T13:18:19.281Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230318110836-csar.csar
2023-03-18T13:18:19.281Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20230318110836-csar.csar
2023-03-18T13:18:19.281Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230318110836-csar.csar
2023-03-18T13:18:19.281Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230318110836-csar.csar
2023-03-18T13:18:19.281Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230318110836-csar.csar
2023-03-18T13:18:19.281Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230318110836-csar.csar
2023-03-18T13:18:19.281Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230318110836-csar.csar
2023-03-18T13:18:19.281Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230318110836-csar.csar
2023-03-18T13:18:19.281Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 58569f3e-bd56 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-Vfw20230318110836-csar.csar
2023-03-18T13:18:19.281Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230318110836-csar.csar
2023-03-18T13:18:19.281Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||WARN|500||####################################################################################################
2023-03-18T13:18:19.281Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T13:18:19.281Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-03-18 11-08-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T13:18:19.281Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template vFW 58569f3e-bd56 0 is matching search criteria
2023-03-18T13:18:19.281Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2023-03-18T13:18:19.281Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 58569f3e-bd56 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-18T13:18:19.282Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T13:18:19.282Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-03-18 11-08-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T13:18:19.282Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template vFW 58569f3e-bd56 0 is matching search criteria
2023-03-18T13:18:19.282Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2023-03-18T13:18:19.282Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 58569f3e-bd56 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-18T13:18:19.282Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T13:18:19.282Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-03-18 11-08-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T13:18:19.282Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T13:18:19.282Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template vFW 58569f3e-bd56 0 is not matching search criteria
2023-03-18T13:18:19.282Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-18T13:18:19.282Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-18T13:18:19.282Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-18T13:18:19.282Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-18T13:18:19.282Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-18T13:18:19.282Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-18T13:18:19.282Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-18T13:18:19.283Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-18T13:18:19.283Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-18T13:18:19.283Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-18T13:18:19.283Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-18T13:18:19.283Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-18T13:18:19.283Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-18T13:18:19.283Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-18T13:18:19.283Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-18T13:18:19.283Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-03-18T13:18:19.283Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T13:18:19.283Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-03-18 11-08-36 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-03-18T13:18:19.283Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T13:18:19.283Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template vFW 58569f3e-bd56 0 is matching search criteria
2023-03-18T13:18:19.284Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 58569f3e-bd56 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-18T13:18:19.284Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T13:18:19.284Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template vFW 58569f3e-bd56 0 is matching search criteria
2023-03-18T13:18:19.284Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 58569f3e-bd56 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-18T13:18:19.284Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T13:18:19.284Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template vFW 58569f3e-bd56 0 is matching search criteria
2023-03-18T13:18:19.284Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 58569f3e-bd56 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-18T13:18:19.284Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T13:18:19.284Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template vFW 58569f3e-bd56 0 is not matching search criteria
2023-03-18T13:18:19.284Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-18T13:18:19.284Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-18T13:18:19.284Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-03-18T13:18:19.284Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-18T13:18:19.284Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-18T13:18:19.284Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-18T13:18:19.285Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-18T13:18:19.285Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-18T13:18:19.285Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-18T13:18:19.285Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-18T13:18:19.285Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-18T13:18:19.285Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=54648a20-f030-49c4-93d4-4525b2108f51
2023-03-18T13:18:19.285Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T13:18:19.285Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template vFW 58569f3e-bd56 0 is not matching search criteria
2023-03-18T13:18:19.285Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-18T13:18:19.285Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-18T13:18:19.285Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-18T13:18:19.285Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-18T13:18:19.285Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-18T13:18:19.285Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-18T13:18:19.286Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-18T13:18:19.286Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-03-18T13:18:19.286Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-18T13:18:19.286Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-18T13:18:19.286Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-18T13:18:19.286Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-18T13:18:19.286Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=c8000f82-3ea0-499f-845f-48af9ca20f40
2023-03-18T13:18:19.286Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T13:18:19.286Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template vFW 58569f3e-bd56 0 is not matching search criteria
2023-03-18T13:18:19.286Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-18T13:18:19.286Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-18T13:18:19.286Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-18T13:18:19.286Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-18T13:18:19.286Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-18T13:18:19.286Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-18T13:18:19.287Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-18T13:18:19.287Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-18T13:18:19.287Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-18T13:18:19.287Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-18T13:18:19.287Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-18T13:18:19.287Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-03-18T13:18:19.287Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=8d37dce4-ace0-4972-b0ae-359f5ee34e15
2023-03-18T13:18:19.287Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T13:18:19.287Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-03-18 11-08-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T13:18:19.287Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T13:18:19.287Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-03-18 11-08-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T13:18:19.287Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T13:18:19.287Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-03-18 11-08-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T13:18:19.287Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T13:18:19.287Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-03-18 11-08-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T13:18:19.288Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2023-03-18 11-08-36
Description:catalog service description
Model UUID:27fdb87d-b713-4eaf-90a0-9e48041e5db6
Model Version:NULL
Model InvariantUuid:cb6d14f9-78ae-470a-a6af-a3a2b9fea472
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 58569f3e-bd56
Model UUID:2fc36073-92c9-4d5d-9644-0bb6550c287b
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:440b369e-a09c-4c31-8a4e-6692abd11e0c
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:e17fe765-865d-4748-ab41-44bdbee5a853
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:351d450e-b1b7-41ae-a83a-2a71f15e25d1
ModelName:Vfw58569f3eBd56..base_vfw..module-0
ModelUuid:0d68d68e-dec8-43d2-aff9-f5d88cc04393
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:54648a20-f030-49c4-93d4-4525b2108f51
ModelInvariantUuid:4ab08134-cd1d-4688-9b75-17c67d1a3e81
ModelName:vFW 58569f3e-bd56-nodes.vfwCvfc
ModelUuid:d6b2f0ba-9202-407c-a163-7cc24d0f18b4
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:056f6090-f73c-4739-af97-620c05ad132a
ModelInvariantUuid:983e3ada-7ea8-4303-8174-d3114334eb9e
ModelName:Vfw58569f3eBd56.compute.nodes.heat.vfw
ModelUuid:3d4b7896-bd84-401c-aa77-b889e41a200a
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:c8000f82-3ea0-499f-845f-48af9ca20f40
ModelInvariantUuid:fcd18208-a79b-409f-9943-f6fdaf7b423e
ModelName:vFW 58569f3e-bd56-nodes.vsnCvfc
ModelUuid:2dc70d22-f13d-4809-b3aa-6be925119137
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:402dc1d7-02f5-4fe5-9c72-942fea6de45f
ModelInvariantUuid:0b0ccbe0-ee97-4020-bd46-0de8c06bfc96
ModelName:Vfw58569f3eBd56.compute.nodes.heat.vsn
ModelUuid:9156b53b-b6f9-40ab-bf18-4e57fbace729
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:8d37dce4-ace0-4972-b0ae-359f5ee34e15
ModelInvariantUuid:5fb0558e-6cb2-4431-b7ca-6445c8799cef
ModelName:vFW 58569f3e-bd56-nodes.vpgCvfc
ModelUuid:fa77263e-b297-4fc8-ad06-fee6a19575f2
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:c490c1b0-6d8a-4e04-bcc3-d1334a874130
ModelInvariantUuid:49041fa9-9665-4fc5-a429-9d3d7490839b
ModelName:Vfw58569f3eBd56.compute.nodes.heat.vpg
ModelUuid:7e8eb1f5-1f60-4b7b-ac6b-192037bf4db6
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=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-03-18T13:18:19.321Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||ERROR|500||Csar with UUID: 436a091b-6820-4621-9f77-4a798268cc9d already exists
2023-03-18T13:18:19.321Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar ASDC sendASDCNotification
2023-03-18T13:18:19.321Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar(Csar with UUID: 436a091b-6820-4621-9f77-4a798268cc9d already exists)
2023-03-18T13:18:19.321Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-18T13:18:19.322Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T13:18:19.322Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T13:18:19.322Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679145499321,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 436a091b-6820-4621-9f77-4a798268cc9d already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T13:18:20.323Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar ASDC sendASDCNotification
2023-03-18T13:18:20.323Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar(Resource with UUID: d26137cf-1389-4abe-8e09-78b44d7a1aae already exists)
2023-03-18T13:18:20.323Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-18T13:18:20.323Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T13:18:20.323Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T13:18:20.323Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679145500322,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: d26137cf-1389-4abe-8e09-78b44d7a1aae already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T13:18:21.324Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d4dc9e71-f2cb-491c-bcf1-9d51402514be
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T13:18:21.342Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d4dc9e71-f2cb-491c-bcf1-9d51402514be
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T13:18:21.346Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-18T13:18:21.346Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-18T13:18:21.346Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-18T13:18:21.347Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-18T13:18:21.347Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T13:18:21.347Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T13:18:21.347Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T13:18:21.347Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T13:18:21.347Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T13:18:21.347Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-18T13:18:21.357Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-18T13:18:51.358Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: d4dc9e71-f2cb-491c-bcf1-9d51402514be and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-18T13:18:51.364Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: d4dc9e71-f2cb-491c-bcf1-9d51402514be and serviceModelVersionId: 27fdb87d-b713-4eaf-90a0-9e48041e5db6
2023-03-18T13:18:51.364Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : cb6d14f9-78ae-470a-a6af-a3a2b9fea472
2023-03-18T13:18:51.365Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/cb6d14f9-78ae-470a-a6af-a3a2b9fea472/model-vers/model-ver/27fdb87d-b713-4eaf-90a0-9e48041e5db6?depth=0
2023-03-18T13:18:51.371Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2023-03-18T13:18:51.384Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cb6d14f9-78ae-470a-a6af-a3a2b9fea472/model-vers/model-ver/27fdb87d-b713-4eaf-90a0-9e48041e5db6?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-03-18T13:18:51.384Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cb6d14f9-78ae-470a-a6af-a3a2b9fea472/model-vers/model-ver/27fdb87d-b713-4eaf-90a0-9e48041e5db6?depth=0|INFO|500||Invoke
2023-03-18T13:18:51.392Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cb6d14f9-78ae-470a-a6af-a3a2b9fea472/model-vers/model-ver/27fdb87d-b713-4eaf-90a0-9e48041e5db6?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-18T13:18:51.506Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cb6d14f9-78ae-470a-a6af-a3a2b9fea472/model-vers/model-ver/27fdb87d-b713-4eaf-90a0-9e48041e5db6?depth=0|INFO|500||InvokeReturn
2023-03-18T13:18:51.507Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cb6d14f9-78ae-470a-a6af-a3a2b9fea472/model-vers/model-ver/27fdb87d-b713-4eaf-90a0-9e48041e5db6?depth=0 has http status code:200 and response headers:{date=[Sat, 18 Mar 2023 13:18:51 GMT], content-length=[0], vertex-id=[593936], x-aai-txid=[2-aai-resources-230318-13:18:51:094-84580], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-18T13:18:51.507Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Response was returned with an empty entity.
2023-03-18T13:18:51.507Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-18T13:18:51.507Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-18T13:18:51.514Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-18T13:18:51.514Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID d4dc9e71-f2cb-491c-bcf1-9d51402514be and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-18T13:18:51.514Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-18T13:18:51.515Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T13:18:51.515Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T13:18:51.515Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679145531514,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-18T13:18:52.537Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-18T13:18:52.537Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||received notification from broker: {"distributionID":"9f6cbd74-5561-4ebf-ae29-ef09adcdb35a","serviceName":"vFW 2023-03-18 11-49-31","serviceVersion":"1.0","serviceUUID":"6d984351-d1ca-40a4-aad4-cb46662a587a","serviceDescription":"catalog service description","serviceInvariantUUID":"cf32c985-ce6d-438e-ae22-e6fd004665b3","resources":[{"resourceInstanceName":"vFW c11b0f1b-4505 0","resourceName":"vFW c11b0f1b-4505","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"c7374fd6-6727-4426-9587-40812bc7c663","resourceInvariantUUID":"26f1c4e0-d5d2-4519-a829-ba04da79dfd3","resourceCustomizationUUID":"19f5eed0-33a8-4dbf-839a-f2ac2d3b058b","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/vf-license-model.xml","artifactChecksum":"ZmYyYjdhM2U5NTJiNDExYWMwYTMzMTkyZDMwYzcxZTc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"7b8e42e6-1821-4cac-aa27-034f93b9a8bb","artifactVersion":"1"},{"artifactName":"vfwc11b0f1b45050_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/vfwc11b0f1b45050_modules.json","artifactChecksum":"YTA1YjZlZDc1ZGI4M2FjMjI5NWE4ZTQzZjQxZmI1MGE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"40a0f4a8-4459-48c6-8da9-780f32a6e90d","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"3198714b-6cfa-4ae8-9e58-caa5fd7816d1","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/vendor-license-model.xml","artifactChecksum":"OTNkYjEwYTcxMGU1ODVlYThkMzJiZjM0OWMzYWExNTg\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"56d4001a-cb5d-4c8b-a9db-05f6dd036a2e","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"72f0a15a-ad88-4350-921f-de50e44e2b78","artifactVersion":"2","generatedFromUUID":"3198714b-6cfa-4ae8-9e58-caa5fd7816d1"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20230318114931-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-template.yml","artifactChecksum":"MmZjZDk3ZDhkZWNhNmYyZTJiYmJjYzlhZTNjZmUwZDU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"d733d559-0885-4fbb-8573-c3718d9662ac","artifactVersion":"1"},{"artifactName":"service-Vfw20230318114931-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar","artifactChecksum":"NzYyNTc4YTljZWI3YjE3YThjOTU0MjkyMGEyMDMxNDY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"2a8efcaf-0813-4b52-901f-136ba065c343","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-18T13:18:52.538Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T13:18:52.538Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T13:18:52.538Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T13:18:52.538Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679145140155,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T13:18:53.539Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T13:18:53.539Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T13:18:53.539Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T13:18:53.539Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679145140155,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/vfwc11b0f1b45050_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T13:18:54.540Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T13:18:54.540Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T13:18:54.540Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T13:18:54.541Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679145140155,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T13:18:55.541Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T13:18:55.541Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T13:18:55.542Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T13:18:55.542Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679145140155,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T13:18:56.542Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T13:18:56.543Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T13:18:56.543Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T13:18:56.543Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679145140155,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/base_vfw.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T13:18:57.543Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T13:18:57.544Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T13:18:57.544Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T13:18:57.544Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679145140155,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T13:18:58.548Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T13:18:58.548Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T13:18:58.548Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T13:18:58.549Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679145140155,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T13:18:58.920Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T13:18:58.924Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-18T13:18:58.924Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679145140155,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T13:18:58.925Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:18:58.925Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-18T13:18:58.925Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679145140155,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/vfw58569f3ebd560_modules.json",
  "status": "NOTIFIED"
}
2023-03-18T13:18:58.925Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:18:58.925Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-18T13:18:58.925Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679145140155,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-03-18T13:18:58.925Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:18:58.926Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-18T13:18:58.926Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679145140155,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T13:18:58.926Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:18:58.926Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-18T13:18:58.926Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679145140155,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2023-03-18T13:18:58.926Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:18:58.926Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-18T13:18:58.926Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679145140155,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T13:18:58.926Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:18:58.927Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-18T13:18:58.927Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679145140155,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar",
  "status": "NOTIFIED"
}
2023-03-18T13:18:58.927Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:18:58.927Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-18T13:18:58.927Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679145496748,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-18T13:18:58.927Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:18:58.927Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-18T13:18:58.927Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679145499321,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 436a091b-6820-4621-9f77-4a798268cc9d already exists"
}
2023-03-18T13:18:58.927Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:18:58.927Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-18T13:18:58.928Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679145500322,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: d26137cf-1389-4abe-8e09-78b44d7a1aae already exists"
}
2023-03-18T13:18:58.928Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:18:58.928Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-18T13:18:58.928Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679145531514,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-18T13:18:58.928Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:18:58.928Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-18T13:18:58.928Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679145140155,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T13:18:58.928Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:18:58.929Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-18T13:18:58.929Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679145140155,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/vfwc11b0f1b45050_modules.json",
  "status": "NOTIFIED"
}
2023-03-18T13:18:58.929Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:18:58.929Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-18T13:18:58.929Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679145140155,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-03-18T13:18:58.929Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:18:58.929Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-18T13:18:58.929Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679145140155,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T13:18:58.929Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:18:58.929Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-18T13:18:58.930Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679145140155,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2023-03-18T13:18:58.930Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:18:58.930Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-18T13:18:58.930Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679145140155,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T13:18:58.930Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:18:58.930Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-18T13:18:58.930Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679145140155,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar",
  "status": "NOTIFIED"
}
2023-03-18T13:18:58.930Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:18:59.550Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "serviceName": "vFW 2023-03-18 11-49-31",
  "serviceVersion": "1.0",
  "serviceUUID": "6d984351-d1ca-40a4-aad4-cb46662a587a",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "cf32c985-ce6d-438e-ae22-e6fd004665b3",
  "resources": [
    {
      "resourceInstanceName": "vFW c11b0f1b-4505 0",
      "resourceCustomizationUUID": "19f5eed0-33a8-4dbf-839a-f2ac2d3b058b",
      "resourceName": "vFW c11b0f1b-4505",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "c7374fd6-6727-4426-9587-40812bc7c663",
      "resourceInvariantUUID": "26f1c4e0-d5d2-4519-a829-ba04da79dfd3",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfwc11b0f1b45050_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/vfwc11b0f1b45050_modules.json",
          "artifactChecksum": "YTA1YjZlZDc1ZGI4M2FjMjI5NWE4ZTQzZjQxZmI1MGE\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "40a0f4a8-4459-48c6-8da9-780f32a6e90d",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "3198714b-6cfa-4ae8-9e58-caa5fd7816d1",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "72f0a15a-ad88-4350-921f-de50e44e2b78",
            "generatedFromUUID": "3198714b-6cfa-4ae8-9e58-caa5fd7816d1"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "72f0a15a-ad88-4350-921f-de50e44e2b78",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20230318114931-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar",
      "artifactChecksum": "NzYyNTc4YTljZWI3YjE3YThjOTU0MjkyMGEyMDMxNDY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "2a8efcaf-0813-4b52-901f-136ba065c343"
    }
  ],
  "workloadContext": "Production"
}
2023-03-18T13:18:59.550Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-18T13:18:59.551Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 6d984351-d1ca-40a4-aad4-cb46662a587a ASDC
2023-03-18T13:18:59.551Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:9f6cbd74-5561-4ebf-ae29-ef09adcdb35a
ServiceName:vFW 2023-03-18 11-49-31
ServiceVersion:1.0
ServiceUUID:6d984351-d1ca-40a4-aad4-cb46662a587a
ServiceInvariantUUID:cf32c985-ce6d-438e-ae22-e6fd004665b3
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20230318114931-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar
ArtifactUUID:2a8efcaf-0813-4b52-901f-136ba065c343
ArtifactChecksum:NzYyNTc4YTljZWI3YjE3YThjOTU0MjkyMGEyMDMxNDY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW c11b0f1b-4505 0
ResourceCustomizationUUID:19f5eed0-33a8-4dbf-839a-f2ac2d3b058b
ResourceInvariantUUID:26f1c4e0-d5d2-4519-a829-ba04da79dfd3
ResourceName:vFW c11b0f1b-4505
ResourceType:VF
ResourceUUID:c7374fd6-6727-4426-9587-40812bc7c663
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwc11b0f1b45050_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/vfwc11b0f1b45050_modules.json
ArtifactUUID:40a0f4a8-4459-48c6-8da9-780f32a6e90d
ArtifactChecksum:YTA1YjZlZDc1ZGI4M2FjMjI5NWE4ZTQzZjQxZmI1MGE=
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/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/base_vfw.yaml
ArtifactUUID:3198714b-6cfa-4ae8-9e58-caa5fd7816d1
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/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/base_vfw.env
ArtifactUUID:72f0a15a-ad88-4350-921f-de50e44e2b78
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/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/base_vfw.env
ArtifactUUID:72f0a15a-ad88-4350-921f-de50e44e2b78
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-18T13:18:59.551Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 6d984351-d1ca-40a4-aad4-cb46662a587a 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: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-18T13:18:59.586Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-18T13:18:59.587Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-03-18T13:18:59.587Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-03-18T13:18:59.587Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 2a8efcaf-0813-4b52-901f-136ba065c343 from URL: /sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar
2023-03-18T13:18:59.587Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||INFO|500||DistributionClient - download
2023-03-18T13:18:59.587Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar
2023-03-18T13:18:59.824Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2023-03-18T13:18:59.832Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar 2a8efcaf-0813-4b52-901f-136ba065c343 101507
2023-03-18T13:18:59.832Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar ASDC sendASDCNotification
2023-03-18T13:18:59.832Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar
2023-03-18T13:18:59.832Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-18T13:18:59.832Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T13:18:59.833Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T13:18:59.833Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679145539832,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T13:19:00.833Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-18T13:19:00.834Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-03-18T13:19:00.834Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 2a8efcaf-0813-4b52-901f-136ba065c343, URL: /sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar to file: /app/ASDC/1/service-Vfw20230318114931-csar.csar
2023-03-18T13:19:00.834Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20230318114931-csar.csar
2023-03-18T13:19:00.835Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20230318114931-csar.csar
2023-03-18T13:19:00.835Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20230318114931-csar.csar
2023-03-18T13:19:00.936Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15348886031268575057/Definitions/service-Vfw20230318114931-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
2023-03-18T13:19:02.339Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-18T13:19:02.340Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||WARN|500||####################################################################################################
2023-03-18T13:19:02.340Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20230318114931-csar.csar
2023-03-18T13:19:02.340Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2023-03-18T13:19:02.340Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230318114931-csar.csar
2023-03-18T13:19:02.340Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230318114931-csar.csar
2023-03-18T13:19:02.340Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20230318114931-csar.csar
2023-03-18T13:19:02.340Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230318114931-csar.csar
2023-03-18T13:19:02.340Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230318114931-csar.csar
2023-03-18T13:19:02.340Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230318114931-csar.csar
2023-03-18T13:19:02.340Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230318114931-csar.csar
2023-03-18T13:19:02.340Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230318114931-csar.csar
2023-03-18T13:19:02.340Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230318114931-csar.csar
2023-03-18T13:19:02.340Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230318114931-csar.csar
2023-03-18T13:19:02.340Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW c11b0f1b-4505 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-Vfw20230318114931-csar.csar
2023-03-18T13:19:02.340Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||WARN|500||####################################################################################################
2023-03-18T13:19:02.341Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T13:19:02.341Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-03-18 11-49-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T13:19:02.341Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template vFW c11b0f1b-4505 0 is matching search criteria
2023-03-18T13:19:02.341Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2023-03-18T13:19:02.341Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW c11b0f1b-4505 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-18T13:19:02.341Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T13:19:02.341Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-03-18 11-49-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T13:19:02.341Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template vFW c11b0f1b-4505 0 is matching search criteria
2023-03-18T13:19:02.341Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2023-03-18T13:19:02.341Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW c11b0f1b-4505 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-18T13:19:02.341Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T13:19:02.342Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-03-18 11-49-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T13:19:02.342Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T13:19:02.342Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template vFW c11b0f1b-4505 0 is not matching search criteria
2023-03-18T13:19:02.342Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-18T13:19:02.342Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-18T13:19:02.342Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-18T13:19:02.342Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-18T13:19:02.342Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-18T13:19:02.342Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-18T13:19:02.342Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-18T13:19:02.342Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-18T13:19:02.342Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-18T13:19:02.343Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-18T13:19:02.343Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-18T13:19:02.343Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-18T13:19:02.343Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-18T13:19:02.343Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-18T13:19:02.343Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-18T13:19:02.343Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-03-18T13:19:02.343Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T13:19:02.343Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-03-18 11-49-31 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-03-18T13:19:02.343Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T13:19:02.343Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template vFW c11b0f1b-4505 0 is matching search criteria
2023-03-18T13:19:02.343Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW c11b0f1b-4505 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-18T13:19:02.343Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T13:19:02.343Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template vFW c11b0f1b-4505 0 is matching search criteria
2023-03-18T13:19:02.343Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW c11b0f1b-4505 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-18T13:19:02.344Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T13:19:02.344Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template vFW c11b0f1b-4505 0 is matching search criteria
2023-03-18T13:19:02.344Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW c11b0f1b-4505 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-18T13:19:02.344Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T13:19:02.344Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template vFW c11b0f1b-4505 0 is not matching search criteria
2023-03-18T13:19:02.344Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-18T13:19:02.344Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-03-18T13:19:02.344Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-18T13:19:02.344Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-18T13:19:02.344Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-18T13:19:02.344Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-18T13:19:02.344Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-18T13:19:02.344Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-18T13:19:02.344Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-18T13:19:02.344Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-18T13:19:02.344Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-18T13:19:02.345Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=93a1b299-440a-4b46-b809-896a244a8c3e
2023-03-18T13:19:02.345Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T13:19:02.345Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template vFW c11b0f1b-4505 0 is not matching search criteria
2023-03-18T13:19:02.345Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-18T13:19:02.345Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-18T13:19:02.345Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-18T13:19:02.345Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-18T13:19:02.345Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-18T13:19:02.345Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-18T13:19:02.345Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-18T13:19:02.345Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-03-18T13:19:02.345Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-18T13:19:02.345Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-18T13:19:02.345Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-18T13:19:02.345Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-18T13:19:02.346Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=f46f0c4d-868d-4d5b-9783-ea8cf0f2cc90
2023-03-18T13:19:02.346Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T13:19:02.346Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template vFW c11b0f1b-4505 0 is not matching search criteria
2023-03-18T13:19:02.346Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-18T13:19:02.346Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-18T13:19:02.346Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-18T13:19:02.346Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-18T13:19:02.346Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-18T13:19:02.346Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-18T13:19:02.346Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-18T13:19:02.346Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-18T13:19:02.346Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-18T13:19:02.346Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-18T13:19:02.346Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-18T13:19:02.347Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-03-18T13:19:02.347Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=5079a023-f40e-49e5-9a39-abc7b36fa226
2023-03-18T13:19:02.347Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T13:19:02.347Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-03-18 11-49-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T13:19:02.347Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T13:19:02.347Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-03-18 11-49-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T13:19:02.347Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T13:19:02.347Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-03-18 11-49-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T13:19:02.347Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T13:19:02.347Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-03-18 11-49-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T13:19:02.347Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2023-03-18 11-49-31
Description:catalog service description
Model UUID:6d984351-d1ca-40a4-aad4-cb46662a587a
Model Version:NULL
Model InvariantUuid:cf32c985-ce6d-438e-ae22-e6fd004665b3
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW c11b0f1b-4505
Model UUID:ebdaa0dd-57e1-4fdd-a831-8135ea117a46
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:26f1c4e0-d5d2-4519-a829-ba04da79dfd3
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:19f5eed0-33a8-4dbf-839a-f2ac2d3b058b
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:6ebe4145-67c2-45e6-9597-53226a0916bd
ModelName:VfwC11b0f1b4505..base_vfw..module-0
ModelUuid:0261834d-3be1-4860-8b24-040e2c80aecd
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:93a1b299-440a-4b46-b809-896a244a8c3e
ModelInvariantUuid:8ec395e7-2102-4d02-844f-c114ac1a4203
ModelName:vFW c11b0f1b-4505-nodes.vfwCvfc
ModelUuid:504b1f13-9ac9-4e16-910b-43ab4acacb0f
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:99287d62-b33c-413e-89ec-87108c575104
ModelInvariantUuid:47f32f44-cd17-4eef-9e16-abcb011ab104
ModelName:VfwC11b0f1b4505.compute.nodes.heat.vfw
ModelUuid:2a6b0c3b-4ab1-49cd-8a96-f1f0feba73a0
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:f46f0c4d-868d-4d5b-9783-ea8cf0f2cc90
ModelInvariantUuid:d8e52c29-a773-431c-95b4-d1f0431b5e9e
ModelName:vFW c11b0f1b-4505-nodes.vsnCvfc
ModelUuid:e2d70f6d-c1ff-493f-99ab-25fea72fcdcc
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:113d5ed4-4ad4-49a7-94a3-7a01856b2205
ModelInvariantUuid:39b9a204-ad6c-4bfc-8b8d-763592e31d47
ModelName:VfwC11b0f1b4505.compute.nodes.heat.vsn
ModelUuid:fb5c808e-fe4a-477f-9cbd-5ab7141bbabe
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:5079a023-f40e-49e5-9a39-abc7b36fa226
ModelInvariantUuid:457dc8a1-b2ed-4d6f-963b-32e7f710a988
ModelName:vFW c11b0f1b-4505-nodes.vpgCvfc
ModelUuid:b289eee2-d7be-43f7-a6eb-232cf9ffa6c4
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:b5a732bf-796a-41d5-8db9-e0467a3c1b4a
ModelInvariantUuid:6626a445-05ec-4eb4-b903-06723caa1195
ModelName:VfwC11b0f1b4505.compute.nodes.heat.vpg
ModelUuid:f6a4ab06-9982-4e1b-be30-d56572ed840e
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=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-03-18T13:19:02.378Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||ERROR|500||Csar with UUID: 2a8efcaf-0813-4b52-901f-136ba065c343 already exists
2023-03-18T13:19:02.378Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar ASDC sendASDCNotification
2023-03-18T13:19:02.378Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar(Csar with UUID: 2a8efcaf-0813-4b52-901f-136ba065c343 already exists)
2023-03-18T13:19:02.378Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-18T13:19:02.378Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T13:19:02.379Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T13:19:02.379Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679145542378,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 2a8efcaf-0813-4b52-901f-136ba065c343 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T13:19:03.380Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar ASDC sendASDCNotification
2023-03-18T13:19:03.381Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar(Resource with UUID: c7374fd6-6727-4426-9587-40812bc7c663 already exists)
2023-03-18T13:19:03.381Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-18T13:19:03.381Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T13:19:03.382Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T13:19:03.382Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679145543380,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: c7374fd6-6727-4426-9587-40812bc7c663 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T13:19:04.384Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9f6cbd74-5561-4ebf-ae29-ef09adcdb35a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T13:19:04.406Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9f6cbd74-5561-4ebf-ae29-ef09adcdb35a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T13:19:04.409Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-18T13:19:04.409Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-18T13:19:04.409Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-18T13:19:04.409Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-18T13:19:04.409Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T13:19:04.409Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T13:19:04.409Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T13:19:04.409Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T13:19:04.409Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T13:19:04.409Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-18T13:19:04.419Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-18T13:19:34.420Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 9f6cbd74-5561-4ebf-ae29-ef09adcdb35a and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-18T13:19:34.430Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 9f6cbd74-5561-4ebf-ae29-ef09adcdb35a and serviceModelVersionId: 6d984351-d1ca-40a4-aad4-cb46662a587a
2023-03-18T13:19:34.430Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : cf32c985-ce6d-438e-ae22-e6fd004665b3
2023-03-18T13:19:34.431Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/cf32c985-ce6d-438e-ae22-e6fd004665b3/model-vers/model-ver/6d984351-d1ca-40a4-aad4-cb46662a587a?depth=0
2023-03-18T13:19:34.434Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2023-03-18T13:19:34.444Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cf32c985-ce6d-438e-ae22-e6fd004665b3/model-vers/model-ver/6d984351-d1ca-40a4-aad4-cb46662a587a?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-03-18T13:19:34.445Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cf32c985-ce6d-438e-ae22-e6fd004665b3/model-vers/model-ver/6d984351-d1ca-40a4-aad4-cb46662a587a?depth=0|INFO|500||Invoke
2023-03-18T13:19:34.452Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cf32c985-ce6d-438e-ae22-e6fd004665b3/model-vers/model-ver/6d984351-d1ca-40a4-aad4-cb46662a587a?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-18T13:19:34.587Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cf32c985-ce6d-438e-ae22-e6fd004665b3/model-vers/model-ver/6d984351-d1ca-40a4-aad4-cb46662a587a?depth=0|INFO|500||InvokeReturn
2023-03-18T13:19:34.588Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cf32c985-ce6d-438e-ae22-e6fd004665b3/model-vers/model-ver/6d984351-d1ca-40a4-aad4-cb46662a587a?depth=0 has http status code:200 and response headers:{date=[Sat, 18 Mar 2023 13:19:34 GMT], content-length=[0], vertex-id=[364760], x-aai-txid=[0-aai-resources-230318-13:19:34:155-31943], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-18T13:19:34.588Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Response was returned with an empty entity.
2023-03-18T13:19:34.589Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-18T13:19:34.589Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-18T13:19:34.596Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-18T13:19:34.596Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 9f6cbd74-5561-4ebf-ae29-ef09adcdb35a and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-18T13:19:34.596Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-18T13:19:34.596Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T13:19:34.596Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T13:19:34.596Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679145574596,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-18T13:19:35.624Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-18T13:19:35.624Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||received notification from broker: {"distributionID":"74149d2a-f284-47d2-b2fa-4e2fc7be8f3e","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"942654ba-46c2-4f05-ae3d-6460a7c9e9a7","serviceDescription":"service","serviceInvariantUUID":"ccdda148-11a2-4587-8a73-4287349e801a","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"9290846e-2e09-452f-a45d-c33314796f1f","resourceInvariantUUID":"df78bcaa-4726-47cb-aa3f-3d44f5870fc0","resourceCustomizationUUID":"014700c6-fb42-406a-8786-743311c39dea","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":"YzAxYzRjZjI5ZDYxYzM3NGE1ZWQzMDUyNDdmNzFlYjI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"0c62aeb4-b847-4e92-887d-05928e34bd2a","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"MjQwMDY3MzNlZjViMGM0YmQ4Mzg2OTA4MTFiM2YxYTQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"01ded22f-bc0d-42c0-9fad-2915e46c71e4","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-18T13:19:35.624Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T13:19:35.624Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T13:19:35.625Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T13:19:35.625Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "74149d2a-f284-47d2-b2fa-4e2fc7be8f3e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679145140155,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T13:19:36.626Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T13:19:36.626Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T13:19:36.627Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T13:19:36.627Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "74149d2a-f284-47d2-b2fa-4e2fc7be8f3e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679145140155,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T13:19:37.628Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "74149d2a-f284-47d2-b2fa-4e2fc7be8f3e",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "942654ba-46c2-4f05-ae3d-6460a7c9e9a7",
  "serviceDescription": "service",
  "serviceInvariantUUID": "ccdda148-11a2-4587-8a73-4287349e801a",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "014700c6-fb42-406a-8786-743311c39dea",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "9290846e-2e09-452f-a45d-c33314796f1f",
      "resourceInvariantUUID": "df78bcaa-4726-47cb-aa3f-3d44f5870fc0",
      "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": "MjQwMDY3MzNlZjViMGM0YmQ4Mzg2OTA4MTFiM2YxYTQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "01ded22f-bc0d-42c0-9fad-2915e46c71e4"
    }
  ],
  "workloadContext": "Production"
}
2023-03-18T13:19:37.629Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-18T13:19:37.629Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 942654ba-46c2-4f05-ae3d-6460a7c9e9a7 ASDC
2023-03-18T13:19:37.629Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:74149d2a-f284-47d2-b2fa-4e2fc7be8f3e
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:942654ba-46c2-4f05-ae3d-6460a7c9e9a7
ServiceInvariantUUID:ccdda148-11a2-4587-8a73-4287349e801a
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:01ded22f-bc0d-42c0-9fad-2915e46c71e4
ArtifactChecksum:MjQwMDY3MzNlZjViMGM0YmQ4Mzg2OTA4MTFiM2YxYTQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:014700c6-fb42-406a-8786-743311c39dea
ResourceInvariantUUID:df78bcaa-4726-47cb-aa3f-3d44f5870fc0
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:9290846e-2e09-452f-a45d-c33314796f1f
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2023-03-18T13:19:37.629Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 942654ba-46c2-4f05-ae3d-6460a7c9e9a7 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: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-18T13:19:37.661Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-18T13:19:37.662Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-03-18T13:19:37.662Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-03-18T13:19:37.662Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 01ded22f-bc0d-42c0-9fad-2915e46c71e4 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-03-18T13:19:37.662Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||DistributionClient - download
2023-03-18T13:19:37.664Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-03-18T13:19:37.900Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2023-03-18T13:19:37.904Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 01ded22f-bc0d-42c0-9fad-2915e46c71e4 57798
2023-03-18T13:19:37.904Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-03-18T13:19:37.904Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-03-18T13:19:37.904Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-18T13:19:37.905Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T13:19:37.905Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T13:19:37.905Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "74149d2a-f284-47d2-b2fa-4e2fc7be8f3e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679145577904,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T13:19:38.907Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-18T13:19:38.908Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-03-18T13:19:38.908Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 01ded22f-bc0d-42c0-9fad-2915e46c71e4, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-18T13:19:38.909Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2023-03-18T13:19:38.909Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-18T13:19:38.909Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-18T13:19:38.972Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1992913455554139972/Definitions/service-BasicNetwork-template.yml
2023-03-18T13:19:39.252Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-18T13:19:39.252Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||WARN|500||####################################################################################################
2023-03-18T13:19:39.252Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-18T13:19:39.252Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2023-03-18T13:19:39.252Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-18T13:19:39.252Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-18T13:19:39.252Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-18T13:19:39.252Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-18T13:19:39.252Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-18T13:19:39.252Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-18T13:19:39.252Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-18T13:19:39.252Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-18T13:19:39.252Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||WARN|500||####################################################################################################
2023-03-18T13:19:39.253Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T13:19:39.253Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T13:19:39.253Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2023-03-18T13:19:39.253Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2023-03-18T13:19:39.253Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-18T13:19:39.253Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T13:19:39.253Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T13:19:39.253Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2023-03-18T13:19:39.253Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2023-03-18T13:19:39.253Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-18T13:19:39.253Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T13:19:39.253Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T13:19:39.253Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T13:19:39.253Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T13:19:39.253Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T13:19:39.254Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T13:19:39.254Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T13:19:39.254Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T13:19:39.254Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T13:19:39.254Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T13:19:39.254Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_network
Description:service
Model UUID:942654ba-46c2-4f05-ae3d-6460a7c9e9a7
Model Version:NULL
Model InvariantUuid:ccdda148-11a2-4587-8a73-4287349e801a
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:df78bcaa-4726-47cb-aa3f-3d44f5870fc0
Model UUID:7144623a-3146-4d15-9597-aafc53fb0a49
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet

NETWORK Customization Properties:
CustomizationUUID:014700c6-fb42-406a-8786-743311c39dea
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=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-03-18T13:19:39.293Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||ERROR|500||Csar with UUID: 01ded22f-bc0d-42c0-9fad-2915e46c71e4 already exists
2023-03-18T13:19:39.293Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-03-18T13:19:39.293Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar(Csar with UUID: 01ded22f-bc0d-42c0-9fad-2915e46c71e4 already exists)
2023-03-18T13:19:39.293Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-18T13:19:39.293Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T13:19:39.293Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T13:19:39.293Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "74149d2a-f284-47d2-b2fa-4e2fc7be8f3e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679145579293,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 01ded22f-bc0d-42c0-9fad-2915e46c71e4 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T13:19:40.295Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-03-18T13:19:40.295Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar(Resource with UUID: 9290846e-2e09-452f-a45d-c33314796f1f already exists)
2023-03-18T13:19:40.295Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-18T13:19:40.296Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T13:19:40.296Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T13:19:40.296Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "74149d2a-f284-47d2-b2fa-4e2fc7be8f3e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679145580295,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 9290846e-2e09-452f-a45d-c33314796f1f already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T13:19:41.297Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 74149d2a-f284-47d2-b2fa-4e2fc7be8f3e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T13:19:41.315Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 74149d2a-f284-47d2-b2fa-4e2fc7be8f3e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T13:19:41.319Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-18T13:19:41.319Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-18T13:19:41.319Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-18T13:19:41.319Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-18T13:19:41.320Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T13:19:41.320Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T13:19:41.320Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T13:19:41.320Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T13:19:41.320Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T13:19:41.320Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-18T13:19:41.330Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-18T13:19:58.919Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T13:19:58.925Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-18T13:19:58.926Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679145539832,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-18T13:19:58.926Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:19:58.926Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-18T13:19:58.926Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679145542378,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 2a8efcaf-0813-4b52-901f-136ba065c343 already exists"
}
2023-03-18T13:19:58.926Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:19:58.926Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-18T13:19:58.926Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679145543380,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: c7374fd6-6727-4426-9587-40812bc7c663 already exists"
}
2023-03-18T13:19:58.926Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:19:58.926Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-18T13:19:58.926Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679145574596,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-18T13:19:58.926Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:19:58.926Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-18T13:19:58.926Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "74149d2a-f284-47d2-b2fa-4e2fc7be8f3e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679145140155,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T13:19:58.926Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:19:58.926Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-18T13:19:58.926Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "74149d2a-f284-47d2-b2fa-4e2fc7be8f3e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679145140155,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-03-18T13:19:58.926Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:19:58.926Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-18T13:19:58.926Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "74149d2a-f284-47d2-b2fa-4e2fc7be8f3e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679145577904,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-18T13:19:58.926Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:19:58.926Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-18T13:19:58.926Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "74149d2a-f284-47d2-b2fa-4e2fc7be8f3e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679145579293,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 01ded22f-bc0d-42c0-9fad-2915e46c71e4 already exists"
}
2023-03-18T13:19:58.926Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:19:58.926Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-18T13:19:58.926Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "74149d2a-f284-47d2-b2fa-4e2fc7be8f3e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679145580295,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 9290846e-2e09-452f-a45d-c33314796f1f already exists"
}
2023-03-18T13:19:58.926Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:20:11.331Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 74149d2a-f284-47d2-b2fa-4e2fc7be8f3e and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-18T13:20:11.338Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 74149d2a-f284-47d2-b2fa-4e2fc7be8f3e and serviceModelVersionId: 942654ba-46c2-4f05-ae3d-6460a7c9e9a7
2023-03-18T13:20:11.338Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : ccdda148-11a2-4587-8a73-4287349e801a
2023-03-18T13:20:11.339Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/ccdda148-11a2-4587-8a73-4287349e801a/model-vers/model-ver/942654ba-46c2-4f05-ae3d-6460a7c9e9a7?depth=0
2023-03-18T13:20:11.344Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2023-03-18T13:20:11.361Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ccdda148-11a2-4587-8a73-4287349e801a/model-vers/model-ver/942654ba-46c2-4f05-ae3d-6460a7c9e9a7?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-03-18T13:20:11.362Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ccdda148-11a2-4587-8a73-4287349e801a/model-vers/model-ver/942654ba-46c2-4f05-ae3d-6460a7c9e9a7?depth=0|INFO|500||Invoke
2023-03-18T13:20:11.370Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ccdda148-11a2-4587-8a73-4287349e801a/model-vers/model-ver/942654ba-46c2-4f05-ae3d-6460a7c9e9a7?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-18T13:20:11.555Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ccdda148-11a2-4587-8a73-4287349e801a/model-vers/model-ver/942654ba-46c2-4f05-ae3d-6460a7c9e9a7?depth=0|INFO|500||InvokeReturn
2023-03-18T13:20:11.555Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ccdda148-11a2-4587-8a73-4287349e801a/model-vers/model-ver/942654ba-46c2-4f05-ae3d-6460a7c9e9a7?depth=0 has http status code:200 and response headers:{date=[Sat, 18 Mar 2023 13:20:11 GMT], content-length=[0], vertex-id=[192760], x-aai-txid=[0-aai-resources-230318-13:20:11:072-59896], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-18T13:20:11.556Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Response was returned with an empty entity.
2023-03-18T13:20:11.556Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-18T13:20:11.556Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-18T13:20:11.564Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-18T13:20:11.564Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 74149d2a-f284-47d2-b2fa-4e2fc7be8f3e and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-18T13:20:11.564Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-18T13:20:11.565Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T13:20:11.565Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T13:20:11.565Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "74149d2a-f284-47d2-b2fa-4e2fc7be8f3e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679145611564,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-18T13:20:12.586Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-18T13:20:12.586Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||received notification from broker: {"distributionID":"6a074a1e-4b47-4382-9b90-afa918276d12","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"e17bf563-7a13-4701-b853-11ed8cbb93d7","serviceDescription":"service","serviceInvariantUUID":"8a45306d-3ac3-4f10-a742-9812edbe591e","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"1903c123-2be6-499b-8524-c9a33406ad4f","resourceInvariantUUID":"65a560ec-f509-40c5-b364-3c4cd0a20185","resourceCustomizationUUID":"41b30cb0-d009-4e4b-99c2-e95f691a4b2e","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":"YTFjZGVjMmU0NGZhOGFkMDlhZGI4ODkyYzk4MDRmOGE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"38ef1f0d-98ea-4e28-b00a-3091e61f54bc","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":"OWZmNjBmNzNmNGQ1ZThmYzNkMzdkODk3MzFkMDI2MDg\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"d3c6917c-1f70-48e9-9465-f259ee8cda65","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":"7aa99321-7b67-40f7-bd98-0e99d422bb2e","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":"5444e6a4-9351-40da-b837-0dd388e7cb3b","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":"cb506ca5-fd50-4406-abfc-b51858ac789a","artifactVersion":"2","generatedFromUUID":"7aa99321-7b67-40f7-bd98-0e99d422bb2e"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"ZjQyZmQxMjdjZDk5ZDY2OTQ3ZmIyZWI4MjExZGE4OGQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"204adab0-5bde-4230-9b3d-b26c0f4d57b4","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"NjI4YzVmZDFmMjYwMDhlNTZlOTY1M2NmMzExN2VkMjg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"4b6dc8ac-cbfc-43c0-9e93-2760226914ae","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-18T13:20:12.586Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T13:20:12.587Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T13:20:12.587Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T13:20:12.587Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679145140155,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T13:20:13.589Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T13:20:13.589Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T13:20:13.589Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T13:20:13.589Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679145140155,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T13:20:14.591Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T13:20:14.592Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T13:20:14.592Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T13:20:14.592Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679145140155,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T13:20:15.594Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T13:20:15.594Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T13:20:15.595Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T13:20:15.595Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679145140155,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T13:20:16.598Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T13:20:16.598Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T13:20:16.599Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T13:20:16.599Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679145140155,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T13:20:17.600Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T13:20:17.600Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T13:20:17.600Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T13:20:17.600Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679145140155,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T13:20:18.601Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T13:20:18.601Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T13:20:18.601Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T13:20:18.602Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679145140155,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T13:20:19.602Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "e17bf563-7a13-4701-b853-11ed8cbb93d7",
  "serviceDescription": "service",
  "serviceInvariantUUID": "8a45306d-3ac3-4f10-a742-9812edbe591e",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "41b30cb0-d009-4e4b-99c2-e95f691a4b2e",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "1903c123-2be6-499b-8524-c9a33406ad4f",
      "resourceInvariantUUID": "65a560ec-f509-40c5-b364-3c4cd0a20185",
      "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": "OWZmNjBmNzNmNGQ1ZThmYzNkMzdkODk3MzFkMDI2MDg\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "d3c6917c-1f70-48e9-9465-f259ee8cda65",
          "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": "7aa99321-7b67-40f7-bd98-0e99d422bb2e",
          "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": "cb506ca5-fd50-4406-abfc-b51858ac789a",
            "generatedFromUUID": "7aa99321-7b67-40f7-bd98-0e99d422bb2e"
          },
          "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": "cb506ca5-fd50-4406-abfc-b51858ac789a",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "NjI4YzVmZDFmMjYwMDhlNTZlOTY1M2NmMzExN2VkMjg\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "4b6dc8ac-cbfc-43c0-9e93-2760226914ae"
    }
  ],
  "workloadContext": "Production"
}
2023-03-18T13:20:19.604Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-18T13:20:19.604Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 e17bf563-7a13-4701-b853-11ed8cbb93d7 ASDC
2023-03-18T13:20:19.605Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:6a074a1e-4b47-4382-9b90-afa918276d12
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:e17bf563-7a13-4701-b853-11ed8cbb93d7
ServiceInvariantUUID:8a45306d-3ac3-4f10-a742-9812edbe591e
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:4b6dc8ac-cbfc-43c0-9e93-2760226914ae
ArtifactChecksum:NjI4YzVmZDFmMjYwMDhlNTZlOTY1M2NmMzExN2VkMjg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:41b30cb0-d009-4e4b-99c2-e95f691a4b2e
ResourceInvariantUUID:65a560ec-f509-40c5-b364-3c4cd0a20185
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:1903c123-2be6-499b-8524-c9a33406ad4f
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:d3c6917c-1f70-48e9-9465-f259ee8cda65
ArtifactChecksum:OWZmNjBmNzNmNGQ1ZThmYzNkMzdkODk3MzFkMDI2MDg=
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:7aa99321-7b67-40f7-bd98-0e99d422bb2e
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:cb506ca5-fd50-4406-abfc-b51858ac789a
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:cb506ca5-fd50-4406-abfc-b51858ac789a
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-18T13:20:19.605Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF e17bf563-7a13-4701-b853-11ed8cbb93d7 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: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-18T13:20:19.644Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-18T13:20:19.645Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-03-18T13:20:19.645Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-03-18T13:20:19.645Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 4b6dc8ac-cbfc-43c0-9e93-2760226914ae from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-03-18T13:20:19.645Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||DistributionClient - download
2023-03-18T13:20:19.645Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-03-18T13:20:19.684Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||GET Response Status 404
2023-03-18T13:20:19.684Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@7e7c39b
2023-03-18T13:20:19.684Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-18T13:20:19.685Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicVm"
      ]
    }
  }
}
2023-03-18T13:20:19.685Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicVm-csar.csar /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 4b6dc8ac-cbfc-43c0-9e93-2760226914ae Specified artifact is  not found 300 ASDC artifact download fail
2023-03-18T13:20:19.685Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-03-18T13:20:19.685Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar(Specified artifact is  not found)
2023-03-18T13:20:19.686Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-18T13:20:19.686Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T13:20:19.686Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T13:20:19.686Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679145619685,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T13:20:20.688Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during processCsarServiceArtifacts ASDC processCsarServiceArtifacts 500 Exception in processCsarServiceArtifacts
org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact service-BasicVm-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar(UUID:4b6dc8ac-cbfc-43c0-9e93-2760226914ae)
Error message is Specified artifact is  not found

	at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394)
	at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
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 watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-03-18T13:20:20.716Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||ERROR|500||Csar with UUID: 4b6dc8ac-cbfc-43c0-9e93-2760226914ae already exists
2023-03-18T13:20:20.717Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-03-18T13:20:20.717Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar(Csar with UUID: 4b6dc8ac-cbfc-43c0-9e93-2760226914ae already exists)
2023-03-18T13:20:20.717Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-18T13:20:20.717Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T13:20:20.717Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T13:20:20.717Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679145620717,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 4b6dc8ac-cbfc-43c0-9e93-2760226914ae already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T13:20:21.718Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-03-18T13:20:21.718Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar(Resource with UUID: 1903c123-2be6-499b-8524-c9a33406ad4f already exists)
2023-03-18T13:20:21.719Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-18T13:20:21.719Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T13:20:21.719Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T13:20:21.720Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679145621718,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 1903c123-2be6-499b-8524-c9a33406ad4f already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T13:20:22.721Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6a074a1e-4b47-4382-9b90-afa918276d12
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T13:20:22.742Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6a074a1e-4b47-4382-9b90-afa918276d12
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T13:20:22.746Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-18T13:20:22.746Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-18T13:20:22.746Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-18T13:20:22.746Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-18T13:20:22.746Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T13:20:22.746Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T13:20:22.746Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T13:20:22.746Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T13:20:22.747Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T13:20:22.747Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-18T13:20:22.756Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-18T13:20:52.758Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 6a074a1e-4b47-4382-9b90-afa918276d12 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-18T13:20:52.770Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 6a074a1e-4b47-4382-9b90-afa918276d12 and serviceModelVersionId: e17bf563-7a13-4701-b853-11ed8cbb93d7
2023-03-18T13:20:52.770Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 8a45306d-3ac3-4f10-a742-9812edbe591e
2023-03-18T13:20:52.771Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/8a45306d-3ac3-4f10-a742-9812edbe591e/model-vers/model-ver/e17bf563-7a13-4701-b853-11ed8cbb93d7?depth=0
2023-03-18T13:20:52.777Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2023-03-18T13:20:52.800Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8a45306d-3ac3-4f10-a742-9812edbe591e/model-vers/model-ver/e17bf563-7a13-4701-b853-11ed8cbb93d7?depth=0|INFO|500||Invoke
2023-03-18T13:20:52.800Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8a45306d-3ac3-4f10-a742-9812edbe591e/model-vers/model-ver/e17bf563-7a13-4701-b853-11ed8cbb93d7?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8a45306d-3ac3-4f10-a742-9812edbe591e/model-vers/model-ver/e17bf563-7a13-4701-b853-11ed8cbb93d7?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[6a074a1e-4b47-4382-9b90-afa918276d12], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[7bfc8a25-6c6f-42c4-a77d-54a02853ab29], X-ECOMP-RequestID=[6a074a1e-4b47-4382-9b90-afa918276d12], X-TransactionId=[], X-ONAP-RequestID=[6a074a1e-4b47-4382-9b90-afa918276d12], Content-Type=[application/merge-patch+json]}
2023-03-18T13:20:52.809Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8a45306d-3ac3-4f10-a742-9812edbe591e/model-vers/model-ver/e17bf563-7a13-4701-b853-11ed8cbb93d7?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-18T13:20:52.935Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8a45306d-3ac3-4f10-a742-9812edbe591e/model-vers/model-ver/e17bf563-7a13-4701-b853-11ed8cbb93d7?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/8a45306d-3ac3-4f10-a742-9812edbe591e/model-vers/model-ver/e17bf563-7a13-4701-b853-11ed8cbb93d7?depth=0 has http status code:200 and response headers:{date=[Sat, 18 Mar 2023 13:20:52 GMT], content-length=[0], vertex-id=[188464], x-aai-txid=[2-aai-resources-230318-13:20:52:514-51651], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-18T13:20:52.936Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8a45306d-3ac3-4f10-a742-9812edbe591e/model-vers/model-ver/e17bf563-7a13-4701-b853-11ed8cbb93d7?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-18T13:20:52.937Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8a45306d-3ac3-4f10-a742-9812edbe591e/model-vers/model-ver/e17bf563-7a13-4701-b853-11ed8cbb93d7?depth=0|INFO|500||InvokeReturn
2023-03-18T13:20:52.938Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-18T13:20:52.938Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-18T13:20:52.946Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-18T13:20:52.946Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 6a074a1e-4b47-4382-9b90-afa918276d12 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-18T13:20:52.947Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-18T13:20:52.947Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T13:20:52.947Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T13:20:52.947Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679145652947,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-18T13:20:53.970Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-18T13:20:53.970Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||received notification from broker: {"distributionID":"5e005e65-61df-4986-a087-00761a388674","serviceName":"Demo_pNF_Qv5TXucXv4n7mssXUGFK","serviceVersion":"1.0","serviceUUID":"73f959ea-1a0e-41cf-b2da-40f07fd6a9c2","serviceDescription":"catalog service description","serviceInvariantUUID":"86b31417-cd30-434e-93e4-34d81e182271","resources":[{"resourceInstanceName":"pNF 8ecb3a29-1699 0","resourceName":"pNF 8ecb3a29-1699","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"79d852b9-56e5-416f-9d37-4483b88de628","resourceInvariantUUID":"c45c5ef7-20e5-4b81-8392-6fbf8a0a1b25","resourceCustomizationUUID":"3e0c811d-9b69-4eb9-9e2f-6a46c31c8df1","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/resourceInstances/pnf8ecb3a2916990/artifacts/vf-license-model.xml","artifactChecksum":"ZjYwMDAwM2MyYWM5MThmNDNmMGIxMzExNzJmYzM1YzQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"fe22c4be-1d3d-49d6-aaf8-5fb691f2c5bb","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/resourceInstances/pnf8ecb3a2916990/artifacts/pNF.csar","artifactChecksum":"YTFmMWQ3MzViYWZhMGQ1ZThlNzU3Y2I3ZGNlYWU4YjA\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"aee06125-71e1-4665-8ce8-8f87625d3137","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/resourceInstances/pnf8ecb3a2916990/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"d0d177b6-7fdc-4b24-a378-3361c335ea57","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/resourceInstances/pnf8ecb3a2916990/artifacts/vendor-license-model.xml","artifactChecksum":"NmIzN2Y3YWJiZDEyYzZiMDEyNjdiMzJhNGM5MzQ1OGI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"b3fc6aeb-2efb-45ec-a7fe-d71b1477f76e","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/resourceInstances/pnf8ecb3a2916990/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"e7ba57a9-59ef-4efe-90bb-fffece281605","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/resourceInstances/pnf8ecb3a2916990/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"cc689d97-ea39-40b8-b7d1-5326d5b71836","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfQv5txucxv4n7mssxugfk-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-template.yml","artifactChecksum":"ZTJjZGFlZDI3YjNkYzI4ZWNlMWMyNmM5NGMwOGRiNmY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"036d837c-a9b5-4c6b-9026-ef8b033600cc","artifactVersion":"1"},{"artifactName":"service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar","artifactChecksum":"NmIzYzkyYzFlZjM3YjA3YjIzODQ5MzIxZjA4ODdmYTg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"a93044a0-e137-47cf-b45c-87a4ec92508e","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-18T13:20:53.971Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T13:20:53.971Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T13:20:53.971Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T13:20:53.971Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679145140155,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/resourceInstances/pnf8ecb3a2916990/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T13:20:54.972Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T13:20:54.972Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T13:20:54.972Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T13:20:54.973Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679145140155,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/resourceInstances/pnf8ecb3a2916990/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T13:20:55.974Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T13:20:55.974Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T13:20:55.974Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T13:20:55.974Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679145140155,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/resourceInstances/pnf8ecb3a2916990/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T13:20:56.975Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T13:20:56.975Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T13:20:56.975Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T13:20:56.976Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679145140155,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/resourceInstances/pnf8ecb3a2916990/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T13:20:57.976Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T13:20:57.977Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T13:20:57.977Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T13:20:57.977Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679145140155,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/resourceInstances/pnf8ecb3a2916990/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T13:20:58.919Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T13:20:58.928Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-18T13:20:58.928Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "74149d2a-f284-47d2-b2fa-4e2fc7be8f3e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679145611564,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-18T13:20:58.929Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:20:58.930Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-18T13:20:58.930Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679145140155,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T13:20:58.930Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:20:58.930Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-18T13:20:58.930Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679145140155,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2023-03-18T13:20:58.930Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:20:58.931Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-18T13:20:58.931Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679145140155,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-03-18T13:20:58.931Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:20:58.931Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-18T13:20:58.931Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679145140155,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T13:20:58.932Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:20:58.932Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-18T13:20:58.932Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679145140155,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-03-18T13:20:58.932Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:20:58.933Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-18T13:20:58.933Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679145140155,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T13:20:58.933Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:20:58.933Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-18T13:20:58.933Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679145140155,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-03-18T13:20:58.933Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:20:58.933Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-18T13:20:58.933Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679145619685,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-18T13:20:58.933Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:20:58.933Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-18T13:20:58.933Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679145620717,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 4b6dc8ac-cbfc-43c0-9e93-2760226914ae already exists"
}
2023-03-18T13:20:58.933Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:20:58.933Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-18T13:20:58.934Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679145621718,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 1903c123-2be6-499b-8524-c9a33406ad4f already exists"
}
2023-03-18T13:20:58.934Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:20:58.934Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-18T13:20:58.934Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679145652947,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-18T13:20:58.934Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:20:58.934Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-18T13:20:58.934Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679145140155,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/resourceInstances/pnf8ecb3a2916990/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T13:20:58.934Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:20:58.934Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-18T13:20:58.934Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679145140155,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/resourceInstances/pnf8ecb3a2916990/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-18T13:20:58.934Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:20:58.934Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-18T13:20:58.934Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679145140155,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/resourceInstances/pnf8ecb3a2916990/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-18T13:20:58.934Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:20:58.934Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-18T13:20:58.934Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679145140155,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/resourceInstances/pnf8ecb3a2916990/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T13:20:58.934Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:20:58.935Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-18T13:20:58.935Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679145140155,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/resourceInstances/pnf8ecb3a2916990/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T13:20:58.935Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:20:58.978Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T13:20:58.978Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T13:20:58.978Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T13:20:58.978Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679145140155,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/resourceInstances/pnf8ecb3a2916990/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T13:20:59.979Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T13:20:59.979Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T13:20:59.979Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T13:20:59.980Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679145140155,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T13:21:00.980Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T13:21:00.981Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T13:21:00.981Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T13:21:00.981Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679145140155,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T13:21:01.982Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "serviceName": "Demo_pNF_Qv5TXucXv4n7mssXUGFK",
  "serviceVersion": "1.0",
  "serviceUUID": "73f959ea-1a0e-41cf-b2da-40f07fd6a9c2",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "86b31417-cd30-434e-93e4-34d81e182271",
  "resources": [
    {
      "resourceInstanceName": "pNF 8ecb3a29-1699 0",
      "resourceCustomizationUUID": "3e0c811d-9b69-4eb9-9e2f-6a46c31c8df1",
      "resourceName": "pNF 8ecb3a29-1699",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "79d852b9-56e5-416f-9d37-4483b88de628",
      "resourceInvariantUUID": "c45c5ef7-20e5-4b81-8392-6fbf8a0a1b25",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar",
      "artifactChecksum": "NmIzYzkyYzFlZjM3YjA3YjIzODQ5MzIxZjA4ODdmYTg\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "a93044a0-e137-47cf-b45c-87a4ec92508e"
    }
  ],
  "workloadContext": "Production"
}
2023-03-18T13:21:01.982Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-18T13:21:01.982Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 73f959ea-1a0e-41cf-b2da-40f07fd6a9c2 ASDC
2023-03-18T13:21:01.983Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:5e005e65-61df-4986-a087-00761a388674
ServiceName:Demo_pNF_Qv5TXucXv4n7mssXUGFK
ServiceVersion:1.0
ServiceUUID:73f959ea-1a0e-41cf-b2da-40f07fd6a9c2
ServiceInvariantUUID:86b31417-cd30-434e-93e4-34d81e182271
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar
ArtifactUUID:a93044a0-e137-47cf-b45c-87a4ec92508e
ArtifactChecksum:NmIzYzkyYzFlZjM3YjA3YjIzODQ5MzIxZjA4ODdmYTg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 8ecb3a29-1699 0
ResourceCustomizationUUID:3e0c811d-9b69-4eb9-9e2f-6a46c31c8df1
ResourceInvariantUUID:c45c5ef7-20e5-4b81-8392-6fbf8a0a1b25
ResourceName:pNF 8ecb3a29-1699
ResourceType:PNF
ResourceUUID:79d852b9-56e5-416f-9d37-4483b88de628
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-18T13:21:01.983Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 73f959ea-1a0e-41cf-b2da-40f07fd6a9c2 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: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-18T13:21:02.019Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-18T13:21:02.020Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-03-18T13:21:02.020Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-03-18T13:21:02.021Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: a93044a0-e137-47cf-b45c-87a4ec92508e from URL: /sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar
2023-03-18T13:21:02.021Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||DistributionClient - download
2023-03-18T13:21:02.022Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar
2023-03-18T13:21:02.264Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2023-03-18T13:21:02.270Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar a93044a0-e137-47cf-b45c-87a4ec92508e 88004
2023-03-18T13:21:02.270Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar ASDC sendASDCNotification
2023-03-18T13:21:02.271Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar
2023-03-18T13:21:02.271Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-18T13:21:02.271Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T13:21:02.271Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T13:21:02.271Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679145662270,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T13:21:03.272Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-18T13:21:03.273Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-03-18T13:21:03.273Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: a93044a0-e137-47cf-b45c-87a4ec92508e, URL: /sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar to file: /app/ASDC/1/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar
2023-03-18T13:21:03.273Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar
2023-03-18T13:21:03.274Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar
2023-03-18T13:21:03.274Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar
2023-03-18T13:21:03.348Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11794452552249128719/Definitions/service-DemoPnfQv5txucxv4n7mssxugfk-template.yml
2023-03-18T13:21:03.885Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-18T13:21:03.886Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||WARN|500||####################################################################################################
2023-03-18T13:21:03.886Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar
2023-03-18T13:21:03.886Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-18T13:21:03.886Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||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-DemoPnfQv5txucxv4n7mssxugfk-csar.csar
2023-03-18T13:21:03.886Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar
2023-03-18T13:21:03.886Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||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-DemoPnfQv5txucxv4n7mssxugfk-csar.csar
2023-03-18T13:21:03.886Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar
2023-03-18T13:21:03.886Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar
2023-03-18T13:21:03.886Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 8ecb3a29-1699 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-DemoPnfQv5txucxv4n7mssxugfk-csar.csar
2023-03-18T13:21:03.886Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar
2023-03-18T13:21:03.886Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||WARN|500||####################################################################################################
2023-03-18T13:21:03.886Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T13:21:03.886Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_Qv5TXucXv4n7mssXUGFK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T13:21:03.887Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Node template pNF 8ecb3a29-1699 0 is matching search criteria
2023-03-18T13:21:03.887Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2023-03-18T13:21:03.887Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Found topology templates [pNF 8ecb3a29-1699 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-18T13:21:03.887Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T13:21:03.887Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_Qv5TXucXv4n7mssXUGFK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T13:21:03.887Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Node template pNF 8ecb3a29-1699 0 is matching search criteria
2023-03-18T13:21:03.887Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2023-03-18T13:21:03.887Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Found topology templates [pNF 8ecb3a29-1699 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-18T13:21:03.887Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T13:21:03.887Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_Qv5TXucXv4n7mssXUGFK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T13:21:03.887Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T13:21:03.887Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_Qv5TXucXv4n7mssXUGFK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T13:21:03.887Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T13:21:03.887Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_Qv5TXucXv4n7mssXUGFK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T13:21:03.887Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T13:21:03.887Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_Qv5TXucXv4n7mssXUGFK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T13:21:03.887Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T13:21:03.888Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_Qv5TXucXv4n7mssXUGFK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T13:21:03.888Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_Qv5TXucXv4n7mssXUGFK
Description:catalog service description
Model UUID:73f959ea-1a0e-41cf-b2da-40f07fd6a9c2
Model Version:NULL
Model InvariantUuid:86b31417-cd30-434e-93e4-34d81e182271
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=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-03-18T13:21:03.921Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||ERROR|500||Csar with UUID: a93044a0-e137-47cf-b45c-87a4ec92508e already exists
2023-03-18T13:21:03.921Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar ASDC sendASDCNotification
2023-03-18T13:21:03.921Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar(Csar with UUID: a93044a0-e137-47cf-b45c-87a4ec92508e already exists)
2023-03-18T13:21:03.921Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-18T13:21:03.922Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T13:21:03.922Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T13:21:03.922Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679145663921,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: a93044a0-e137-47cf-b45c-87a4ec92508e already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T13:21:04.922Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar ASDC sendASDCNotification
2023-03-18T13:21:04.923Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar(Resource with UUID: 79d852b9-56e5-416f-9d37-4483b88de628 already exists)
2023-03-18T13:21:04.923Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-18T13:21:04.923Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T13:21:04.923Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T13:21:04.923Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679145664922,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 79d852b9-56e5-416f-9d37-4483b88de628 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T13:21:05.924Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5e005e65-61df-4986-a087-00761a388674
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T13:21:05.945Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5e005e65-61df-4986-a087-00761a388674
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T13:21:05.949Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-18T13:21:05.949Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-18T13:21:05.949Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-18T13:21:05.949Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-18T13:21:05.949Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T13:21:05.949Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T13:21:05.949Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T13:21:05.949Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T13:21:05.949Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T13:21:05.949Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T13:21:05.949Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-18T13:21:05.960Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-18T13:21:35.960Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 5e005e65-61df-4986-a087-00761a388674 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-18T13:21:35.969Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 5e005e65-61df-4986-a087-00761a388674 and serviceModelVersionId: 73f959ea-1a0e-41cf-b2da-40f07fd6a9c2
2023-03-18T13:21:35.969Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 86b31417-cd30-434e-93e4-34d81e182271
2023-03-18T13:21:35.970Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/86b31417-cd30-434e-93e4-34d81e182271/model-vers/model-ver/73f959ea-1a0e-41cf-b2da-40f07fd6a9c2?depth=0
2023-03-18T13:21:35.976Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2023-03-18T13:21:35.988Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/86b31417-cd30-434e-93e4-34d81e182271/model-vers/model-ver/73f959ea-1a0e-41cf-b2da-40f07fd6a9c2?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-03-18T13:21:35.988Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/86b31417-cd30-434e-93e4-34d81e182271/model-vers/model-ver/73f959ea-1a0e-41cf-b2da-40f07fd6a9c2?depth=0|INFO|500||Invoke
2023-03-18T13:21:35.998Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/86b31417-cd30-434e-93e4-34d81e182271/model-vers/model-ver/73f959ea-1a0e-41cf-b2da-40f07fd6a9c2?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-18T13:21:36.113Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/86b31417-cd30-434e-93e4-34d81e182271/model-vers/model-ver/73f959ea-1a0e-41cf-b2da-40f07fd6a9c2?depth=0|INFO|500||InvokeReturn
2023-03-18T13:21:36.113Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/86b31417-cd30-434e-93e4-34d81e182271/model-vers/model-ver/73f959ea-1a0e-41cf-b2da-40f07fd6a9c2?depth=0 has http status code:200 and response headers:{date=[Sat, 18 Mar 2023 13:21:35 GMT], content-length=[0], vertex-id=[204904], x-aai-txid=[1-aai-resources-230318-13:21:35:700-18769], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-18T13:21:36.113Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Response was returned with an empty entity.
2023-03-18T13:21:36.114Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-18T13:21:36.114Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-18T13:21:36.120Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-18T13:21:36.120Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 5e005e65-61df-4986-a087-00761a388674 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-18T13:21:36.121Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-18T13:21:36.121Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T13:21:36.121Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T13:21:36.121Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679145696121,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-18T13:21:37.144Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-18T13:21:37.144Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||received notification from broker: {"distributionID":"b26959c2-c6ca-4cf7-9cdd-576be04a9c92","serviceName":"Demo_pNF_M5QKMfmDLPuLyaz8OWr9","serviceVersion":"1.0","serviceUUID":"c315cbb3-fd53-45ce-8b0b-ad3e84c78918","serviceDescription":"catalog service description","serviceInvariantUUID":"a46a4505-8d20-4c38-8d99-1b181bf22700","resources":[{"resourceInstanceName":"pNF 66b89d6a-37e2 0","resourceName":"pNF 66b89d6a-37e2","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"5cb48981-5482-4843-a71a-1ebe978a5e90","resourceInvariantUUID":"067cbf90-981e-43f3-86b6-aee782d22bba","resourceCustomizationUUID":"84e6e64b-76cd-40cf-86fd-15855e6c2efb","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/resourceInstances/pnf66b89d6a37e20/artifacts/vf-license-model.xml","artifactChecksum":"NmE3OGI0M2NhMTkzNzdlZjJiNzk5YWUzOGVkODUwZTQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"7cbe96a6-d4de-40e4-9f5f-7effc4b8523d","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/resourceInstances/pnf66b89d6a37e20/artifacts/pNF.csar","artifactChecksum":"YTFmMWQ3MzViYWZhMGQ1ZThlNzU3Y2I3ZGNlYWU4YjA\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"7fd2d8fc-6c10-444b-93e4-8ebf25d579b5","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/resourceInstances/pnf66b89d6a37e20/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"62304596-99e5-46f3-868d-189f9dacc577","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/resourceInstances/pnf66b89d6a37e20/artifacts/vendor-license-model.xml","artifactChecksum":"YzhhZjQxZjBiNGEwYTBlMTMwMDYwZmQ3ZjM5OWY1MTY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"c98a30f6-a6ab-4b74-9a89-a4282ace9636","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/resourceInstances/pnf66b89d6a37e20/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"6ba69e42-ade7-45c2-a4ec-3b8f081071f9","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/resourceInstances/pnf66b89d6a37e20/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"2afae58f-afd7-42b0-ae19-62fbbccae66e","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfM5qkmfmdlpulyaz8owr9-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/artifacts/service-DemoPnfM5qkmfmdlpulyaz8owr9-template.yml","artifactChecksum":"NDU2YjRjNDEyNWEwZGVkZjBjNDY2MTJmOTFhNzRhYzk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"181d2352-caba-4b3f-999f-926eb0949ab9","artifactVersion":"1"},{"artifactName":"service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/artifacts/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar","artifactChecksum":"ZWMyYmIzM2U4YmVmYmIwYmU1ZDhjODY4NGEyYTI4NjI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"fdcf7f15-35cd-49a2-839b-26e97623a9bc","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-18T13:21:37.145Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T13:21:37.145Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T13:21:37.145Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T13:21:37.145Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679145140155,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/resourceInstances/pnf66b89d6a37e20/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T13:21:38.146Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T13:21:38.146Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T13:21:38.146Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T13:21:38.146Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679145140155,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/resourceInstances/pnf66b89d6a37e20/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T13:21:39.147Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T13:21:39.147Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T13:21:39.147Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T13:21:39.148Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679145140155,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/resourceInstances/pnf66b89d6a37e20/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T13:21:40.148Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T13:21:40.149Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T13:21:40.149Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T13:21:40.149Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679145140155,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/resourceInstances/pnf66b89d6a37e20/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T13:21:41.149Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T13:21:41.150Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T13:21:41.150Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T13:21:41.150Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679145140155,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/resourceInstances/pnf66b89d6a37e20/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T13:21:42.150Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T13:21:42.151Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T13:21:42.151Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T13:21:42.151Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679145140155,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/resourceInstances/pnf66b89d6a37e20/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T13:21:43.152Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T13:21:43.152Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T13:21:43.152Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T13:21:43.153Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679145140155,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/artifacts/service-DemoPnfM5qkmfmdlpulyaz8owr9-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T13:21:44.153Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T13:21:44.154Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T13:21:44.154Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T13:21:44.154Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679145140155,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/artifacts/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T13:21:45.154Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "serviceName": "Demo_pNF_M5QKMfmDLPuLyaz8OWr9",
  "serviceVersion": "1.0",
  "serviceUUID": "c315cbb3-fd53-45ce-8b0b-ad3e84c78918",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "a46a4505-8d20-4c38-8d99-1b181bf22700",
  "resources": [
    {
      "resourceInstanceName": "pNF 66b89d6a-37e2 0",
      "resourceCustomizationUUID": "84e6e64b-76cd-40cf-86fd-15855e6c2efb",
      "resourceName": "pNF 66b89d6a-37e2",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "5cb48981-5482-4843-a71a-1ebe978a5e90",
      "resourceInvariantUUID": "067cbf90-981e-43f3-86b6-aee782d22bba",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/artifacts/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar",
      "artifactChecksum": "ZWMyYmIzM2U4YmVmYmIwYmU1ZDhjODY4NGEyYTI4NjI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "fdcf7f15-35cd-49a2-839b-26e97623a9bc"
    }
  ],
  "workloadContext": "Production"
}
2023-03-18T13:21:45.155Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-18T13:21:45.155Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 c315cbb3-fd53-45ce-8b0b-ad3e84c78918 ASDC
2023-03-18T13:21:45.155Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:b26959c2-c6ca-4cf7-9cdd-576be04a9c92
ServiceName:Demo_pNF_M5QKMfmDLPuLyaz8OWr9
ServiceVersion:1.0
ServiceUUID:c315cbb3-fd53-45ce-8b0b-ad3e84c78918
ServiceInvariantUUID:a46a4505-8d20-4c38-8d99-1b181bf22700
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/artifacts/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar
ArtifactUUID:fdcf7f15-35cd-49a2-839b-26e97623a9bc
ArtifactChecksum:ZWMyYmIzM2U4YmVmYmIwYmU1ZDhjODY4NGEyYTI4NjI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 66b89d6a-37e2 0
ResourceCustomizationUUID:84e6e64b-76cd-40cf-86fd-15855e6c2efb
ResourceInvariantUUID:067cbf90-981e-43f3-86b6-aee782d22bba
ResourceName:pNF 66b89d6a-37e2
ResourceType:PNF
ResourceUUID:5cb48981-5482-4843-a71a-1ebe978a5e90
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-18T13:21:45.155Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF c315cbb3-fd53-45ce-8b0b-ad3e84c78918 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: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-18T13:21:45.188Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-18T13:21:45.189Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-03-18T13:21:45.189Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-03-18T13:21:45.189Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: fdcf7f15-35cd-49a2-839b-26e97623a9bc from URL: /sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/artifacts/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar
2023-03-18T13:21:45.189Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||DistributionClient - download
2023-03-18T13:21:45.190Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/artifacts/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar
2023-03-18T13:21:45.431Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2023-03-18T13:21:45.436Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/artifacts/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar fdcf7f15-35cd-49a2-839b-26e97623a9bc 88022
2023-03-18T13:21:45.437Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/artifacts/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar ASDC sendASDCNotification
2023-03-18T13:21:45.437Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/artifacts/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar
2023-03-18T13:21:45.437Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-18T13:21:45.438Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T13:21:45.438Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T13:21:45.438Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679145705437,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/artifacts/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T13:21:46.439Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-18T13:21:46.439Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-03-18T13:21:46.440Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: fdcf7f15-35cd-49a2-839b-26e97623a9bc, URL: /sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/artifacts/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar to file: /app/ASDC/1/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar
2023-03-18T13:21:46.440Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar
2023-03-18T13:21:46.441Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar
2023-03-18T13:21:46.441Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar
2023-03-18T13:21:46.519Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP18400502187760363599/Definitions/service-DemoPnfM5qkmfmdlpulyaz8owr9-template.yml
2023-03-18T13:21:47.033Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-18T13:21:47.033Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||WARN|500||####################################################################################################
2023-03-18T13:21:47.033Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar
2023-03-18T13:21:47.033Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-18T13:21:47.033Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||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-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar
2023-03-18T13:21:47.034Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar
2023-03-18T13:21:47.034Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||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-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar
2023-03-18T13:21:47.034Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 66b89d6a-37e2 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-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar
2023-03-18T13:21:47.034Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar
2023-03-18T13:21:47.034Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar
2023-03-18T13:21:47.034Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar
2023-03-18T13:21:47.034Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||WARN|500||####################################################################################################
2023-03-18T13:21:47.034Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T13:21:47.034Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_M5QKMfmDLPuLyaz8OWr9 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T13:21:47.034Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||Node template pNF 66b89d6a-37e2 0 is matching search criteria
2023-03-18T13:21:47.034Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2023-03-18T13:21:47.034Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||Found topology templates [pNF 66b89d6a-37e2 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-18T13:21:47.034Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T13:21:47.034Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_M5QKMfmDLPuLyaz8OWr9 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T13:21:47.034Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||Node template pNF 66b89d6a-37e2 0 is matching search criteria
2023-03-18T13:21:47.034Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2023-03-18T13:21:47.035Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||Found topology templates [pNF 66b89d6a-37e2 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-18T13:21:47.035Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T13:21:47.035Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_M5QKMfmDLPuLyaz8OWr9 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T13:21:47.035Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T13:21:47.035Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_M5QKMfmDLPuLyaz8OWr9 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T13:21:47.035Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T13:21:47.035Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_M5QKMfmDLPuLyaz8OWr9 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T13:21:47.035Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T13:21:47.035Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_M5QKMfmDLPuLyaz8OWr9 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T13:21:47.035Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T13:21:47.035Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_M5QKMfmDLPuLyaz8OWr9 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T13:21:47.035Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_M5QKMfmDLPuLyaz8OWr9
Description:catalog service description
Model UUID:c315cbb3-fd53-45ce-8b0b-ad3e84c78918
Model Version:NULL
Model InvariantUuid:a46a4505-8d20-4c38-8d99-1b181bf22700
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=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-03-18T13:21:47.072Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||ERROR|500||Csar with UUID: fdcf7f15-35cd-49a2-839b-26e97623a9bc already exists
2023-03-18T13:21:47.073Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/artifacts/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar ASDC sendASDCNotification
2023-03-18T13:21:47.073Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/artifacts/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar(Csar with UUID: fdcf7f15-35cd-49a2-839b-26e97623a9bc already exists)
2023-03-18T13:21:47.073Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-18T13:21:47.073Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T13:21:47.073Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T13:21:47.073Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679145707073,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/artifacts/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: fdcf7f15-35cd-49a2-839b-26e97623a9bc already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T13:21:48.074Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/artifacts/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar ASDC sendASDCNotification
2023-03-18T13:21:48.074Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/artifacts/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar(Resource with UUID: 5cb48981-5482-4843-a71a-1ebe978a5e90 already exists)
2023-03-18T13:21:48.074Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-18T13:21:48.075Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T13:21:48.075Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T13:21:48.075Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679145708074,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/artifacts/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 5cb48981-5482-4843-a71a-1ebe978a5e90 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T13:21:49.076Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b26959c2-c6ca-4cf7-9cdd-576be04a9c92
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T13:21:49.095Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b26959c2-c6ca-4cf7-9cdd-576be04a9c92
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T13:21:49.098Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-18T13:21:49.099Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-18T13:21:49.099Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-18T13:21:49.099Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-18T13:21:49.099Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T13:21:49.099Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T13:21:49.099Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T13:21:49.099Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T13:21:49.099Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T13:21:49.099Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T13:21:49.099Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-18T13:21:49.109Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-18T13:21:58.921Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T13:21:58.923Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-18T13:21:58.923Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679145140155,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/resourceInstances/pnf8ecb3a2916990/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T13:21:58.924Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:22:19.110Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: b26959c2-c6ca-4cf7-9cdd-576be04a9c92 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-18T13:22:19.119Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: b26959c2-c6ca-4cf7-9cdd-576be04a9c92 and serviceModelVersionId: c315cbb3-fd53-45ce-8b0b-ad3e84c78918
2023-03-18T13:22:19.119Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : a46a4505-8d20-4c38-8d99-1b181bf22700
2023-03-18T13:22:19.120Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/a46a4505-8d20-4c38-8d99-1b181bf22700/model-vers/model-ver/c315cbb3-fd53-45ce-8b0b-ad3e84c78918?depth=0
2023-03-18T13:22:19.125Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2023-03-18T13:22:19.137Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a46a4505-8d20-4c38-8d99-1b181bf22700/model-vers/model-ver/c315cbb3-fd53-45ce-8b0b-ad3e84c78918?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-03-18T13:22:19.138Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a46a4505-8d20-4c38-8d99-1b181bf22700/model-vers/model-ver/c315cbb3-fd53-45ce-8b0b-ad3e84c78918?depth=0|INFO|500||Invoke
2023-03-18T13:22:19.146Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a46a4505-8d20-4c38-8d99-1b181bf22700/model-vers/model-ver/c315cbb3-fd53-45ce-8b0b-ad3e84c78918?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-18T13:22:19.269Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a46a4505-8d20-4c38-8d99-1b181bf22700/model-vers/model-ver/c315cbb3-fd53-45ce-8b0b-ad3e84c78918?depth=0|INFO|500||InvokeReturn
2023-03-18T13:22:19.270Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a46a4505-8d20-4c38-8d99-1b181bf22700/model-vers/model-ver/c315cbb3-fd53-45ce-8b0b-ad3e84c78918?depth=0 has http status code:200 and response headers:{date=[Sat, 18 Mar 2023 13:22:18 GMT], content-length=[0], vertex-id=[217192], x-aai-txid=[1-aai-resources-230318-13:22:18:848-35481], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-18T13:22:19.270Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||Response was returned with an empty entity.
2023-03-18T13:22:19.271Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-18T13:22:19.271Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-18T13:22:19.278Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-18T13:22:19.278Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID b26959c2-c6ca-4cf7-9cdd-576be04a9c92 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-18T13:22:19.278Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-18T13:22:19.279Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T13:22:19.279Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T13:22:19.279Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679145739278,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-18T13:22:20.300Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T13:22:20.301Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Failing OffsetCommit request since the consumer is not part of an active group
2023-03-18T13:22:20.301Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Node 2 disconnected.
2023-03-18T13:22:20.302Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||ERROR|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Asynchronous auto-commit of offsets failed: Offset commit cannot be completed since the consumer is not part of an active group for auto partition assignment; it is likely that the consumer was kicked out of the group.. Will continue to join group.
2023-03-18T13:22:20.302Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Giving away all assigned partitions as lost since generation/memberID has been reset,indicating that consumer is in old state or no longer part of the group
2023-03-18T13:22:20.302Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Lost previously assigned partitions SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5
2023-03-18T13:22:20.302Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] (Re-)joining group
2023-03-18T13:22:20.304Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Asynchronous auto-commit of offsets {SDC-DISTR-NOTIF-TOPIC-AUTO-5=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-4=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-3=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-2=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-1=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-0=OffsetAndMetadata{offset=7, leaderEpoch=0, metadata=''}} failed: Offset commit cannot be completed since the consumer is not part of an active group for auto partition assignment; it is likely that the consumer was kicked out of the group.
2023-03-18T13:22:20.306Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2-98607d0c-0173-4457-97a8-a45ad746fb42
2023-03-18T13:22:20.306Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Request joining group due to: rebalance failed due to 'The group member needs to have a valid member id before actually entering a consumer group.' (MemberIdRequiredException)
2023-03-18T13:22:20.306Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] (Re-)joining group
2023-03-18T13:22:22.096Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T13:22:25.109Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T13:22:28.116Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T13:22:31.131Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T13:22:34.142Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T13:22:37.158Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T13:22:40.167Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T13:22:43.178Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T13:22:46.198Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T13:22:49.214Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T13:22:52.223Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T13:22:55.236Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T13:22:58.247Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T13:22:58.920Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T13:22:58.930Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Revoke previously assigned partitions SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-03-18T13:22:58.931Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] (Re-)joining group
2023-03-18T13:22:58.935Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Successfully joined group with generation Generation{generationId=54, memberId='SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94-2995e74d-4211-4955-93f6-f3f14568571e', protocol='range'}
2023-03-18T13:22:58.935Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Successfully joined group with generation Generation{generationId=54, memberId='SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2-98607d0c-0173-4457-97a8-a45ad746fb42', protocol='range'}
2023-03-18T13:22:58.939Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Finished assignment for group at generation 54: {SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2-98607d0c-0173-4457-97a8-a45ad746fb42=Assignment(partitions=[SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5]), SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94-2995e74d-4211-4955-93f6-f3f14568571e=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])}
2023-03-18T13:22:58.950Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Successfully synced group in generation Generation{generationId=54, memberId='SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2-98607d0c-0173-4457-97a8-a45ad746fb42', protocol='range'}
2023-03-18T13:22:58.950Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5])
2023-03-18T13:22:58.951Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Adding newly assigned partitions: SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5
2023-03-18T13:22:58.951Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Successfully synced group in generation Generation{generationId=54, memberId='SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94-2995e74d-4211-4955-93f6-f3f14568571e', protocol='range'}
2023-03-18T13:22:58.952Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])
2023-03-18T13:22:58.952Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Adding newly assigned partitions: SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-03-18T13:22:58.954Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-18T13:22:58.954Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-18T13:22:58.954Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-18T13:22:58.954Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-18T13:22:58.954Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-18T13:22:58.954Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-18T13:22:58.955Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-18T13:22:58.955Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-18T13:22:58.955Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-18T13:22:58.955Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=1216, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-18T13:22:58.955Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-18T13:22:58.955Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-18T13:22:58.996Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-18T13:22:58.996Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||received notification from broker: {"distributionID":"34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846","serviceName":"basic_onboard_gCPnoC","serviceVersion":"1.0","serviceUUID":"dad851ae-1f1d-4e04-8847-f18fd5d51391","serviceDescription":"service","serviceInvariantUUID":"693dcbb7-55f2-41d5-a0d9-572574329dfe","resources":[{"resourceInstanceName":"basic_onboard_gCPnoC 0","resourceName":"basic_onboard_gCPnoC","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"f3fb2f57-aad9-4f33-88db-c458ae09cdfb","resourceInvariantUUID":"d7c6b294-4284-4b69-87ff-a797deedad73","resourceCustomizationUUID":"9327f8c9-4591-449b-b6af-227dc0614cab","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/vf-license-model.xml","artifactChecksum":"OGQ5ZDI0MzIzNDdmMDUyYmQ0MzVmMDVkOWUyNGVlYmE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"5077753b-8cdd-47a9-82d5-e3ff4ce969c3","artifactVersion":"1"},{"artifactName":"basic_onboard_gcpnoc0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json","artifactChecksum":"NjRhMmYzNDQxZDFkYzhiMjZmMTk3NDMzZmQwOWNiNWI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"583db2fa-2045-4011-8045-9fd436580060","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"0846dbe8-d246-42f3-9ba6-3c197d6bb5c4","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"5004fadd-cda9-4566-99ac-bc5d669427a2","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"7d3da3bf-4415-4326-b045-fe6bef605f78","artifactVersion":"2","generatedFromUUID":"0846dbe8-d246-42f3-9ba6-3c197d6bb5c4"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardGcpnoc-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-template.yml","artifactChecksum":"OGFkYWYzODVjYTg1MmE4Y2JhZWM5NDk3ZjljNTAwNTE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"8ab16f5d-5180-4470-b278-f6ea6f7c23e8","artifactVersion":"1"},{"artifactName":"service-BasicOnboardGcpnoc-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar","artifactChecksum":"MjQxYmE3NTM3MTRlYjAwMzA2YjMyYmJjMmU4MmNkYjE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"d6569f72-4f81-428a-8593-389324ccdf48","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-18T13:22:58.998Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T13:22:58.998Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T13:22:58.998Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T13:22:58.998Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679145740300,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T13:22:59.967Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-18T13:22:59.968Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679145140155,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T13:22:59.968Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:22:59.968Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-18T13:22:59.968Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679145140155,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar",
  "status": "NOTIFIED"
}
2023-03-18T13:22:59.968Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:22:59.968Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-18T13:22:59.968Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679145662270,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-18T13:22:59.968Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:22:59.968Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-18T13:22:59.968Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679145663921,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: a93044a0-e137-47cf-b45c-87a4ec92508e already exists"
}
2023-03-18T13:22:59.968Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:22:59.968Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-18T13:22:59.968Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679145664922,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 79d852b9-56e5-416f-9d37-4483b88de628 already exists"
}
2023-03-18T13:22:59.969Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:22:59.969Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-18T13:22:59.969Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679145696121,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-18T13:22:59.969Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:22:59.969Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-18T13:22:59.969Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679145140155,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/resourceInstances/pnf66b89d6a37e20/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T13:22:59.969Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:22:59.969Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-18T13:22:59.969Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679145140155,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/resourceInstances/pnf66b89d6a37e20/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-18T13:22:59.969Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:22:59.969Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-18T13:22:59.969Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679145140155,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/resourceInstances/pnf66b89d6a37e20/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-18T13:22:59.969Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:22:59.969Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-18T13:22:59.969Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679145140155,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/resourceInstances/pnf66b89d6a37e20/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T13:22:59.969Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:22:59.969Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-18T13:22:59.969Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679145140155,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/resourceInstances/pnf66b89d6a37e20/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T13:22:59.969Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:22:59.970Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-18T13:22:59.970Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679145140155,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/resourceInstances/pnf66b89d6a37e20/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T13:22:59.970Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:22:59.970Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-18T13:22:59.970Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679145140155,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/artifacts/service-DemoPnfM5qkmfmdlpulyaz8owr9-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T13:22:59.970Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:22:59.970Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-18T13:22:59.970Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679145140155,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/artifacts/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar",
  "status": "NOTIFIED"
}
2023-03-18T13:22:59.970Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:22:59.970Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-18T13:22:59.970Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679145705437,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/artifacts/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-18T13:22:59.970Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:22:59.970Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-18T13:22:59.970Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679145707073,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/artifacts/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: fdcf7f15-35cd-49a2-839b-26e97623a9bc already exists"
}
2023-03-18T13:22:59.970Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:22:59.970Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-18T13:22:59.970Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679145708074,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/artifacts/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 5cb48981-5482-4843-a71a-1ebe978a5e90 already exists"
}
2023-03-18T13:22:59.970Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:22:59.970Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-18T13:22:59.970Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679145739278,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-18T13:22:59.971Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:22:59.971Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-18T13:22:59.971Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679145740300,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T13:22:59.971Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:22:59.999Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T13:22:59.999Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T13:22:59.999Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T13:22:59.999Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679145740300,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T13:23:01.000Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T13:23:01.000Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T13:23:01.000Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T13:23:01.001Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679145740300,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T13:23:02.002Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T13:23:02.002Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T13:23:02.002Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T13:23:02.002Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679145740300,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T13:23:03.003Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T13:23:03.004Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T13:23:03.004Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T13:23:03.004Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679145740300,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T13:23:04.005Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T13:23:04.005Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T13:23:04.005Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T13:23:04.006Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679145740300,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T13:23:05.006Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T13:23:05.007Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T13:23:05.007Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T13:23:05.007Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679145740300,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T13:23:06.008Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "serviceName": "basic_onboard_gCPnoC",
  "serviceVersion": "1.0",
  "serviceUUID": "dad851ae-1f1d-4e04-8847-f18fd5d51391",
  "serviceDescription": "service",
  "serviceInvariantUUID": "693dcbb7-55f2-41d5-a0d9-572574329dfe",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_gCPnoC 0",
      "resourceCustomizationUUID": "9327f8c9-4591-449b-b6af-227dc0614cab",
      "resourceName": "basic_onboard_gCPnoC",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "f3fb2f57-aad9-4f33-88db-c458ae09cdfb",
      "resourceInvariantUUID": "d7c6b294-4284-4b69-87ff-a797deedad73",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_gcpnoc0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json",
          "artifactChecksum": "NjRhMmYzNDQxZDFkYzhiMjZmMTk3NDMzZmQwOWNiNWI\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "583db2fa-2045-4011-8045-9fd436580060",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "0846dbe8-d246-42f3-9ba6-3c197d6bb5c4",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "7d3da3bf-4415-4326-b045-fe6bef605f78",
            "generatedFromUUID": "0846dbe8-d246-42f3-9ba6-3c197d6bb5c4"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "7d3da3bf-4415-4326-b045-fe6bef605f78",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardGcpnoc-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar",
      "artifactChecksum": "MjQxYmE3NTM3MTRlYjAwMzA2YjMyYmJjMmU4MmNkYjE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "d6569f72-4f81-428a-8593-389324ccdf48"
    }
  ],
  "workloadContext": "Production"
}
2023-03-18T13:23:06.009Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-18T13:23:06.009Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 dad851ae-1f1d-4e04-8847-f18fd5d51391 ASDC
2023-03-18T13:23:06.009Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
ServiceName:basic_onboard_gCPnoC
ServiceVersion:1.0
ServiceUUID:dad851ae-1f1d-4e04-8847-f18fd5d51391
ServiceInvariantUUID:693dcbb7-55f2-41d5-a0d9-572574329dfe
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardGcpnoc-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar
ArtifactUUID:d6569f72-4f81-428a-8593-389324ccdf48
ArtifactChecksum:MjQxYmE3NTM3MTRlYjAwMzA2YjMyYmJjMmU4MmNkYjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_gCPnoC 0
ResourceCustomizationUUID:9327f8c9-4591-449b-b6af-227dc0614cab
ResourceInvariantUUID:d7c6b294-4284-4b69-87ff-a797deedad73
ResourceName:basic_onboard_gCPnoC
ResourceType:VF
ResourceUUID:f3fb2f57-aad9-4f33-88db-c458ae09cdfb
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_gcpnoc0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json
ArtifactUUID:583db2fa-2045-4011-8045-9fd436580060
ArtifactChecksum:NjRhMmYzNDQxZDFkYzhiMjZmMTk3NDMzZmQwOWNiNWI=
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/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.yaml
ArtifactUUID:0846dbe8-d246-42f3-9ba6-3c197d6bb5c4
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/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.env
ArtifactUUID:7d3da3bf-4415-4326-b045-fe6bef605f78
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/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.env
ArtifactUUID:7d3da3bf-4415-4326-b045-fe6bef605f78
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-18T13:23:06.010Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF dad851ae-1f1d-4e04-8847-f18fd5d51391 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: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-18T13:23:06.054Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-18T13:23:06.054Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-03-18T13:23:06.055Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-03-18T13:23:06.055Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: d6569f72-4f81-428a-8593-389324ccdf48 from URL: /sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar
2023-03-18T13:23:06.055Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||DistributionClient - download
2023-03-18T13:23:06.055Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar
2023-03-18T13:23:06.091Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||GET Response Status 404
2023-03-18T13:23:06.092Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@658640de
2023-03-18T13:23:06.092Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-18T13:23:06.092Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicOnboardGcpnoc"
      ]
    }
  }
}
2023-03-18T13:23:06.092Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicOnboardGcpnoc-csar.csar /sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar d6569f72-4f81-428a-8593-389324ccdf48 Specified artifact is  not found 300 ASDC artifact download fail
2023-03-18T13:23:06.092Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar ASDC sendASDCNotification
2023-03-18T13:23:06.092Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar(Specified artifact is  not found)
2023-03-18T13:23:06.092Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-18T13:23:06.092Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T13:23:06.093Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T13:23:06.093Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679145786092,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T13:23:07.093Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during processCsarServiceArtifacts ASDC processCsarServiceArtifacts 500 Exception in processCsarServiceArtifacts
org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact service-BasicOnboardGcpnoc-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar(UUID:d6569f72-4f81-428a-8593-389324ccdf48)
Error message is Specified artifact is  not found

	at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394)
	at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2023-03-18T13:23:07.106Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||ERROR|500||error NSST process resource failure 
java.lang.NullPointerException: null
	at org.onap.so.asdc.client.ASDCController.processNsstNotification(ASDCController.java:978)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:760)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-18T13:23:07.106Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: f3fb2f57-aad9-4f33-88db-c458ae09cdfb
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-18T13:23:07.109Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||basic_onboard_gCPnoC 0
2023-03-18T13:23:07.109Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: f3fb2f57-aad9-4f33-88db-c458ae09cdfb
2023-03-18T13:23:07.109Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 583db2fa-2045-4011-8045-9fd436580060 from URL: /sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json
2023-03-18T13:23:07.109Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||DistributionClient - download
2023-03-18T13:23:07.109Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json
2023-03-18T13:23:07.123Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||GET Response Status 404
2023-03-18T13:23:07.124Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@120feebc
2023-03-18T13:23:07.124Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-18T13:23:07.124Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicOnboardGcpnoc"
      ]
    }
  }
}
2023-03-18T13:23:07.124Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL basic_onboard_gcpnoc0_modules.json /sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json 583db2fa-2045-4011-8045-9fd436580060 Specified artifact is  not found 300 ASDC artifact download fail
2023-03-18T13:23:07.124Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json ASDC sendASDCNotification
2023-03-18T13:23:07.124Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json(Specified artifact is  not found)
2023-03-18T13:23:07.124Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-18T13:23:07.124Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T13:23:07.124Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T13:23:07.124Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679145787124,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T13:23:08.125Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during Installation of artifact ASDC processResourceNotification 500 Exception in processResourceNotification
org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact basic_onboard_gcpnoc0_modules.json could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json(UUID:583db2fa-2045-4011-8045-9fd436580060)
Error message is Specified artifact is  not found

	at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:787)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-18T13:23:08.126Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T13:23:08.144Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T13:23:08.164Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-18T13:23:08.165Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-18T13:23:38.165Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T13:23:38.181Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T13:23:38.184Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-18T13:23:38.185Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-18T13:23:58.920Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T13:23:58.921Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-18T13:23:58.921Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679145740300,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json",
  "status": "NOTIFIED"
}
2023-03-18T13:23:58.922Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:24:08.186Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T13:24:08.202Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T13:24:08.206Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-18T13:24:08.206Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-18T13:24:38.206Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T13:24:38.223Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T13:24:38.226Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-18T13:24:38.226Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-18T13:24:58.919Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T13:24:58.921Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-18T13:24:58.921Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679145740300,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2023-03-18T13:24:58.922Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:24:58.922Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-18T13:24:58.922Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679145740300,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T13:24:58.922Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:24:58.922Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-18T13:24:58.922Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679145740300,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2023-03-18T13:24:58.922Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:24:58.923Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-18T13:24:58.923Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679145740300,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T13:24:58.923Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:24:58.923Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-18T13:24:58.923Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679145740300,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar",
  "status": "NOTIFIED"
}
2023-03-18T13:24:58.923Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:24:58.923Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-18T13:24:58.923Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679145786092,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-18T13:24:58.923Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:24:58.923Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-18T13:24:58.923Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679145787124,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-18T13:24:58.923Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:25:08.227Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T13:25:08.247Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T13:25:08.250Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-18T13:25:08.250Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-18T13:25:38.251Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T13:25:38.272Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T13:25:38.275Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-18T13:25:38.275Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-18T13:25:58.921Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T13:26:08.275Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T13:26:08.290Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T13:26:08.293Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-18T13:26:08.293Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-18T13:26:38.293Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T13:26:38.309Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T13:26:38.313Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-18T13:26:38.313Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-18T13:26:58.922Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T13:27:08.313Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T13:27:08.331Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T13:27:08.335Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-18T13:27:08.335Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-18T13:27:38.336Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T13:27:38.351Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T13:27:38.355Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-18T13:27:38.355Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-18T13:27:58.922Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T13:27:59.008Z||kafka-coordinator-heartbeat-thread | so|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] consumer poll timeout has expired. This means the time between subsequent calls to poll() was longer than the configured max.poll.interval.ms, which typically implies that the poll loop is spending too much time processing messages. You can address this either by increasing max.poll.interval.ms or by reducing the maximum size of batches returned in poll() with max.poll.records.
2023-03-18T13:27:59.008Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Member SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2-98607d0c-0173-4457-97a8-a45ad746fb42 sending LeaveGroup request to coordinator onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2147483645 rack: null) due to consumer poll timeout has expired.
2023-03-18T13:27:59.008Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Resetting generation and member id due to: consumer pro-actively leaving the group
2023-03-18T13:27:59.008Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Request joining group due to: consumer pro-actively leaving the group
2023-03-18T13:27:59.708Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T13:27:59.722Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Revoke previously assigned partitions SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-03-18T13:27:59.722Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] (Re-)joining group
2023-03-18T13:27:59.728Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Successfully joined group with generation Generation{generationId=55, memberId='SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94-2995e74d-4211-4955-93f6-f3f14568571e', protocol='range'}
2023-03-18T13:27:59.728Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Finished assignment for group at generation 55: {SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94-2995e74d-4211-4955-93f6-f3f14568571e=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])}
2023-03-18T13:27:59.743Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Successfully synced group in generation Generation{generationId=55, memberId='SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94-2995e74d-4211-4955-93f6-f3f14568571e', protocol='range'}
2023-03-18T13:27:59.744Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])
2023-03-18T13:27:59.744Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Adding newly assigned partitions: SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-03-18T13:27:59.748Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-18T13:27:59.748Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-18T13:27:59.748Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-18T13:27:59.748Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=1243, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-18T13:27:59.748Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-18T13:27:59.748Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-18T13:28:08.355Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2023-03-18T13:28:08.356Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-18T13:28:08.361Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846 and serviceModelVersionId: dad851ae-1f1d-4e04-8847-f18fd5d51391
2023-03-18T13:28:08.362Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 693dcbb7-55f2-41d5-a0d9-572574329dfe
2023-03-18T13:28:08.362Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391?depth=0
2023-03-18T13:28:08.365Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2023-03-18T13:28:08.376Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391?depth=0|INFO|500||Invoke
2023-03-18T13:28:08.376Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[4676b027-3175-47e0-bd64-8ce788db2b39], X-ECOMP-RequestID=[34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846], X-TransactionId=[], X-ONAP-RequestID=[34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846], Content-Type=[application/merge-patch+json]}
2023-03-18T13:28:08.386Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2023-03-18T13:28:08.417Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391?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/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391?depth=0 has http status code:404 and response headers:{date=[Sat, 18 Mar 2023 13:28:08 GMT], content-length=[495], x-aai-txid=[2-aai-resources-230318-13:28:08:089-88200], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-18T13:28:08.418Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391?depth=0|DEBUG|500||{"requestError":{"serviceException":{"messageId":"SVC3001","text":"Resource not found for %1 using id %2 (msg=%3) (ec=%4)","variables":["MERGE_PATCH","service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391","Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391","ERR.5.4.6114"]}}}

2023-03-18T13:28:08.419Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391?depth=0|INFO|404|Not Found|InvokeReturn
2023-03-18T13:28:08.421Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391) (ec=ERR.5.4.6114)
2023-03-18T13:28:08.422Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||ERROR|500||Exception occurred
javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391) (ec=ERR.5.4.6114)
	at org.onap.so.client.ResponseExceptionMapper.map(ResponseExceptionMapper.java:74)
	at org.onap.so.client.RestRequest.get(RestRequest.java:77)
	at org.onap.so.client.RestClient.buildRequest(RestClient.java:326)
	at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322)
	at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283)
	at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67)
	at net.jodah.failsafe.Execution.executeSync(Execution.java:117)
	at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319)
	at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71)
	at org.onap.so.client.RestClient.method(RestClient.java:322)
	at org.onap.so.client.RestClient.patch(RestClient.java:265)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184)
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-18T13:28:08.422Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391) (ec=ERR.5.4.6114)
2023-03-18T13:28:08.422Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391) (ec=ERR.5.4.6114)
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-18T13:28:08.429Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-18T13:28:08.429Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391) (ec=ERR.5.4.6114)
2023-03-18T13:28:08.429Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2023-03-18T13:28:08.430Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T13:28:08.430Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T13:28:08.430Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679146088429,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391) (ec\u003dERR.5.4.6114)"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T13:28:08.446Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-18T13:28:08.446Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679146088429,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391) (ec\u003dERR.5.4.6114)"
}
2023-03-18T13:28:08.447Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-18T13:28:09.452Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-18T13:28:09.452Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||received notification from broker: {"distributionID":"d4dc9e71-f2cb-491c-bcf1-9d51402514be","serviceName":"vFW 2023-03-18 11-08-36","serviceVersion":"1.0","serviceUUID":"27fdb87d-b713-4eaf-90a0-9e48041e5db6","serviceDescription":"catalog service description","serviceInvariantUUID":"cb6d14f9-78ae-470a-a6af-a3a2b9fea472","resources":[{"resourceInstanceName":"vFW 58569f3e-bd56 0","resourceName":"vFW 58569f3e-bd56","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"d26137cf-1389-4abe-8e09-78b44d7a1aae","resourceInvariantUUID":"440b369e-a09c-4c31-8a4e-6692abd11e0c","resourceCustomizationUUID":"e17fe765-865d-4748-ab41-44bdbee5a853","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/vf-license-model.xml","artifactChecksum":"MTFjYmU2ZGQwM2YxYTQxNjdhOWY1YjI5OWUyYjE5OTg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"7238df55-40f7-4cde-93e0-f3c86248a4ba","artifactVersion":"1"},{"artifactName":"vfw58569f3ebd560_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/vfw58569f3ebd560_modules.json","artifactChecksum":"ODg5YTAyNmJiZTFiZTA5MDMwZWVhNmFkMzVmNzk4YTg\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"a8ca7246-150c-4537-b08d-e58462b66bb6","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"be903e28-b266-44db-9c8b-4cbcb6f7ee77","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/vendor-license-model.xml","artifactChecksum":"NDExZWJjY2Q3ZjkxN2NkNTRiYmFlNDViOGZhYWJjM2M\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"cecd91b9-dbd7-4a9b-96a0-72674051949c","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"0637f995-3e6f-44f6-89fc-61906f5ff14b","artifactVersion":"2","generatedFromUUID":"be903e28-b266-44db-9c8b-4cbcb6f7ee77"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20230318110836-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-template.yml","artifactChecksum":"NjdmYzRlMTY1MzM1ODg5NjAzNTEzOWU1ZGFmNmNiNDI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"8648cca8-36e7-40c1-8faf-a7c0be2faa07","artifactVersion":"1"},{"artifactName":"service-Vfw20230318110836-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar","artifactChecksum":"NzY3OTRjMDBhMTZlZjQ1ZTQ3MTU0ZjE0NjliYmU1M2Y\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"436a091b-6820-4621-9f77-4a798268cc9d","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-18T13:28:09.453Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T13:28:09.454Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T13:28:09.454Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T13:28:09.454Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679145740300,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T13:28:10.455Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T13:28:10.455Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T13:28:10.456Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T13:28:10.456Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679145740300,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/vfw58569f3ebd560_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T13:28:11.457Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T13:28:11.457Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T13:28:11.457Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T13:28:11.458Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679145740300,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T13:28:12.459Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T13:28:12.459Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T13:28:12.460Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T13:28:12.460Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679145740300,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T13:28:13.460Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T13:28:13.461Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T13:28:13.461Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T13:28:13.461Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679145740300,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/base_vfw.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T13:28:14.462Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T13:28:14.462Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T13:28:14.462Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T13:28:14.462Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679145740300,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T13:28:15.463Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T13:28:15.474Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T13:28:15.474Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T13:28:15.474Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679145740300,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T13:28:16.475Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "serviceName": "vFW 2023-03-18 11-08-36",
  "serviceVersion": "1.0",
  "serviceUUID": "27fdb87d-b713-4eaf-90a0-9e48041e5db6",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "cb6d14f9-78ae-470a-a6af-a3a2b9fea472",
  "resources": [
    {
      "resourceInstanceName": "vFW 58569f3e-bd56 0",
      "resourceCustomizationUUID": "e17fe765-865d-4748-ab41-44bdbee5a853",
      "resourceName": "vFW 58569f3e-bd56",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "d26137cf-1389-4abe-8e09-78b44d7a1aae",
      "resourceInvariantUUID": "440b369e-a09c-4c31-8a4e-6692abd11e0c",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw58569f3ebd560_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/vfw58569f3ebd560_modules.json",
          "artifactChecksum": "ODg5YTAyNmJiZTFiZTA5MDMwZWVhNmFkMzVmNzk4YTg\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "a8ca7246-150c-4537-b08d-e58462b66bb6",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "be903e28-b266-44db-9c8b-4cbcb6f7ee77",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "0637f995-3e6f-44f6-89fc-61906f5ff14b",
            "generatedFromUUID": "be903e28-b266-44db-9c8b-4cbcb6f7ee77"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "0637f995-3e6f-44f6-89fc-61906f5ff14b",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20230318110836-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar",
      "artifactChecksum": "NzY3OTRjMDBhMTZlZjQ1ZTQ3MTU0ZjE0NjliYmU1M2Y\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "436a091b-6820-4621-9f77-4a798268cc9d"
    }
  ],
  "workloadContext": "Production"
}
2023-03-18T13:28:16.476Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-18T13:28:16.476Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 27fdb87d-b713-4eaf-90a0-9e48041e5db6 ASDC
2023-03-18T13:28:16.477Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:d4dc9e71-f2cb-491c-bcf1-9d51402514be
ServiceName:vFW 2023-03-18 11-08-36
ServiceVersion:1.0
ServiceUUID:27fdb87d-b713-4eaf-90a0-9e48041e5db6
ServiceInvariantUUID:cb6d14f9-78ae-470a-a6af-a3a2b9fea472
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20230318110836-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar
ArtifactUUID:436a091b-6820-4621-9f77-4a798268cc9d
ArtifactChecksum:NzY3OTRjMDBhMTZlZjQ1ZTQ3MTU0ZjE0NjliYmU1M2Y=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 58569f3e-bd56 0
ResourceCustomizationUUID:e17fe765-865d-4748-ab41-44bdbee5a853
ResourceInvariantUUID:440b369e-a09c-4c31-8a4e-6692abd11e0c
ResourceName:vFW 58569f3e-bd56
ResourceType:VF
ResourceUUID:d26137cf-1389-4abe-8e09-78b44d7a1aae
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw58569f3ebd560_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/vfw58569f3ebd560_modules.json
ArtifactUUID:a8ca7246-150c-4537-b08d-e58462b66bb6
ArtifactChecksum:ODg5YTAyNmJiZTFiZTA5MDMwZWVhNmFkMzVmNzk4YTg=
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/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/base_vfw.yaml
ArtifactUUID:be903e28-b266-44db-9c8b-4cbcb6f7ee77
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/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/base_vfw.env
ArtifactUUID:0637f995-3e6f-44f6-89fc-61906f5ff14b
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/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/base_vfw.env
ArtifactUUID:0637f995-3e6f-44f6-89fc-61906f5ff14b
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-18T13:28:16.477Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 27fdb87d-b713-4eaf-90a0-9e48041e5db6 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: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-18T13:28:16.509Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-18T13:28:16.510Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-03-18T13:28:16.510Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-03-18T13:28:16.510Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 436a091b-6820-4621-9f77-4a798268cc9d from URL: /sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar
2023-03-18T13:28:16.510Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||DistributionClient - download
2023-03-18T13:28:16.510Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar
2023-03-18T13:28:16.810Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2023-03-18T13:28:16.818Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar 436a091b-6820-4621-9f77-4a798268cc9d 101467
2023-03-18T13:28:16.818Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar ASDC sendASDCNotification
2023-03-18T13:28:16.818Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar
2023-03-18T13:28:16.818Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-18T13:28:16.818Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T13:28:16.819Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T13:28:16.819Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679146096818,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T13:28:17.819Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-18T13:28:17.820Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-03-18T13:28:17.821Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 436a091b-6820-4621-9f77-4a798268cc9d, URL: /sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar to file: /app/ASDC/1/service-Vfw20230318110836-csar.csar
2023-03-18T13:28:17.821Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20230318110836-csar.csar
2023-03-18T13:28:17.822Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20230318110836-csar.csar
2023-03-18T13:28:17.822Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20230318110836-csar.csar
2023-03-18T13:28:17.925Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2550438317196153209/Definitions/service-Vfw20230318110836-template.yml
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_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_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
2023-03-18T13:28:19.401Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-18T13:28:19.401Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||WARN|500||####################################################################################################
2023-03-18T13:28:19.401Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20230318110836-csar.csar
2023-03-18T13:28:19.401Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2023-03-18T13:28:19.401Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230318110836-csar.csar
2023-03-18T13:28:19.401Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230318110836-csar.csar
2023-03-18T13:28:19.401Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20230318110836-csar.csar
2023-03-18T13:28:19.401Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230318110836-csar.csar
2023-03-18T13:28:19.402Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230318110836-csar.csar
2023-03-18T13:28:19.402Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230318110836-csar.csar
2023-03-18T13:28:19.402Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230318110836-csar.csar
2023-03-18T13:28:19.402Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230318110836-csar.csar
2023-03-18T13:28:19.402Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230318110836-csar.csar
2023-03-18T13:28:19.402Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 58569f3e-bd56 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-Vfw20230318110836-csar.csar
2023-03-18T13:28:19.402Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230318110836-csar.csar
2023-03-18T13:28:19.402Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||WARN|500||####################################################################################################
2023-03-18T13:28:19.402Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T13:28:19.402Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-03-18 11-08-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T13:28:19.402Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template vFW 58569f3e-bd56 0 is matching search criteria
2023-03-18T13:28:19.402Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2023-03-18T13:28:19.402Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 58569f3e-bd56 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-18T13:28:19.402Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T13:28:19.402Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-03-18 11-08-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T13:28:19.402Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template vFW 58569f3e-bd56 0 is matching search criteria
2023-03-18T13:28:19.402Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2023-03-18T13:28:19.402Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 58569f3e-bd56 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-18T13:28:19.402Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T13:28:19.402Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-03-18 11-08-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T13:28:19.402Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T13:28:19.402Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template vFW 58569f3e-bd56 0 is not matching search criteria
2023-03-18T13:28:19.402Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-18T13:28:19.402Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-18T13:28:19.403Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-18T13:28:19.403Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-18T13:28:19.403Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-18T13:28:19.403Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-18T13:28:19.403Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-18T13:28:19.403Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-18T13:28:19.403Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-18T13:28:19.403Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-18T13:28:19.403Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-18T13:28:19.403Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-18T13:28:19.403Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-18T13:28:19.403Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-18T13:28:19.403Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-18T13:28:19.403Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-03-18T13:28:19.403Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T13:28:19.403Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-03-18 11-08-36 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-03-18T13:28:19.403Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T13:28:19.403Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template vFW 58569f3e-bd56 0 is matching search criteria
2023-03-18T13:28:19.403Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 58569f3e-bd56 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-18T13:28:19.403Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T13:28:19.403Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template vFW 58569f3e-bd56 0 is matching search criteria
2023-03-18T13:28:19.403Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 58569f3e-bd56 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-18T13:28:19.403Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T13:28:19.403Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template vFW 58569f3e-bd56 0 is matching search criteria
2023-03-18T13:28:19.403Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 58569f3e-bd56 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-18T13:28:19.403Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T13:28:19.404Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template vFW 58569f3e-bd56 0 is not matching search criteria
2023-03-18T13:28:19.404Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-18T13:28:19.404Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-18T13:28:19.404Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-03-18T13:28:19.404Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-18T13:28:19.404Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-18T13:28:19.404Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-18T13:28:19.404Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-18T13:28:19.404Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-18T13:28:19.404Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-18T13:28:19.404Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-18T13:28:19.404Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-18T13:28:19.404Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=54648a20-f030-49c4-93d4-4525b2108f51
2023-03-18T13:28:19.404Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T13:28:19.404Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template vFW 58569f3e-bd56 0 is not matching search criteria
2023-03-18T13:28:19.404Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-18T13:28:19.404Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-18T13:28:19.404Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-18T13:28:19.404Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-18T13:28:19.404Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-18T13:28:19.404Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-18T13:28:19.404Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-18T13:28:19.404Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-03-18T13:28:19.404Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-18T13:28:19.404Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-18T13:28:19.405Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-18T13:28:19.405Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-18T13:28:19.405Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=c8000f82-3ea0-499f-845f-48af9ca20f40
2023-03-18T13:28:19.405Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T13:28:19.405Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template vFW 58569f3e-bd56 0 is not matching search criteria
2023-03-18T13:28:19.405Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-18T13:28:19.405Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-18T13:28:19.405Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-18T13:28:19.405Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-18T13:28:19.405Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-18T13:28:19.405Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-18T13:28:19.405Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-18T13:28:19.405Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-18T13:28:19.405Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-18T13:28:19.405Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-18T13:28:19.405Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-18T13:28:19.405Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-03-18T13:28:19.405Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=8d37dce4-ace0-4972-b0ae-359f5ee34e15
2023-03-18T13:28:19.406Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T13:28:19.406Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-03-18 11-08-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T13:28:19.406Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T13:28:19.406Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-03-18 11-08-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T13:28:19.406Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T13:28:19.406Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-03-18 11-08-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T13:28:19.406Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T13:28:19.406Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-03-18 11-08-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T13:28:19.406Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2023-03-18 11-08-36
Description:catalog service description
Model UUID:27fdb87d-b713-4eaf-90a0-9e48041e5db6
Model Version:NULL
Model InvariantUuid:cb6d14f9-78ae-470a-a6af-a3a2b9fea472
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 58569f3e-bd56
Model UUID:2fc36073-92c9-4d5d-9644-0bb6550c287b
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:440b369e-a09c-4c31-8a4e-6692abd11e0c
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:e17fe765-865d-4748-ab41-44bdbee5a853
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:351d450e-b1b7-41ae-a83a-2a71f15e25d1
ModelName:Vfw58569f3eBd56..base_vfw..module-0
ModelUuid:0d68d68e-dec8-43d2-aff9-f5d88cc04393
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:54648a20-f030-49c4-93d4-4525b2108f51
ModelInvariantUuid:4ab08134-cd1d-4688-9b75-17c67d1a3e81
ModelName:vFW 58569f3e-bd56-nodes.vfwCvfc
ModelUuid:d6b2f0ba-9202-407c-a163-7cc24d0f18b4
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:056f6090-f73c-4739-af97-620c05ad132a
ModelInvariantUuid:983e3ada-7ea8-4303-8174-d3114334eb9e
ModelName:Vfw58569f3eBd56.compute.nodes.heat.vfw
ModelUuid:3d4b7896-bd84-401c-aa77-b889e41a200a
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:c8000f82-3ea0-499f-845f-48af9ca20f40
ModelInvariantUuid:fcd18208-a79b-409f-9943-f6fdaf7b423e
ModelName:vFW 58569f3e-bd56-nodes.vsnCvfc
ModelUuid:2dc70d22-f13d-4809-b3aa-6be925119137
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:402dc1d7-02f5-4fe5-9c72-942fea6de45f
ModelInvariantUuid:0b0ccbe0-ee97-4020-bd46-0de8c06bfc96
ModelName:Vfw58569f3eBd56.compute.nodes.heat.vsn
ModelUuid:9156b53b-b6f9-40ab-bf18-4e57fbace729
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:8d37dce4-ace0-4972-b0ae-359f5ee34e15
ModelInvariantUuid:5fb0558e-6cb2-4431-b7ca-6445c8799cef
ModelName:vFW 58569f3e-bd56-nodes.vpgCvfc
ModelUuid:fa77263e-b297-4fc8-ad06-fee6a19575f2
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:c490c1b0-6d8a-4e04-bcc3-d1334a874130
ModelInvariantUuid:49041fa9-9665-4fc5-a429-9d3d7490839b
ModelName:Vfw58569f3eBd56.compute.nodes.heat.vpg
ModelUuid:7e8eb1f5-1f60-4b7b-ac6b-192037bf4db6
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=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-03-18T13:28:19.438Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||ERROR|500||Csar with UUID: 436a091b-6820-4621-9f77-4a798268cc9d already exists
2023-03-18T13:28:19.438Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar ASDC sendASDCNotification
2023-03-18T13:28:19.439Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar(Csar with UUID: 436a091b-6820-4621-9f77-4a798268cc9d already exists)
2023-03-18T13:28:19.439Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-18T13:28:19.439Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T13:28:19.439Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T13:28:19.439Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679146099438,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 436a091b-6820-4621-9f77-4a798268cc9d already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T13:28:20.441Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar ASDC sendASDCNotification
2023-03-18T13:28:20.441Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar(Resource with UUID: d26137cf-1389-4abe-8e09-78b44d7a1aae already exists)
2023-03-18T13:28:20.442Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-18T13:28:20.442Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T13:28:20.442Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T13:28:20.443Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679146100441,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: d26137cf-1389-4abe-8e09-78b44d7a1aae already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T13:28:21.444Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d4dc9e71-f2cb-491c-bcf1-9d51402514be
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T13:28:21.466Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d4dc9e71-f2cb-491c-bcf1-9d51402514be
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T13:28:21.469Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-18T13:28:21.469Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-18T13:28:21.469Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-18T13:28:21.469Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-18T13:28:21.469Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T13:28:21.469Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T13:28:21.469Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T13:28:21.469Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T13:28:21.469Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T13:28:21.469Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-18T13:28:21.479Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-18T13:28:51.479Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: d4dc9e71-f2cb-491c-bcf1-9d51402514be and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-18T13:28:51.485Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: d4dc9e71-f2cb-491c-bcf1-9d51402514be and serviceModelVersionId: 27fdb87d-b713-4eaf-90a0-9e48041e5db6
2023-03-18T13:28:51.485Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : cb6d14f9-78ae-470a-a6af-a3a2b9fea472
2023-03-18T13:28:51.486Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/cb6d14f9-78ae-470a-a6af-a3a2b9fea472/model-vers/model-ver/27fdb87d-b713-4eaf-90a0-9e48041e5db6?depth=0
2023-03-18T13:28:51.488Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2023-03-18T13:28:51.499Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cb6d14f9-78ae-470a-a6af-a3a2b9fea472/model-vers/model-ver/27fdb87d-b713-4eaf-90a0-9e48041e5db6?depth=0|INFO|500||Invoke
2023-03-18T13:28:51.499Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cb6d14f9-78ae-470a-a6af-a3a2b9fea472/model-vers/model-ver/27fdb87d-b713-4eaf-90a0-9e48041e5db6?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cb6d14f9-78ae-470a-a6af-a3a2b9fea472/model-vers/model-ver/27fdb87d-b713-4eaf-90a0-9e48041e5db6?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[d4dc9e71-f2cb-491c-bcf1-9d51402514be], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[08c4815f-930e-47ee-83bc-0ddf8a69eff1], X-ECOMP-RequestID=[d4dc9e71-f2cb-491c-bcf1-9d51402514be], X-TransactionId=[], X-ONAP-RequestID=[d4dc9e71-f2cb-491c-bcf1-9d51402514be], Content-Type=[application/merge-patch+json]}
2023-03-18T13:28:51.509Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cb6d14f9-78ae-470a-a6af-a3a2b9fea472/model-vers/model-ver/27fdb87d-b713-4eaf-90a0-9e48041e5db6?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-18T13:28:51.624Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cb6d14f9-78ae-470a-a6af-a3a2b9fea472/model-vers/model-ver/27fdb87d-b713-4eaf-90a0-9e48041e5db6?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/cb6d14f9-78ae-470a-a6af-a3a2b9fea472/model-vers/model-ver/27fdb87d-b713-4eaf-90a0-9e48041e5db6?depth=0 has http status code:200 and response headers:{date=[Sat, 18 Mar 2023 13:28:51 GMT], content-length=[0], vertex-id=[593936], x-aai-txid=[0-aai-resources-230318-13:28:51:211-31228], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-18T13:28:51.624Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cb6d14f9-78ae-470a-a6af-a3a2b9fea472/model-vers/model-ver/27fdb87d-b713-4eaf-90a0-9e48041e5db6?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-18T13:28:51.625Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cb6d14f9-78ae-470a-a6af-a3a2b9fea472/model-vers/model-ver/27fdb87d-b713-4eaf-90a0-9e48041e5db6?depth=0|INFO|500||InvokeReturn
2023-03-18T13:28:51.625Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-18T13:28:51.625Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-18T13:28:51.635Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-18T13:28:51.635Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID d4dc9e71-f2cb-491c-bcf1-9d51402514be and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-18T13:28:51.635Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-18T13:28:51.636Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T13:28:51.636Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T13:28:51.636Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679146131635,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-18T13:28:52.659Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-18T13:28:52.659Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||received notification from broker: {"distributionID":"9f6cbd74-5561-4ebf-ae29-ef09adcdb35a","serviceName":"vFW 2023-03-18 11-49-31","serviceVersion":"1.0","serviceUUID":"6d984351-d1ca-40a4-aad4-cb46662a587a","serviceDescription":"catalog service description","serviceInvariantUUID":"cf32c985-ce6d-438e-ae22-e6fd004665b3","resources":[{"resourceInstanceName":"vFW c11b0f1b-4505 0","resourceName":"vFW c11b0f1b-4505","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"c7374fd6-6727-4426-9587-40812bc7c663","resourceInvariantUUID":"26f1c4e0-d5d2-4519-a829-ba04da79dfd3","resourceCustomizationUUID":"19f5eed0-33a8-4dbf-839a-f2ac2d3b058b","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/vf-license-model.xml","artifactChecksum":"ZmYyYjdhM2U5NTJiNDExYWMwYTMzMTkyZDMwYzcxZTc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"7b8e42e6-1821-4cac-aa27-034f93b9a8bb","artifactVersion":"1"},{"artifactName":"vfwc11b0f1b45050_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/vfwc11b0f1b45050_modules.json","artifactChecksum":"YTA1YjZlZDc1ZGI4M2FjMjI5NWE4ZTQzZjQxZmI1MGE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"40a0f4a8-4459-48c6-8da9-780f32a6e90d","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"3198714b-6cfa-4ae8-9e58-caa5fd7816d1","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/vendor-license-model.xml","artifactChecksum":"OTNkYjEwYTcxMGU1ODVlYThkMzJiZjM0OWMzYWExNTg\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"56d4001a-cb5d-4c8b-a9db-05f6dd036a2e","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"72f0a15a-ad88-4350-921f-de50e44e2b78","artifactVersion":"2","generatedFromUUID":"3198714b-6cfa-4ae8-9e58-caa5fd7816d1"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20230318114931-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-template.yml","artifactChecksum":"MmZjZDk3ZDhkZWNhNmYyZTJiYmJjYzlhZTNjZmUwZDU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"d733d559-0885-4fbb-8573-c3718d9662ac","artifactVersion":"1"},{"artifactName":"service-Vfw20230318114931-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar","artifactChecksum":"NzYyNTc4YTljZWI3YjE3YThjOTU0MjkyMGEyMDMxNDY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"2a8efcaf-0813-4b52-901f-136ba065c343","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-18T13:28:52.660Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T13:28:52.660Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T13:28:52.660Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T13:28:52.660Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679145740300,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T13:28:53.661Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T13:28:53.661Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T13:28:53.661Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T13:28:53.661Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679145740300,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/vfwc11b0f1b45050_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T13:28:54.662Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T13:28:54.662Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T13:28:54.662Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T13:28:54.662Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679145740300,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T13:28:55.667Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T13:28:55.667Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T13:28:55.667Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T13:28:55.667Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679145740300,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T13:28:56.668Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T13:28:56.668Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T13:28:56.668Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T13:28:56.668Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679145740300,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/base_vfw.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T13:28:57.669Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T13:28:57.669Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T13:28:57.669Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T13:28:57.669Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679145740300,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T13:28:58.670Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T13:28:58.671Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T13:28:58.671Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T13:28:58.671Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679145740300,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T13:28:58.919Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T13:28:58.924Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-18T13:28:58.924Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679145740300,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T13:28:58.925Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:28:58.925Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-18T13:28:58.925Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679145740300,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/vfw58569f3ebd560_modules.json",
  "status": "NOTIFIED"
}
2023-03-18T13:28:58.926Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:28:58.926Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-18T13:28:58.926Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679145740300,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-03-18T13:28:58.926Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:28:58.926Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-18T13:28:58.926Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679145740300,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T13:28:58.926Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:28:58.926Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-18T13:28:58.927Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679145740300,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2023-03-18T13:28:58.927Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:28:58.927Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-18T13:28:58.927Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679145740300,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T13:28:58.927Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:28:58.927Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-18T13:28:58.928Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679145740300,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar",
  "status": "NOTIFIED"
}
2023-03-18T13:28:58.928Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:28:58.928Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-18T13:28:58.928Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679146096818,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-18T13:28:58.928Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:28:58.929Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-18T13:28:58.929Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679146099438,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 436a091b-6820-4621-9f77-4a798268cc9d already exists"
}
2023-03-18T13:28:58.929Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:28:58.929Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-18T13:28:58.929Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679146100441,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: d26137cf-1389-4abe-8e09-78b44d7a1aae already exists"
}
2023-03-18T13:28:58.929Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:28:58.929Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-18T13:28:58.929Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679146131635,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-18T13:28:58.929Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:28:58.930Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-18T13:28:58.930Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679145740300,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T13:28:58.930Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:28:58.930Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-18T13:28:58.930Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679145740300,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/vfwc11b0f1b45050_modules.json",
  "status": "NOTIFIED"
}
2023-03-18T13:28:58.931Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:28:58.931Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-18T13:28:58.931Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679145740300,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-03-18T13:28:58.931Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:28:58.931Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-18T13:28:58.931Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679145740300,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T13:28:58.931Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:28:58.931Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-18T13:28:58.931Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679145740300,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2023-03-18T13:28:58.931Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:28:58.931Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-18T13:28:58.931Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679145740300,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T13:28:58.931Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:28:58.932Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-18T13:28:58.932Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679145740300,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar",
  "status": "NOTIFIED"
}
2023-03-18T13:28:58.932Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:28:59.672Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "serviceName": "vFW 2023-03-18 11-49-31",
  "serviceVersion": "1.0",
  "serviceUUID": "6d984351-d1ca-40a4-aad4-cb46662a587a",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "cf32c985-ce6d-438e-ae22-e6fd004665b3",
  "resources": [
    {
      "resourceInstanceName": "vFW c11b0f1b-4505 0",
      "resourceCustomizationUUID": "19f5eed0-33a8-4dbf-839a-f2ac2d3b058b",
      "resourceName": "vFW c11b0f1b-4505",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "c7374fd6-6727-4426-9587-40812bc7c663",
      "resourceInvariantUUID": "26f1c4e0-d5d2-4519-a829-ba04da79dfd3",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfwc11b0f1b45050_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/vfwc11b0f1b45050_modules.json",
          "artifactChecksum": "YTA1YjZlZDc1ZGI4M2FjMjI5NWE4ZTQzZjQxZmI1MGE\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "40a0f4a8-4459-48c6-8da9-780f32a6e90d",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "3198714b-6cfa-4ae8-9e58-caa5fd7816d1",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "72f0a15a-ad88-4350-921f-de50e44e2b78",
            "generatedFromUUID": "3198714b-6cfa-4ae8-9e58-caa5fd7816d1"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "72f0a15a-ad88-4350-921f-de50e44e2b78",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20230318114931-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar",
      "artifactChecksum": "NzYyNTc4YTljZWI3YjE3YThjOTU0MjkyMGEyMDMxNDY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "2a8efcaf-0813-4b52-901f-136ba065c343"
    }
  ],
  "workloadContext": "Production"
}
2023-03-18T13:28:59.672Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-18T13:28:59.672Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 6d984351-d1ca-40a4-aad4-cb46662a587a ASDC
2023-03-18T13:28:59.673Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:9f6cbd74-5561-4ebf-ae29-ef09adcdb35a
ServiceName:vFW 2023-03-18 11-49-31
ServiceVersion:1.0
ServiceUUID:6d984351-d1ca-40a4-aad4-cb46662a587a
ServiceInvariantUUID:cf32c985-ce6d-438e-ae22-e6fd004665b3
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20230318114931-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar
ArtifactUUID:2a8efcaf-0813-4b52-901f-136ba065c343
ArtifactChecksum:NzYyNTc4YTljZWI3YjE3YThjOTU0MjkyMGEyMDMxNDY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW c11b0f1b-4505 0
ResourceCustomizationUUID:19f5eed0-33a8-4dbf-839a-f2ac2d3b058b
ResourceInvariantUUID:26f1c4e0-d5d2-4519-a829-ba04da79dfd3
ResourceName:vFW c11b0f1b-4505
ResourceType:VF
ResourceUUID:c7374fd6-6727-4426-9587-40812bc7c663
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwc11b0f1b45050_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/vfwc11b0f1b45050_modules.json
ArtifactUUID:40a0f4a8-4459-48c6-8da9-780f32a6e90d
ArtifactChecksum:YTA1YjZlZDc1ZGI4M2FjMjI5NWE4ZTQzZjQxZmI1MGE=
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/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/base_vfw.yaml
ArtifactUUID:3198714b-6cfa-4ae8-9e58-caa5fd7816d1
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/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/base_vfw.env
ArtifactUUID:72f0a15a-ad88-4350-921f-de50e44e2b78
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/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/base_vfw.env
ArtifactUUID:72f0a15a-ad88-4350-921f-de50e44e2b78
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-18T13:28:59.673Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 6d984351-d1ca-40a4-aad4-cb46662a587a 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: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-18T13:28:59.712Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-18T13:28:59.712Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-03-18T13:28:59.713Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-03-18T13:28:59.713Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 2a8efcaf-0813-4b52-901f-136ba065c343 from URL: /sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar
2023-03-18T13:28:59.713Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||INFO|500||DistributionClient - download
2023-03-18T13:28:59.713Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar
2023-03-18T13:28:59.933Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2023-03-18T13:28:59.939Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar 2a8efcaf-0813-4b52-901f-136ba065c343 101507
2023-03-18T13:28:59.939Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar ASDC sendASDCNotification
2023-03-18T13:28:59.939Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar
2023-03-18T13:28:59.939Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-18T13:28:59.939Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T13:28:59.939Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T13:28:59.940Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679146139939,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T13:29:00.940Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-18T13:29:00.941Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-03-18T13:29:00.941Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 2a8efcaf-0813-4b52-901f-136ba065c343, URL: /sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar to file: /app/ASDC/1/service-Vfw20230318114931-csar.csar
2023-03-18T13:29:00.943Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20230318114931-csar.csar
2023-03-18T13:29:00.943Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20230318114931-csar.csar
2023-03-18T13:29:00.943Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20230318114931-csar.csar
2023-03-18T13:29:01.053Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9060444022486857772/Definitions/service-Vfw20230318114931-template.yml
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
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
2023-03-18T13:29:02.451Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-18T13:29:02.451Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||WARN|500||####################################################################################################
2023-03-18T13:29:02.452Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20230318114931-csar.csar
2023-03-18T13:29:02.452Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2023-03-18T13:29:02.452Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230318114931-csar.csar
2023-03-18T13:29:02.452Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230318114931-csar.csar
2023-03-18T13:29:02.452Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20230318114931-csar.csar
2023-03-18T13:29:02.452Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230318114931-csar.csar
2023-03-18T13:29:02.452Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230318114931-csar.csar
2023-03-18T13:29:02.452Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230318114931-csar.csar
2023-03-18T13:29:02.452Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230318114931-csar.csar
2023-03-18T13:29:02.452Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230318114931-csar.csar
2023-03-18T13:29:02.452Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230318114931-csar.csar
2023-03-18T13:29:02.452Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230318114931-csar.csar
2023-03-18T13:29:02.452Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW c11b0f1b-4505 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-Vfw20230318114931-csar.csar
2023-03-18T13:29:02.452Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||WARN|500||####################################################################################################
2023-03-18T13:29:02.452Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T13:29:02.452Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-03-18 11-49-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T13:29:02.452Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template vFW c11b0f1b-4505 0 is matching search criteria
2023-03-18T13:29:02.452Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2023-03-18T13:29:02.452Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW c11b0f1b-4505 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-18T13:29:02.452Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T13:29:02.453Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-03-18 11-49-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T13:29:02.453Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template vFW c11b0f1b-4505 0 is matching search criteria
2023-03-18T13:29:02.453Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2023-03-18T13:29:02.453Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW c11b0f1b-4505 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-18T13:29:02.453Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T13:29:02.453Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-03-18 11-49-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T13:29:02.453Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T13:29:02.453Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template vFW c11b0f1b-4505 0 is not matching search criteria
2023-03-18T13:29:02.453Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-18T13:29:02.453Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-18T13:29:02.453Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-18T13:29:02.453Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-18T13:29:02.453Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-18T13:29:02.453Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-18T13:29:02.453Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-18T13:29:02.453Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-18T13:29:02.453Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-18T13:29:02.453Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-18T13:29:02.453Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-18T13:29:02.453Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-18T13:29:02.453Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-18T13:29:02.453Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-18T13:29:02.453Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-18T13:29:02.453Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-03-18T13:29:02.453Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T13:29:02.453Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-03-18 11-49-31 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-03-18T13:29:02.454Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T13:29:02.454Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template vFW c11b0f1b-4505 0 is matching search criteria
2023-03-18T13:29:02.454Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW c11b0f1b-4505 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-18T13:29:02.454Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T13:29:02.454Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template vFW c11b0f1b-4505 0 is matching search criteria
2023-03-18T13:29:02.454Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW c11b0f1b-4505 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-18T13:29:02.454Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T13:29:02.454Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template vFW c11b0f1b-4505 0 is matching search criteria
2023-03-18T13:29:02.454Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW c11b0f1b-4505 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-18T13:29:02.454Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T13:29:02.454Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template vFW c11b0f1b-4505 0 is not matching search criteria
2023-03-18T13:29:02.454Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-18T13:29:02.454Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-03-18T13:29:02.454Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-18T13:29:02.454Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-18T13:29:02.454Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-18T13:29:02.454Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-18T13:29:02.454Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-18T13:29:02.454Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-18T13:29:02.454Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-18T13:29:02.454Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-18T13:29:02.454Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-18T13:29:02.454Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=93a1b299-440a-4b46-b809-896a244a8c3e
2023-03-18T13:29:02.455Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T13:29:02.455Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template vFW c11b0f1b-4505 0 is not matching search criteria
2023-03-18T13:29:02.455Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-18T13:29:02.455Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-18T13:29:02.455Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-18T13:29:02.455Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-18T13:29:02.455Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-18T13:29:02.455Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-18T13:29:02.455Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-18T13:29:02.455Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-03-18T13:29:02.455Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-18T13:29:02.455Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-18T13:29:02.455Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-18T13:29:02.455Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-18T13:29:02.455Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=f46f0c4d-868d-4d5b-9783-ea8cf0f2cc90
2023-03-18T13:29:02.455Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T13:29:02.455Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template vFW c11b0f1b-4505 0 is not matching search criteria
2023-03-18T13:29:02.455Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-18T13:29:02.455Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-18T13:29:02.455Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-18T13:29:02.455Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-18T13:29:02.455Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-18T13:29:02.455Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-18T13:29:02.456Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-18T13:29:02.456Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-18T13:29:02.456Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-18T13:29:02.456Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-18T13:29:02.456Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-18T13:29:02.456Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-03-18T13:29:02.456Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=5079a023-f40e-49e5-9a39-abc7b36fa226
2023-03-18T13:29:02.456Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T13:29:02.456Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-03-18 11-49-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T13:29:02.456Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T13:29:02.456Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-03-18 11-49-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T13:29:02.456Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T13:29:02.456Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-03-18 11-49-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T13:29:02.456Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T13:29:02.456Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-03-18 11-49-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T13:29:02.456Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2023-03-18 11-49-31
Description:catalog service description
Model UUID:6d984351-d1ca-40a4-aad4-cb46662a587a
Model Version:NULL
Model InvariantUuid:cf32c985-ce6d-438e-ae22-e6fd004665b3
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW c11b0f1b-4505
Model UUID:ebdaa0dd-57e1-4fdd-a831-8135ea117a46
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:26f1c4e0-d5d2-4519-a829-ba04da79dfd3
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:19f5eed0-33a8-4dbf-839a-f2ac2d3b058b
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:6ebe4145-67c2-45e6-9597-53226a0916bd
ModelName:VfwC11b0f1b4505..base_vfw..module-0
ModelUuid:0261834d-3be1-4860-8b24-040e2c80aecd
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:93a1b299-440a-4b46-b809-896a244a8c3e
ModelInvariantUuid:8ec395e7-2102-4d02-844f-c114ac1a4203
ModelName:vFW c11b0f1b-4505-nodes.vfwCvfc
ModelUuid:504b1f13-9ac9-4e16-910b-43ab4acacb0f
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:99287d62-b33c-413e-89ec-87108c575104
ModelInvariantUuid:47f32f44-cd17-4eef-9e16-abcb011ab104
ModelName:VfwC11b0f1b4505.compute.nodes.heat.vfw
ModelUuid:2a6b0c3b-4ab1-49cd-8a96-f1f0feba73a0
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:f46f0c4d-868d-4d5b-9783-ea8cf0f2cc90
ModelInvariantUuid:d8e52c29-a773-431c-95b4-d1f0431b5e9e
ModelName:vFW c11b0f1b-4505-nodes.vsnCvfc
ModelUuid:e2d70f6d-c1ff-493f-99ab-25fea72fcdcc
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:113d5ed4-4ad4-49a7-94a3-7a01856b2205
ModelInvariantUuid:39b9a204-ad6c-4bfc-8b8d-763592e31d47
ModelName:VfwC11b0f1b4505.compute.nodes.heat.vsn
ModelUuid:fb5c808e-fe4a-477f-9cbd-5ab7141bbabe
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:5079a023-f40e-49e5-9a39-abc7b36fa226
ModelInvariantUuid:457dc8a1-b2ed-4d6f-963b-32e7f710a988
ModelName:vFW c11b0f1b-4505-nodes.vpgCvfc
ModelUuid:b289eee2-d7be-43f7-a6eb-232cf9ffa6c4
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:b5a732bf-796a-41d5-8db9-e0467a3c1b4a
ModelInvariantUuid:6626a445-05ec-4eb4-b903-06723caa1195
ModelName:VfwC11b0f1b4505.compute.nodes.heat.vpg
ModelUuid:f6a4ab06-9982-4e1b-be30-d56572ed840e
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=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-03-18T13:29:02.494Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||ERROR|500||Csar with UUID: 2a8efcaf-0813-4b52-901f-136ba065c343 already exists
2023-03-18T13:29:02.494Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar ASDC sendASDCNotification
2023-03-18T13:29:02.494Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar(Csar with UUID: 2a8efcaf-0813-4b52-901f-136ba065c343 already exists)
2023-03-18T13:29:02.494Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-18T13:29:02.494Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T13:29:02.494Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T13:29:02.494Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679146142494,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 2a8efcaf-0813-4b52-901f-136ba065c343 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T13:29:03.497Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar ASDC sendASDCNotification
2023-03-18T13:29:03.497Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar(Resource with UUID: c7374fd6-6727-4426-9587-40812bc7c663 already exists)
2023-03-18T13:29:03.497Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-18T13:29:03.497Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T13:29:03.498Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T13:29:03.498Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679146143497,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: c7374fd6-6727-4426-9587-40812bc7c663 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T13:29:04.498Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9f6cbd74-5561-4ebf-ae29-ef09adcdb35a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T13:29:04.518Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9f6cbd74-5561-4ebf-ae29-ef09adcdb35a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T13:29:04.521Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-18T13:29:04.521Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-18T13:29:04.521Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-18T13:29:04.521Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-18T13:29:04.521Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T13:29:04.521Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T13:29:04.521Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T13:29:04.522Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T13:29:04.522Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T13:29:04.522Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-18T13:29:04.531Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-18T13:29:34.534Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 9f6cbd74-5561-4ebf-ae29-ef09adcdb35a and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-18T13:29:34.550Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 9f6cbd74-5561-4ebf-ae29-ef09adcdb35a and serviceModelVersionId: 6d984351-d1ca-40a4-aad4-cb46662a587a
2023-03-18T13:29:34.550Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : cf32c985-ce6d-438e-ae22-e6fd004665b3
2023-03-18T13:29:34.551Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/cf32c985-ce6d-438e-ae22-e6fd004665b3/model-vers/model-ver/6d984351-d1ca-40a4-aad4-cb46662a587a?depth=0
2023-03-18T13:29:34.553Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2023-03-18T13:29:34.563Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cf32c985-ce6d-438e-ae22-e6fd004665b3/model-vers/model-ver/6d984351-d1ca-40a4-aad4-cb46662a587a?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-03-18T13:29:34.564Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cf32c985-ce6d-438e-ae22-e6fd004665b3/model-vers/model-ver/6d984351-d1ca-40a4-aad4-cb46662a587a?depth=0|INFO|500||Invoke
2023-03-18T13:29:34.573Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cf32c985-ce6d-438e-ae22-e6fd004665b3/model-vers/model-ver/6d984351-d1ca-40a4-aad4-cb46662a587a?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-18T13:29:34.690Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cf32c985-ce6d-438e-ae22-e6fd004665b3/model-vers/model-ver/6d984351-d1ca-40a4-aad4-cb46662a587a?depth=0|INFO|500||InvokeReturn
2023-03-18T13:29:34.690Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cf32c985-ce6d-438e-ae22-e6fd004665b3/model-vers/model-ver/6d984351-d1ca-40a4-aad4-cb46662a587a?depth=0 has http status code:200 and response headers:{date=[Sat, 18 Mar 2023 13:29:34 GMT], content-length=[0], vertex-id=[364760], x-aai-txid=[0-aai-resources-230318-13:29:34:275-12100], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-18T13:29:34.690Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Response was returned with an empty entity.
2023-03-18T13:29:34.690Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-18T13:29:34.690Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-18T13:29:34.697Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-18T13:29:34.697Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 9f6cbd74-5561-4ebf-ae29-ef09adcdb35a and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-18T13:29:34.697Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-18T13:29:34.697Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T13:29:34.697Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T13:29:34.697Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679146174697,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-18T13:29:35.738Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-18T13:29:35.738Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||received notification from broker: {"distributionID":"74149d2a-f284-47d2-b2fa-4e2fc7be8f3e","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"942654ba-46c2-4f05-ae3d-6460a7c9e9a7","serviceDescription":"service","serviceInvariantUUID":"ccdda148-11a2-4587-8a73-4287349e801a","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"9290846e-2e09-452f-a45d-c33314796f1f","resourceInvariantUUID":"df78bcaa-4726-47cb-aa3f-3d44f5870fc0","resourceCustomizationUUID":"014700c6-fb42-406a-8786-743311c39dea","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":"YzAxYzRjZjI5ZDYxYzM3NGE1ZWQzMDUyNDdmNzFlYjI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"0c62aeb4-b847-4e92-887d-05928e34bd2a","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"MjQwMDY3MzNlZjViMGM0YmQ4Mzg2OTA4MTFiM2YxYTQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"01ded22f-bc0d-42c0-9fad-2915e46c71e4","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-18T13:29:35.738Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T13:29:35.738Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T13:29:35.738Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T13:29:35.738Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "74149d2a-f284-47d2-b2fa-4e2fc7be8f3e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679145740300,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T13:29:36.739Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T13:29:36.739Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T13:29:36.739Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T13:29:36.739Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "74149d2a-f284-47d2-b2fa-4e2fc7be8f3e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679145740300,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T13:29:37.740Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "74149d2a-f284-47d2-b2fa-4e2fc7be8f3e",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "942654ba-46c2-4f05-ae3d-6460a7c9e9a7",
  "serviceDescription": "service",
  "serviceInvariantUUID": "ccdda148-11a2-4587-8a73-4287349e801a",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "014700c6-fb42-406a-8786-743311c39dea",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "9290846e-2e09-452f-a45d-c33314796f1f",
      "resourceInvariantUUID": "df78bcaa-4726-47cb-aa3f-3d44f5870fc0",
      "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": "MjQwMDY3MzNlZjViMGM0YmQ4Mzg2OTA4MTFiM2YxYTQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "01ded22f-bc0d-42c0-9fad-2915e46c71e4"
    }
  ],
  "workloadContext": "Production"
}
2023-03-18T13:29:37.740Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-18T13:29:37.741Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 942654ba-46c2-4f05-ae3d-6460a7c9e9a7 ASDC
2023-03-18T13:29:37.741Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:74149d2a-f284-47d2-b2fa-4e2fc7be8f3e
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:942654ba-46c2-4f05-ae3d-6460a7c9e9a7
ServiceInvariantUUID:ccdda148-11a2-4587-8a73-4287349e801a
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:01ded22f-bc0d-42c0-9fad-2915e46c71e4
ArtifactChecksum:MjQwMDY3MzNlZjViMGM0YmQ4Mzg2OTA4MTFiM2YxYTQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:014700c6-fb42-406a-8786-743311c39dea
ResourceInvariantUUID:df78bcaa-4726-47cb-aa3f-3d44f5870fc0
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:9290846e-2e09-452f-a45d-c33314796f1f
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2023-03-18T13:29:37.741Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 942654ba-46c2-4f05-ae3d-6460a7c9e9a7 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: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-18T13:29:37.776Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-18T13:29:37.776Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-03-18T13:29:37.777Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-03-18T13:29:37.777Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 01ded22f-bc0d-42c0-9fad-2915e46c71e4 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-03-18T13:29:37.777Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||DistributionClient - download
2023-03-18T13:29:37.777Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-03-18T13:29:37.980Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2023-03-18T13:29:37.985Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 01ded22f-bc0d-42c0-9fad-2915e46c71e4 57798
2023-03-18T13:29:37.985Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-03-18T13:29:37.985Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-03-18T13:29:37.985Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-18T13:29:37.985Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T13:29:37.985Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T13:29:37.985Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "74149d2a-f284-47d2-b2fa-4e2fc7be8f3e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679146177985,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T13:29:38.986Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-18T13:29:38.986Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-03-18T13:29:38.986Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 01ded22f-bc0d-42c0-9fad-2915e46c71e4, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-18T13:29:38.987Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2023-03-18T13:29:38.987Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-18T13:29:38.987Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-18T13:29:39.047Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5938657924846975124/Definitions/service-BasicNetwork-template.yml
2023-03-18T13:29:39.321Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-18T13:29:39.322Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||WARN|500||####################################################################################################
2023-03-18T13:29:39.322Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-18T13:29:39.322Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2023-03-18T13:29:39.322Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-18T13:29:39.322Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-18T13:29:39.322Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-18T13:29:39.322Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-18T13:29:39.322Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-18T13:29:39.322Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-18T13:29:39.322Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-18T13:29:39.322Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-18T13:29:39.323Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||WARN|500||####################################################################################################
2023-03-18T13:29:39.323Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T13:29:39.323Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T13:29:39.323Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2023-03-18T13:29:39.323Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2023-03-18T13:29:39.323Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-18T13:29:39.323Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T13:29:39.323Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T13:29:39.323Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2023-03-18T13:29:39.323Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2023-03-18T13:29:39.323Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-18T13:29:39.324Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T13:29:39.324Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T13:29:39.324Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T13:29:39.324Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T13:29:39.324Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T13:29:39.324Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T13:29:39.324Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T13:29:39.324Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T13:29:39.324Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T13:29:39.324Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T13:29:39.324Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_network
Description:service
Model UUID:942654ba-46c2-4f05-ae3d-6460a7c9e9a7
Model Version:NULL
Model InvariantUuid:ccdda148-11a2-4587-8a73-4287349e801a
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:df78bcaa-4726-47cb-aa3f-3d44f5870fc0
Model UUID:7144623a-3146-4d15-9597-aafc53fb0a49
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet

NETWORK Customization Properties:
CustomizationUUID:014700c6-fb42-406a-8786-743311c39dea
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=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-03-18T13:29:39.358Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||ERROR|500||Csar with UUID: 01ded22f-bc0d-42c0-9fad-2915e46c71e4 already exists
2023-03-18T13:29:39.358Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-03-18T13:29:39.358Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar(Csar with UUID: 01ded22f-bc0d-42c0-9fad-2915e46c71e4 already exists)
2023-03-18T13:29:39.358Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-18T13:29:39.358Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T13:29:39.358Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T13:29:39.358Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "74149d2a-f284-47d2-b2fa-4e2fc7be8f3e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679146179358,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 01ded22f-bc0d-42c0-9fad-2915e46c71e4 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T13:29:40.359Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-03-18T13:29:40.360Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar(Resource with UUID: 9290846e-2e09-452f-a45d-c33314796f1f already exists)
2023-03-18T13:29:40.360Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-18T13:29:40.361Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T13:29:40.361Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T13:29:40.361Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "74149d2a-f284-47d2-b2fa-4e2fc7be8f3e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679146180359,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 9290846e-2e09-452f-a45d-c33314796f1f already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T13:29:41.362Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 74149d2a-f284-47d2-b2fa-4e2fc7be8f3e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T13:29:41.377Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 74149d2a-f284-47d2-b2fa-4e2fc7be8f3e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T13:29:41.381Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-18T13:29:41.381Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-18T13:29:41.381Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-18T13:29:41.381Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-18T13:29:41.381Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T13:29:41.381Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T13:29:41.381Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T13:29:41.381Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T13:29:41.381Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T13:29:41.382Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-18T13:29:41.390Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-18T13:29:58.920Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T13:29:58.926Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-18T13:29:58.927Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679146139939,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-18T13:29:58.927Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:29:58.927Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-18T13:29:58.927Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679146142494,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 2a8efcaf-0813-4b52-901f-136ba065c343 already exists"
}
2023-03-18T13:29:58.927Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:29:58.927Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-18T13:29:58.927Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679146143497,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: c7374fd6-6727-4426-9587-40812bc7c663 already exists"
}
2023-03-18T13:29:58.928Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:29:58.928Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-18T13:29:58.928Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679146174697,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-18T13:29:58.928Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:29:58.928Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-18T13:29:58.928Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "74149d2a-f284-47d2-b2fa-4e2fc7be8f3e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679145740300,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T13:29:58.928Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:29:58.928Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-18T13:29:58.928Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "74149d2a-f284-47d2-b2fa-4e2fc7be8f3e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679145740300,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-03-18T13:29:58.928Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:29:58.928Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-18T13:29:58.928Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "74149d2a-f284-47d2-b2fa-4e2fc7be8f3e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679146177985,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-18T13:29:58.928Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:29:58.928Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-18T13:29:58.928Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "74149d2a-f284-47d2-b2fa-4e2fc7be8f3e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679146179358,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 01ded22f-bc0d-42c0-9fad-2915e46c71e4 already exists"
}
2023-03-18T13:29:58.929Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:29:58.929Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-18T13:29:58.929Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "74149d2a-f284-47d2-b2fa-4e2fc7be8f3e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679146180359,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 9290846e-2e09-452f-a45d-c33314796f1f already exists"
}
2023-03-18T13:29:58.929Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:30:11.391Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 74149d2a-f284-47d2-b2fa-4e2fc7be8f3e and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-18T13:30:11.397Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 74149d2a-f284-47d2-b2fa-4e2fc7be8f3e and serviceModelVersionId: 942654ba-46c2-4f05-ae3d-6460a7c9e9a7
2023-03-18T13:30:11.398Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : ccdda148-11a2-4587-8a73-4287349e801a
2023-03-18T13:30:11.398Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/ccdda148-11a2-4587-8a73-4287349e801a/model-vers/model-ver/942654ba-46c2-4f05-ae3d-6460a7c9e9a7?depth=0
2023-03-18T13:30:11.401Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2023-03-18T13:30:11.413Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ccdda148-11a2-4587-8a73-4287349e801a/model-vers/model-ver/942654ba-46c2-4f05-ae3d-6460a7c9e9a7?depth=0|INFO|500||Invoke
2023-03-18T13:30:11.413Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ccdda148-11a2-4587-8a73-4287349e801a/model-vers/model-ver/942654ba-46c2-4f05-ae3d-6460a7c9e9a7?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ccdda148-11a2-4587-8a73-4287349e801a/model-vers/model-ver/942654ba-46c2-4f05-ae3d-6460a7c9e9a7?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[74149d2a-f284-47d2-b2fa-4e2fc7be8f3e], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[8782f46a-cf80-444b-baf4-093cd6433b2b], X-ECOMP-RequestID=[74149d2a-f284-47d2-b2fa-4e2fc7be8f3e], X-TransactionId=[], X-ONAP-RequestID=[74149d2a-f284-47d2-b2fa-4e2fc7be8f3e], Content-Type=[application/merge-patch+json]}
2023-03-18T13:30:11.421Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ccdda148-11a2-4587-8a73-4287349e801a/model-vers/model-ver/942654ba-46c2-4f05-ae3d-6460a7c9e9a7?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-18T13:30:11.677Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ccdda148-11a2-4587-8a73-4287349e801a/model-vers/model-ver/942654ba-46c2-4f05-ae3d-6460a7c9e9a7?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/ccdda148-11a2-4587-8a73-4287349e801a/model-vers/model-ver/942654ba-46c2-4f05-ae3d-6460a7c9e9a7?depth=0 has http status code:200 and response headers:{date=[Sat, 18 Mar 2023 13:30:11 GMT], content-length=[0], vertex-id=[192760], x-aai-txid=[0-aai-resources-230318-13:30:11:123-71182], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-18T13:30:11.677Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ccdda148-11a2-4587-8a73-4287349e801a/model-vers/model-ver/942654ba-46c2-4f05-ae3d-6460a7c9e9a7?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-18T13:30:11.678Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ccdda148-11a2-4587-8a73-4287349e801a/model-vers/model-ver/942654ba-46c2-4f05-ae3d-6460a7c9e9a7?depth=0|INFO|500||InvokeReturn
2023-03-18T13:30:11.678Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-18T13:30:11.678Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-18T13:30:11.687Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-18T13:30:11.687Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 74149d2a-f284-47d2-b2fa-4e2fc7be8f3e and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-18T13:30:11.687Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-18T13:30:11.687Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T13:30:11.687Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T13:30:11.687Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "74149d2a-f284-47d2-b2fa-4e2fc7be8f3e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679146211687,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-18T13:30:12.710Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-18T13:30:12.710Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||received notification from broker: {"distributionID":"6a074a1e-4b47-4382-9b90-afa918276d12","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"e17bf563-7a13-4701-b853-11ed8cbb93d7","serviceDescription":"service","serviceInvariantUUID":"8a45306d-3ac3-4f10-a742-9812edbe591e","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"1903c123-2be6-499b-8524-c9a33406ad4f","resourceInvariantUUID":"65a560ec-f509-40c5-b364-3c4cd0a20185","resourceCustomizationUUID":"41b30cb0-d009-4e4b-99c2-e95f691a4b2e","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":"YTFjZGVjMmU0NGZhOGFkMDlhZGI4ODkyYzk4MDRmOGE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"38ef1f0d-98ea-4e28-b00a-3091e61f54bc","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":"OWZmNjBmNzNmNGQ1ZThmYzNkMzdkODk3MzFkMDI2MDg\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"d3c6917c-1f70-48e9-9465-f259ee8cda65","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":"7aa99321-7b67-40f7-bd98-0e99d422bb2e","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":"5444e6a4-9351-40da-b837-0dd388e7cb3b","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":"cb506ca5-fd50-4406-abfc-b51858ac789a","artifactVersion":"2","generatedFromUUID":"7aa99321-7b67-40f7-bd98-0e99d422bb2e"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"ZjQyZmQxMjdjZDk5ZDY2OTQ3ZmIyZWI4MjExZGE4OGQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"204adab0-5bde-4230-9b3d-b26c0f4d57b4","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"NjI4YzVmZDFmMjYwMDhlNTZlOTY1M2NmMzExN2VkMjg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"4b6dc8ac-cbfc-43c0-9e93-2760226914ae","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-18T13:30:12.710Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T13:30:12.710Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T13:30:12.710Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T13:30:12.710Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679145740300,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T13:30:13.712Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T13:30:13.712Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T13:30:13.712Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T13:30:13.713Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679145740300,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T13:30:14.714Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T13:30:14.715Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T13:30:14.715Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T13:30:14.715Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679145740300,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T13:30:15.716Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T13:30:15.717Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T13:30:15.717Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T13:30:15.717Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679145740300,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T13:30:16.718Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T13:30:16.718Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T13:30:16.719Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T13:30:16.719Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679145740300,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T13:30:17.720Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T13:30:17.720Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T13:30:17.720Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T13:30:17.721Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679145740300,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T13:30:18.722Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T13:30:18.722Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T13:30:18.722Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T13:30:18.723Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679145740300,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T13:30:19.724Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "e17bf563-7a13-4701-b853-11ed8cbb93d7",
  "serviceDescription": "service",
  "serviceInvariantUUID": "8a45306d-3ac3-4f10-a742-9812edbe591e",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "41b30cb0-d009-4e4b-99c2-e95f691a4b2e",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "1903c123-2be6-499b-8524-c9a33406ad4f",
      "resourceInvariantUUID": "65a560ec-f509-40c5-b364-3c4cd0a20185",
      "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": "OWZmNjBmNzNmNGQ1ZThmYzNkMzdkODk3MzFkMDI2MDg\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "d3c6917c-1f70-48e9-9465-f259ee8cda65",
          "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": "7aa99321-7b67-40f7-bd98-0e99d422bb2e",
          "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": "cb506ca5-fd50-4406-abfc-b51858ac789a",
            "generatedFromUUID": "7aa99321-7b67-40f7-bd98-0e99d422bb2e"
          },
          "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": "cb506ca5-fd50-4406-abfc-b51858ac789a",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "NjI4YzVmZDFmMjYwMDhlNTZlOTY1M2NmMzExN2VkMjg\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "4b6dc8ac-cbfc-43c0-9e93-2760226914ae"
    }
  ],
  "workloadContext": "Production"
}
2023-03-18T13:30:19.724Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-18T13:30:19.724Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 e17bf563-7a13-4701-b853-11ed8cbb93d7 ASDC
2023-03-18T13:30:19.724Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:6a074a1e-4b47-4382-9b90-afa918276d12
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:e17bf563-7a13-4701-b853-11ed8cbb93d7
ServiceInvariantUUID:8a45306d-3ac3-4f10-a742-9812edbe591e
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:4b6dc8ac-cbfc-43c0-9e93-2760226914ae
ArtifactChecksum:NjI4YzVmZDFmMjYwMDhlNTZlOTY1M2NmMzExN2VkMjg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:41b30cb0-d009-4e4b-99c2-e95f691a4b2e
ResourceInvariantUUID:65a560ec-f509-40c5-b364-3c4cd0a20185
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:1903c123-2be6-499b-8524-c9a33406ad4f
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:d3c6917c-1f70-48e9-9465-f259ee8cda65
ArtifactChecksum:OWZmNjBmNzNmNGQ1ZThmYzNkMzdkODk3MzFkMDI2MDg=
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:7aa99321-7b67-40f7-bd98-0e99d422bb2e
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:cb506ca5-fd50-4406-abfc-b51858ac789a
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:cb506ca5-fd50-4406-abfc-b51858ac789a
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-18T13:30:19.724Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF e17bf563-7a13-4701-b853-11ed8cbb93d7 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: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-18T13:30:19.756Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-18T13:30:19.757Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-03-18T13:30:19.757Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-03-18T13:30:19.757Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 4b6dc8ac-cbfc-43c0-9e93-2760226914ae from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-03-18T13:30:19.757Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||DistributionClient - download
2023-03-18T13:30:19.757Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-03-18T13:30:19.789Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||GET Response Status 404
2023-03-18T13:30:19.790Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@19adc2ae
2023-03-18T13:30:19.790Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-18T13:30:19.790Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicVm"
      ]
    }
  }
}
2023-03-18T13:30:19.791Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicVm-csar.csar /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 4b6dc8ac-cbfc-43c0-9e93-2760226914ae Specified artifact is  not found 300 ASDC artifact download fail
2023-03-18T13:30:19.791Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-03-18T13:30:19.791Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar(Specified artifact is  not found)
2023-03-18T13:30:19.791Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-18T13:30:19.792Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T13:30:19.792Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T13:30:19.792Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679146219791,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T13:30:20.793Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during processCsarServiceArtifacts ASDC processCsarServiceArtifacts 500 Exception in processCsarServiceArtifacts
org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact service-BasicVm-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar(UUID:4b6dc8ac-cbfc-43c0-9e93-2760226914ae)
Error message is Specified artifact is  not found

	at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394)
	at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
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 watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-03-18T13:30:20.845Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||ERROR|500||Csar with UUID: 4b6dc8ac-cbfc-43c0-9e93-2760226914ae already exists
2023-03-18T13:30:20.845Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-03-18T13:30:20.845Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar(Csar with UUID: 4b6dc8ac-cbfc-43c0-9e93-2760226914ae already exists)
2023-03-18T13:30:20.845Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-18T13:30:20.845Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T13:30:20.845Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T13:30:20.845Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679146220845,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 4b6dc8ac-cbfc-43c0-9e93-2760226914ae already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T13:30:21.847Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-03-18T13:30:21.847Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar(Resource with UUID: 1903c123-2be6-499b-8524-c9a33406ad4f already exists)
2023-03-18T13:30:21.847Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-18T13:30:21.847Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T13:30:21.847Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T13:30:21.847Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679146221847,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 1903c123-2be6-499b-8524-c9a33406ad4f already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T13:30:22.849Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6a074a1e-4b47-4382-9b90-afa918276d12
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T13:30:22.867Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6a074a1e-4b47-4382-9b90-afa918276d12
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T13:30:22.870Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-18T13:30:22.870Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-18T13:30:22.870Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-18T13:30:22.870Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-18T13:30:22.871Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T13:30:22.871Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T13:30:22.871Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T13:30:22.871Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T13:30:22.871Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T13:30:22.871Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-18T13:30:22.880Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-18T13:30:52.880Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 6a074a1e-4b47-4382-9b90-afa918276d12 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-18T13:30:52.890Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 6a074a1e-4b47-4382-9b90-afa918276d12 and serviceModelVersionId: e17bf563-7a13-4701-b853-11ed8cbb93d7
2023-03-18T13:30:52.890Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 8a45306d-3ac3-4f10-a742-9812edbe591e
2023-03-18T13:30:52.891Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/8a45306d-3ac3-4f10-a742-9812edbe591e/model-vers/model-ver/e17bf563-7a13-4701-b853-11ed8cbb93d7?depth=0
2023-03-18T13:30:52.896Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2023-03-18T13:30:52.922Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8a45306d-3ac3-4f10-a742-9812edbe591e/model-vers/model-ver/e17bf563-7a13-4701-b853-11ed8cbb93d7?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-03-18T13:30:52.923Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8a45306d-3ac3-4f10-a742-9812edbe591e/model-vers/model-ver/e17bf563-7a13-4701-b853-11ed8cbb93d7?depth=0|INFO|500||Invoke
2023-03-18T13:30:52.938Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8a45306d-3ac3-4f10-a742-9812edbe591e/model-vers/model-ver/e17bf563-7a13-4701-b853-11ed8cbb93d7?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-18T13:30:53.061Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8a45306d-3ac3-4f10-a742-9812edbe591e/model-vers/model-ver/e17bf563-7a13-4701-b853-11ed8cbb93d7?depth=0|INFO|500||InvokeReturn
2023-03-18T13:30:53.061Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8a45306d-3ac3-4f10-a742-9812edbe591e/model-vers/model-ver/e17bf563-7a13-4701-b853-11ed8cbb93d7?depth=0 has http status code:200 and response headers:{date=[Sat, 18 Mar 2023 13:30:52 GMT], content-length=[0], vertex-id=[188464], x-aai-txid=[2-aai-resources-230318-13:30:52:640-8233], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-18T13:30:53.062Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Response was returned with an empty entity.
2023-03-18T13:30:53.062Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-18T13:30:53.062Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-18T13:30:53.068Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-18T13:30:53.069Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 6a074a1e-4b47-4382-9b90-afa918276d12 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-18T13:30:53.069Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-18T13:30:53.069Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T13:30:53.069Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T13:30:53.069Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679146253069,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-18T13:30:54.089Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-18T13:30:54.089Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||received notification from broker: {"distributionID":"5e005e65-61df-4986-a087-00761a388674","serviceName":"Demo_pNF_Qv5TXucXv4n7mssXUGFK","serviceVersion":"1.0","serviceUUID":"73f959ea-1a0e-41cf-b2da-40f07fd6a9c2","serviceDescription":"catalog service description","serviceInvariantUUID":"86b31417-cd30-434e-93e4-34d81e182271","resources":[{"resourceInstanceName":"pNF 8ecb3a29-1699 0","resourceName":"pNF 8ecb3a29-1699","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"79d852b9-56e5-416f-9d37-4483b88de628","resourceInvariantUUID":"c45c5ef7-20e5-4b81-8392-6fbf8a0a1b25","resourceCustomizationUUID":"3e0c811d-9b69-4eb9-9e2f-6a46c31c8df1","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/resourceInstances/pnf8ecb3a2916990/artifacts/vf-license-model.xml","artifactChecksum":"ZjYwMDAwM2MyYWM5MThmNDNmMGIxMzExNzJmYzM1YzQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"fe22c4be-1d3d-49d6-aaf8-5fb691f2c5bb","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/resourceInstances/pnf8ecb3a2916990/artifacts/pNF.csar","artifactChecksum":"YTFmMWQ3MzViYWZhMGQ1ZThlNzU3Y2I3ZGNlYWU4YjA\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"aee06125-71e1-4665-8ce8-8f87625d3137","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/resourceInstances/pnf8ecb3a2916990/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"d0d177b6-7fdc-4b24-a378-3361c335ea57","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/resourceInstances/pnf8ecb3a2916990/artifacts/vendor-license-model.xml","artifactChecksum":"NmIzN2Y3YWJiZDEyYzZiMDEyNjdiMzJhNGM5MzQ1OGI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"b3fc6aeb-2efb-45ec-a7fe-d71b1477f76e","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/resourceInstances/pnf8ecb3a2916990/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"e7ba57a9-59ef-4efe-90bb-fffece281605","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/resourceInstances/pnf8ecb3a2916990/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"cc689d97-ea39-40b8-b7d1-5326d5b71836","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfQv5txucxv4n7mssxugfk-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-template.yml","artifactChecksum":"ZTJjZGFlZDI3YjNkYzI4ZWNlMWMyNmM5NGMwOGRiNmY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"036d837c-a9b5-4c6b-9026-ef8b033600cc","artifactVersion":"1"},{"artifactName":"service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar","artifactChecksum":"NmIzYzkyYzFlZjM3YjA3YjIzODQ5MzIxZjA4ODdmYTg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"a93044a0-e137-47cf-b45c-87a4ec92508e","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-18T13:30:54.090Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T13:30:54.090Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T13:30:54.090Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T13:30:54.090Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679145740300,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/resourceInstances/pnf8ecb3a2916990/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T13:30:55.091Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T13:30:55.091Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T13:30:55.092Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T13:30:55.092Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679145740300,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/resourceInstances/pnf8ecb3a2916990/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T13:30:56.092Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T13:30:56.092Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T13:30:56.092Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T13:30:56.092Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679145740300,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/resourceInstances/pnf8ecb3a2916990/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T13:30:57.093Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T13:30:57.094Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T13:30:57.094Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T13:30:57.094Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679145740300,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/resourceInstances/pnf8ecb3a2916990/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T13:30:58.094Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T13:30:58.095Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T13:30:58.095Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T13:30:58.095Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679145740300,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/resourceInstances/pnf8ecb3a2916990/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T13:30:58.919Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T13:30:58.925Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-18T13:30:58.925Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "74149d2a-f284-47d2-b2fa-4e2fc7be8f3e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679146211687,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-18T13:30:58.925Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:30:58.926Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-18T13:30:58.926Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679145740300,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T13:30:58.926Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:30:58.926Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-18T13:30:58.926Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679145740300,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2023-03-18T13:30:58.926Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:30:58.926Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-18T13:30:58.926Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679145740300,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-03-18T13:30:58.926Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:30:58.926Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-18T13:30:58.926Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679145740300,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T13:30:58.927Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:30:58.927Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-18T13:30:58.927Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679145740300,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-03-18T13:30:58.927Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:30:58.927Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-18T13:30:58.927Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679145740300,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T13:30:58.927Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:30:58.927Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-18T13:30:58.927Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679145740300,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-03-18T13:30:58.927Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:30:58.927Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-18T13:30:58.927Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679146219791,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-18T13:30:58.927Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:30:58.927Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-18T13:30:58.927Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679146220845,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 4b6dc8ac-cbfc-43c0-9e93-2760226914ae already exists"
}
2023-03-18T13:30:58.928Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:30:58.928Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-18T13:30:58.928Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679146221847,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 1903c123-2be6-499b-8524-c9a33406ad4f already exists"
}
2023-03-18T13:30:58.928Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:30:58.928Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-18T13:30:58.928Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679146253069,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-18T13:30:58.928Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:30:58.928Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-18T13:30:58.928Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679145740300,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/resourceInstances/pnf8ecb3a2916990/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T13:30:58.928Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:30:58.928Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-18T13:30:58.928Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679145740300,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/resourceInstances/pnf8ecb3a2916990/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-18T13:30:58.928Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:30:58.928Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-18T13:30:58.928Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679145740300,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/resourceInstances/pnf8ecb3a2916990/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-18T13:30:58.928Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:30:58.929Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-18T13:30:58.929Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679145740300,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/resourceInstances/pnf8ecb3a2916990/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T13:30:58.929Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:30:58.929Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-18T13:30:58.929Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679145740300,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/resourceInstances/pnf8ecb3a2916990/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T13:30:58.929Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:30:59.095Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T13:30:59.096Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T13:30:59.096Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T13:30:59.096Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679145740300,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/resourceInstances/pnf8ecb3a2916990/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T13:31:00.096Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T13:31:00.096Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T13:31:00.096Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T13:31:00.097Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679145740300,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T13:31:01.097Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T13:31:01.097Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T13:31:01.097Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T13:31:01.097Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679145740300,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T13:31:02.098Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "serviceName": "Demo_pNF_Qv5TXucXv4n7mssXUGFK",
  "serviceVersion": "1.0",
  "serviceUUID": "73f959ea-1a0e-41cf-b2da-40f07fd6a9c2",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "86b31417-cd30-434e-93e4-34d81e182271",
  "resources": [
    {
      "resourceInstanceName": "pNF 8ecb3a29-1699 0",
      "resourceCustomizationUUID": "3e0c811d-9b69-4eb9-9e2f-6a46c31c8df1",
      "resourceName": "pNF 8ecb3a29-1699",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "79d852b9-56e5-416f-9d37-4483b88de628",
      "resourceInvariantUUID": "c45c5ef7-20e5-4b81-8392-6fbf8a0a1b25",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar",
      "artifactChecksum": "NmIzYzkyYzFlZjM3YjA3YjIzODQ5MzIxZjA4ODdmYTg\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "a93044a0-e137-47cf-b45c-87a4ec92508e"
    }
  ],
  "workloadContext": "Production"
}
2023-03-18T13:31:02.098Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-18T13:31:02.099Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 73f959ea-1a0e-41cf-b2da-40f07fd6a9c2 ASDC
2023-03-18T13:31:02.099Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:5e005e65-61df-4986-a087-00761a388674
ServiceName:Demo_pNF_Qv5TXucXv4n7mssXUGFK
ServiceVersion:1.0
ServiceUUID:73f959ea-1a0e-41cf-b2da-40f07fd6a9c2
ServiceInvariantUUID:86b31417-cd30-434e-93e4-34d81e182271
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar
ArtifactUUID:a93044a0-e137-47cf-b45c-87a4ec92508e
ArtifactChecksum:NmIzYzkyYzFlZjM3YjA3YjIzODQ5MzIxZjA4ODdmYTg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 8ecb3a29-1699 0
ResourceCustomizationUUID:3e0c811d-9b69-4eb9-9e2f-6a46c31c8df1
ResourceInvariantUUID:c45c5ef7-20e5-4b81-8392-6fbf8a0a1b25
ResourceName:pNF 8ecb3a29-1699
ResourceType:PNF
ResourceUUID:79d852b9-56e5-416f-9d37-4483b88de628
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-18T13:31:02.099Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 73f959ea-1a0e-41cf-b2da-40f07fd6a9c2 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: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-18T13:31:02.133Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-18T13:31:02.133Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-03-18T13:31:02.133Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-03-18T13:31:02.133Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: a93044a0-e137-47cf-b45c-87a4ec92508e from URL: /sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar
2023-03-18T13:31:02.133Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||DistributionClient - download
2023-03-18T13:31:02.134Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar
2023-03-18T13:31:02.371Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2023-03-18T13:31:02.377Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar a93044a0-e137-47cf-b45c-87a4ec92508e 88004
2023-03-18T13:31:02.378Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar ASDC sendASDCNotification
2023-03-18T13:31:02.378Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar
2023-03-18T13:31:02.378Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-18T13:31:02.378Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T13:31:02.378Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T13:31:02.378Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679146262377,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T13:31:03.380Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-18T13:31:03.381Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-03-18T13:31:03.382Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: a93044a0-e137-47cf-b45c-87a4ec92508e, URL: /sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar to file: /app/ASDC/1/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar
2023-03-18T13:31:03.383Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar
2023-03-18T13:31:03.384Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar
2023-03-18T13:31:03.385Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar
2023-03-18T13:31:03.475Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12710206154660749381/Definitions/service-DemoPnfQv5txucxv4n7mssxugfk-template.yml
2023-03-18T13:31:03.982Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-18T13:31:03.982Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||WARN|500||####################################################################################################
2023-03-18T13:31:03.982Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar
2023-03-18T13:31:03.982Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-18T13:31:03.983Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||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-DemoPnfQv5txucxv4n7mssxugfk-csar.csar
2023-03-18T13:31:03.983Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar
2023-03-18T13:31:03.983Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||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-DemoPnfQv5txucxv4n7mssxugfk-csar.csar
2023-03-18T13:31:03.983Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar
2023-03-18T13:31:03.983Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar
2023-03-18T13:31:03.983Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 8ecb3a29-1699 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-DemoPnfQv5txucxv4n7mssxugfk-csar.csar
2023-03-18T13:31:03.983Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar
2023-03-18T13:31:03.983Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||WARN|500||####################################################################################################
2023-03-18T13:31:03.983Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T13:31:03.983Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_Qv5TXucXv4n7mssXUGFK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T13:31:03.984Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Node template pNF 8ecb3a29-1699 0 is matching search criteria
2023-03-18T13:31:03.984Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2023-03-18T13:31:03.984Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Found topology templates [pNF 8ecb3a29-1699 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-18T13:31:03.984Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T13:31:03.984Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_Qv5TXucXv4n7mssXUGFK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T13:31:03.984Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Node template pNF 8ecb3a29-1699 0 is matching search criteria
2023-03-18T13:31:03.984Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2023-03-18T13:31:03.984Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Found topology templates [pNF 8ecb3a29-1699 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-18T13:31:03.984Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T13:31:03.984Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_Qv5TXucXv4n7mssXUGFK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T13:31:03.984Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T13:31:03.984Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_Qv5TXucXv4n7mssXUGFK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T13:31:03.984Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T13:31:03.984Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_Qv5TXucXv4n7mssXUGFK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T13:31:03.985Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T13:31:03.985Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_Qv5TXucXv4n7mssXUGFK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T13:31:03.985Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T13:31:03.985Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_Qv5TXucXv4n7mssXUGFK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T13:31:03.985Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_Qv5TXucXv4n7mssXUGFK
Description:catalog service description
Model UUID:73f959ea-1a0e-41cf-b2da-40f07fd6a9c2
Model Version:NULL
Model InvariantUuid:86b31417-cd30-434e-93e4-34d81e182271
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=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-03-18T13:31:04.021Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||ERROR|500||Csar with UUID: a93044a0-e137-47cf-b45c-87a4ec92508e already exists
2023-03-18T13:31:04.021Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar ASDC sendASDCNotification
2023-03-18T13:31:04.021Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar(Csar with UUID: a93044a0-e137-47cf-b45c-87a4ec92508e already exists)
2023-03-18T13:31:04.021Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-18T13:31:04.022Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T13:31:04.022Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T13:31:04.022Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679146264021,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: a93044a0-e137-47cf-b45c-87a4ec92508e already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T13:31:05.023Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar ASDC sendASDCNotification
2023-03-18T13:31:05.023Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar(Resource with UUID: 79d852b9-56e5-416f-9d37-4483b88de628 already exists)
2023-03-18T13:31:05.023Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-18T13:31:05.024Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T13:31:05.024Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T13:31:05.024Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679146265023,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 79d852b9-56e5-416f-9d37-4483b88de628 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T13:31:06.025Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5e005e65-61df-4986-a087-00761a388674
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T13:31:06.042Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5e005e65-61df-4986-a087-00761a388674
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T13:31:06.045Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-18T13:31:06.045Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-18T13:31:06.045Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-18T13:31:06.046Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-18T13:31:06.046Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T13:31:06.046Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T13:31:06.046Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T13:31:06.046Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T13:31:06.046Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T13:31:06.046Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T13:31:06.046Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-18T13:31:06.056Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-18T13:31:36.057Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 5e005e65-61df-4986-a087-00761a388674 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-18T13:31:36.067Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 5e005e65-61df-4986-a087-00761a388674 and serviceModelVersionId: 73f959ea-1a0e-41cf-b2da-40f07fd6a9c2
2023-03-18T13:31:36.068Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 86b31417-cd30-434e-93e4-34d81e182271
2023-03-18T13:31:36.068Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/86b31417-cd30-434e-93e4-34d81e182271/model-vers/model-ver/73f959ea-1a0e-41cf-b2da-40f07fd6a9c2?depth=0
2023-03-18T13:31:36.072Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2023-03-18T13:31:36.103Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/86b31417-cd30-434e-93e4-34d81e182271/model-vers/model-ver/73f959ea-1a0e-41cf-b2da-40f07fd6a9c2?depth=0|INFO|500||Invoke
2023-03-18T13:31:36.104Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/86b31417-cd30-434e-93e4-34d81e182271/model-vers/model-ver/73f959ea-1a0e-41cf-b2da-40f07fd6a9c2?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/86b31417-cd30-434e-93e4-34d81e182271/model-vers/model-ver/73f959ea-1a0e-41cf-b2da-40f07fd6a9c2?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[5e005e65-61df-4986-a087-00761a388674], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[6cd8243c-7fee-4239-859d-000744cd5e6d], X-ECOMP-RequestID=[5e005e65-61df-4986-a087-00761a388674], X-TransactionId=[], X-ONAP-RequestID=[5e005e65-61df-4986-a087-00761a388674], Content-Type=[application/merge-patch+json]}
2023-03-18T13:31:36.113Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/86b31417-cd30-434e-93e4-34d81e182271/model-vers/model-ver/73f959ea-1a0e-41cf-b2da-40f07fd6a9c2?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-18T13:31:36.229Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/86b31417-cd30-434e-93e4-34d81e182271/model-vers/model-ver/73f959ea-1a0e-41cf-b2da-40f07fd6a9c2?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/86b31417-cd30-434e-93e4-34d81e182271/model-vers/model-ver/73f959ea-1a0e-41cf-b2da-40f07fd6a9c2?depth=0 has http status code:200 and response headers:{date=[Sat, 18 Mar 2023 13:31:35 GMT], content-length=[0], vertex-id=[204904], x-aai-txid=[1-aai-resources-230318-13:31:35:816-91192], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-18T13:31:36.230Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/86b31417-cd30-434e-93e4-34d81e182271/model-vers/model-ver/73f959ea-1a0e-41cf-b2da-40f07fd6a9c2?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-18T13:31:36.230Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/86b31417-cd30-434e-93e4-34d81e182271/model-vers/model-ver/73f959ea-1a0e-41cf-b2da-40f07fd6a9c2?depth=0|INFO|500||InvokeReturn
2023-03-18T13:31:36.231Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-18T13:31:36.231Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-18T13:31:36.252Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-18T13:31:36.252Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 5e005e65-61df-4986-a087-00761a388674 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-18T13:31:36.252Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-18T13:31:36.252Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T13:31:36.253Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T13:31:36.253Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679146296252,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-18T13:31:37.294Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-18T13:31:37.295Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||received notification from broker: {"distributionID":"b26959c2-c6ca-4cf7-9cdd-576be04a9c92","serviceName":"Demo_pNF_M5QKMfmDLPuLyaz8OWr9","serviceVersion":"1.0","serviceUUID":"c315cbb3-fd53-45ce-8b0b-ad3e84c78918","serviceDescription":"catalog service description","serviceInvariantUUID":"a46a4505-8d20-4c38-8d99-1b181bf22700","resources":[{"resourceInstanceName":"pNF 66b89d6a-37e2 0","resourceName":"pNF 66b89d6a-37e2","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"5cb48981-5482-4843-a71a-1ebe978a5e90","resourceInvariantUUID":"067cbf90-981e-43f3-86b6-aee782d22bba","resourceCustomizationUUID":"84e6e64b-76cd-40cf-86fd-15855e6c2efb","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/resourceInstances/pnf66b89d6a37e20/artifacts/vf-license-model.xml","artifactChecksum":"NmE3OGI0M2NhMTkzNzdlZjJiNzk5YWUzOGVkODUwZTQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"7cbe96a6-d4de-40e4-9f5f-7effc4b8523d","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/resourceInstances/pnf66b89d6a37e20/artifacts/pNF.csar","artifactChecksum":"YTFmMWQ3MzViYWZhMGQ1ZThlNzU3Y2I3ZGNlYWU4YjA\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"7fd2d8fc-6c10-444b-93e4-8ebf25d579b5","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/resourceInstances/pnf66b89d6a37e20/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"62304596-99e5-46f3-868d-189f9dacc577","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/resourceInstances/pnf66b89d6a37e20/artifacts/vendor-license-model.xml","artifactChecksum":"YzhhZjQxZjBiNGEwYTBlMTMwMDYwZmQ3ZjM5OWY1MTY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"c98a30f6-a6ab-4b74-9a89-a4282ace9636","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/resourceInstances/pnf66b89d6a37e20/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"6ba69e42-ade7-45c2-a4ec-3b8f081071f9","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/resourceInstances/pnf66b89d6a37e20/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"2afae58f-afd7-42b0-ae19-62fbbccae66e","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfM5qkmfmdlpulyaz8owr9-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/artifacts/service-DemoPnfM5qkmfmdlpulyaz8owr9-template.yml","artifactChecksum":"NDU2YjRjNDEyNWEwZGVkZjBjNDY2MTJmOTFhNzRhYzk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"181d2352-caba-4b3f-999f-926eb0949ab9","artifactVersion":"1"},{"artifactName":"service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/artifacts/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar","artifactChecksum":"ZWMyYmIzM2U4YmVmYmIwYmU1ZDhjODY4NGEyYTI4NjI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"fdcf7f15-35cd-49a2-839b-26e97623a9bc","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-18T13:31:37.295Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T13:31:37.296Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T13:31:37.296Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T13:31:37.296Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679145740300,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/resourceInstances/pnf66b89d6a37e20/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T13:31:38.298Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T13:31:38.299Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T13:31:38.299Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T13:31:38.299Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679145740300,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/resourceInstances/pnf66b89d6a37e20/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T13:31:39.301Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T13:31:39.301Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T13:31:39.301Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T13:31:39.302Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679145740300,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/resourceInstances/pnf66b89d6a37e20/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T13:31:40.303Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T13:31:40.303Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T13:31:40.303Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T13:31:40.304Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679145740300,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/resourceInstances/pnf66b89d6a37e20/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T13:31:41.305Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T13:31:41.306Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T13:31:41.306Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T13:31:41.306Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679145740300,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/resourceInstances/pnf66b89d6a37e20/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T13:31:42.309Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T13:31:42.310Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T13:31:42.310Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T13:31:42.310Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679145740300,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/resourceInstances/pnf66b89d6a37e20/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T13:31:43.314Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T13:31:43.314Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T13:31:43.314Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T13:31:43.314Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679145740300,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/artifacts/service-DemoPnfM5qkmfmdlpulyaz8owr9-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T13:31:44.316Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T13:31:44.316Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T13:31:44.316Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T13:31:44.316Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679145740300,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/artifacts/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T13:31:45.325Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "serviceName": "Demo_pNF_M5QKMfmDLPuLyaz8OWr9",
  "serviceVersion": "1.0",
  "serviceUUID": "c315cbb3-fd53-45ce-8b0b-ad3e84c78918",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "a46a4505-8d20-4c38-8d99-1b181bf22700",
  "resources": [
    {
      "resourceInstanceName": "pNF 66b89d6a-37e2 0",
      "resourceCustomizationUUID": "84e6e64b-76cd-40cf-86fd-15855e6c2efb",
      "resourceName": "pNF 66b89d6a-37e2",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "5cb48981-5482-4843-a71a-1ebe978a5e90",
      "resourceInvariantUUID": "067cbf90-981e-43f3-86b6-aee782d22bba",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/artifacts/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar",
      "artifactChecksum": "ZWMyYmIzM2U4YmVmYmIwYmU1ZDhjODY4NGEyYTI4NjI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "fdcf7f15-35cd-49a2-839b-26e97623a9bc"
    }
  ],
  "workloadContext": "Production"
}
2023-03-18T13:31:45.330Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-18T13:31:45.330Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 c315cbb3-fd53-45ce-8b0b-ad3e84c78918 ASDC
2023-03-18T13:31:45.330Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:b26959c2-c6ca-4cf7-9cdd-576be04a9c92
ServiceName:Demo_pNF_M5QKMfmDLPuLyaz8OWr9
ServiceVersion:1.0
ServiceUUID:c315cbb3-fd53-45ce-8b0b-ad3e84c78918
ServiceInvariantUUID:a46a4505-8d20-4c38-8d99-1b181bf22700
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/artifacts/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar
ArtifactUUID:fdcf7f15-35cd-49a2-839b-26e97623a9bc
ArtifactChecksum:ZWMyYmIzM2U4YmVmYmIwYmU1ZDhjODY4NGEyYTI4NjI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 66b89d6a-37e2 0
ResourceCustomizationUUID:84e6e64b-76cd-40cf-86fd-15855e6c2efb
ResourceInvariantUUID:067cbf90-981e-43f3-86b6-aee782d22bba
ResourceName:pNF 66b89d6a-37e2
ResourceType:PNF
ResourceUUID:5cb48981-5482-4843-a71a-1ebe978a5e90
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-18T13:31:45.330Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF c315cbb3-fd53-45ce-8b0b-ad3e84c78918 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: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-18T13:31:45.366Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-18T13:31:45.367Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-03-18T13:31:45.367Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-03-18T13:31:45.367Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: fdcf7f15-35cd-49a2-839b-26e97623a9bc from URL: /sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/artifacts/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar
2023-03-18T13:31:45.367Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||DistributionClient - download
2023-03-18T13:31:45.367Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/artifacts/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar
2023-03-18T13:31:45.631Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2023-03-18T13:31:45.634Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/artifacts/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar fdcf7f15-35cd-49a2-839b-26e97623a9bc 88022
2023-03-18T13:31:45.634Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/artifacts/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar ASDC sendASDCNotification
2023-03-18T13:31:45.635Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/artifacts/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar
2023-03-18T13:31:45.635Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-18T13:31:45.635Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T13:31:45.635Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T13:31:45.635Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679146305634,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/artifacts/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T13:31:46.636Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-18T13:31:46.636Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-03-18T13:31:46.636Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: fdcf7f15-35cd-49a2-839b-26e97623a9bc, URL: /sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/artifacts/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar to file: /app/ASDC/1/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar
2023-03-18T13:31:46.637Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar
2023-03-18T13:31:46.637Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar
2023-03-18T13:31:46.637Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar
2023-03-18T13:31:46.733Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP636056359801363085/Definitions/service-DemoPnfM5qkmfmdlpulyaz8owr9-template.yml
2023-03-18T13:31:47.232Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-18T13:31:47.233Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||WARN|500||####################################################################################################
2023-03-18T13:31:47.233Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar
2023-03-18T13:31:47.233Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-18T13:31:47.233Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||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-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar
2023-03-18T13:31:47.233Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar
2023-03-18T13:31:47.233Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||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-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar
2023-03-18T13:31:47.233Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 66b89d6a-37e2 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-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar
2023-03-18T13:31:47.233Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar
2023-03-18T13:31:47.233Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar
2023-03-18T13:31:47.233Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar
2023-03-18T13:31:47.233Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||WARN|500||####################################################################################################
2023-03-18T13:31:47.233Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T13:31:47.233Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_M5QKMfmDLPuLyaz8OWr9 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T13:31:47.233Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||Node template pNF 66b89d6a-37e2 0 is matching search criteria
2023-03-18T13:31:47.233Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2023-03-18T13:31:47.234Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||Found topology templates [pNF 66b89d6a-37e2 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-18T13:31:47.234Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T13:31:47.234Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_M5QKMfmDLPuLyaz8OWr9 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T13:31:47.234Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||Node template pNF 66b89d6a-37e2 0 is matching search criteria
2023-03-18T13:31:47.234Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2023-03-18T13:31:47.234Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||Found topology templates [pNF 66b89d6a-37e2 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-18T13:31:47.234Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T13:31:47.234Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_M5QKMfmDLPuLyaz8OWr9 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T13:31:47.234Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T13:31:47.234Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_M5QKMfmDLPuLyaz8OWr9 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T13:31:47.234Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T13:31:47.234Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_M5QKMfmDLPuLyaz8OWr9 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T13:31:47.234Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T13:31:47.234Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_M5QKMfmDLPuLyaz8OWr9 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T13:31:47.234Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T13:31:47.234Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_M5QKMfmDLPuLyaz8OWr9 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T13:31:47.234Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_M5QKMfmDLPuLyaz8OWr9
Description:catalog service description
Model UUID:c315cbb3-fd53-45ce-8b0b-ad3e84c78918
Model Version:NULL
Model InvariantUuid:a46a4505-8d20-4c38-8d99-1b181bf22700
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=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-03-18T13:31:47.267Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||ERROR|500||Csar with UUID: fdcf7f15-35cd-49a2-839b-26e97623a9bc already exists
2023-03-18T13:31:47.267Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/artifacts/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar ASDC sendASDCNotification
2023-03-18T13:31:47.268Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/artifacts/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar(Csar with UUID: fdcf7f15-35cd-49a2-839b-26e97623a9bc already exists)
2023-03-18T13:31:47.268Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-18T13:31:47.268Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T13:31:47.268Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T13:31:47.268Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679146307267,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/artifacts/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: fdcf7f15-35cd-49a2-839b-26e97623a9bc already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T13:31:48.269Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/artifacts/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar ASDC sendASDCNotification
2023-03-18T13:31:48.269Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/artifacts/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar(Resource with UUID: 5cb48981-5482-4843-a71a-1ebe978a5e90 already exists)
2023-03-18T13:31:48.269Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-18T13:31:48.270Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T13:31:48.270Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T13:31:48.270Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679146308269,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/artifacts/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 5cb48981-5482-4843-a71a-1ebe978a5e90 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T13:31:49.276Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b26959c2-c6ca-4cf7-9cdd-576be04a9c92
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T13:31:49.303Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b26959c2-c6ca-4cf7-9cdd-576be04a9c92
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T13:31:49.306Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-18T13:31:49.306Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-18T13:31:49.306Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-18T13:31:49.306Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-18T13:31:49.306Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T13:31:49.306Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T13:31:49.306Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T13:31:49.306Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T13:31:49.307Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T13:31:49.307Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T13:31:49.307Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-18T13:31:49.316Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-18T13:31:58.919Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T13:31:58.922Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-18T13:31:58.922Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679145740300,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/resourceInstances/pnf8ecb3a2916990/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T13:31:58.923Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:32:19.316Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: b26959c2-c6ca-4cf7-9cdd-576be04a9c92 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-18T13:32:19.326Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: b26959c2-c6ca-4cf7-9cdd-576be04a9c92 and serviceModelVersionId: c315cbb3-fd53-45ce-8b0b-ad3e84c78918
2023-03-18T13:32:19.326Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : a46a4505-8d20-4c38-8d99-1b181bf22700
2023-03-18T13:32:19.327Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/a46a4505-8d20-4c38-8d99-1b181bf22700/model-vers/model-ver/c315cbb3-fd53-45ce-8b0b-ad3e84c78918?depth=0
2023-03-18T13:32:19.332Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2023-03-18T13:32:19.345Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a46a4505-8d20-4c38-8d99-1b181bf22700/model-vers/model-ver/c315cbb3-fd53-45ce-8b0b-ad3e84c78918?depth=0|INFO|500||Invoke
2023-03-18T13:32:19.345Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a46a4505-8d20-4c38-8d99-1b181bf22700/model-vers/model-ver/c315cbb3-fd53-45ce-8b0b-ad3e84c78918?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a46a4505-8d20-4c38-8d99-1b181bf22700/model-vers/model-ver/c315cbb3-fd53-45ce-8b0b-ad3e84c78918?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[b26959c2-c6ca-4cf7-9cdd-576be04a9c92], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[ff073423-5321-4a1a-939e-5e078fb70cfc], X-ECOMP-RequestID=[b26959c2-c6ca-4cf7-9cdd-576be04a9c92], X-TransactionId=[], X-ONAP-RequestID=[b26959c2-c6ca-4cf7-9cdd-576be04a9c92], Content-Type=[application/merge-patch+json]}
2023-03-18T13:32:19.352Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a46a4505-8d20-4c38-8d99-1b181bf22700/model-vers/model-ver/c315cbb3-fd53-45ce-8b0b-ad3e84c78918?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-18T13:32:19.452Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a46a4505-8d20-4c38-8d99-1b181bf22700/model-vers/model-ver/c315cbb3-fd53-45ce-8b0b-ad3e84c78918?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/a46a4505-8d20-4c38-8d99-1b181bf22700/model-vers/model-ver/c315cbb3-fd53-45ce-8b0b-ad3e84c78918?depth=0 has http status code:200 and response headers:{date=[Sat, 18 Mar 2023 13:32:19 GMT], content-length=[0], vertex-id=[217192], x-aai-txid=[2-aai-resources-230318-13:32:19:055-39278], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-18T13:32:19.452Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a46a4505-8d20-4c38-8d99-1b181bf22700/model-vers/model-ver/c315cbb3-fd53-45ce-8b0b-ad3e84c78918?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-18T13:32:19.453Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a46a4505-8d20-4c38-8d99-1b181bf22700/model-vers/model-ver/c315cbb3-fd53-45ce-8b0b-ad3e84c78918?depth=0|INFO|500||InvokeReturn
2023-03-18T13:32:19.453Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-18T13:32:19.453Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-18T13:32:19.459Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-18T13:32:19.459Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID b26959c2-c6ca-4cf7-9cdd-576be04a9c92 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-18T13:32:19.459Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-18T13:32:19.459Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T13:32:19.459Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T13:32:19.459Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679146339459,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-18T13:32:20.483Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T13:32:20.484Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Failing OffsetCommit request since the consumer is not part of an active group
2023-03-18T13:32:20.485Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Node 0 disconnected.
2023-03-18T13:32:20.485Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||ERROR|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Asynchronous auto-commit of offsets failed: Offset commit cannot be completed since the consumer is not part of an active group for auto partition assignment; it is likely that the consumer was kicked out of the group.. Will continue to join group.
2023-03-18T13:32:20.485Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Giving away all assigned partitions as lost since generation/memberID has been reset,indicating that consumer is in old state or no longer part of the group
2023-03-18T13:32:20.485Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Lost previously assigned partitions SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5
2023-03-18T13:32:20.486Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] (Re-)joining group
2023-03-18T13:32:20.488Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Asynchronous auto-commit of offsets {SDC-DISTR-NOTIF-TOPIC-AUTO-5=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-4=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-3=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-2=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-1=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-0=OffsetAndMetadata{offset=7, leaderEpoch=0, metadata=''}} failed: Offset commit cannot be completed since the consumer is not part of an active group for auto partition assignment; it is likely that the consumer was kicked out of the group.
2023-03-18T13:32:20.489Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2-8671d546-f07e-48ca-a5b0-fb2aeb21d5d5
2023-03-18T13:32:20.489Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Request joining group due to: rebalance failed due to 'The group member needs to have a valid member id before actually entering a consumer group.' (MemberIdRequiredException)
2023-03-18T13:32:20.489Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] (Re-)joining group
2023-03-18T13:32:22.017Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T13:32:25.034Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T13:32:28.048Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T13:32:31.059Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T13:32:34.077Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T13:32:37.091Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T13:32:40.107Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T13:32:43.120Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T13:32:46.128Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T13:32:49.146Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T13:32:52.160Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T13:32:55.174Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T13:32:58.195Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T13:32:58.920Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T13:32:58.931Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Revoke previously assigned partitions SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-03-18T13:32:58.931Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] (Re-)joining group
2023-03-18T13:32:58.936Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Successfully joined group with generation Generation{generationId=56, memberId='SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94-2995e74d-4211-4955-93f6-f3f14568571e', protocol='range'}
2023-03-18T13:32:58.937Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Successfully joined group with generation Generation{generationId=56, memberId='SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2-8671d546-f07e-48ca-a5b0-fb2aeb21d5d5', protocol='range'}
2023-03-18T13:32:58.941Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Finished assignment for group at generation 56: {SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2-8671d546-f07e-48ca-a5b0-fb2aeb21d5d5=Assignment(partitions=[SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5]), SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94-2995e74d-4211-4955-93f6-f3f14568571e=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])}
2023-03-18T13:32:58.952Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Successfully synced group in generation Generation{generationId=56, memberId='SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94-2995e74d-4211-4955-93f6-f3f14568571e', protocol='range'}
2023-03-18T13:32:58.952Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Successfully synced group in generation Generation{generationId=56, memberId='SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2-8671d546-f07e-48ca-a5b0-fb2aeb21d5d5', protocol='range'}
2023-03-18T13:32:58.953Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])
2023-03-18T13:32:58.953Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Adding newly assigned partitions: SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-03-18T13:32:58.956Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-18T13:32:58.956Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-18T13:32:58.956Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-18T13:32:58.956Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=1289, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-18T13:32:58.957Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-18T13:32:58.957Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-18T13:32:58.953Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5])
2023-03-18T13:32:58.966Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Adding newly assigned partitions: SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5
2023-03-18T13:32:58.968Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-18T13:32:58.969Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-18T13:32:58.969Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-18T13:32:58.969Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-18T13:32:58.969Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-18T13:32:58.969Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-18T13:32:58.985Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-18T13:32:58.985Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||received notification from broker: {"distributionID":"34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846","serviceName":"basic_onboard_gCPnoC","serviceVersion":"1.0","serviceUUID":"dad851ae-1f1d-4e04-8847-f18fd5d51391","serviceDescription":"service","serviceInvariantUUID":"693dcbb7-55f2-41d5-a0d9-572574329dfe","resources":[{"resourceInstanceName":"basic_onboard_gCPnoC 0","resourceName":"basic_onboard_gCPnoC","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"f3fb2f57-aad9-4f33-88db-c458ae09cdfb","resourceInvariantUUID":"d7c6b294-4284-4b69-87ff-a797deedad73","resourceCustomizationUUID":"9327f8c9-4591-449b-b6af-227dc0614cab","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/vf-license-model.xml","artifactChecksum":"OGQ5ZDI0MzIzNDdmMDUyYmQ0MzVmMDVkOWUyNGVlYmE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"5077753b-8cdd-47a9-82d5-e3ff4ce969c3","artifactVersion":"1"},{"artifactName":"basic_onboard_gcpnoc0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json","artifactChecksum":"NjRhMmYzNDQxZDFkYzhiMjZmMTk3NDMzZmQwOWNiNWI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"583db2fa-2045-4011-8045-9fd436580060","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"0846dbe8-d246-42f3-9ba6-3c197d6bb5c4","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"5004fadd-cda9-4566-99ac-bc5d669427a2","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"7d3da3bf-4415-4326-b045-fe6bef605f78","artifactVersion":"2","generatedFromUUID":"0846dbe8-d246-42f3-9ba6-3c197d6bb5c4"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardGcpnoc-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-template.yml","artifactChecksum":"OGFkYWYzODVjYTg1MmE4Y2JhZWM5NDk3ZjljNTAwNTE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"8ab16f5d-5180-4470-b278-f6ea6f7c23e8","artifactVersion":"1"},{"artifactName":"service-BasicOnboardGcpnoc-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar","artifactChecksum":"MjQxYmE3NTM3MTRlYjAwMzA2YjMyYmJjMmU4MmNkYjE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"d6569f72-4f81-428a-8593-389324ccdf48","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-18T13:32:58.987Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T13:32:58.987Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T13:32:58.987Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T13:32:58.987Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679146340483,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T13:32:59.968Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-18T13:32:59.968Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679145740300,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T13:32:59.968Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:32:59.969Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-18T13:32:59.969Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679145740300,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar",
  "status": "NOTIFIED"
}
2023-03-18T13:32:59.969Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:32:59.969Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-18T13:32:59.969Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679146262377,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-18T13:32:59.969Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:32:59.969Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-18T13:32:59.969Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679146264021,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: a93044a0-e137-47cf-b45c-87a4ec92508e already exists"
}
2023-03-18T13:32:59.969Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:32:59.969Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-18T13:32:59.969Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679146265023,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 79d852b9-56e5-416f-9d37-4483b88de628 already exists"
}
2023-03-18T13:32:59.969Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:32:59.969Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-18T13:32:59.969Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679146296252,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-18T13:32:59.969Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:32:59.969Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-18T13:32:59.969Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679145740300,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/resourceInstances/pnf66b89d6a37e20/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T13:32:59.969Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:32:59.969Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-18T13:32:59.969Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679145740300,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/resourceInstances/pnf66b89d6a37e20/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-18T13:32:59.969Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:32:59.969Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-18T13:32:59.969Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679145740300,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/resourceInstances/pnf66b89d6a37e20/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-18T13:32:59.969Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:32:59.969Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-18T13:32:59.969Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679145740300,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/resourceInstances/pnf66b89d6a37e20/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T13:32:59.969Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:32:59.969Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-18T13:32:59.969Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679145740300,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/resourceInstances/pnf66b89d6a37e20/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T13:32:59.970Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:32:59.970Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-18T13:32:59.970Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679145740300,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/resourceInstances/pnf66b89d6a37e20/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T13:32:59.970Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:32:59.970Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-18T13:32:59.970Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679145740300,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/artifacts/service-DemoPnfM5qkmfmdlpulyaz8owr9-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T13:32:59.970Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:32:59.970Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-18T13:32:59.970Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679145740300,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/artifacts/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar",
  "status": "NOTIFIED"
}
2023-03-18T13:32:59.970Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:32:59.970Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-18T13:32:59.970Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679146305634,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/artifacts/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-18T13:32:59.970Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:32:59.970Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-18T13:32:59.970Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679146307267,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/artifacts/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: fdcf7f15-35cd-49a2-839b-26e97623a9bc already exists"
}
2023-03-18T13:32:59.970Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:32:59.970Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-18T13:32:59.970Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679146308269,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/artifacts/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 5cb48981-5482-4843-a71a-1ebe978a5e90 already exists"
}
2023-03-18T13:32:59.970Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:32:59.970Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-18T13:32:59.971Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679146339459,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-18T13:32:59.971Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:32:59.971Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-18T13:32:59.971Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679146340483,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T13:32:59.971Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:32:59.988Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T13:32:59.988Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T13:32:59.988Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T13:32:59.988Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679146340483,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T13:33:00.989Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T13:33:00.990Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T13:33:00.990Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T13:33:00.991Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679146340483,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T13:33:01.992Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T13:33:01.992Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T13:33:01.993Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T13:33:01.993Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679146340483,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T13:33:02.994Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T13:33:02.995Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T13:33:02.995Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T13:33:02.995Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679146340483,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T13:33:03.997Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T13:33:03.997Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T13:33:03.997Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T13:33:03.998Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679146340483,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T13:33:04.999Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T13:33:05.000Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T13:33:05.000Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T13:33:05.000Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679146340483,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T13:33:06.001Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "serviceName": "basic_onboard_gCPnoC",
  "serviceVersion": "1.0",
  "serviceUUID": "dad851ae-1f1d-4e04-8847-f18fd5d51391",
  "serviceDescription": "service",
  "serviceInvariantUUID": "693dcbb7-55f2-41d5-a0d9-572574329dfe",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_gCPnoC 0",
      "resourceCustomizationUUID": "9327f8c9-4591-449b-b6af-227dc0614cab",
      "resourceName": "basic_onboard_gCPnoC",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "f3fb2f57-aad9-4f33-88db-c458ae09cdfb",
      "resourceInvariantUUID": "d7c6b294-4284-4b69-87ff-a797deedad73",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_gcpnoc0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json",
          "artifactChecksum": "NjRhMmYzNDQxZDFkYzhiMjZmMTk3NDMzZmQwOWNiNWI\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "583db2fa-2045-4011-8045-9fd436580060",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "0846dbe8-d246-42f3-9ba6-3c197d6bb5c4",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "7d3da3bf-4415-4326-b045-fe6bef605f78",
            "generatedFromUUID": "0846dbe8-d246-42f3-9ba6-3c197d6bb5c4"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "7d3da3bf-4415-4326-b045-fe6bef605f78",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardGcpnoc-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar",
      "artifactChecksum": "MjQxYmE3NTM3MTRlYjAwMzA2YjMyYmJjMmU4MmNkYjE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "d6569f72-4f81-428a-8593-389324ccdf48"
    }
  ],
  "workloadContext": "Production"
}
2023-03-18T13:33:06.002Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-18T13:33:06.002Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 dad851ae-1f1d-4e04-8847-f18fd5d51391 ASDC
2023-03-18T13:33:06.003Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
ServiceName:basic_onboard_gCPnoC
ServiceVersion:1.0
ServiceUUID:dad851ae-1f1d-4e04-8847-f18fd5d51391
ServiceInvariantUUID:693dcbb7-55f2-41d5-a0d9-572574329dfe
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardGcpnoc-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar
ArtifactUUID:d6569f72-4f81-428a-8593-389324ccdf48
ArtifactChecksum:MjQxYmE3NTM3MTRlYjAwMzA2YjMyYmJjMmU4MmNkYjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_gCPnoC 0
ResourceCustomizationUUID:9327f8c9-4591-449b-b6af-227dc0614cab
ResourceInvariantUUID:d7c6b294-4284-4b69-87ff-a797deedad73
ResourceName:basic_onboard_gCPnoC
ResourceType:VF
ResourceUUID:f3fb2f57-aad9-4f33-88db-c458ae09cdfb
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_gcpnoc0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json
ArtifactUUID:583db2fa-2045-4011-8045-9fd436580060
ArtifactChecksum:NjRhMmYzNDQxZDFkYzhiMjZmMTk3NDMzZmQwOWNiNWI=
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/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.yaml
ArtifactUUID:0846dbe8-d246-42f3-9ba6-3c197d6bb5c4
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/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.env
ArtifactUUID:7d3da3bf-4415-4326-b045-fe6bef605f78
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/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.env
ArtifactUUID:7d3da3bf-4415-4326-b045-fe6bef605f78
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-18T13:33:06.003Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF dad851ae-1f1d-4e04-8847-f18fd5d51391 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: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-18T13:33:06.038Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-18T13:33:06.039Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-03-18T13:33:06.039Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-03-18T13:33:06.040Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: d6569f72-4f81-428a-8593-389324ccdf48 from URL: /sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar
2023-03-18T13:33:06.040Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||DistributionClient - download
2023-03-18T13:33:06.040Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar
2023-03-18T13:33:06.075Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||GET Response Status 404
2023-03-18T13:33:06.075Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@27fea956
2023-03-18T13:33:06.075Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-18T13:33:06.076Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicOnboardGcpnoc"
      ]
    }
  }
}
2023-03-18T13:33:06.076Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicOnboardGcpnoc-csar.csar /sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar d6569f72-4f81-428a-8593-389324ccdf48 Specified artifact is  not found 300 ASDC artifact download fail
2023-03-18T13:33:06.076Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar ASDC sendASDCNotification
2023-03-18T13:33:06.076Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar(Specified artifact is  not found)
2023-03-18T13:33:06.076Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-18T13:33:06.076Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T13:33:06.077Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T13:33:06.077Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679146386076,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T13:33:07.077Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during processCsarServiceArtifacts ASDC processCsarServiceArtifacts 500 Exception in processCsarServiceArtifacts
org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact service-BasicOnboardGcpnoc-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar(UUID:d6569f72-4f81-428a-8593-389324ccdf48)
Error message is Specified artifact is  not found

	at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394)
	at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2023-03-18T13:33:07.094Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||ERROR|500||error NSST process resource failure 
java.lang.NullPointerException: null
	at org.onap.so.asdc.client.ASDCController.processNsstNotification(ASDCController.java:978)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:760)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-18T13:33:07.094Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: f3fb2f57-aad9-4f33-88db-c458ae09cdfb
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-18T13:33:07.099Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||basic_onboard_gCPnoC 0
2023-03-18T13:33:07.099Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: f3fb2f57-aad9-4f33-88db-c458ae09cdfb
2023-03-18T13:33:07.099Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 583db2fa-2045-4011-8045-9fd436580060 from URL: /sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json
2023-03-18T13:33:07.099Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||DistributionClient - download
2023-03-18T13:33:07.099Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json
2023-03-18T13:33:07.117Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||GET Response Status 404
2023-03-18T13:33:07.117Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@6dbd7848
2023-03-18T13:33:07.117Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-18T13:33:07.118Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicOnboardGcpnoc"
      ]
    }
  }
}
2023-03-18T13:33:07.118Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL basic_onboard_gcpnoc0_modules.json /sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json 583db2fa-2045-4011-8045-9fd436580060 Specified artifact is  not found 300 ASDC artifact download fail
2023-03-18T13:33:07.118Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json ASDC sendASDCNotification
2023-03-18T13:33:07.118Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json(Specified artifact is  not found)
2023-03-18T13:33:07.118Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-18T13:33:07.119Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T13:33:07.119Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T13:33:07.119Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679146387118,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T13:33:08.120Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during Installation of artifact ASDC processResourceNotification 500 Exception in processResourceNotification
org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact basic_onboard_gcpnoc0_modules.json could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json(UUID:583db2fa-2045-4011-8045-9fd436580060)
Error message is Specified artifact is  not found

	at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:787)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-18T13:33:08.120Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T13:33:08.139Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T13:33:08.142Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-18T13:33:08.143Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-18T13:33:38.144Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T13:33:38.164Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T13:33:38.168Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-18T13:33:38.168Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-18T13:33:58.919Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T13:33:58.921Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-18T13:33:58.921Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679146340483,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json",
  "status": "NOTIFIED"
}
2023-03-18T13:33:58.921Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:34:08.169Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T13:34:08.187Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T13:34:08.190Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-18T13:34:08.190Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-18T13:34:38.191Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T13:34:38.209Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T13:34:38.212Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-18T13:34:38.212Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-18T13:34:58.920Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T13:34:58.921Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-18T13:34:58.922Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679146340483,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2023-03-18T13:34:58.923Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:34:58.923Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-18T13:34:58.923Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679146340483,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T13:34:58.923Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:34:58.923Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-18T13:34:58.923Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679146340483,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2023-03-18T13:34:58.923Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:34:58.924Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-18T13:34:58.924Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679146340483,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T13:34:58.924Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:34:58.924Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-18T13:34:58.924Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679146340483,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar",
  "status": "NOTIFIED"
}
2023-03-18T13:34:58.924Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:34:58.925Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-18T13:34:58.925Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679146386076,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-18T13:34:58.925Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:34:58.925Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-18T13:34:58.925Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679146387118,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-18T13:34:58.925Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:35:08.213Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T13:35:08.233Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T13:35:08.237Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-18T13:35:08.237Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-18T13:35:38.238Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T13:35:38.256Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T13:35:38.260Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-18T13:35:38.260Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-18T13:35:58.919Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T13:36:08.260Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T13:36:08.280Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T13:36:08.283Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-18T13:36:08.284Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-18T13:36:38.284Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T13:36:38.301Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T13:36:38.305Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-18T13:36:38.306Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-18T13:36:58.920Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T13:37:08.306Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T13:37:08.326Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T13:37:08.329Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-18T13:37:08.329Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-18T13:37:38.329Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T13:37:38.349Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T13:37:38.352Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-18T13:37:38.352Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-18T13:37:58.920Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T13:37:59.037Z||kafka-coordinator-heartbeat-thread | so|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] consumer poll timeout has expired. This means the time between subsequent calls to poll() was longer than the configured max.poll.interval.ms, which typically implies that the poll loop is spending too much time processing messages. You can address this either by increasing max.poll.interval.ms or by reducing the maximum size of batches returned in poll() with max.poll.records.
2023-03-18T13:37:59.037Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Member SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2-8671d546-f07e-48ca-a5b0-fb2aeb21d5d5 sending LeaveGroup request to coordinator onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2147483645 rack: null) due to consumer poll timeout has expired.
2023-03-18T13:37:59.038Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Resetting generation and member id due to: consumer pro-actively leaving the group
2023-03-18T13:37:59.038Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Request joining group due to: consumer pro-actively leaving the group
2023-03-18T13:37:59.651Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T13:37:59.662Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Revoke previously assigned partitions SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-03-18T13:37:59.663Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] (Re-)joining group
2023-03-18T13:37:59.669Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Successfully joined group with generation Generation{generationId=57, memberId='SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94-2995e74d-4211-4955-93f6-f3f14568571e', protocol='range'}
2023-03-18T13:37:59.670Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Finished assignment for group at generation 57: {SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94-2995e74d-4211-4955-93f6-f3f14568571e=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])}
2023-03-18T13:37:59.688Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Successfully synced group in generation Generation{generationId=57, memberId='SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94-2995e74d-4211-4955-93f6-f3f14568571e', protocol='range'}
2023-03-18T13:37:59.689Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])
2023-03-18T13:37:59.689Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Adding newly assigned partitions: SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-03-18T13:37:59.694Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-18T13:37:59.698Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-18T13:37:59.699Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-18T13:37:59.699Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=1316, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-18T13:37:59.699Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-18T13:37:59.700Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-18T13:38:08.352Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2023-03-18T13:38:08.353Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-18T13:38:08.361Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846 and serviceModelVersionId: dad851ae-1f1d-4e04-8847-f18fd5d51391
2023-03-18T13:38:08.361Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 693dcbb7-55f2-41d5-a0d9-572574329dfe
2023-03-18T13:38:08.361Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391?depth=0
2023-03-18T13:38:08.365Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2023-03-18T13:38:08.378Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391?depth=0|INFO|500||Invoke
2023-03-18T13:38:08.379Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[24515712-1342-475f-9878-782ed8524eca], X-ECOMP-RequestID=[34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846], X-TransactionId=[], X-ONAP-RequestID=[34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846], Content-Type=[application/merge-patch+json]}
2023-03-18T13:38:08.385Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2023-03-18T13:38:08.414Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391?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/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391?depth=0 has http status code:404 and response headers:{date=[Sat, 18 Mar 2023 13:38:08 GMT], content-length=[495], x-aai-txid=[0-aai-resources-230318-13:38:08:088-94207], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-18T13:38:08.415Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391?depth=0|DEBUG|500||{"requestError":{"serviceException":{"messageId":"SVC3001","text":"Resource not found for %1 using id %2 (msg=%3) (ec=%4)","variables":["MERGE_PATCH","service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391","Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391","ERR.5.4.6114"]}}}

2023-03-18T13:38:08.416Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391?depth=0|INFO|404|Not Found|InvokeReturn
2023-03-18T13:38:08.418Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391) (ec=ERR.5.4.6114)
2023-03-18T13:38:08.419Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||ERROR|500||Exception occurred
javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391) (ec=ERR.5.4.6114)
	at org.onap.so.client.ResponseExceptionMapper.map(ResponseExceptionMapper.java:74)
	at org.onap.so.client.RestRequest.get(RestRequest.java:77)
	at org.onap.so.client.RestClient.buildRequest(RestClient.java:326)
	at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322)
	at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283)
	at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67)
	at net.jodah.failsafe.Execution.executeSync(Execution.java:117)
	at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319)
	at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71)
	at org.onap.so.client.RestClient.method(RestClient.java:322)
	at org.onap.so.client.RestClient.patch(RestClient.java:265)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184)
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-18T13:38:08.419Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391) (ec=ERR.5.4.6114)
2023-03-18T13:38:08.419Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391) (ec=ERR.5.4.6114)
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-18T13:38:08.425Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-18T13:38:08.425Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391) (ec=ERR.5.4.6114)
2023-03-18T13:38:08.425Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2023-03-18T13:38:08.425Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T13:38:08.425Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T13:38:08.425Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679146688425,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391) (ec\u003dERR.5.4.6114)"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T13:38:08.441Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T13:38:08.441Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679146688425,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391) (ec\u003dERR.5.4.6114)"
}
2023-03-18T13:38:08.441Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-18T13:38:09.450Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-18T13:38:09.451Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||received notification from broker: {"distributionID":"d4dc9e71-f2cb-491c-bcf1-9d51402514be","serviceName":"vFW 2023-03-18 11-08-36","serviceVersion":"1.0","serviceUUID":"27fdb87d-b713-4eaf-90a0-9e48041e5db6","serviceDescription":"catalog service description","serviceInvariantUUID":"cb6d14f9-78ae-470a-a6af-a3a2b9fea472","resources":[{"resourceInstanceName":"vFW 58569f3e-bd56 0","resourceName":"vFW 58569f3e-bd56","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"d26137cf-1389-4abe-8e09-78b44d7a1aae","resourceInvariantUUID":"440b369e-a09c-4c31-8a4e-6692abd11e0c","resourceCustomizationUUID":"e17fe765-865d-4748-ab41-44bdbee5a853","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/vf-license-model.xml","artifactChecksum":"MTFjYmU2ZGQwM2YxYTQxNjdhOWY1YjI5OWUyYjE5OTg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"7238df55-40f7-4cde-93e0-f3c86248a4ba","artifactVersion":"1"},{"artifactName":"vfw58569f3ebd560_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/vfw58569f3ebd560_modules.json","artifactChecksum":"ODg5YTAyNmJiZTFiZTA5MDMwZWVhNmFkMzVmNzk4YTg\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"a8ca7246-150c-4537-b08d-e58462b66bb6","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"be903e28-b266-44db-9c8b-4cbcb6f7ee77","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/vendor-license-model.xml","artifactChecksum":"NDExZWJjY2Q3ZjkxN2NkNTRiYmFlNDViOGZhYWJjM2M\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"cecd91b9-dbd7-4a9b-96a0-72674051949c","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"0637f995-3e6f-44f6-89fc-61906f5ff14b","artifactVersion":"2","generatedFromUUID":"be903e28-b266-44db-9c8b-4cbcb6f7ee77"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20230318110836-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-template.yml","artifactChecksum":"NjdmYzRlMTY1MzM1ODg5NjAzNTEzOWU1ZGFmNmNiNDI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"8648cca8-36e7-40c1-8faf-a7c0be2faa07","artifactVersion":"1"},{"artifactName":"service-Vfw20230318110836-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar","artifactChecksum":"NzY3OTRjMDBhMTZlZjQ1ZTQ3MTU0ZjE0NjliYmU1M2Y\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"436a091b-6820-4621-9f77-4a798268cc9d","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-18T13:38:09.451Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T13:38:09.452Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T13:38:09.452Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T13:38:09.452Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679146340483,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T13:38:10.454Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T13:38:10.455Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T13:38:10.455Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T13:38:10.455Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679146340483,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/vfw58569f3ebd560_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T13:38:11.457Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T13:38:11.457Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T13:38:11.458Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T13:38:11.458Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679146340483,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T13:38:12.460Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T13:38:12.461Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T13:38:12.461Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T13:38:12.461Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679146340483,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T13:38:13.463Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T13:38:13.464Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T13:38:13.465Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T13:38:13.465Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679146340483,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/base_vfw.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T13:38:14.467Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T13:38:14.468Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T13:38:14.468Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T13:38:14.468Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679146340483,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T13:38:15.470Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T13:38:15.470Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T13:38:15.471Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T13:38:15.471Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679146340483,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T13:38:16.473Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "serviceName": "vFW 2023-03-18 11-08-36",
  "serviceVersion": "1.0",
  "serviceUUID": "27fdb87d-b713-4eaf-90a0-9e48041e5db6",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "cb6d14f9-78ae-470a-a6af-a3a2b9fea472",
  "resources": [
    {
      "resourceInstanceName": "vFW 58569f3e-bd56 0",
      "resourceCustomizationUUID": "e17fe765-865d-4748-ab41-44bdbee5a853",
      "resourceName": "vFW 58569f3e-bd56",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "d26137cf-1389-4abe-8e09-78b44d7a1aae",
      "resourceInvariantUUID": "440b369e-a09c-4c31-8a4e-6692abd11e0c",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw58569f3ebd560_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/vfw58569f3ebd560_modules.json",
          "artifactChecksum": "ODg5YTAyNmJiZTFiZTA5MDMwZWVhNmFkMzVmNzk4YTg\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "a8ca7246-150c-4537-b08d-e58462b66bb6",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "be903e28-b266-44db-9c8b-4cbcb6f7ee77",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "0637f995-3e6f-44f6-89fc-61906f5ff14b",
            "generatedFromUUID": "be903e28-b266-44db-9c8b-4cbcb6f7ee77"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "0637f995-3e6f-44f6-89fc-61906f5ff14b",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20230318110836-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar",
      "artifactChecksum": "NzY3OTRjMDBhMTZlZjQ1ZTQ3MTU0ZjE0NjliYmU1M2Y\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "436a091b-6820-4621-9f77-4a798268cc9d"
    }
  ],
  "workloadContext": "Production"
}
2023-03-18T13:38:16.473Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-18T13:38:16.474Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 27fdb87d-b713-4eaf-90a0-9e48041e5db6 ASDC
2023-03-18T13:38:16.474Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:d4dc9e71-f2cb-491c-bcf1-9d51402514be
ServiceName:vFW 2023-03-18 11-08-36
ServiceVersion:1.0
ServiceUUID:27fdb87d-b713-4eaf-90a0-9e48041e5db6
ServiceInvariantUUID:cb6d14f9-78ae-470a-a6af-a3a2b9fea472
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20230318110836-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar
ArtifactUUID:436a091b-6820-4621-9f77-4a798268cc9d
ArtifactChecksum:NzY3OTRjMDBhMTZlZjQ1ZTQ3MTU0ZjE0NjliYmU1M2Y=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 58569f3e-bd56 0
ResourceCustomizationUUID:e17fe765-865d-4748-ab41-44bdbee5a853
ResourceInvariantUUID:440b369e-a09c-4c31-8a4e-6692abd11e0c
ResourceName:vFW 58569f3e-bd56
ResourceType:VF
ResourceUUID:d26137cf-1389-4abe-8e09-78b44d7a1aae
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw58569f3ebd560_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/vfw58569f3ebd560_modules.json
ArtifactUUID:a8ca7246-150c-4537-b08d-e58462b66bb6
ArtifactChecksum:ODg5YTAyNmJiZTFiZTA5MDMwZWVhNmFkMzVmNzk4YTg=
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/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/base_vfw.yaml
ArtifactUUID:be903e28-b266-44db-9c8b-4cbcb6f7ee77
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/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/base_vfw.env
ArtifactUUID:0637f995-3e6f-44f6-89fc-61906f5ff14b
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/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/base_vfw.env
ArtifactUUID:0637f995-3e6f-44f6-89fc-61906f5ff14b
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-18T13:38:16.474Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 27fdb87d-b713-4eaf-90a0-9e48041e5db6 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: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-18T13:38:16.512Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-18T13:38:16.513Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-03-18T13:38:16.513Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-03-18T13:38:16.514Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 436a091b-6820-4621-9f77-4a798268cc9d from URL: /sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar
2023-03-18T13:38:16.514Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||DistributionClient - download
2023-03-18T13:38:16.515Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar
2023-03-18T13:38:16.799Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2023-03-18T13:38:16.806Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar 436a091b-6820-4621-9f77-4a798268cc9d 101467
2023-03-18T13:38:16.807Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar ASDC sendASDCNotification
2023-03-18T13:38:16.807Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar
2023-03-18T13:38:16.807Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-18T13:38:16.807Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T13:38:16.807Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T13:38:16.808Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679146696806,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T13:38:17.809Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-18T13:38:17.810Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-03-18T13:38:17.810Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 436a091b-6820-4621-9f77-4a798268cc9d, URL: /sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar to file: /app/ASDC/1/service-Vfw20230318110836-csar.csar
2023-03-18T13:38:17.810Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20230318110836-csar.csar
2023-03-18T13:38:17.811Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20230318110836-csar.csar
2023-03-18T13:38:17.811Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20230318110836-csar.csar
2023-03-18T13:38:17.929Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10000101061052984263/Definitions/service-Vfw20230318110836-template.yml
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vfw_name" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_user_data_format" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_key_name" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "compute_vfw_metadata" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "compute_vsn_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vsn_key_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "compute_vsn_user_data_format" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "compute_vsn_metadata" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided
2023-03-18T13:38:19.328Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-18T13:38:19.328Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||WARN|500||####################################################################################################
2023-03-18T13:38:19.328Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20230318110836-csar.csar
2023-03-18T13:38:19.328Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2023-03-18T13:38:19.328Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230318110836-csar.csar
2023-03-18T13:38:19.328Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230318110836-csar.csar
2023-03-18T13:38:19.328Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20230318110836-csar.csar
2023-03-18T13:38:19.328Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230318110836-csar.csar
2023-03-18T13:38:19.328Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230318110836-csar.csar
2023-03-18T13:38:19.328Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230318110836-csar.csar
2023-03-18T13:38:19.328Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230318110836-csar.csar
2023-03-18T13:38:19.328Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230318110836-csar.csar
2023-03-18T13:38:19.328Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230318110836-csar.csar
2023-03-18T13:38:19.328Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 58569f3e-bd56 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-Vfw20230318110836-csar.csar
2023-03-18T13:38:19.328Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230318110836-csar.csar
2023-03-18T13:38:19.328Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||WARN|500||####################################################################################################
2023-03-18T13:38:19.328Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T13:38:19.329Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-03-18 11-08-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T13:38:19.329Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template vFW 58569f3e-bd56 0 is matching search criteria
2023-03-18T13:38:19.329Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2023-03-18T13:38:19.329Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 58569f3e-bd56 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-18T13:38:19.329Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T13:38:19.329Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-03-18 11-08-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T13:38:19.329Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template vFW 58569f3e-bd56 0 is matching search criteria
2023-03-18T13:38:19.329Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2023-03-18T13:38:19.329Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 58569f3e-bd56 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-18T13:38:19.329Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T13:38:19.329Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-03-18 11-08-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T13:38:19.329Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T13:38:19.329Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template vFW 58569f3e-bd56 0 is not matching search criteria
2023-03-18T13:38:19.329Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-18T13:38:19.329Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-18T13:38:19.329Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-18T13:38:19.329Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-18T13:38:19.329Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-18T13:38:19.329Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-18T13:38:19.330Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-18T13:38:19.330Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-18T13:38:19.330Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-18T13:38:19.330Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-18T13:38:19.330Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-18T13:38:19.330Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-18T13:38:19.330Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-18T13:38:19.330Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-18T13:38:19.330Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-18T13:38:19.330Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-03-18T13:38:19.330Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T13:38:19.330Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-03-18 11-08-36 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-03-18T13:38:19.330Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T13:38:19.330Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template vFW 58569f3e-bd56 0 is matching search criteria
2023-03-18T13:38:19.330Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 58569f3e-bd56 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-18T13:38:19.330Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T13:38:19.330Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template vFW 58569f3e-bd56 0 is matching search criteria
2023-03-18T13:38:19.330Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 58569f3e-bd56 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-18T13:38:19.330Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T13:38:19.330Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template vFW 58569f3e-bd56 0 is matching search criteria
2023-03-18T13:38:19.330Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 58569f3e-bd56 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-18T13:38:19.331Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T13:38:19.331Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template vFW 58569f3e-bd56 0 is not matching search criteria
2023-03-18T13:38:19.331Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-18T13:38:19.331Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-18T13:38:19.331Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-03-18T13:38:19.331Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-18T13:38:19.331Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-18T13:38:19.331Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-18T13:38:19.331Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-18T13:38:19.331Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-18T13:38:19.331Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-18T13:38:19.331Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-18T13:38:19.331Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-18T13:38:19.331Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=54648a20-f030-49c4-93d4-4525b2108f51
2023-03-18T13:38:19.331Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T13:38:19.331Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template vFW 58569f3e-bd56 0 is not matching search criteria
2023-03-18T13:38:19.331Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-18T13:38:19.331Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-18T13:38:19.331Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-18T13:38:19.331Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-18T13:38:19.331Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-18T13:38:19.331Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-18T13:38:19.332Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-18T13:38:19.332Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-03-18T13:38:19.332Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-18T13:38:19.332Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-18T13:38:19.332Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-18T13:38:19.332Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-18T13:38:19.332Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=c8000f82-3ea0-499f-845f-48af9ca20f40
2023-03-18T13:38:19.332Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T13:38:19.332Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template vFW 58569f3e-bd56 0 is not matching search criteria
2023-03-18T13:38:19.332Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-18T13:38:19.332Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-18T13:38:19.332Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-18T13:38:19.332Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-18T13:38:19.332Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-18T13:38:19.332Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-18T13:38:19.332Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-18T13:38:19.332Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-18T13:38:19.332Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-18T13:38:19.332Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-18T13:38:19.332Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-18T13:38:19.332Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-03-18T13:38:19.332Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=8d37dce4-ace0-4972-b0ae-359f5ee34e15
2023-03-18T13:38:19.332Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T13:38:19.333Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-03-18 11-08-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T13:38:19.333Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T13:38:19.333Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-03-18 11-08-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T13:38:19.333Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T13:38:19.333Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-03-18 11-08-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T13:38:19.333Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T13:38:19.333Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-03-18 11-08-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T13:38:19.333Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2023-03-18 11-08-36
Description:catalog service description
Model UUID:27fdb87d-b713-4eaf-90a0-9e48041e5db6
Model Version:NULL
Model InvariantUuid:cb6d14f9-78ae-470a-a6af-a3a2b9fea472
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 58569f3e-bd56
Model UUID:2fc36073-92c9-4d5d-9644-0bb6550c287b
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:440b369e-a09c-4c31-8a4e-6692abd11e0c
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:e17fe765-865d-4748-ab41-44bdbee5a853
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:351d450e-b1b7-41ae-a83a-2a71f15e25d1
ModelName:Vfw58569f3eBd56..base_vfw..module-0
ModelUuid:0d68d68e-dec8-43d2-aff9-f5d88cc04393
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:54648a20-f030-49c4-93d4-4525b2108f51
ModelInvariantUuid:4ab08134-cd1d-4688-9b75-17c67d1a3e81
ModelName:vFW 58569f3e-bd56-nodes.vfwCvfc
ModelUuid:d6b2f0ba-9202-407c-a163-7cc24d0f18b4
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:056f6090-f73c-4739-af97-620c05ad132a
ModelInvariantUuid:983e3ada-7ea8-4303-8174-d3114334eb9e
ModelName:Vfw58569f3eBd56.compute.nodes.heat.vfw
ModelUuid:3d4b7896-bd84-401c-aa77-b889e41a200a
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:c8000f82-3ea0-499f-845f-48af9ca20f40
ModelInvariantUuid:fcd18208-a79b-409f-9943-f6fdaf7b423e
ModelName:vFW 58569f3e-bd56-nodes.vsnCvfc
ModelUuid:2dc70d22-f13d-4809-b3aa-6be925119137
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:402dc1d7-02f5-4fe5-9c72-942fea6de45f
ModelInvariantUuid:0b0ccbe0-ee97-4020-bd46-0de8c06bfc96
ModelName:Vfw58569f3eBd56.compute.nodes.heat.vsn
ModelUuid:9156b53b-b6f9-40ab-bf18-4e57fbace729
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:8d37dce4-ace0-4972-b0ae-359f5ee34e15
ModelInvariantUuid:5fb0558e-6cb2-4431-b7ca-6445c8799cef
ModelName:vFW 58569f3e-bd56-nodes.vpgCvfc
ModelUuid:fa77263e-b297-4fc8-ad06-fee6a19575f2
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:c490c1b0-6d8a-4e04-bcc3-d1334a874130
ModelInvariantUuid:49041fa9-9665-4fc5-a429-9d3d7490839b
ModelName:Vfw58569f3eBd56.compute.nodes.heat.vpg
ModelUuid:7e8eb1f5-1f60-4b7b-ac6b-192037bf4db6
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=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-03-18T13:38:19.366Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||ERROR|500||Csar with UUID: 436a091b-6820-4621-9f77-4a798268cc9d already exists
2023-03-18T13:38:19.367Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar ASDC sendASDCNotification
2023-03-18T13:38:19.367Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar(Csar with UUID: 436a091b-6820-4621-9f77-4a798268cc9d already exists)
2023-03-18T13:38:19.367Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-18T13:38:19.367Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T13:38:19.367Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T13:38:19.367Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679146699367,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 436a091b-6820-4621-9f77-4a798268cc9d already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T13:38:20.368Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar ASDC sendASDCNotification
2023-03-18T13:38:20.368Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar(Resource with UUID: d26137cf-1389-4abe-8e09-78b44d7a1aae already exists)
2023-03-18T13:38:20.369Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-18T13:38:20.369Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T13:38:20.369Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T13:38:20.369Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679146700368,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: d26137cf-1389-4abe-8e09-78b44d7a1aae already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T13:38:21.370Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d4dc9e71-f2cb-491c-bcf1-9d51402514be
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T13:38:21.386Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d4dc9e71-f2cb-491c-bcf1-9d51402514be
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T13:38:21.390Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-18T13:38:21.390Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-18T13:38:21.390Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-18T13:38:21.390Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-18T13:38:21.390Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T13:38:21.390Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T13:38:21.391Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T13:38:21.391Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T13:38:21.391Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T13:38:21.391Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-18T13:38:21.401Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-18T13:38:51.402Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: d4dc9e71-f2cb-491c-bcf1-9d51402514be and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-18T13:38:51.408Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: d4dc9e71-f2cb-491c-bcf1-9d51402514be and serviceModelVersionId: 27fdb87d-b713-4eaf-90a0-9e48041e5db6
2023-03-18T13:38:51.408Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : cb6d14f9-78ae-470a-a6af-a3a2b9fea472
2023-03-18T13:38:51.409Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/cb6d14f9-78ae-470a-a6af-a3a2b9fea472/model-vers/model-ver/27fdb87d-b713-4eaf-90a0-9e48041e5db6?depth=0
2023-03-18T13:38:51.416Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2023-03-18T13:38:51.430Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cb6d14f9-78ae-470a-a6af-a3a2b9fea472/model-vers/model-ver/27fdb87d-b713-4eaf-90a0-9e48041e5db6?depth=0|INFO|500||Invoke
2023-03-18T13:38:51.430Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cb6d14f9-78ae-470a-a6af-a3a2b9fea472/model-vers/model-ver/27fdb87d-b713-4eaf-90a0-9e48041e5db6?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cb6d14f9-78ae-470a-a6af-a3a2b9fea472/model-vers/model-ver/27fdb87d-b713-4eaf-90a0-9e48041e5db6?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[d4dc9e71-f2cb-491c-bcf1-9d51402514be], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[78ad8bea-2ec9-4b37-9caf-a9deeedeec57], X-ECOMP-RequestID=[d4dc9e71-f2cb-491c-bcf1-9d51402514be], X-TransactionId=[], X-ONAP-RequestID=[d4dc9e71-f2cb-491c-bcf1-9d51402514be], Content-Type=[application/merge-patch+json]}
2023-03-18T13:38:51.437Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cb6d14f9-78ae-470a-a6af-a3a2b9fea472/model-vers/model-ver/27fdb87d-b713-4eaf-90a0-9e48041e5db6?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-18T13:38:51.556Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cb6d14f9-78ae-470a-a6af-a3a2b9fea472/model-vers/model-ver/27fdb87d-b713-4eaf-90a0-9e48041e5db6?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/cb6d14f9-78ae-470a-a6af-a3a2b9fea472/model-vers/model-ver/27fdb87d-b713-4eaf-90a0-9e48041e5db6?depth=0 has http status code:200 and response headers:{date=[Sat, 18 Mar 2023 13:38:51 GMT], content-length=[0], vertex-id=[593936], x-aai-txid=[0-aai-resources-230318-13:38:51:140-71306], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-18T13:38:51.556Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cb6d14f9-78ae-470a-a6af-a3a2b9fea472/model-vers/model-ver/27fdb87d-b713-4eaf-90a0-9e48041e5db6?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-18T13:38:51.557Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cb6d14f9-78ae-470a-a6af-a3a2b9fea472/model-vers/model-ver/27fdb87d-b713-4eaf-90a0-9e48041e5db6?depth=0|INFO|500||InvokeReturn
2023-03-18T13:38:51.557Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-18T13:38:51.557Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-18T13:38:51.562Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-18T13:38:51.563Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID d4dc9e71-f2cb-491c-bcf1-9d51402514be and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-18T13:38:51.563Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-18T13:38:51.563Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T13:38:51.563Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T13:38:51.563Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679146731563,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-18T13:38:52.588Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-18T13:38:52.588Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||received notification from broker: {"distributionID":"9f6cbd74-5561-4ebf-ae29-ef09adcdb35a","serviceName":"vFW 2023-03-18 11-49-31","serviceVersion":"1.0","serviceUUID":"6d984351-d1ca-40a4-aad4-cb46662a587a","serviceDescription":"catalog service description","serviceInvariantUUID":"cf32c985-ce6d-438e-ae22-e6fd004665b3","resources":[{"resourceInstanceName":"vFW c11b0f1b-4505 0","resourceName":"vFW c11b0f1b-4505","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"c7374fd6-6727-4426-9587-40812bc7c663","resourceInvariantUUID":"26f1c4e0-d5d2-4519-a829-ba04da79dfd3","resourceCustomizationUUID":"19f5eed0-33a8-4dbf-839a-f2ac2d3b058b","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/vf-license-model.xml","artifactChecksum":"ZmYyYjdhM2U5NTJiNDExYWMwYTMzMTkyZDMwYzcxZTc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"7b8e42e6-1821-4cac-aa27-034f93b9a8bb","artifactVersion":"1"},{"artifactName":"vfwc11b0f1b45050_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/vfwc11b0f1b45050_modules.json","artifactChecksum":"YTA1YjZlZDc1ZGI4M2FjMjI5NWE4ZTQzZjQxZmI1MGE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"40a0f4a8-4459-48c6-8da9-780f32a6e90d","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"3198714b-6cfa-4ae8-9e58-caa5fd7816d1","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/vendor-license-model.xml","artifactChecksum":"OTNkYjEwYTcxMGU1ODVlYThkMzJiZjM0OWMzYWExNTg\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"56d4001a-cb5d-4c8b-a9db-05f6dd036a2e","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"72f0a15a-ad88-4350-921f-de50e44e2b78","artifactVersion":"2","generatedFromUUID":"3198714b-6cfa-4ae8-9e58-caa5fd7816d1"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20230318114931-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-template.yml","artifactChecksum":"MmZjZDk3ZDhkZWNhNmYyZTJiYmJjYzlhZTNjZmUwZDU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"d733d559-0885-4fbb-8573-c3718d9662ac","artifactVersion":"1"},{"artifactName":"service-Vfw20230318114931-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar","artifactChecksum":"NzYyNTc4YTljZWI3YjE3YThjOTU0MjkyMGEyMDMxNDY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"2a8efcaf-0813-4b52-901f-136ba065c343","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-18T13:38:52.588Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T13:38:52.588Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T13:38:52.588Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T13:38:52.589Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679146340483,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T13:38:53.590Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T13:38:53.590Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T13:38:53.590Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T13:38:53.590Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679146340483,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/vfwc11b0f1b45050_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T13:38:54.591Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T13:38:54.591Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T13:38:54.591Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T13:38:54.591Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679146340483,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T13:38:55.592Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T13:38:55.593Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T13:38:55.594Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T13:38:55.594Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679146340483,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T13:38:56.595Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T13:38:56.595Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T13:38:56.595Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T13:38:56.595Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679146340483,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/base_vfw.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T13:38:57.596Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T13:38:57.596Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T13:38:57.597Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T13:38:57.597Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679146340483,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T13:38:58.597Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T13:38:58.598Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T13:38:58.599Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T13:38:58.599Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679146340483,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T13:38:58.920Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T13:38:58.926Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T13:38:58.926Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679146340483,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T13:38:58.927Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:38:58.927Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T13:38:58.927Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679146340483,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/vfw58569f3ebd560_modules.json",
  "status": "NOTIFIED"
}
2023-03-18T13:38:58.927Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:38:58.927Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T13:38:58.927Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679146340483,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-03-18T13:38:58.927Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:38:58.928Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T13:38:58.928Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679146340483,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T13:38:58.928Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:38:58.928Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T13:38:58.928Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679146340483,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2023-03-18T13:38:58.928Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:38:58.928Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T13:38:58.928Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679146340483,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T13:38:58.929Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:38:58.929Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T13:38:58.929Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679146340483,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar",
  "status": "NOTIFIED"
}
2023-03-18T13:38:58.929Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:38:58.929Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T13:38:58.929Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679146696806,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-18T13:38:58.929Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:38:58.929Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T13:38:58.929Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679146699367,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 436a091b-6820-4621-9f77-4a798268cc9d already exists"
}
2023-03-18T13:38:58.929Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:38:58.930Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T13:38:58.930Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679146700368,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: d26137cf-1389-4abe-8e09-78b44d7a1aae already exists"
}
2023-03-18T13:38:58.930Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:38:58.930Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T13:38:58.930Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679146731563,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-18T13:38:58.930Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:38:58.930Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T13:38:58.930Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679146340483,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T13:38:58.930Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:38:58.930Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T13:38:58.930Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679146340483,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/vfwc11b0f1b45050_modules.json",
  "status": "NOTIFIED"
}
2023-03-18T13:38:58.931Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:38:58.931Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T13:38:58.931Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679146340483,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-03-18T13:38:58.931Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:38:58.931Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T13:38:58.931Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679146340483,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T13:38:58.931Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:38:58.931Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T13:38:58.932Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679146340483,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2023-03-18T13:38:58.932Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:38:58.932Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T13:38:58.932Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679146340483,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T13:38:58.932Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:38:58.932Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T13:38:58.932Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679146340483,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar",
  "status": "NOTIFIED"
}
2023-03-18T13:38:58.932Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:38:59.600Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "serviceName": "vFW 2023-03-18 11-49-31",
  "serviceVersion": "1.0",
  "serviceUUID": "6d984351-d1ca-40a4-aad4-cb46662a587a",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "cf32c985-ce6d-438e-ae22-e6fd004665b3",
  "resources": [
    {
      "resourceInstanceName": "vFW c11b0f1b-4505 0",
      "resourceCustomizationUUID": "19f5eed0-33a8-4dbf-839a-f2ac2d3b058b",
      "resourceName": "vFW c11b0f1b-4505",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "c7374fd6-6727-4426-9587-40812bc7c663",
      "resourceInvariantUUID": "26f1c4e0-d5d2-4519-a829-ba04da79dfd3",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfwc11b0f1b45050_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/vfwc11b0f1b45050_modules.json",
          "artifactChecksum": "YTA1YjZlZDc1ZGI4M2FjMjI5NWE4ZTQzZjQxZmI1MGE\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "40a0f4a8-4459-48c6-8da9-780f32a6e90d",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "3198714b-6cfa-4ae8-9e58-caa5fd7816d1",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "72f0a15a-ad88-4350-921f-de50e44e2b78",
            "generatedFromUUID": "3198714b-6cfa-4ae8-9e58-caa5fd7816d1"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "72f0a15a-ad88-4350-921f-de50e44e2b78",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20230318114931-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar",
      "artifactChecksum": "NzYyNTc4YTljZWI3YjE3YThjOTU0MjkyMGEyMDMxNDY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "2a8efcaf-0813-4b52-901f-136ba065c343"
    }
  ],
  "workloadContext": "Production"
}
2023-03-18T13:38:59.601Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-18T13:38:59.601Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 6d984351-d1ca-40a4-aad4-cb46662a587a ASDC
2023-03-18T13:38:59.602Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:9f6cbd74-5561-4ebf-ae29-ef09adcdb35a
ServiceName:vFW 2023-03-18 11-49-31
ServiceVersion:1.0
ServiceUUID:6d984351-d1ca-40a4-aad4-cb46662a587a
ServiceInvariantUUID:cf32c985-ce6d-438e-ae22-e6fd004665b3
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20230318114931-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar
ArtifactUUID:2a8efcaf-0813-4b52-901f-136ba065c343
ArtifactChecksum:NzYyNTc4YTljZWI3YjE3YThjOTU0MjkyMGEyMDMxNDY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW c11b0f1b-4505 0
ResourceCustomizationUUID:19f5eed0-33a8-4dbf-839a-f2ac2d3b058b
ResourceInvariantUUID:26f1c4e0-d5d2-4519-a829-ba04da79dfd3
ResourceName:vFW c11b0f1b-4505
ResourceType:VF
ResourceUUID:c7374fd6-6727-4426-9587-40812bc7c663
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwc11b0f1b45050_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/vfwc11b0f1b45050_modules.json
ArtifactUUID:40a0f4a8-4459-48c6-8da9-780f32a6e90d
ArtifactChecksum:YTA1YjZlZDc1ZGI4M2FjMjI5NWE4ZTQzZjQxZmI1MGE=
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/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/base_vfw.yaml
ArtifactUUID:3198714b-6cfa-4ae8-9e58-caa5fd7816d1
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/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/base_vfw.env
ArtifactUUID:72f0a15a-ad88-4350-921f-de50e44e2b78
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/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/base_vfw.env
ArtifactUUID:72f0a15a-ad88-4350-921f-de50e44e2b78
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-18T13:38:59.603Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 6d984351-d1ca-40a4-aad4-cb46662a587a 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: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-18T13:38:59.648Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-18T13:38:59.649Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-03-18T13:38:59.656Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-03-18T13:38:59.656Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 2a8efcaf-0813-4b52-901f-136ba065c343 from URL: /sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar
2023-03-18T13:38:59.657Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||INFO|500||DistributionClient - download
2023-03-18T13:38:59.657Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar
2023-03-18T13:38:59.875Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2023-03-18T13:38:59.882Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar 2a8efcaf-0813-4b52-901f-136ba065c343 101507
2023-03-18T13:38:59.883Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar ASDC sendASDCNotification
2023-03-18T13:38:59.883Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar
2023-03-18T13:38:59.884Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-18T13:38:59.884Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T13:38:59.884Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T13:38:59.884Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679146739883,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T13:39:00.885Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-18T13:39:00.886Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-03-18T13:39:00.886Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 2a8efcaf-0813-4b52-901f-136ba065c343, URL: /sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar to file: /app/ASDC/1/service-Vfw20230318114931-csar.csar
2023-03-18T13:39:00.886Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20230318114931-csar.csar
2023-03-18T13:39:00.887Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20230318114931-csar.csar
2023-03-18T13:39:00.887Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20230318114931-csar.csar
2023-03-18T13:39:01.010Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17602615135595892480/Definitions/service-Vfw20230318114931-template.yml
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_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vfw_name" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_user_data_format" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_key_name" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "compute_vfw_metadata" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
2023-03-18T13:39:02.403Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-18T13:39:02.403Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||WARN|500||####################################################################################################
2023-03-18T13:39:02.403Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20230318114931-csar.csar
2023-03-18T13:39:02.403Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2023-03-18T13:39:02.403Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230318114931-csar.csar
2023-03-18T13:39:02.403Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230318114931-csar.csar
2023-03-18T13:39:02.403Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20230318114931-csar.csar
2023-03-18T13:39:02.404Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230318114931-csar.csar
2023-03-18T13:39:02.404Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230318114931-csar.csar
2023-03-18T13:39:02.404Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230318114931-csar.csar
2023-03-18T13:39:02.404Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230318114931-csar.csar
2023-03-18T13:39:02.404Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230318114931-csar.csar
2023-03-18T13:39:02.404Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230318114931-csar.csar
2023-03-18T13:39:02.404Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230318114931-csar.csar
2023-03-18T13:39:02.404Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW c11b0f1b-4505 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-Vfw20230318114931-csar.csar
2023-03-18T13:39:02.404Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||WARN|500||####################################################################################################
2023-03-18T13:39:02.404Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T13:39:02.404Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-03-18 11-49-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T13:39:02.405Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template vFW c11b0f1b-4505 0 is matching search criteria
2023-03-18T13:39:02.405Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2023-03-18T13:39:02.405Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW c11b0f1b-4505 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-18T13:39:02.405Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T13:39:02.405Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-03-18 11-49-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T13:39:02.405Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template vFW c11b0f1b-4505 0 is matching search criteria
2023-03-18T13:39:02.405Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2023-03-18T13:39:02.405Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW c11b0f1b-4505 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-18T13:39:02.406Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T13:39:02.406Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-03-18 11-49-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T13:39:02.406Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T13:39:02.406Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template vFW c11b0f1b-4505 0 is not matching search criteria
2023-03-18T13:39:02.406Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-18T13:39:02.406Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-18T13:39:02.406Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-18T13:39:02.406Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-18T13:39:02.406Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-18T13:39:02.406Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-18T13:39:02.406Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-18T13:39:02.407Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-18T13:39:02.407Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-18T13:39:02.407Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-18T13:39:02.407Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-18T13:39:02.407Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-18T13:39:02.407Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-18T13:39:02.407Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-18T13:39:02.407Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-18T13:39:02.407Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-03-18T13:39:02.407Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T13:39:02.407Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-03-18 11-49-31 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-03-18T13:39:02.408Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T13:39:02.408Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template vFW c11b0f1b-4505 0 is matching search criteria
2023-03-18T13:39:02.408Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW c11b0f1b-4505 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-18T13:39:02.408Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T13:39:02.408Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template vFW c11b0f1b-4505 0 is matching search criteria
2023-03-18T13:39:02.408Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW c11b0f1b-4505 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-18T13:39:02.408Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T13:39:02.408Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template vFW c11b0f1b-4505 0 is matching search criteria
2023-03-18T13:39:02.408Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW c11b0f1b-4505 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-18T13:39:02.408Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T13:39:02.408Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template vFW c11b0f1b-4505 0 is not matching search criteria
2023-03-18T13:39:02.409Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-18T13:39:02.409Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-03-18T13:39:02.409Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-18T13:39:02.409Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-18T13:39:02.409Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-18T13:39:02.409Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-18T13:39:02.409Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-18T13:39:02.409Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-18T13:39:02.409Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-18T13:39:02.409Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-18T13:39:02.409Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-18T13:39:02.410Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=93a1b299-440a-4b46-b809-896a244a8c3e
2023-03-18T13:39:02.410Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T13:39:02.410Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template vFW c11b0f1b-4505 0 is not matching search criteria
2023-03-18T13:39:02.410Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-18T13:39:02.410Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-18T13:39:02.410Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-18T13:39:02.410Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-18T13:39:02.410Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-18T13:39:02.410Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-18T13:39:02.410Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-18T13:39:02.411Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-03-18T13:39:02.411Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-18T13:39:02.411Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-18T13:39:02.411Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-18T13:39:02.411Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-18T13:39:02.411Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=f46f0c4d-868d-4d5b-9783-ea8cf0f2cc90
2023-03-18T13:39:02.411Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T13:39:02.411Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template vFW c11b0f1b-4505 0 is not matching search criteria
2023-03-18T13:39:02.411Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-18T13:39:02.411Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-18T13:39:02.411Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-18T13:39:02.411Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-18T13:39:02.412Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-18T13:39:02.412Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-18T13:39:02.412Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-18T13:39:02.412Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-18T13:39:02.412Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-18T13:39:02.412Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-18T13:39:02.412Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-18T13:39:02.412Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-03-18T13:39:02.412Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=5079a023-f40e-49e5-9a39-abc7b36fa226
2023-03-18T13:39:02.412Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T13:39:02.412Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-03-18 11-49-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T13:39:02.412Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T13:39:02.412Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-03-18 11-49-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T13:39:02.412Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T13:39:02.412Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-03-18 11-49-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T13:39:02.412Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T13:39:02.413Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-03-18 11-49-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T13:39:02.413Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2023-03-18 11-49-31
Description:catalog service description
Model UUID:6d984351-d1ca-40a4-aad4-cb46662a587a
Model Version:NULL
Model InvariantUuid:cf32c985-ce6d-438e-ae22-e6fd004665b3
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW c11b0f1b-4505
Model UUID:ebdaa0dd-57e1-4fdd-a831-8135ea117a46
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:26f1c4e0-d5d2-4519-a829-ba04da79dfd3
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:19f5eed0-33a8-4dbf-839a-f2ac2d3b058b
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:6ebe4145-67c2-45e6-9597-53226a0916bd
ModelName:VfwC11b0f1b4505..base_vfw..module-0
ModelUuid:0261834d-3be1-4860-8b24-040e2c80aecd
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:93a1b299-440a-4b46-b809-896a244a8c3e
ModelInvariantUuid:8ec395e7-2102-4d02-844f-c114ac1a4203
ModelName:vFW c11b0f1b-4505-nodes.vfwCvfc
ModelUuid:504b1f13-9ac9-4e16-910b-43ab4acacb0f
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:99287d62-b33c-413e-89ec-87108c575104
ModelInvariantUuid:47f32f44-cd17-4eef-9e16-abcb011ab104
ModelName:VfwC11b0f1b4505.compute.nodes.heat.vfw
ModelUuid:2a6b0c3b-4ab1-49cd-8a96-f1f0feba73a0
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:f46f0c4d-868d-4d5b-9783-ea8cf0f2cc90
ModelInvariantUuid:d8e52c29-a773-431c-95b4-d1f0431b5e9e
ModelName:vFW c11b0f1b-4505-nodes.vsnCvfc
ModelUuid:e2d70f6d-c1ff-493f-99ab-25fea72fcdcc
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:113d5ed4-4ad4-49a7-94a3-7a01856b2205
ModelInvariantUuid:39b9a204-ad6c-4bfc-8b8d-763592e31d47
ModelName:VfwC11b0f1b4505.compute.nodes.heat.vsn
ModelUuid:fb5c808e-fe4a-477f-9cbd-5ab7141bbabe
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:5079a023-f40e-49e5-9a39-abc7b36fa226
ModelInvariantUuid:457dc8a1-b2ed-4d6f-963b-32e7f710a988
ModelName:vFW c11b0f1b-4505-nodes.vpgCvfc
ModelUuid:b289eee2-d7be-43f7-a6eb-232cf9ffa6c4
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:b5a732bf-796a-41d5-8db9-e0467a3c1b4a
ModelInvariantUuid:6626a445-05ec-4eb4-b903-06723caa1195
ModelName:VfwC11b0f1b4505.compute.nodes.heat.vpg
ModelUuid:f6a4ab06-9982-4e1b-be30-d56572ed840e
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=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-03-18T13:39:02.447Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||ERROR|500||Csar with UUID: 2a8efcaf-0813-4b52-901f-136ba065c343 already exists
2023-03-18T13:39:02.447Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar ASDC sendASDCNotification
2023-03-18T13:39:02.447Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar(Csar with UUID: 2a8efcaf-0813-4b52-901f-136ba065c343 already exists)
2023-03-18T13:39:02.447Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-18T13:39:02.447Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T13:39:02.448Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T13:39:02.448Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679146742447,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 2a8efcaf-0813-4b52-901f-136ba065c343 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T13:39:03.448Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar ASDC sendASDCNotification
2023-03-18T13:39:03.448Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar(Resource with UUID: c7374fd6-6727-4426-9587-40812bc7c663 already exists)
2023-03-18T13:39:03.448Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-18T13:39:03.448Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T13:39:03.449Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T13:39:03.449Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679146743448,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: c7374fd6-6727-4426-9587-40812bc7c663 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T13:39:04.449Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9f6cbd74-5561-4ebf-ae29-ef09adcdb35a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T13:39:04.468Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9f6cbd74-5561-4ebf-ae29-ef09adcdb35a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T13:39:04.472Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-18T13:39:04.472Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-18T13:39:04.472Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-18T13:39:04.472Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-18T13:39:04.472Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T13:39:04.472Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T13:39:04.473Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T13:39:04.473Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T13:39:04.473Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T13:39:04.473Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-18T13:39:04.481Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-18T13:39:34.482Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 9f6cbd74-5561-4ebf-ae29-ef09adcdb35a and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-18T13:39:34.490Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 9f6cbd74-5561-4ebf-ae29-ef09adcdb35a and serviceModelVersionId: 6d984351-d1ca-40a4-aad4-cb46662a587a
2023-03-18T13:39:34.490Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : cf32c985-ce6d-438e-ae22-e6fd004665b3
2023-03-18T13:39:34.491Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/cf32c985-ce6d-438e-ae22-e6fd004665b3/model-vers/model-ver/6d984351-d1ca-40a4-aad4-cb46662a587a?depth=0
2023-03-18T13:39:34.496Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2023-03-18T13:39:34.508Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cf32c985-ce6d-438e-ae22-e6fd004665b3/model-vers/model-ver/6d984351-d1ca-40a4-aad4-cb46662a587a?depth=0|INFO|500||Invoke
2023-03-18T13:39:34.508Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cf32c985-ce6d-438e-ae22-e6fd004665b3/model-vers/model-ver/6d984351-d1ca-40a4-aad4-cb46662a587a?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cf32c985-ce6d-438e-ae22-e6fd004665b3/model-vers/model-ver/6d984351-d1ca-40a4-aad4-cb46662a587a?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[9f6cbd74-5561-4ebf-ae29-ef09adcdb35a], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[5b2bfe0f-2a01-43a3-bd93-263fac1d8c77], X-ECOMP-RequestID=[9f6cbd74-5561-4ebf-ae29-ef09adcdb35a], X-TransactionId=[], X-ONAP-RequestID=[9f6cbd74-5561-4ebf-ae29-ef09adcdb35a], Content-Type=[application/merge-patch+json]}
2023-03-18T13:39:34.530Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cf32c985-ce6d-438e-ae22-e6fd004665b3/model-vers/model-ver/6d984351-d1ca-40a4-aad4-cb46662a587a?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-18T13:39:34.651Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cf32c985-ce6d-438e-ae22-e6fd004665b3/model-vers/model-ver/6d984351-d1ca-40a4-aad4-cb46662a587a?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/cf32c985-ce6d-438e-ae22-e6fd004665b3/model-vers/model-ver/6d984351-d1ca-40a4-aad4-cb46662a587a?depth=0 has http status code:200 and response headers:{date=[Sat, 18 Mar 2023 13:39:34 GMT], content-length=[0], vertex-id=[364760], x-aai-txid=[2-aai-resources-230318-13:39:34:232-26280], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-18T13:39:34.651Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cf32c985-ce6d-438e-ae22-e6fd004665b3/model-vers/model-ver/6d984351-d1ca-40a4-aad4-cb46662a587a?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-18T13:39:34.652Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cf32c985-ce6d-438e-ae22-e6fd004665b3/model-vers/model-ver/6d984351-d1ca-40a4-aad4-cb46662a587a?depth=0|INFO|500||InvokeReturn
2023-03-18T13:39:34.652Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-18T13:39:34.652Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-18T13:39:34.657Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-18T13:39:34.657Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 9f6cbd74-5561-4ebf-ae29-ef09adcdb35a and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-18T13:39:34.657Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-18T13:39:34.658Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T13:39:34.658Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T13:39:34.658Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679146774657,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-18T13:39:35.681Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-18T13:39:35.682Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||received notification from broker: {"distributionID":"74149d2a-f284-47d2-b2fa-4e2fc7be8f3e","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"942654ba-46c2-4f05-ae3d-6460a7c9e9a7","serviceDescription":"service","serviceInvariantUUID":"ccdda148-11a2-4587-8a73-4287349e801a","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"9290846e-2e09-452f-a45d-c33314796f1f","resourceInvariantUUID":"df78bcaa-4726-47cb-aa3f-3d44f5870fc0","resourceCustomizationUUID":"014700c6-fb42-406a-8786-743311c39dea","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":"YzAxYzRjZjI5ZDYxYzM3NGE1ZWQzMDUyNDdmNzFlYjI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"0c62aeb4-b847-4e92-887d-05928e34bd2a","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"MjQwMDY3MzNlZjViMGM0YmQ4Mzg2OTA4MTFiM2YxYTQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"01ded22f-bc0d-42c0-9fad-2915e46c71e4","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-18T13:39:35.682Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T13:39:35.682Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T13:39:35.682Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T13:39:35.682Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "74149d2a-f284-47d2-b2fa-4e2fc7be8f3e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679146340483,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T13:39:36.682Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T13:39:36.683Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T13:39:36.683Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T13:39:36.683Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "74149d2a-f284-47d2-b2fa-4e2fc7be8f3e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679146340483,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T13:39:37.683Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "74149d2a-f284-47d2-b2fa-4e2fc7be8f3e",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "942654ba-46c2-4f05-ae3d-6460a7c9e9a7",
  "serviceDescription": "service",
  "serviceInvariantUUID": "ccdda148-11a2-4587-8a73-4287349e801a",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "014700c6-fb42-406a-8786-743311c39dea",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "9290846e-2e09-452f-a45d-c33314796f1f",
      "resourceInvariantUUID": "df78bcaa-4726-47cb-aa3f-3d44f5870fc0",
      "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": "MjQwMDY3MzNlZjViMGM0YmQ4Mzg2OTA4MTFiM2YxYTQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "01ded22f-bc0d-42c0-9fad-2915e46c71e4"
    }
  ],
  "workloadContext": "Production"
}
2023-03-18T13:39:37.684Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-18T13:39:37.684Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 942654ba-46c2-4f05-ae3d-6460a7c9e9a7 ASDC
2023-03-18T13:39:37.684Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:74149d2a-f284-47d2-b2fa-4e2fc7be8f3e
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:942654ba-46c2-4f05-ae3d-6460a7c9e9a7
ServiceInvariantUUID:ccdda148-11a2-4587-8a73-4287349e801a
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:01ded22f-bc0d-42c0-9fad-2915e46c71e4
ArtifactChecksum:MjQwMDY3MzNlZjViMGM0YmQ4Mzg2OTA4MTFiM2YxYTQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:014700c6-fb42-406a-8786-743311c39dea
ResourceInvariantUUID:df78bcaa-4726-47cb-aa3f-3d44f5870fc0
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:9290846e-2e09-452f-a45d-c33314796f1f
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2023-03-18T13:39:37.684Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 942654ba-46c2-4f05-ae3d-6460a7c9e9a7 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: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-18T13:39:37.715Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-18T13:39:37.715Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-03-18T13:39:37.716Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-03-18T13:39:37.716Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 01ded22f-bc0d-42c0-9fad-2915e46c71e4 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-03-18T13:39:37.716Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||DistributionClient - download
2023-03-18T13:39:37.716Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-03-18T13:39:37.951Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2023-03-18T13:39:37.954Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 01ded22f-bc0d-42c0-9fad-2915e46c71e4 57798
2023-03-18T13:39:37.954Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-03-18T13:39:37.955Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-03-18T13:39:37.955Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-18T13:39:37.955Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T13:39:37.955Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T13:39:37.955Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "74149d2a-f284-47d2-b2fa-4e2fc7be8f3e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679146777954,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T13:39:38.955Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-18T13:39:38.956Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-03-18T13:39:38.956Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 01ded22f-bc0d-42c0-9fad-2915e46c71e4, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-18T13:39:38.956Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2023-03-18T13:39:38.957Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-18T13:39:38.957Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-18T13:39:39.023Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9927731902138126824/Definitions/service-BasicNetwork-template.yml
2023-03-18T13:39:39.269Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-18T13:39:39.270Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||WARN|500||####################################################################################################
2023-03-18T13:39:39.270Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-18T13:39:39.270Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2023-03-18T13:39:39.270Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-18T13:39:39.270Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-18T13:39:39.270Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-18T13:39:39.270Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-18T13:39:39.270Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-18T13:39:39.270Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-18T13:39:39.270Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-18T13:39:39.270Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-18T13:39:39.270Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||WARN|500||####################################################################################################
2023-03-18T13:39:39.270Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T13:39:39.270Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T13:39:39.270Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2023-03-18T13:39:39.270Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2023-03-18T13:39:39.270Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-18T13:39:39.270Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T13:39:39.270Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T13:39:39.270Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2023-03-18T13:39:39.270Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2023-03-18T13:39:39.270Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-18T13:39:39.270Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T13:39:39.270Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T13:39:39.270Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T13:39:39.270Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T13:39:39.271Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T13:39:39.271Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T13:39:39.271Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T13:39:39.271Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T13:39:39.271Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T13:39:39.271Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T13:39:39.271Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_network
Description:service
Model UUID:942654ba-46c2-4f05-ae3d-6460a7c9e9a7
Model Version:NULL
Model InvariantUuid:ccdda148-11a2-4587-8a73-4287349e801a
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:df78bcaa-4726-47cb-aa3f-3d44f5870fc0
Model UUID:7144623a-3146-4d15-9597-aafc53fb0a49
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet

NETWORK Customization Properties:
CustomizationUUID:014700c6-fb42-406a-8786-743311c39dea
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=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-03-18T13:39:39.302Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||ERROR|500||Csar with UUID: 01ded22f-bc0d-42c0-9fad-2915e46c71e4 already exists
2023-03-18T13:39:39.302Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-03-18T13:39:39.302Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar(Csar with UUID: 01ded22f-bc0d-42c0-9fad-2915e46c71e4 already exists)
2023-03-18T13:39:39.302Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-18T13:39:39.302Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T13:39:39.302Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T13:39:39.302Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "74149d2a-f284-47d2-b2fa-4e2fc7be8f3e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679146779302,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 01ded22f-bc0d-42c0-9fad-2915e46c71e4 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T13:39:40.303Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-03-18T13:39:40.303Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar(Resource with UUID: 9290846e-2e09-452f-a45d-c33314796f1f already exists)
2023-03-18T13:39:40.303Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-18T13:39:40.303Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T13:39:40.304Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T13:39:40.304Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "74149d2a-f284-47d2-b2fa-4e2fc7be8f3e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679146780303,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 9290846e-2e09-452f-a45d-c33314796f1f already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T13:39:41.304Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 74149d2a-f284-47d2-b2fa-4e2fc7be8f3e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T13:39:41.319Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 74149d2a-f284-47d2-b2fa-4e2fc7be8f3e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T13:39:41.322Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-18T13:39:41.323Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-18T13:39:41.323Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-18T13:39:41.323Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-18T13:39:41.323Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T13:39:41.323Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T13:39:41.323Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T13:39:41.323Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T13:39:41.323Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T13:39:41.323Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-18T13:39:41.332Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-18T13:39:58.920Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T13:39:58.925Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T13:39:58.925Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679146739883,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-18T13:39:58.926Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:39:58.926Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T13:39:58.926Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679146742447,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 2a8efcaf-0813-4b52-901f-136ba065c343 already exists"
}
2023-03-18T13:39:58.926Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:39:58.926Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T13:39:58.926Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679146743448,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: c7374fd6-6727-4426-9587-40812bc7c663 already exists"
}
2023-03-18T13:39:58.926Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:39:58.926Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T13:39:58.926Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679146774657,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-18T13:39:58.926Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:39:58.926Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T13:39:58.926Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "74149d2a-f284-47d2-b2fa-4e2fc7be8f3e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679146340483,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T13:39:58.926Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:39:58.926Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T13:39:58.926Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "74149d2a-f284-47d2-b2fa-4e2fc7be8f3e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679146340483,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-03-18T13:39:58.927Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:39:58.927Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T13:39:58.927Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "74149d2a-f284-47d2-b2fa-4e2fc7be8f3e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679146777954,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-18T13:39:58.927Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:39:58.927Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T13:39:58.927Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "74149d2a-f284-47d2-b2fa-4e2fc7be8f3e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679146779302,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 01ded22f-bc0d-42c0-9fad-2915e46c71e4 already exists"
}
2023-03-18T13:39:58.927Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:39:58.927Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T13:39:58.927Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "74149d2a-f284-47d2-b2fa-4e2fc7be8f3e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679146780303,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 9290846e-2e09-452f-a45d-c33314796f1f already exists"
}
2023-03-18T13:39:58.927Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:40:11.333Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 74149d2a-f284-47d2-b2fa-4e2fc7be8f3e and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-18T13:40:11.338Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 74149d2a-f284-47d2-b2fa-4e2fc7be8f3e and serviceModelVersionId: 942654ba-46c2-4f05-ae3d-6460a7c9e9a7
2023-03-18T13:40:11.338Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : ccdda148-11a2-4587-8a73-4287349e801a
2023-03-18T13:40:11.339Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/ccdda148-11a2-4587-8a73-4287349e801a/model-vers/model-ver/942654ba-46c2-4f05-ae3d-6460a7c9e9a7?depth=0
2023-03-18T13:40:11.345Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2023-03-18T13:40:11.354Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ccdda148-11a2-4587-8a73-4287349e801a/model-vers/model-ver/942654ba-46c2-4f05-ae3d-6460a7c9e9a7?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-03-18T13:40:11.355Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ccdda148-11a2-4587-8a73-4287349e801a/model-vers/model-ver/942654ba-46c2-4f05-ae3d-6460a7c9e9a7?depth=0|INFO|500||Invoke
2023-03-18T13:40:11.362Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ccdda148-11a2-4587-8a73-4287349e801a/model-vers/model-ver/942654ba-46c2-4f05-ae3d-6460a7c9e9a7?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-18T13:40:11.524Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ccdda148-11a2-4587-8a73-4287349e801a/model-vers/model-ver/942654ba-46c2-4f05-ae3d-6460a7c9e9a7?depth=0|INFO|500||InvokeReturn
2023-03-18T13:40:11.525Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ccdda148-11a2-4587-8a73-4287349e801a/model-vers/model-ver/942654ba-46c2-4f05-ae3d-6460a7c9e9a7?depth=0 has http status code:200 and response headers:{date=[Sat, 18 Mar 2023 13:40:11 GMT], content-length=[0], vertex-id=[192760], x-aai-txid=[1-aai-resources-230318-13:40:11:064-24231], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-18T13:40:11.525Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Response was returned with an empty entity.
2023-03-18T13:40:11.525Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-18T13:40:11.525Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-18T13:40:11.530Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-18T13:40:11.530Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 74149d2a-f284-47d2-b2fa-4e2fc7be8f3e and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-18T13:40:11.530Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-18T13:40:11.530Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T13:40:11.530Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T13:40:11.531Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "74149d2a-f284-47d2-b2fa-4e2fc7be8f3e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679146811530,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-18T13:40:12.549Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-18T13:40:12.549Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||received notification from broker: {"distributionID":"6a074a1e-4b47-4382-9b90-afa918276d12","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"e17bf563-7a13-4701-b853-11ed8cbb93d7","serviceDescription":"service","serviceInvariantUUID":"8a45306d-3ac3-4f10-a742-9812edbe591e","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"1903c123-2be6-499b-8524-c9a33406ad4f","resourceInvariantUUID":"65a560ec-f509-40c5-b364-3c4cd0a20185","resourceCustomizationUUID":"41b30cb0-d009-4e4b-99c2-e95f691a4b2e","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":"YTFjZGVjMmU0NGZhOGFkMDlhZGI4ODkyYzk4MDRmOGE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"38ef1f0d-98ea-4e28-b00a-3091e61f54bc","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":"OWZmNjBmNzNmNGQ1ZThmYzNkMzdkODk3MzFkMDI2MDg\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"d3c6917c-1f70-48e9-9465-f259ee8cda65","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":"7aa99321-7b67-40f7-bd98-0e99d422bb2e","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":"5444e6a4-9351-40da-b837-0dd388e7cb3b","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":"cb506ca5-fd50-4406-abfc-b51858ac789a","artifactVersion":"2","generatedFromUUID":"7aa99321-7b67-40f7-bd98-0e99d422bb2e"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"ZjQyZmQxMjdjZDk5ZDY2OTQ3ZmIyZWI4MjExZGE4OGQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"204adab0-5bde-4230-9b3d-b26c0f4d57b4","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"NjI4YzVmZDFmMjYwMDhlNTZlOTY1M2NmMzExN2VkMjg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"4b6dc8ac-cbfc-43c0-9e93-2760226914ae","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-18T13:40:12.550Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T13:40:12.550Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T13:40:12.550Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T13:40:12.550Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679146340483,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T13:40:13.550Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T13:40:13.551Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T13:40:13.551Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T13:40:13.551Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679146340483,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T13:40:14.552Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T13:40:14.553Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T13:40:14.553Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T13:40:14.553Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679146340483,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T13:40:15.553Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T13:40:15.554Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T13:40:15.554Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T13:40:15.554Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679146340483,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T13:40:16.555Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T13:40:16.556Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T13:40:16.556Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T13:40:16.556Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679146340483,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T13:40:17.557Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T13:40:17.557Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T13:40:17.557Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T13:40:17.558Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679146340483,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T13:40:18.558Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T13:40:18.559Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T13:40:18.559Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T13:40:18.559Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679146340483,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T13:40:19.560Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "e17bf563-7a13-4701-b853-11ed8cbb93d7",
  "serviceDescription": "service",
  "serviceInvariantUUID": "8a45306d-3ac3-4f10-a742-9812edbe591e",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "41b30cb0-d009-4e4b-99c2-e95f691a4b2e",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "1903c123-2be6-499b-8524-c9a33406ad4f",
      "resourceInvariantUUID": "65a560ec-f509-40c5-b364-3c4cd0a20185",
      "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": "OWZmNjBmNzNmNGQ1ZThmYzNkMzdkODk3MzFkMDI2MDg\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "d3c6917c-1f70-48e9-9465-f259ee8cda65",
          "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": "7aa99321-7b67-40f7-bd98-0e99d422bb2e",
          "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": "cb506ca5-fd50-4406-abfc-b51858ac789a",
            "generatedFromUUID": "7aa99321-7b67-40f7-bd98-0e99d422bb2e"
          },
          "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": "cb506ca5-fd50-4406-abfc-b51858ac789a",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "NjI4YzVmZDFmMjYwMDhlNTZlOTY1M2NmMzExN2VkMjg\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "4b6dc8ac-cbfc-43c0-9e93-2760226914ae"
    }
  ],
  "workloadContext": "Production"
}
2023-03-18T13:40:19.562Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-18T13:40:19.562Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 e17bf563-7a13-4701-b853-11ed8cbb93d7 ASDC
2023-03-18T13:40:19.563Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:6a074a1e-4b47-4382-9b90-afa918276d12
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:e17bf563-7a13-4701-b853-11ed8cbb93d7
ServiceInvariantUUID:8a45306d-3ac3-4f10-a742-9812edbe591e
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:4b6dc8ac-cbfc-43c0-9e93-2760226914ae
ArtifactChecksum:NjI4YzVmZDFmMjYwMDhlNTZlOTY1M2NmMzExN2VkMjg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:41b30cb0-d009-4e4b-99c2-e95f691a4b2e
ResourceInvariantUUID:65a560ec-f509-40c5-b364-3c4cd0a20185
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:1903c123-2be6-499b-8524-c9a33406ad4f
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:d3c6917c-1f70-48e9-9465-f259ee8cda65
ArtifactChecksum:OWZmNjBmNzNmNGQ1ZThmYzNkMzdkODk3MzFkMDI2MDg=
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:7aa99321-7b67-40f7-bd98-0e99d422bb2e
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:cb506ca5-fd50-4406-abfc-b51858ac789a
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:cb506ca5-fd50-4406-abfc-b51858ac789a
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-18T13:40:19.564Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF e17bf563-7a13-4701-b853-11ed8cbb93d7 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: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-18T13:40:19.596Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-18T13:40:19.597Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-03-18T13:40:19.597Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-03-18T13:40:19.597Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 4b6dc8ac-cbfc-43c0-9e93-2760226914ae from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-03-18T13:40:19.597Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||DistributionClient - download
2023-03-18T13:40:19.597Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-03-18T13:40:19.629Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||GET Response Status 404
2023-03-18T13:40:19.629Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@4e2da462
2023-03-18T13:40:19.630Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-18T13:40:19.630Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicVm"
      ]
    }
  }
}
2023-03-18T13:40:19.630Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicVm-csar.csar /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 4b6dc8ac-cbfc-43c0-9e93-2760226914ae Specified artifact is  not found 300 ASDC artifact download fail
2023-03-18T13:40:19.630Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-03-18T13:40:19.630Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar(Specified artifact is  not found)
2023-03-18T13:40:19.631Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-18T13:40:19.631Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T13:40:19.631Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T13:40:19.631Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679146819630,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T13:40:20.632Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during processCsarServiceArtifacts ASDC processCsarServiceArtifacts 500 Exception in processCsarServiceArtifacts
org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact service-BasicVm-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar(UUID:4b6dc8ac-cbfc-43c0-9e93-2760226914ae)
Error message is Specified artifact is  not found

	at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394)
	at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
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 watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-03-18T13:40:20.667Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||ERROR|500||Csar with UUID: 4b6dc8ac-cbfc-43c0-9e93-2760226914ae already exists
2023-03-18T13:40:20.667Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-03-18T13:40:20.667Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar(Csar with UUID: 4b6dc8ac-cbfc-43c0-9e93-2760226914ae already exists)
2023-03-18T13:40:20.667Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-18T13:40:20.668Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T13:40:20.668Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T13:40:20.668Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679146820667,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 4b6dc8ac-cbfc-43c0-9e93-2760226914ae already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T13:40:21.669Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-03-18T13:40:21.669Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar(Resource with UUID: 1903c123-2be6-499b-8524-c9a33406ad4f already exists)
2023-03-18T13:40:21.669Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-18T13:40:21.669Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T13:40:21.670Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T13:40:21.670Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679146821669,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 1903c123-2be6-499b-8524-c9a33406ad4f already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T13:40:22.670Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6a074a1e-4b47-4382-9b90-afa918276d12
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T13:40:22.689Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6a074a1e-4b47-4382-9b90-afa918276d12
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T13:40:22.692Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-18T13:40:22.692Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-18T13:40:22.692Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-18T13:40:22.692Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-18T13:40:22.692Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T13:40:22.692Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T13:40:22.692Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T13:40:22.692Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T13:40:22.693Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T13:40:22.693Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-18T13:40:22.702Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-18T13:40:52.702Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 6a074a1e-4b47-4382-9b90-afa918276d12 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-18T13:40:52.711Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 6a074a1e-4b47-4382-9b90-afa918276d12 and serviceModelVersionId: e17bf563-7a13-4701-b853-11ed8cbb93d7
2023-03-18T13:40:52.712Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 8a45306d-3ac3-4f10-a742-9812edbe591e
2023-03-18T13:40:52.712Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/8a45306d-3ac3-4f10-a742-9812edbe591e/model-vers/model-ver/e17bf563-7a13-4701-b853-11ed8cbb93d7?depth=0
2023-03-18T13:40:52.716Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2023-03-18T13:40:52.727Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8a45306d-3ac3-4f10-a742-9812edbe591e/model-vers/model-ver/e17bf563-7a13-4701-b853-11ed8cbb93d7?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-03-18T13:40:52.729Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8a45306d-3ac3-4f10-a742-9812edbe591e/model-vers/model-ver/e17bf563-7a13-4701-b853-11ed8cbb93d7?depth=0|INFO|500||Invoke
2023-03-18T13:40:52.737Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8a45306d-3ac3-4f10-a742-9812edbe591e/model-vers/model-ver/e17bf563-7a13-4701-b853-11ed8cbb93d7?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-18T13:40:52.869Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8a45306d-3ac3-4f10-a742-9812edbe591e/model-vers/model-ver/e17bf563-7a13-4701-b853-11ed8cbb93d7?depth=0|INFO|500||InvokeReturn
2023-03-18T13:40:52.870Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8a45306d-3ac3-4f10-a742-9812edbe591e/model-vers/model-ver/e17bf563-7a13-4701-b853-11ed8cbb93d7?depth=0 has http status code:200 and response headers:{date=[Sat, 18 Mar 2023 13:40:52 GMT], content-length=[0], vertex-id=[188464], x-aai-txid=[0-aai-resources-230318-13:40:52:440-51645], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-18T13:40:52.870Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Response was returned with an empty entity.
2023-03-18T13:40:52.871Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-18T13:40:52.871Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-18T13:40:52.877Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-18T13:40:52.877Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 6a074a1e-4b47-4382-9b90-afa918276d12 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-18T13:40:52.877Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-18T13:40:52.877Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T13:40:52.877Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T13:40:52.877Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679146852877,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-18T13:40:53.900Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-18T13:40:53.901Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||received notification from broker: {"distributionID":"5e005e65-61df-4986-a087-00761a388674","serviceName":"Demo_pNF_Qv5TXucXv4n7mssXUGFK","serviceVersion":"1.0","serviceUUID":"73f959ea-1a0e-41cf-b2da-40f07fd6a9c2","serviceDescription":"catalog service description","serviceInvariantUUID":"86b31417-cd30-434e-93e4-34d81e182271","resources":[{"resourceInstanceName":"pNF 8ecb3a29-1699 0","resourceName":"pNF 8ecb3a29-1699","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"79d852b9-56e5-416f-9d37-4483b88de628","resourceInvariantUUID":"c45c5ef7-20e5-4b81-8392-6fbf8a0a1b25","resourceCustomizationUUID":"3e0c811d-9b69-4eb9-9e2f-6a46c31c8df1","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/resourceInstances/pnf8ecb3a2916990/artifacts/vf-license-model.xml","artifactChecksum":"ZjYwMDAwM2MyYWM5MThmNDNmMGIxMzExNzJmYzM1YzQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"fe22c4be-1d3d-49d6-aaf8-5fb691f2c5bb","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/resourceInstances/pnf8ecb3a2916990/artifacts/pNF.csar","artifactChecksum":"YTFmMWQ3MzViYWZhMGQ1ZThlNzU3Y2I3ZGNlYWU4YjA\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"aee06125-71e1-4665-8ce8-8f87625d3137","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/resourceInstances/pnf8ecb3a2916990/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"d0d177b6-7fdc-4b24-a378-3361c335ea57","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/resourceInstances/pnf8ecb3a2916990/artifacts/vendor-license-model.xml","artifactChecksum":"NmIzN2Y3YWJiZDEyYzZiMDEyNjdiMzJhNGM5MzQ1OGI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"b3fc6aeb-2efb-45ec-a7fe-d71b1477f76e","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/resourceInstances/pnf8ecb3a2916990/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"e7ba57a9-59ef-4efe-90bb-fffece281605","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/resourceInstances/pnf8ecb3a2916990/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"cc689d97-ea39-40b8-b7d1-5326d5b71836","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfQv5txucxv4n7mssxugfk-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-template.yml","artifactChecksum":"ZTJjZGFlZDI3YjNkYzI4ZWNlMWMyNmM5NGMwOGRiNmY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"036d837c-a9b5-4c6b-9026-ef8b033600cc","artifactVersion":"1"},{"artifactName":"service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar","artifactChecksum":"NmIzYzkyYzFlZjM3YjA3YjIzODQ5MzIxZjA4ODdmYTg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"a93044a0-e137-47cf-b45c-87a4ec92508e","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-18T13:40:53.901Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T13:40:53.901Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T13:40:53.902Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T13:40:53.902Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679146340483,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/resourceInstances/pnf8ecb3a2916990/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T13:40:54.902Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T13:40:54.903Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T13:40:54.903Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T13:40:54.904Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679146340483,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/resourceInstances/pnf8ecb3a2916990/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T13:40:55.904Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T13:40:55.905Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T13:40:55.905Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T13:40:55.905Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679146340483,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/resourceInstances/pnf8ecb3a2916990/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T13:40:56.906Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T13:40:56.907Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T13:40:56.907Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T13:40:56.907Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679146340483,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/resourceInstances/pnf8ecb3a2916990/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T13:40:57.908Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T13:40:57.909Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T13:40:57.909Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T13:40:57.909Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679146340483,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/resourceInstances/pnf8ecb3a2916990/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T13:40:58.909Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T13:40:58.910Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T13:40:58.910Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T13:40:58.910Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679146340483,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/resourceInstances/pnf8ecb3a2916990/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T13:40:58.919Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T13:40:58.924Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T13:40:58.925Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "74149d2a-f284-47d2-b2fa-4e2fc7be8f3e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679146811530,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-18T13:40:58.925Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:40:58.925Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T13:40:58.925Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679146340483,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T13:40:58.925Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:40:58.925Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T13:40:58.925Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679146340483,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2023-03-18T13:40:58.925Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:40:58.925Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T13:40:58.926Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679146340483,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-03-18T13:40:58.926Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:40:58.926Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T13:40:58.926Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679146340483,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T13:40:58.926Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:40:58.926Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T13:40:58.926Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679146340483,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-03-18T13:40:58.926Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:40:58.926Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T13:40:58.926Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679146340483,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T13:40:58.926Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:40:58.926Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T13:40:58.926Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679146340483,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-03-18T13:40:58.926Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:40:58.927Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T13:40:58.927Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679146819630,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-18T13:40:58.927Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:40:58.927Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T13:40:58.927Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679146820667,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 4b6dc8ac-cbfc-43c0-9e93-2760226914ae already exists"
}
2023-03-18T13:40:58.927Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:40:58.927Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T13:40:58.927Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679146821669,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 1903c123-2be6-499b-8524-c9a33406ad4f already exists"
}
2023-03-18T13:40:58.927Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:40:58.927Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T13:40:58.927Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679146852877,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-18T13:40:58.927Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:40:58.927Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T13:40:58.927Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679146340483,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/resourceInstances/pnf8ecb3a2916990/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T13:40:58.927Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:40:58.927Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T13:40:58.927Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679146340483,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/resourceInstances/pnf8ecb3a2916990/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-18T13:40:58.927Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:40:58.927Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T13:40:58.927Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679146340483,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/resourceInstances/pnf8ecb3a2916990/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-18T13:40:58.927Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:40:58.927Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T13:40:58.927Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679146340483,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/resourceInstances/pnf8ecb3a2916990/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T13:40:58.928Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:40:58.928Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T13:40:58.928Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679146340483,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/resourceInstances/pnf8ecb3a2916990/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T13:40:58.928Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:40:58.928Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T13:40:58.928Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679146340483,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/resourceInstances/pnf8ecb3a2916990/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T13:40:58.928Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:40:59.911Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T13:40:59.912Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T13:40:59.912Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T13:40:59.912Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679146340483,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T13:41:00.914Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T13:41:00.914Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T13:41:00.914Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T13:41:00.915Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679146340483,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T13:41:01.915Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "serviceName": "Demo_pNF_Qv5TXucXv4n7mssXUGFK",
  "serviceVersion": "1.0",
  "serviceUUID": "73f959ea-1a0e-41cf-b2da-40f07fd6a9c2",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "86b31417-cd30-434e-93e4-34d81e182271",
  "resources": [
    {
      "resourceInstanceName": "pNF 8ecb3a29-1699 0",
      "resourceCustomizationUUID": "3e0c811d-9b69-4eb9-9e2f-6a46c31c8df1",
      "resourceName": "pNF 8ecb3a29-1699",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "79d852b9-56e5-416f-9d37-4483b88de628",
      "resourceInvariantUUID": "c45c5ef7-20e5-4b81-8392-6fbf8a0a1b25",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar",
      "artifactChecksum": "NmIzYzkyYzFlZjM3YjA3YjIzODQ5MzIxZjA4ODdmYTg\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "a93044a0-e137-47cf-b45c-87a4ec92508e"
    }
  ],
  "workloadContext": "Production"
}
2023-03-18T13:41:01.916Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-18T13:41:01.916Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 73f959ea-1a0e-41cf-b2da-40f07fd6a9c2 ASDC
2023-03-18T13:41:01.916Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:5e005e65-61df-4986-a087-00761a388674
ServiceName:Demo_pNF_Qv5TXucXv4n7mssXUGFK
ServiceVersion:1.0
ServiceUUID:73f959ea-1a0e-41cf-b2da-40f07fd6a9c2
ServiceInvariantUUID:86b31417-cd30-434e-93e4-34d81e182271
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar
ArtifactUUID:a93044a0-e137-47cf-b45c-87a4ec92508e
ArtifactChecksum:NmIzYzkyYzFlZjM3YjA3YjIzODQ5MzIxZjA4ODdmYTg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 8ecb3a29-1699 0
ResourceCustomizationUUID:3e0c811d-9b69-4eb9-9e2f-6a46c31c8df1
ResourceInvariantUUID:c45c5ef7-20e5-4b81-8392-6fbf8a0a1b25
ResourceName:pNF 8ecb3a29-1699
ResourceType:PNF
ResourceUUID:79d852b9-56e5-416f-9d37-4483b88de628
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-18T13:41:01.916Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 73f959ea-1a0e-41cf-b2da-40f07fd6a9c2 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: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-18T13:41:01.946Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-18T13:41:01.947Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-03-18T13:41:01.947Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-03-18T13:41:01.947Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: a93044a0-e137-47cf-b45c-87a4ec92508e from URL: /sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar
2023-03-18T13:41:01.947Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||DistributionClient - download
2023-03-18T13:41:01.947Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar
2023-03-18T13:41:02.170Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2023-03-18T13:41:02.175Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar a93044a0-e137-47cf-b45c-87a4ec92508e 88004
2023-03-18T13:41:02.176Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar ASDC sendASDCNotification
2023-03-18T13:41:02.176Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar
2023-03-18T13:41:02.176Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-18T13:41:02.176Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T13:41:02.176Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T13:41:02.176Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679146862176,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T13:41:03.177Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-18T13:41:03.178Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-03-18T13:41:03.178Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: a93044a0-e137-47cf-b45c-87a4ec92508e, URL: /sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar to file: /app/ASDC/1/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar
2023-03-18T13:41:03.179Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar
2023-03-18T13:41:03.180Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar
2023-03-18T13:41:03.180Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar
2023-03-18T13:41:03.273Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13205615834270848290/Definitions/service-DemoPnfQv5txucxv4n7mssxugfk-template.yml
2023-03-18T13:41:03.803Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-18T13:41:03.804Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||WARN|500||####################################################################################################
2023-03-18T13:41:03.804Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar
2023-03-18T13:41:03.804Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-18T13:41:03.804Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||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-DemoPnfQv5txucxv4n7mssxugfk-csar.csar
2023-03-18T13:41:03.804Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar
2023-03-18T13:41:03.804Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||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-DemoPnfQv5txucxv4n7mssxugfk-csar.csar
2023-03-18T13:41:03.804Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar
2023-03-18T13:41:03.804Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar
2023-03-18T13:41:03.804Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 8ecb3a29-1699 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-DemoPnfQv5txucxv4n7mssxugfk-csar.csar
2023-03-18T13:41:03.804Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar
2023-03-18T13:41:03.804Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||WARN|500||####################################################################################################
2023-03-18T13:41:03.804Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T13:41:03.804Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_Qv5TXucXv4n7mssXUGFK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T13:41:03.804Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Node template pNF 8ecb3a29-1699 0 is matching search criteria
2023-03-18T13:41:03.805Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2023-03-18T13:41:03.805Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Found topology templates [pNF 8ecb3a29-1699 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-18T13:41:03.805Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T13:41:03.805Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_Qv5TXucXv4n7mssXUGFK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T13:41:03.805Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Node template pNF 8ecb3a29-1699 0 is matching search criteria
2023-03-18T13:41:03.805Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2023-03-18T13:41:03.805Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Found topology templates [pNF 8ecb3a29-1699 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-18T13:41:03.805Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T13:41:03.805Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_Qv5TXucXv4n7mssXUGFK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T13:41:03.805Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T13:41:03.805Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_Qv5TXucXv4n7mssXUGFK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T13:41:03.805Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T13:41:03.805Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_Qv5TXucXv4n7mssXUGFK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T13:41:03.805Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T13:41:03.805Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_Qv5TXucXv4n7mssXUGFK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T13:41:03.805Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T13:41:03.805Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_Qv5TXucXv4n7mssXUGFK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T13:41:03.805Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_Qv5TXucXv4n7mssXUGFK
Description:catalog service description
Model UUID:73f959ea-1a0e-41cf-b2da-40f07fd6a9c2
Model Version:NULL
Model InvariantUuid:86b31417-cd30-434e-93e4-34d81e182271
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=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-03-18T13:41:03.836Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||ERROR|500||Csar with UUID: a93044a0-e137-47cf-b45c-87a4ec92508e already exists
2023-03-18T13:41:03.836Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar ASDC sendASDCNotification
2023-03-18T13:41:03.836Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar(Csar with UUID: a93044a0-e137-47cf-b45c-87a4ec92508e already exists)
2023-03-18T13:41:03.836Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-18T13:41:03.836Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T13:41:03.836Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T13:41:03.836Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679146863836,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: a93044a0-e137-47cf-b45c-87a4ec92508e already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T13:41:04.837Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar ASDC sendASDCNotification
2023-03-18T13:41:04.837Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar(Resource with UUID: 79d852b9-56e5-416f-9d37-4483b88de628 already exists)
2023-03-18T13:41:04.837Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-18T13:41:04.837Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T13:41:04.838Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T13:41:04.838Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679146864837,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 79d852b9-56e5-416f-9d37-4483b88de628 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T13:41:05.838Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5e005e65-61df-4986-a087-00761a388674
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T13:41:05.858Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5e005e65-61df-4986-a087-00761a388674
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T13:41:05.862Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-18T13:41:05.862Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-18T13:41:05.862Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-18T13:41:05.862Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-18T13:41:05.863Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T13:41:05.863Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T13:41:05.863Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T13:41:05.863Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T13:41:05.863Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T13:41:05.863Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T13:41:05.863Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-18T13:41:05.873Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-18T13:41:35.874Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 5e005e65-61df-4986-a087-00761a388674 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-18T13:41:35.883Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 5e005e65-61df-4986-a087-00761a388674 and serviceModelVersionId: 73f959ea-1a0e-41cf-b2da-40f07fd6a9c2
2023-03-18T13:41:35.883Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 86b31417-cd30-434e-93e4-34d81e182271
2023-03-18T13:41:35.883Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/86b31417-cd30-434e-93e4-34d81e182271/model-vers/model-ver/73f959ea-1a0e-41cf-b2da-40f07fd6a9c2?depth=0
2023-03-18T13:41:35.886Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2023-03-18T13:41:35.897Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/86b31417-cd30-434e-93e4-34d81e182271/model-vers/model-ver/73f959ea-1a0e-41cf-b2da-40f07fd6a9c2?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-03-18T13:41:35.897Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/86b31417-cd30-434e-93e4-34d81e182271/model-vers/model-ver/73f959ea-1a0e-41cf-b2da-40f07fd6a9c2?depth=0|INFO|500||Invoke
2023-03-18T13:41:35.905Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/86b31417-cd30-434e-93e4-34d81e182271/model-vers/model-ver/73f959ea-1a0e-41cf-b2da-40f07fd6a9c2?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-18T13:41:36.021Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/86b31417-cd30-434e-93e4-34d81e182271/model-vers/model-ver/73f959ea-1a0e-41cf-b2da-40f07fd6a9c2?depth=0|INFO|500||InvokeReturn
2023-03-18T13:41:36.022Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/86b31417-cd30-434e-93e4-34d81e182271/model-vers/model-ver/73f959ea-1a0e-41cf-b2da-40f07fd6a9c2?depth=0 has http status code:200 and response headers:{date=[Sat, 18 Mar 2023 13:41:35 GMT], content-length=[0], vertex-id=[204904], x-aai-txid=[0-aai-resources-230318-13:41:35:607-80594], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-18T13:41:36.022Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Response was returned with an empty entity.
2023-03-18T13:41:36.022Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-18T13:41:36.022Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-18T13:41:36.029Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-18T13:41:36.029Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 5e005e65-61df-4986-a087-00761a388674 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-18T13:41:36.029Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-18T13:41:36.029Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T13:41:36.029Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T13:41:36.029Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679146896029,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-18T13:41:37.052Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-18T13:41:37.053Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||received notification from broker: {"distributionID":"b26959c2-c6ca-4cf7-9cdd-576be04a9c92","serviceName":"Demo_pNF_M5QKMfmDLPuLyaz8OWr9","serviceVersion":"1.0","serviceUUID":"c315cbb3-fd53-45ce-8b0b-ad3e84c78918","serviceDescription":"catalog service description","serviceInvariantUUID":"a46a4505-8d20-4c38-8d99-1b181bf22700","resources":[{"resourceInstanceName":"pNF 66b89d6a-37e2 0","resourceName":"pNF 66b89d6a-37e2","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"5cb48981-5482-4843-a71a-1ebe978a5e90","resourceInvariantUUID":"067cbf90-981e-43f3-86b6-aee782d22bba","resourceCustomizationUUID":"84e6e64b-76cd-40cf-86fd-15855e6c2efb","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/resourceInstances/pnf66b89d6a37e20/artifacts/vf-license-model.xml","artifactChecksum":"NmE3OGI0M2NhMTkzNzdlZjJiNzk5YWUzOGVkODUwZTQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"7cbe96a6-d4de-40e4-9f5f-7effc4b8523d","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/resourceInstances/pnf66b89d6a37e20/artifacts/pNF.csar","artifactChecksum":"YTFmMWQ3MzViYWZhMGQ1ZThlNzU3Y2I3ZGNlYWU4YjA\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"7fd2d8fc-6c10-444b-93e4-8ebf25d579b5","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/resourceInstances/pnf66b89d6a37e20/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"62304596-99e5-46f3-868d-189f9dacc577","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/resourceInstances/pnf66b89d6a37e20/artifacts/vendor-license-model.xml","artifactChecksum":"YzhhZjQxZjBiNGEwYTBlMTMwMDYwZmQ3ZjM5OWY1MTY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"c98a30f6-a6ab-4b74-9a89-a4282ace9636","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/resourceInstances/pnf66b89d6a37e20/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"6ba69e42-ade7-45c2-a4ec-3b8f081071f9","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/resourceInstances/pnf66b89d6a37e20/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"2afae58f-afd7-42b0-ae19-62fbbccae66e","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfM5qkmfmdlpulyaz8owr9-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/artifacts/service-DemoPnfM5qkmfmdlpulyaz8owr9-template.yml","artifactChecksum":"NDU2YjRjNDEyNWEwZGVkZjBjNDY2MTJmOTFhNzRhYzk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"181d2352-caba-4b3f-999f-926eb0949ab9","artifactVersion":"1"},{"artifactName":"service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/artifacts/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar","artifactChecksum":"ZWMyYmIzM2U4YmVmYmIwYmU1ZDhjODY4NGEyYTI4NjI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"fdcf7f15-35cd-49a2-839b-26e97623a9bc","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-18T13:41:37.053Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T13:41:37.053Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T13:41:37.053Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T13:41:37.053Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679146340483,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/resourceInstances/pnf66b89d6a37e20/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T13:41:38.054Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T13:41:38.054Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T13:41:38.058Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T13:41:38.058Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679146340483,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/resourceInstances/pnf66b89d6a37e20/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T13:41:39.059Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T13:41:39.059Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T13:41:39.059Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T13:41:39.059Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679146340483,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/resourceInstances/pnf66b89d6a37e20/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T13:41:40.060Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T13:41:40.060Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T13:41:40.060Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T13:41:40.060Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679146340483,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/resourceInstances/pnf66b89d6a37e20/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T13:41:41.062Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T13:41:41.062Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T13:41:41.062Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T13:41:41.062Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679146340483,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/resourceInstances/pnf66b89d6a37e20/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T13:41:42.063Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T13:41:42.063Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T13:41:42.063Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T13:41:42.064Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679146340483,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/resourceInstances/pnf66b89d6a37e20/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T13:41:43.064Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T13:41:43.065Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T13:41:43.065Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T13:41:43.065Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679146340483,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/artifacts/service-DemoPnfM5qkmfmdlpulyaz8owr9-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T13:41:44.065Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T13:41:44.066Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T13:41:44.066Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T13:41:44.066Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679146340483,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/artifacts/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T13:41:45.069Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "serviceName": "Demo_pNF_M5QKMfmDLPuLyaz8OWr9",
  "serviceVersion": "1.0",
  "serviceUUID": "c315cbb3-fd53-45ce-8b0b-ad3e84c78918",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "a46a4505-8d20-4c38-8d99-1b181bf22700",
  "resources": [
    {
      "resourceInstanceName": "pNF 66b89d6a-37e2 0",
      "resourceCustomizationUUID": "84e6e64b-76cd-40cf-86fd-15855e6c2efb",
      "resourceName": "pNF 66b89d6a-37e2",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "5cb48981-5482-4843-a71a-1ebe978a5e90",
      "resourceInvariantUUID": "067cbf90-981e-43f3-86b6-aee782d22bba",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/artifacts/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar",
      "artifactChecksum": "ZWMyYmIzM2U4YmVmYmIwYmU1ZDhjODY4NGEyYTI4NjI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "fdcf7f15-35cd-49a2-839b-26e97623a9bc"
    }
  ],
  "workloadContext": "Production"
}
2023-03-18T13:41:45.070Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-18T13:41:45.070Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 c315cbb3-fd53-45ce-8b0b-ad3e84c78918 ASDC
2023-03-18T13:41:45.070Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:b26959c2-c6ca-4cf7-9cdd-576be04a9c92
ServiceName:Demo_pNF_M5QKMfmDLPuLyaz8OWr9
ServiceVersion:1.0
ServiceUUID:c315cbb3-fd53-45ce-8b0b-ad3e84c78918
ServiceInvariantUUID:a46a4505-8d20-4c38-8d99-1b181bf22700
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/artifacts/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar
ArtifactUUID:fdcf7f15-35cd-49a2-839b-26e97623a9bc
ArtifactChecksum:ZWMyYmIzM2U4YmVmYmIwYmU1ZDhjODY4NGEyYTI4NjI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 66b89d6a-37e2 0
ResourceCustomizationUUID:84e6e64b-76cd-40cf-86fd-15855e6c2efb
ResourceInvariantUUID:067cbf90-981e-43f3-86b6-aee782d22bba
ResourceName:pNF 66b89d6a-37e2
ResourceType:PNF
ResourceUUID:5cb48981-5482-4843-a71a-1ebe978a5e90
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-18T13:41:45.070Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF c315cbb3-fd53-45ce-8b0b-ad3e84c78918 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: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-18T13:41:45.101Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-18T13:41:45.102Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-03-18T13:41:45.102Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-03-18T13:41:45.102Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: fdcf7f15-35cd-49a2-839b-26e97623a9bc from URL: /sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/artifacts/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar
2023-03-18T13:41:45.102Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||DistributionClient - download
2023-03-18T13:41:45.102Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/artifacts/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar
2023-03-18T13:41:45.334Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2023-03-18T13:41:45.340Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/artifacts/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar fdcf7f15-35cd-49a2-839b-26e97623a9bc 88022
2023-03-18T13:41:45.340Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/artifacts/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar ASDC sendASDCNotification
2023-03-18T13:41:45.340Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/artifacts/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar
2023-03-18T13:41:45.340Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-18T13:41:45.340Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T13:41:45.340Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T13:41:45.340Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679146905340,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/artifacts/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T13:41:46.341Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-18T13:41:46.341Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-03-18T13:41:46.341Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: fdcf7f15-35cd-49a2-839b-26e97623a9bc, URL: /sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/artifacts/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar to file: /app/ASDC/1/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar
2023-03-18T13:41:46.342Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar
2023-03-18T13:41:46.342Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar
2023-03-18T13:41:46.342Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar
2023-03-18T13:41:46.414Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11688863692338540799/Definitions/service-DemoPnfM5qkmfmdlpulyaz8owr9-template.yml
2023-03-18T13:41:46.939Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-18T13:41:46.940Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||WARN|500||####################################################################################################
2023-03-18T13:41:46.940Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar
2023-03-18T13:41:46.940Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-18T13:41:46.940Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||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-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar
2023-03-18T13:41:46.940Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar
2023-03-18T13:41:46.940Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||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-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar
2023-03-18T13:41:46.940Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 66b89d6a-37e2 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-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar
2023-03-18T13:41:46.940Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar
2023-03-18T13:41:46.940Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar
2023-03-18T13:41:46.940Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar
2023-03-18T13:41:46.940Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||WARN|500||####################################################################################################
2023-03-18T13:41:46.940Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T13:41:46.940Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_M5QKMfmDLPuLyaz8OWr9 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T13:41:46.940Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||Node template pNF 66b89d6a-37e2 0 is matching search criteria
2023-03-18T13:41:46.941Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2023-03-18T13:41:46.941Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||Found topology templates [pNF 66b89d6a-37e2 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-18T13:41:46.941Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T13:41:46.941Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_M5QKMfmDLPuLyaz8OWr9 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T13:41:46.941Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||Node template pNF 66b89d6a-37e2 0 is matching search criteria
2023-03-18T13:41:46.941Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2023-03-18T13:41:46.941Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||Found topology templates [pNF 66b89d6a-37e2 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-18T13:41:46.941Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T13:41:46.941Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_M5QKMfmDLPuLyaz8OWr9 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T13:41:46.941Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T13:41:46.941Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_M5QKMfmDLPuLyaz8OWr9 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T13:41:46.941Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T13:41:46.941Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_M5QKMfmDLPuLyaz8OWr9 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T13:41:46.941Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T13:41:46.941Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_M5QKMfmDLPuLyaz8OWr9 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T13:41:46.941Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T13:41:46.942Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_M5QKMfmDLPuLyaz8OWr9 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T13:41:46.942Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_M5QKMfmDLPuLyaz8OWr9
Description:catalog service description
Model UUID:c315cbb3-fd53-45ce-8b0b-ad3e84c78918
Model Version:NULL
Model InvariantUuid:a46a4505-8d20-4c38-8d99-1b181bf22700
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=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-03-18T13:41:46.969Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||ERROR|500||Csar with UUID: fdcf7f15-35cd-49a2-839b-26e97623a9bc already exists
2023-03-18T13:41:46.970Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/artifacts/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar ASDC sendASDCNotification
2023-03-18T13:41:46.970Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/artifacts/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar(Csar with UUID: fdcf7f15-35cd-49a2-839b-26e97623a9bc already exists)
2023-03-18T13:41:46.970Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-18T13:41:46.970Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T13:41:46.970Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T13:41:46.970Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679146906970,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/artifacts/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: fdcf7f15-35cd-49a2-839b-26e97623a9bc already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T13:41:47.971Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/artifacts/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar ASDC sendASDCNotification
2023-03-18T13:41:47.972Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/artifacts/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar(Resource with UUID: 5cb48981-5482-4843-a71a-1ebe978a5e90 already exists)
2023-03-18T13:41:47.972Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-18T13:41:47.972Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T13:41:47.972Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T13:41:47.972Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679146907971,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/artifacts/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 5cb48981-5482-4843-a71a-1ebe978a5e90 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T13:41:48.973Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b26959c2-c6ca-4cf7-9cdd-576be04a9c92
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T13:41:48.992Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b26959c2-c6ca-4cf7-9cdd-576be04a9c92
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T13:41:48.995Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-18T13:41:48.995Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-18T13:41:48.995Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-18T13:41:48.995Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-18T13:41:48.995Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T13:41:48.995Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T13:41:48.995Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T13:41:48.996Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T13:41:48.996Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T13:41:48.996Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T13:41:48.996Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-18T13:41:49.005Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-18T13:41:58.920Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T13:41:58.927Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T13:41:58.927Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679146340483,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T13:41:58.927Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:41:58.927Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T13:41:58.927Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679146340483,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar",
  "status": "NOTIFIED"
}
2023-03-18T13:41:58.928Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:41:58.928Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T13:41:58.928Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679146862176,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-18T13:41:58.928Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:41:58.928Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T13:41:58.928Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679146863836,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: a93044a0-e137-47cf-b45c-87a4ec92508e already exists"
}
2023-03-18T13:41:58.928Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:41:58.928Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T13:41:58.928Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679146864837,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 79d852b9-56e5-416f-9d37-4483b88de628 already exists"
}
2023-03-18T13:41:58.928Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:41:58.928Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T13:41:58.928Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679146896029,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-18T13:41:58.928Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:41:58.928Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T13:41:58.928Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679146340483,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/resourceInstances/pnf66b89d6a37e20/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T13:41:58.928Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:41:58.928Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T13:41:58.928Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679146340483,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/resourceInstances/pnf66b89d6a37e20/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-18T13:41:58.929Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:41:58.929Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T13:41:58.929Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679146340483,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/resourceInstances/pnf66b89d6a37e20/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-18T13:41:58.929Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:41:58.929Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T13:41:58.929Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679146340483,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/resourceInstances/pnf66b89d6a37e20/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T13:41:58.929Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:41:58.929Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T13:41:58.929Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679146340483,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/resourceInstances/pnf66b89d6a37e20/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T13:41:58.929Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:41:58.929Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T13:41:58.929Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679146340483,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/resourceInstances/pnf66b89d6a37e20/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T13:41:58.930Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:41:58.930Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T13:41:58.930Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679146340483,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/artifacts/service-DemoPnfM5qkmfmdlpulyaz8owr9-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T13:41:58.930Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:41:58.930Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T13:41:58.930Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679146340483,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/artifacts/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar",
  "status": "NOTIFIED"
}
2023-03-18T13:41:58.930Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:41:58.930Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T13:41:58.930Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679146905340,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/artifacts/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-18T13:41:58.930Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:41:58.930Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T13:41:58.931Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679146906970,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/artifacts/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: fdcf7f15-35cd-49a2-839b-26e97623a9bc already exists"
}
2023-03-18T13:41:58.931Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:41:58.931Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T13:41:58.931Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679146907971,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/artifacts/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 5cb48981-5482-4843-a71a-1ebe978a5e90 already exists"
}
2023-03-18T13:41:58.931Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:42:19.006Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: b26959c2-c6ca-4cf7-9cdd-576be04a9c92 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-18T13:42:19.015Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: b26959c2-c6ca-4cf7-9cdd-576be04a9c92 and serviceModelVersionId: c315cbb3-fd53-45ce-8b0b-ad3e84c78918
2023-03-18T13:42:19.015Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : a46a4505-8d20-4c38-8d99-1b181bf22700
2023-03-18T13:42:19.016Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/a46a4505-8d20-4c38-8d99-1b181bf22700/model-vers/model-ver/c315cbb3-fd53-45ce-8b0b-ad3e84c78918?depth=0
2023-03-18T13:42:19.021Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2023-03-18T13:42:19.030Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a46a4505-8d20-4c38-8d99-1b181bf22700/model-vers/model-ver/c315cbb3-fd53-45ce-8b0b-ad3e84c78918?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-03-18T13:42:19.031Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a46a4505-8d20-4c38-8d99-1b181bf22700/model-vers/model-ver/c315cbb3-fd53-45ce-8b0b-ad3e84c78918?depth=0|INFO|500||Invoke
2023-03-18T13:42:19.038Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a46a4505-8d20-4c38-8d99-1b181bf22700/model-vers/model-ver/c315cbb3-fd53-45ce-8b0b-ad3e84c78918?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-18T13:42:19.163Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a46a4505-8d20-4c38-8d99-1b181bf22700/model-vers/model-ver/c315cbb3-fd53-45ce-8b0b-ad3e84c78918?depth=0|INFO|500||InvokeReturn
2023-03-18T13:42:19.164Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a46a4505-8d20-4c38-8d99-1b181bf22700/model-vers/model-ver/c315cbb3-fd53-45ce-8b0b-ad3e84c78918?depth=0 has http status code:200 and response headers:{date=[Sat, 18 Mar 2023 13:42:18 GMT], content-length=[0], vertex-id=[217192], x-aai-txid=[2-aai-resources-230318-13:42:18:740-83767], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-18T13:42:19.164Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||Response was returned with an empty entity.
2023-03-18T13:42:19.164Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-18T13:42:19.164Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-18T13:42:19.170Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-18T13:42:19.171Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID b26959c2-c6ca-4cf7-9cdd-576be04a9c92 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-18T13:42:19.171Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-18T13:42:19.171Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T13:42:19.171Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T13:42:19.171Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679146939171,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-18T13:42:20.197Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T13:42:20.197Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Failing OffsetCommit request since the consumer is not part of an active group
2023-03-18T13:42:20.197Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Node 1 disconnected.
2023-03-18T13:42:20.198Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||ERROR|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Asynchronous auto-commit of offsets failed: Offset commit cannot be completed since the consumer is not part of an active group for auto partition assignment; it is likely that the consumer was kicked out of the group.. Will continue to join group.
2023-03-18T13:42:20.198Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Giving away all assigned partitions as lost since generation/memberID has been reset,indicating that consumer is in old state or no longer part of the group
2023-03-18T13:42:20.198Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Lost previously assigned partitions SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5
2023-03-18T13:42:20.198Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] (Re-)joining group
2023-03-18T13:42:20.200Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Asynchronous auto-commit of offsets {SDC-DISTR-NOTIF-TOPIC-AUTO-5=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-4=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-3=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-2=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-1=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-0=OffsetAndMetadata{offset=7, leaderEpoch=0, metadata=''}} failed: Offset commit cannot be completed since the consumer is not part of an active group for auto partition assignment; it is likely that the consumer was kicked out of the group.
2023-03-18T13:42:20.202Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2-35974ddd-a97b-400a-bfdc-a0013c6af2e0
2023-03-18T13:42:20.202Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Request joining group due to: rebalance failed due to 'The group member needs to have a valid member id before actually entering a consumer group.' (MemberIdRequiredException)
2023-03-18T13:42:20.202Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] (Re-)joining group
2023-03-18T13:42:21.886Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T13:42:24.902Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T13:42:27.914Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T13:42:30.923Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T13:42:33.935Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T13:42:36.947Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T13:42:39.956Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T13:42:42.976Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T13:42:45.991Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T13:42:49.009Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T13:42:52.028Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T13:42:55.049Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T13:42:58.067Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T13:42:58.919Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T13:42:58.933Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Revoke previously assigned partitions SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-03-18T13:42:58.933Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] (Re-)joining group
2023-03-18T13:42:58.937Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Successfully joined group with generation Generation{generationId=58, memberId='SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94-2995e74d-4211-4955-93f6-f3f14568571e', protocol='range'}
2023-03-18T13:42:58.937Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Successfully joined group with generation Generation{generationId=58, memberId='SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2-35974ddd-a97b-400a-bfdc-a0013c6af2e0', protocol='range'}
2023-03-18T13:42:58.941Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Finished assignment for group at generation 58: {SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2-35974ddd-a97b-400a-bfdc-a0013c6af2e0=Assignment(partitions=[SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5]), SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94-2995e74d-4211-4955-93f6-f3f14568571e=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])}
2023-03-18T13:42:58.952Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Successfully synced group in generation Generation{generationId=58, memberId='SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2-35974ddd-a97b-400a-bfdc-a0013c6af2e0', protocol='range'}
2023-03-18T13:42:58.952Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5])
2023-03-18T13:42:58.952Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Successfully synced group in generation Generation{generationId=58, memberId='SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94-2995e74d-4211-4955-93f6-f3f14568571e', protocol='range'}
2023-03-18T13:42:58.953Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])
2023-03-18T13:42:58.953Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Adding newly assigned partitions: SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-03-18T13:42:58.953Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Adding newly assigned partitions: SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5
2023-03-18T13:42:58.956Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-18T13:42:58.956Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-18T13:42:58.956Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-18T13:42:58.956Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=1379, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-18T13:42:58.956Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-18T13:42:58.956Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-18T13:42:58.956Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-18T13:42:58.956Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-18T13:42:58.957Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-18T13:42:58.957Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-18T13:42:58.957Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-18T13:42:58.957Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-18T13:42:58.976Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-18T13:42:58.976Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||received notification from broker: {"distributionID":"34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846","serviceName":"basic_onboard_gCPnoC","serviceVersion":"1.0","serviceUUID":"dad851ae-1f1d-4e04-8847-f18fd5d51391","serviceDescription":"service","serviceInvariantUUID":"693dcbb7-55f2-41d5-a0d9-572574329dfe","resources":[{"resourceInstanceName":"basic_onboard_gCPnoC 0","resourceName":"basic_onboard_gCPnoC","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"f3fb2f57-aad9-4f33-88db-c458ae09cdfb","resourceInvariantUUID":"d7c6b294-4284-4b69-87ff-a797deedad73","resourceCustomizationUUID":"9327f8c9-4591-449b-b6af-227dc0614cab","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/vf-license-model.xml","artifactChecksum":"OGQ5ZDI0MzIzNDdmMDUyYmQ0MzVmMDVkOWUyNGVlYmE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"5077753b-8cdd-47a9-82d5-e3ff4ce969c3","artifactVersion":"1"},{"artifactName":"basic_onboard_gcpnoc0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json","artifactChecksum":"NjRhMmYzNDQxZDFkYzhiMjZmMTk3NDMzZmQwOWNiNWI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"583db2fa-2045-4011-8045-9fd436580060","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"0846dbe8-d246-42f3-9ba6-3c197d6bb5c4","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"5004fadd-cda9-4566-99ac-bc5d669427a2","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"7d3da3bf-4415-4326-b045-fe6bef605f78","artifactVersion":"2","generatedFromUUID":"0846dbe8-d246-42f3-9ba6-3c197d6bb5c4"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardGcpnoc-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-template.yml","artifactChecksum":"OGFkYWYzODVjYTg1MmE4Y2JhZWM5NDk3ZjljNTAwNTE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"8ab16f5d-5180-4470-b278-f6ea6f7c23e8","artifactVersion":"1"},{"artifactName":"service-BasicOnboardGcpnoc-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar","artifactChecksum":"MjQxYmE3NTM3MTRlYjAwMzA2YjMyYmJjMmU4MmNkYjE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"d6569f72-4f81-428a-8593-389324ccdf48","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-18T13:42:58.977Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T13:42:58.978Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T13:42:58.978Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T13:42:58.978Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679146940197,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T13:42:59.966Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T13:42:59.967Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679146939171,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-18T13:42:59.967Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:42:59.967Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T13:42:59.967Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679146940197,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T13:42:59.967Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:42:59.979Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T13:42:59.979Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T13:42:59.979Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T13:42:59.979Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679146940197,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T13:43:00.980Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T13:43:00.980Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T13:43:00.980Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T13:43:00.980Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679146940197,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T13:43:01.981Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T13:43:01.981Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T13:43:01.981Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T13:43:01.981Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679146940197,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T13:43:02.982Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T13:43:02.982Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T13:43:02.982Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T13:43:02.982Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679146940197,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T13:43:03.983Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T13:43:03.984Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T13:43:03.984Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T13:43:03.984Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679146940197,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T13:43:04.984Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T13:43:04.985Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T13:43:04.985Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T13:43:04.985Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679146940197,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T13:43:05.986Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "serviceName": "basic_onboard_gCPnoC",
  "serviceVersion": "1.0",
  "serviceUUID": "dad851ae-1f1d-4e04-8847-f18fd5d51391",
  "serviceDescription": "service",
  "serviceInvariantUUID": "693dcbb7-55f2-41d5-a0d9-572574329dfe",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_gCPnoC 0",
      "resourceCustomizationUUID": "9327f8c9-4591-449b-b6af-227dc0614cab",
      "resourceName": "basic_onboard_gCPnoC",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "f3fb2f57-aad9-4f33-88db-c458ae09cdfb",
      "resourceInvariantUUID": "d7c6b294-4284-4b69-87ff-a797deedad73",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_gcpnoc0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json",
          "artifactChecksum": "NjRhMmYzNDQxZDFkYzhiMjZmMTk3NDMzZmQwOWNiNWI\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "583db2fa-2045-4011-8045-9fd436580060",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "0846dbe8-d246-42f3-9ba6-3c197d6bb5c4",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "7d3da3bf-4415-4326-b045-fe6bef605f78",
            "generatedFromUUID": "0846dbe8-d246-42f3-9ba6-3c197d6bb5c4"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "7d3da3bf-4415-4326-b045-fe6bef605f78",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardGcpnoc-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar",
      "artifactChecksum": "MjQxYmE3NTM3MTRlYjAwMzA2YjMyYmJjMmU4MmNkYjE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "d6569f72-4f81-428a-8593-389324ccdf48"
    }
  ],
  "workloadContext": "Production"
}
2023-03-18T13:43:05.987Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-18T13:43:05.987Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 dad851ae-1f1d-4e04-8847-f18fd5d51391 ASDC
2023-03-18T13:43:05.988Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
ServiceName:basic_onboard_gCPnoC
ServiceVersion:1.0
ServiceUUID:dad851ae-1f1d-4e04-8847-f18fd5d51391
ServiceInvariantUUID:693dcbb7-55f2-41d5-a0d9-572574329dfe
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardGcpnoc-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar
ArtifactUUID:d6569f72-4f81-428a-8593-389324ccdf48
ArtifactChecksum:MjQxYmE3NTM3MTRlYjAwMzA2YjMyYmJjMmU4MmNkYjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_gCPnoC 0
ResourceCustomizationUUID:9327f8c9-4591-449b-b6af-227dc0614cab
ResourceInvariantUUID:d7c6b294-4284-4b69-87ff-a797deedad73
ResourceName:basic_onboard_gCPnoC
ResourceType:VF
ResourceUUID:f3fb2f57-aad9-4f33-88db-c458ae09cdfb
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_gcpnoc0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json
ArtifactUUID:583db2fa-2045-4011-8045-9fd436580060
ArtifactChecksum:NjRhMmYzNDQxZDFkYzhiMjZmMTk3NDMzZmQwOWNiNWI=
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/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.yaml
ArtifactUUID:0846dbe8-d246-42f3-9ba6-3c197d6bb5c4
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/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.env
ArtifactUUID:7d3da3bf-4415-4326-b045-fe6bef605f78
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/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.env
ArtifactUUID:7d3da3bf-4415-4326-b045-fe6bef605f78
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-18T13:43:05.988Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF dad851ae-1f1d-4e04-8847-f18fd5d51391 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: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-18T13:43:06.026Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-18T13:43:06.027Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-03-18T13:43:06.027Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-03-18T13:43:06.027Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: d6569f72-4f81-428a-8593-389324ccdf48 from URL: /sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar
2023-03-18T13:43:06.027Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||DistributionClient - download
2023-03-18T13:43:06.028Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar
2023-03-18T13:43:06.062Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||GET Response Status 404
2023-03-18T13:43:06.063Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@30bcc904
2023-03-18T13:43:06.063Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-18T13:43:06.063Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicOnboardGcpnoc"
      ]
    }
  }
}
2023-03-18T13:43:06.064Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicOnboardGcpnoc-csar.csar /sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar d6569f72-4f81-428a-8593-389324ccdf48 Specified artifact is  not found 300 ASDC artifact download fail
2023-03-18T13:43:06.064Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar ASDC sendASDCNotification
2023-03-18T13:43:06.064Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar(Specified artifact is  not found)
2023-03-18T13:43:06.064Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-18T13:43:06.065Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T13:43:06.065Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T13:43:06.065Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679146986064,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T13:43:07.066Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during processCsarServiceArtifacts ASDC processCsarServiceArtifacts 500 Exception in processCsarServiceArtifacts
org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact service-BasicOnboardGcpnoc-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar(UUID:d6569f72-4f81-428a-8593-389324ccdf48)
Error message is Specified artifact is  not found

	at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394)
	at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2023-03-18T13:43:07.080Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||ERROR|500||error NSST process resource failure 
java.lang.NullPointerException: null
	at org.onap.so.asdc.client.ASDCController.processNsstNotification(ASDCController.java:978)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:760)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-18T13:43:07.080Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: f3fb2f57-aad9-4f33-88db-c458ae09cdfb
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-18T13:43:07.087Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||basic_onboard_gCPnoC 0
2023-03-18T13:43:07.087Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: f3fb2f57-aad9-4f33-88db-c458ae09cdfb
2023-03-18T13:43:07.087Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 583db2fa-2045-4011-8045-9fd436580060 from URL: /sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json
2023-03-18T13:43:07.087Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||DistributionClient - download
2023-03-18T13:43:07.087Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json
2023-03-18T13:43:07.099Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||GET Response Status 404
2023-03-18T13:43:07.099Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@30d899a4
2023-03-18T13:43:07.099Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-18T13:43:07.100Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicOnboardGcpnoc"
      ]
    }
  }
}
2023-03-18T13:43:07.100Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL basic_onboard_gcpnoc0_modules.json /sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json 583db2fa-2045-4011-8045-9fd436580060 Specified artifact is  not found 300 ASDC artifact download fail
2023-03-18T13:43:07.100Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json ASDC sendASDCNotification
2023-03-18T13:43:07.100Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json(Specified artifact is  not found)
2023-03-18T13:43:07.100Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-18T13:43:07.100Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T13:43:07.100Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T13:43:07.100Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679146987100,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T13:43:08.101Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during Installation of artifact ASDC processResourceNotification 500 Exception in processResourceNotification
org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact basic_onboard_gcpnoc0_modules.json could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json(UUID:583db2fa-2045-4011-8045-9fd436580060)
Error message is Specified artifact is  not found

	at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:787)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-18T13:43:08.101Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T13:43:08.118Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T13:43:08.121Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-18T13:43:08.122Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-18T13:43:38.122Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T13:43:38.142Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T13:43:38.145Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-18T13:43:38.146Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-18T13:43:58.919Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T13:43:58.921Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T13:43:58.921Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679146940197,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json",
  "status": "NOTIFIED"
}
2023-03-18T13:43:58.922Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:44:08.147Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T13:44:08.168Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T13:44:08.172Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-18T13:44:08.172Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-18T13:44:38.172Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T13:44:38.191Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T13:44:38.194Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-18T13:44:38.194Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-18T13:44:58.920Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T13:44:58.921Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T13:44:58.921Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679146940197,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2023-03-18T13:44:58.922Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:44:58.922Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T13:44:58.922Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679146940197,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T13:44:58.922Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:44:58.922Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T13:44:58.922Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679146940197,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2023-03-18T13:44:58.922Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:44:58.922Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T13:44:58.922Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679146940197,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T13:44:58.922Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:44:58.922Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T13:44:58.922Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679146940197,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar",
  "status": "NOTIFIED"
}
2023-03-18T13:44:58.922Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:44:58.923Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T13:44:58.923Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679146986064,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-18T13:44:58.923Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:44:58.923Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T13:44:58.923Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679146987100,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-18T13:44:58.923Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:45:08.195Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T13:45:08.212Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T13:45:08.216Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-18T13:45:08.216Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-18T13:45:38.216Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T13:45:38.234Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T13:45:38.237Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-18T13:45:38.237Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-18T13:45:58.920Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T13:45:58.921Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T13:45:58.921Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "d6b70362-b450-41db-97c4-ea1285deb273",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679147035837,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/resourceInstances/pnf8b249c548f1f0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T13:45:58.921Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:45:58.922Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T13:45:58.922Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "d6b70362-b450-41db-97c4-ea1285deb273",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679147009483,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/resourceInstances/pnf8b249c548f1f0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T13:45:58.922Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:45:58.922Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T13:45:58.922Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "d6b70362-b450-41db-97c4-ea1285deb273",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679147038924,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/resourceInstances/pnf8b249c548f1f0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T13:45:58.922Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:45:58.922Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T13:45:58.922Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "d6b70362-b450-41db-97c4-ea1285deb273",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679147019415,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/resourceInstances/pnf8b249c548f1f0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T13:45:58.922Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:45:58.922Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T13:45:58.922Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "d6b70362-b450-41db-97c4-ea1285deb273",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679147009483,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/resourceInstances/pnf8b249c548f1f0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-18T13:45:58.922Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:45:58.922Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T13:45:58.922Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "d6b70362-b450-41db-97c4-ea1285deb273",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679147019415,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/resourceInstances/pnf8b249c548f1f0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-18T13:45:58.922Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:45:58.922Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T13:45:58.922Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "d6b70362-b450-41db-97c4-ea1285deb273",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679147035837,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/resourceInstances/pnf8b249c548f1f0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-18T13:45:58.922Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:45:58.922Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T13:45:58.922Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "d6b70362-b450-41db-97c4-ea1285deb273",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679147038924,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/resourceInstances/pnf8b249c548f1f0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-18T13:45:58.922Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:45:58.922Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T13:45:58.922Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "d6b70362-b450-41db-97c4-ea1285deb273",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679147038924,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/resourceInstances/pnf8b249c548f1f0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-18T13:45:58.922Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:45:58.922Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T13:45:58.922Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "d6b70362-b450-41db-97c4-ea1285deb273",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679147009483,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/resourceInstances/pnf8b249c548f1f0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-18T13:45:58.922Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:45:58.922Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T13:45:58.922Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "d6b70362-b450-41db-97c4-ea1285deb273",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679147019415,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/resourceInstances/pnf8b249c548f1f0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-18T13:45:58.923Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:45:58.923Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T13:45:58.923Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "d6b70362-b450-41db-97c4-ea1285deb273",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679147035837,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/resourceInstances/pnf8b249c548f1f0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-18T13:45:58.923Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:45:58.923Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T13:45:58.923Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "d6b70362-b450-41db-97c4-ea1285deb273",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679147038924,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/resourceInstances/pnf8b249c548f1f0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T13:45:58.923Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:45:58.923Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T13:45:58.923Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "d6b70362-b450-41db-97c4-ea1285deb273",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679147009483,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/resourceInstances/pnf8b249c548f1f0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T13:45:58.923Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:45:58.923Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T13:45:58.923Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "d6b70362-b450-41db-97c4-ea1285deb273",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679147019415,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/resourceInstances/pnf8b249c548f1f0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T13:45:58.923Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:45:58.923Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T13:45:58.923Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "d6b70362-b450-41db-97c4-ea1285deb273",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679147035837,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/resourceInstances/pnf8b249c548f1f0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T13:45:58.923Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:45:58.923Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T13:45:58.923Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "d6b70362-b450-41db-97c4-ea1285deb273",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679147038924,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/resourceInstances/pnf8b249c548f1f0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T13:45:58.923Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:45:58.924Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T13:45:58.924Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "d6b70362-b450-41db-97c4-ea1285deb273",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679147009483,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/resourceInstances/pnf8b249c548f1f0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T13:45:58.924Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:45:58.924Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T13:45:58.924Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "d6b70362-b450-41db-97c4-ea1285deb273",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679147019415,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/resourceInstances/pnf8b249c548f1f0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T13:45:58.924Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:45:58.924Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T13:45:58.924Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "d6b70362-b450-41db-97c4-ea1285deb273",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679147035837,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/resourceInstances/pnf8b249c548f1f0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T13:45:58.924Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:45:58.924Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T13:45:58.924Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "d6b70362-b450-41db-97c4-ea1285deb273",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679147038924,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/resourceInstances/pnf8b249c548f1f0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T13:45:58.924Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:45:58.924Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T13:45:58.924Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "d6b70362-b450-41db-97c4-ea1285deb273",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679147009483,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/resourceInstances/pnf8b249c548f1f0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T13:45:58.924Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:45:58.924Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T13:45:58.924Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "d6b70362-b450-41db-97c4-ea1285deb273",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679147019415,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/resourceInstances/pnf8b249c548f1f0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2023-03-18T13:45:58.924Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:45:58.924Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T13:45:58.924Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "d6b70362-b450-41db-97c4-ea1285deb273",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679147035837,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/resourceInstances/pnf8b249c548f1f0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T13:45:58.924Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:45:58.924Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T13:45:58.924Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "d6b70362-b450-41db-97c4-ea1285deb273",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679147038924,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/artifacts/service-DemoPnf0qrybifhigdyvijapwks-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T13:45:58.924Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:45:58.924Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T13:45:58.924Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "d6b70362-b450-41db-97c4-ea1285deb273",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679147009483,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/artifacts/service-DemoPnf0qrybifhigdyvijapwks-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T13:45:58.925Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:45:58.925Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T13:45:58.925Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "d6b70362-b450-41db-97c4-ea1285deb273",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679147019415,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/artifacts/service-DemoPnf0qrybifhigdyvijapwks-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T13:45:58.925Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:45:58.925Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T13:45:58.925Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "d6b70362-b450-41db-97c4-ea1285deb273",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679147035837,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/artifacts/service-DemoPnf0qrybifhigdyvijapwks-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T13:45:58.925Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:45:58.925Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T13:45:58.925Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "d6b70362-b450-41db-97c4-ea1285deb273",
  "consumerID": "aai-model-loader",
  "timestamp": 1679147046544,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/resourceInstances/pnf8b249c548f1f0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T13:45:58.925Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:45:58.925Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T13:45:58.925Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "d6b70362-b450-41db-97c4-ea1285deb273",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679147038924,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/artifacts/service-DemoPnf0qrybifhigdyvijapwks-csar.csar",
  "status": "NOTIFIED"
}
2023-03-18T13:45:58.925Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:45:58.925Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T13:45:58.925Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "d6b70362-b450-41db-97c4-ea1285deb273",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679147009483,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/artifacts/service-DemoPnf0qrybifhigdyvijapwks-csar.csar",
  "status": "NOTIFIED"
}
2023-03-18T13:45:58.925Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:45:58.925Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T13:45:58.925Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "d6b70362-b450-41db-97c4-ea1285deb273",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679147019415,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/artifacts/service-DemoPnf0qrybifhigdyvijapwks-csar.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-18T13:45:58.925Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:45:58.925Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T13:45:58.925Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "d6b70362-b450-41db-97c4-ea1285deb273",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679147035837,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/artifacts/service-DemoPnf0qrybifhigdyvijapwks-csar.csar",
  "status": "NOTIFIED"
}
2023-03-18T13:45:58.925Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:45:58.925Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T13:45:58.925Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "d6b70362-b450-41db-97c4-ea1285deb273",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679147045163,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/resourceInstances/pnf8b249c548f1f0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T13:45:58.925Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:45:58.925Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T13:45:58.925Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "d6b70362-b450-41db-97c4-ea1285deb273",
  "consumerID": "aai-model-loader",
  "timestamp": 1679147046544,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/resourceInstances/pnf8b249c548f1f0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-18T13:45:58.925Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:45:58.925Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T13:45:58.925Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "d6b70362-b450-41db-97c4-ea1285deb273",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679147045163,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/resourceInstances/pnf8b249c548f1f0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-18T13:45:58.926Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:45:58.926Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T13:45:58.926Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "d6b70362-b450-41db-97c4-ea1285deb273",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679147046793,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/resourceInstances/pnf8b249c548f1f0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2023-03-18T13:45:58.926Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:45:58.926Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T13:45:58.926Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "d6b70362-b450-41db-97c4-ea1285deb273",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679147047356,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/artifacts/service-DemoPnf0qrybifhigdyvijapwks-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-18T13:45:58.926Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:45:58.926Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T13:45:58.926Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "d6b70362-b450-41db-97c4-ea1285deb273",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679147046906,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/artifacts/service-DemoPnf0qrybifhigdyvijapwks-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-18T13:45:58.926Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:45:58.926Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T13:45:58.926Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "d6b70362-b450-41db-97c4-ea1285deb273",
  "consumerID": "aai-model-loader",
  "timestamp": 1679147046544,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/resourceInstances/pnf8b249c548f1f0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-18T13:45:58.926Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:45:58.926Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T13:45:58.926Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "d6b70362-b450-41db-97c4-ea1285deb273",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679147045163,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/resourceInstances/pnf8b249c548f1f0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-18T13:45:58.926Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:45:58.926Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T13:45:58.926Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "d6b70362-b450-41db-97c4-ea1285deb273",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679147048360,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/artifacts/service-DemoPnf0qrybifhigdyvijapwks-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-03-18T13:45:58.951Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of d6b70362-b450-41db-97c4-ea1285deb273
2023-03-18T13:45:58.951Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId d6b70362-b450-41db-97c4-ea1285deb273 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-03-18T13:45:58.965Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T13:45:58.965Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "d6b70362-b450-41db-97c4-ea1285deb273",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679147047910,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/artifacts/service-DemoPnf0qrybifhigdyvijapwks-csar.csar",
  "status": "DEPLOY_OK"
}
2023-03-18T13:45:58.965Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:45:58.965Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T13:45:58.965Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "d6b70362-b450-41db-97c4-ea1285deb273",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679147047825,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/resourceInstances/pnf8b249c548f1f0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2023-03-18T13:45:58.965Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:45:58.966Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T13:45:58.966Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "d6b70362-b450-41db-97c4-ea1285deb273",
  "consumerID": "aai-model-loader",
  "timestamp": 1679147046544,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/resourceInstances/pnf8b249c548f1f0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T13:45:58.966Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:45:58.966Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T13:45:58.966Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "d6b70362-b450-41db-97c4-ea1285deb273",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679147045163,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/resourceInstances/pnf8b249c548f1f0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T13:45:58.966Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:45:58.966Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T13:45:58.966Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "d6b70362-b450-41db-97c4-ea1285deb273",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679147048911,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-18T13:45:58.984Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d6b70362-b450-41db-97c4-ea1285deb273
2023-03-18T13:45:58.984Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId d6b70362-b450-41db-97c4-ea1285deb273 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-03-18T13:45:58.998Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T13:45:58.998Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "d6b70362-b450-41db-97c4-ea1285deb273",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679147048826,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": ""
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-18T13:45:59.008Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of d6b70362-b450-41db-97c4-ea1285deb273
2023-03-18T13:45:59.008Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId d6b70362-b450-41db-97c4-ea1285deb273 and ComponentName 
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-03-18T13:45:59.021Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T13:45:59.022Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "d6b70362-b450-41db-97c4-ea1285deb273",
  "consumerID": "aai-model-loader",
  "timestamp": 1679147046544,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/resourceInstances/pnf8b249c548f1f0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T13:45:59.022Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:45:59.022Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T13:45:59.022Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "d6b70362-b450-41db-97c4-ea1285deb273",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679147045163,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/resourceInstances/pnf8b249c548f1f0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T13:45:59.022Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:45:59.022Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T13:45:59.022Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "d6b70362-b450-41db-97c4-ea1285deb273",
  "consumerID": "aai-model-loader",
  "timestamp": 1679147046544,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/resourceInstances/pnf8b249c548f1f0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T13:45:59.022Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:45:59.022Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T13:45:59.022Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "d6b70362-b450-41db-97c4-ea1285deb273",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679147045163,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/resourceInstances/pnf8b249c548f1f0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T13:45:59.022Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:45:59.022Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T13:45:59.022Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "d6b70362-b450-41db-97c4-ea1285deb273",
  "consumerID": "aai-model-loader",
  "timestamp": 1679147046544,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/artifacts/service-DemoPnf0qrybifhigdyvijapwks-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T13:45:59.022Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:45:59.022Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T13:45:59.022Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "d6b70362-b450-41db-97c4-ea1285deb273",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679147045163,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/artifacts/service-DemoPnf0qrybifhigdyvijapwks-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T13:45:59.022Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:45:59.022Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T13:45:59.022Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "d6b70362-b450-41db-97c4-ea1285deb273",
  "consumerID": "aai-model-loader",
  "timestamp": 1679147046544,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/artifacts/service-DemoPnf0qrybifhigdyvijapwks-csar.csar",
  "status": "NOTIFIED"
}
2023-03-18T13:45:59.022Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:45:59.022Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T13:45:59.022Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "d6b70362-b450-41db-97c4-ea1285deb273",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679147045163,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/artifacts/service-DemoPnf0qrybifhigdyvijapwks-csar.csar",
  "status": "NOTIFIED"
}
2023-03-18T13:45:59.022Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:45:59.022Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T13:45:59.022Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "d6b70362-b450-41db-97c4-ea1285deb273",
  "consumerID": "aai-model-loader",
  "timestamp": 1679147054683,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/artifacts/service-DemoPnf0qrybifhigdyvijapwks-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-18T13:45:59.022Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:45:59.022Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T13:45:59.022Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "d6b70362-b450-41db-97c4-ea1285deb273",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679147053921,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/artifacts/service-DemoPnf0qrybifhigdyvijapwks-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-18T13:45:59.022Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:45:59.022Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T13:45:59.022Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "d6b70362-b450-41db-97c4-ea1285deb273",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679147055678,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/artifacts/service-DemoPnf0qrybifhigdyvijapwks-csar.csar",
  "status": "DEPLOY_OK"
}
2023-03-18T13:45:59.022Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:45:59.022Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T13:45:59.023Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "d6b70362-b450-41db-97c4-ea1285deb273",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679147056681,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-18T13:45:59.031Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of d6b70362-b450-41db-97c4-ea1285deb273
2023-03-18T13:45:59.031Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId d6b70362-b450-41db-97c4-ea1285deb273 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-03-18T13:45:59.057Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T13:45:59.057Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "d6b70362-b450-41db-97c4-ea1285deb273",
  "consumerID": "aai-model-loader",
  "timestamp": 1679147058247,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/artifacts/service-DemoPnf0qrybifhigdyvijapwks-csar.csar",
  "status": "DEPLOY_OK"
}
2023-03-18T13:45:59.057Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:45:59.057Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T13:45:59.057Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "d6b70362-b450-41db-97c4-ea1285deb273",
  "consumerID": "aai-model-loader",
  "timestamp": 1679147059250,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-18T13:45:59.066Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of d6b70362-b450-41db-97c4-ea1285deb273
2023-03-18T13:45:59.066Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId d6b70362-b450-41db-97c4-ea1285deb273 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-03-18T13:46:08.237Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T13:46:08.256Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T13:46:08.260Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-18T13:46:08.260Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-18T13:46:38.261Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T13:46:38.281Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T13:46:38.284Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-18T13:46:38.284Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-18T13:46:58.920Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T13:47:08.284Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T13:47:08.302Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T13:47:08.305Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-18T13:47:08.306Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-18T13:47:38.306Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T13:47:38.326Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T13:47:38.332Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-18T13:47:38.332Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-18T13:47:58.921Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T13:47:59.004Z||kafka-coordinator-heartbeat-thread | so|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] consumer poll timeout has expired. This means the time between subsequent calls to poll() was longer than the configured max.poll.interval.ms, which typically implies that the poll loop is spending too much time processing messages. You can address this either by increasing max.poll.interval.ms or by reducing the maximum size of batches returned in poll() with max.poll.records.
2023-03-18T13:47:59.004Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Member SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2-35974ddd-a97b-400a-bfdc-a0013c6af2e0 sending LeaveGroup request to coordinator onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2147483645 rack: null) due to consumer poll timeout has expired.
2023-03-18T13:47:59.005Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Resetting generation and member id due to: consumer pro-actively leaving the group
2023-03-18T13:47:59.005Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Request joining group due to: consumer pro-actively leaving the group
2023-03-18T13:47:59.979Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T13:47:59.993Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Revoke previously assigned partitions SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-03-18T13:47:59.994Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] (Re-)joining group
2023-03-18T13:47:59.999Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Successfully joined group with generation Generation{generationId=59, memberId='SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94-2995e74d-4211-4955-93f6-f3f14568571e', protocol='range'}
2023-03-18T13:47:59.999Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Finished assignment for group at generation 59: {SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94-2995e74d-4211-4955-93f6-f3f14568571e=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])}
2023-03-18T13:48:00.012Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Successfully synced group in generation Generation{generationId=59, memberId='SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94-2995e74d-4211-4955-93f6-f3f14568571e', protocol='range'}
2023-03-18T13:48:00.012Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])
2023-03-18T13:48:00.013Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Adding newly assigned partitions: SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-03-18T13:48:00.018Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-18T13:48:00.018Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-18T13:48:00.018Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-18T13:48:00.019Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=1451, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-18T13:48:00.019Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-18T13:48:00.019Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-18T13:48:08.332Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2023-03-18T13:48:08.333Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-18T13:48:08.343Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846 and serviceModelVersionId: dad851ae-1f1d-4e04-8847-f18fd5d51391
2023-03-18T13:48:08.343Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 693dcbb7-55f2-41d5-a0d9-572574329dfe
2023-03-18T13:48:08.344Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391?depth=0
2023-03-18T13:48:08.349Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2023-03-18T13:48:08.370Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-03-18T13:48:08.373Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391?depth=0|INFO|500||Invoke
2023-03-18T13:48:08.382Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2023-03-18T13:48:08.412Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391?depth=0|INFO|404|Not Found|InvokeReturn
2023-03-18T13:48:08.412Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391?depth=0 has http status code:404 and response headers:{date=[Sat, 18 Mar 2023 13:48:08 GMT], content-length=[495], x-aai-txid=[1-aai-resources-230318-13:48:08:084-9867], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-18T13:48:08.413Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||{"requestError":{"serviceException":{"messageId":"SVC3001","text":"Resource not found for %1 using id %2 (msg=%3) (ec=%4)","variables":["MERGE_PATCH","service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391","Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391","ERR.5.4.6114"]}}}

2023-03-18T13:48:08.415Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391) (ec=ERR.5.4.6114)
2023-03-18T13:48:08.415Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||ERROR|500||Exception occurred
javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391) (ec=ERR.5.4.6114)
	at org.onap.so.client.ResponseExceptionMapper.map(ResponseExceptionMapper.java:74)
	at org.onap.so.client.RestRequest.get(RestRequest.java:77)
	at org.onap.so.client.RestClient.buildRequest(RestClient.java:326)
	at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322)
	at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283)
	at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67)
	at net.jodah.failsafe.Execution.executeSync(Execution.java:117)
	at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319)
	at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71)
	at org.onap.so.client.RestClient.method(RestClient.java:322)
	at org.onap.so.client.RestClient.patch(RestClient.java:265)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184)
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-18T13:48:08.415Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391) (ec=ERR.5.4.6114)
2023-03-18T13:48:08.415Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391) (ec=ERR.5.4.6114)
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-18T13:48:08.421Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-18T13:48:08.421Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391) (ec=ERR.5.4.6114)
2023-03-18T13:48:08.421Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2023-03-18T13:48:08.421Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T13:48:08.421Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T13:48:08.421Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679147288421,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391) (ec\u003dERR.5.4.6114)"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T13:48:08.436Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T13:48:08.437Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679147288421,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391) (ec\u003dERR.5.4.6114)"
}
2023-03-18T13:48:08.437Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-18T13:48:09.448Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-18T13:48:09.448Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||received notification from broker: {"distributionID":"d4dc9e71-f2cb-491c-bcf1-9d51402514be","serviceName":"vFW 2023-03-18 11-08-36","serviceVersion":"1.0","serviceUUID":"27fdb87d-b713-4eaf-90a0-9e48041e5db6","serviceDescription":"catalog service description","serviceInvariantUUID":"cb6d14f9-78ae-470a-a6af-a3a2b9fea472","resources":[{"resourceInstanceName":"vFW 58569f3e-bd56 0","resourceName":"vFW 58569f3e-bd56","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"d26137cf-1389-4abe-8e09-78b44d7a1aae","resourceInvariantUUID":"440b369e-a09c-4c31-8a4e-6692abd11e0c","resourceCustomizationUUID":"e17fe765-865d-4748-ab41-44bdbee5a853","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/vf-license-model.xml","artifactChecksum":"MTFjYmU2ZGQwM2YxYTQxNjdhOWY1YjI5OWUyYjE5OTg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"7238df55-40f7-4cde-93e0-f3c86248a4ba","artifactVersion":"1"},{"artifactName":"vfw58569f3ebd560_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/vfw58569f3ebd560_modules.json","artifactChecksum":"ODg5YTAyNmJiZTFiZTA5MDMwZWVhNmFkMzVmNzk4YTg\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"a8ca7246-150c-4537-b08d-e58462b66bb6","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"be903e28-b266-44db-9c8b-4cbcb6f7ee77","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/vendor-license-model.xml","artifactChecksum":"NDExZWJjY2Q3ZjkxN2NkNTRiYmFlNDViOGZhYWJjM2M\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"cecd91b9-dbd7-4a9b-96a0-72674051949c","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"0637f995-3e6f-44f6-89fc-61906f5ff14b","artifactVersion":"2","generatedFromUUID":"be903e28-b266-44db-9c8b-4cbcb6f7ee77"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20230318110836-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-template.yml","artifactChecksum":"NjdmYzRlMTY1MzM1ODg5NjAzNTEzOWU1ZGFmNmNiNDI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"8648cca8-36e7-40c1-8faf-a7c0be2faa07","artifactVersion":"1"},{"artifactName":"service-Vfw20230318110836-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar","artifactChecksum":"NzY3OTRjMDBhMTZlZjQ1ZTQ3MTU0ZjE0NjliYmU1M2Y\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"436a091b-6820-4621-9f77-4a798268cc9d","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-18T13:48:09.449Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T13:48:09.449Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T13:48:09.449Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T13:48:09.449Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679146940197,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T13:48:10.450Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T13:48:10.451Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T13:48:10.451Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T13:48:10.451Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679146940197,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/vfw58569f3ebd560_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T13:48:11.452Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T13:48:11.453Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T13:48:11.453Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T13:48:11.453Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679146940197,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T13:48:12.455Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T13:48:12.455Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T13:48:12.455Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T13:48:12.456Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679146940197,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T13:48:13.458Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T13:48:13.458Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T13:48:13.458Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T13:48:13.458Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679146940197,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/base_vfw.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T13:48:14.460Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T13:48:14.460Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T13:48:14.460Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T13:48:14.461Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679146940197,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T13:48:15.462Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T13:48:15.462Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T13:48:15.463Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T13:48:15.463Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679146940197,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T13:48:16.465Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "serviceName": "vFW 2023-03-18 11-08-36",
  "serviceVersion": "1.0",
  "serviceUUID": "27fdb87d-b713-4eaf-90a0-9e48041e5db6",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "cb6d14f9-78ae-470a-a6af-a3a2b9fea472",
  "resources": [
    {
      "resourceInstanceName": "vFW 58569f3e-bd56 0",
      "resourceCustomizationUUID": "e17fe765-865d-4748-ab41-44bdbee5a853",
      "resourceName": "vFW 58569f3e-bd56",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "d26137cf-1389-4abe-8e09-78b44d7a1aae",
      "resourceInvariantUUID": "440b369e-a09c-4c31-8a4e-6692abd11e0c",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw58569f3ebd560_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/vfw58569f3ebd560_modules.json",
          "artifactChecksum": "ODg5YTAyNmJiZTFiZTA5MDMwZWVhNmFkMzVmNzk4YTg\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "a8ca7246-150c-4537-b08d-e58462b66bb6",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "be903e28-b266-44db-9c8b-4cbcb6f7ee77",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "0637f995-3e6f-44f6-89fc-61906f5ff14b",
            "generatedFromUUID": "be903e28-b266-44db-9c8b-4cbcb6f7ee77"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "0637f995-3e6f-44f6-89fc-61906f5ff14b",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20230318110836-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar",
      "artifactChecksum": "NzY3OTRjMDBhMTZlZjQ1ZTQ3MTU0ZjE0NjliYmU1M2Y\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "436a091b-6820-4621-9f77-4a798268cc9d"
    }
  ],
  "workloadContext": "Production"
}
2023-03-18T13:48:16.465Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-18T13:48:16.465Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 27fdb87d-b713-4eaf-90a0-9e48041e5db6 ASDC
2023-03-18T13:48:16.466Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:d4dc9e71-f2cb-491c-bcf1-9d51402514be
ServiceName:vFW 2023-03-18 11-08-36
ServiceVersion:1.0
ServiceUUID:27fdb87d-b713-4eaf-90a0-9e48041e5db6
ServiceInvariantUUID:cb6d14f9-78ae-470a-a6af-a3a2b9fea472
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20230318110836-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar
ArtifactUUID:436a091b-6820-4621-9f77-4a798268cc9d
ArtifactChecksum:NzY3OTRjMDBhMTZlZjQ1ZTQ3MTU0ZjE0NjliYmU1M2Y=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 58569f3e-bd56 0
ResourceCustomizationUUID:e17fe765-865d-4748-ab41-44bdbee5a853
ResourceInvariantUUID:440b369e-a09c-4c31-8a4e-6692abd11e0c
ResourceName:vFW 58569f3e-bd56
ResourceType:VF
ResourceUUID:d26137cf-1389-4abe-8e09-78b44d7a1aae
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw58569f3ebd560_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/vfw58569f3ebd560_modules.json
ArtifactUUID:a8ca7246-150c-4537-b08d-e58462b66bb6
ArtifactChecksum:ODg5YTAyNmJiZTFiZTA5MDMwZWVhNmFkMzVmNzk4YTg=
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/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/base_vfw.yaml
ArtifactUUID:be903e28-b266-44db-9c8b-4cbcb6f7ee77
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/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/base_vfw.env
ArtifactUUID:0637f995-3e6f-44f6-89fc-61906f5ff14b
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/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/base_vfw.env
ArtifactUUID:0637f995-3e6f-44f6-89fc-61906f5ff14b
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-18T13:48:16.466Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 27fdb87d-b713-4eaf-90a0-9e48041e5db6 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: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-18T13:48:16.504Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-18T13:48:16.504Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-03-18T13:48:16.505Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-03-18T13:48:16.505Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 436a091b-6820-4621-9f77-4a798268cc9d from URL: /sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar
2023-03-18T13:48:16.506Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||DistributionClient - download
2023-03-18T13:48:16.506Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar
2023-03-18T13:48:16.797Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2023-03-18T13:48:16.805Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar 436a091b-6820-4621-9f77-4a798268cc9d 101467
2023-03-18T13:48:16.806Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar ASDC sendASDCNotification
2023-03-18T13:48:16.806Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar
2023-03-18T13:48:16.806Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-18T13:48:16.806Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T13:48:16.806Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T13:48:16.807Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679147296806,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T13:48:17.808Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-18T13:48:17.809Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-03-18T13:48:17.809Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 436a091b-6820-4621-9f77-4a798268cc9d, URL: /sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar to file: /app/ASDC/1/service-Vfw20230318110836-csar.csar
2023-03-18T13:48:17.810Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20230318110836-csar.csar
2023-03-18T13:48:17.810Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20230318110836-csar.csar
2023-03-18T13:48:17.811Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20230318110836-csar.csar
2023-03-18T13:48:17.975Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16203993680318907326/Definitions/service-Vfw20230318110836-template.yml
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_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vfw_name" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_user_data_format" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_key_name" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "compute_vfw_metadata" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
2023-03-18T13:48:19.296Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-18T13:48:19.296Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||WARN|500||####################################################################################################
2023-03-18T13:48:19.296Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20230318110836-csar.csar
2023-03-18T13:48:19.296Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2023-03-18T13:48:19.296Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230318110836-csar.csar
2023-03-18T13:48:19.297Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230318110836-csar.csar
2023-03-18T13:48:19.297Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20230318110836-csar.csar
2023-03-18T13:48:19.297Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230318110836-csar.csar
2023-03-18T13:48:19.297Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230318110836-csar.csar
2023-03-18T13:48:19.297Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230318110836-csar.csar
2023-03-18T13:48:19.297Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230318110836-csar.csar
2023-03-18T13:48:19.297Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230318110836-csar.csar
2023-03-18T13:48:19.297Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230318110836-csar.csar
2023-03-18T13:48:19.297Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 58569f3e-bd56 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-Vfw20230318110836-csar.csar
2023-03-18T13:48:19.297Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230318110836-csar.csar
2023-03-18T13:48:19.297Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||WARN|500||####################################################################################################
2023-03-18T13:48:19.297Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T13:48:19.297Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-03-18 11-08-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T13:48:19.297Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template vFW 58569f3e-bd56 0 is matching search criteria
2023-03-18T13:48:19.297Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2023-03-18T13:48:19.297Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 58569f3e-bd56 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-18T13:48:19.297Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T13:48:19.297Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-03-18 11-08-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T13:48:19.297Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template vFW 58569f3e-bd56 0 is matching search criteria
2023-03-18T13:48:19.297Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2023-03-18T13:48:19.297Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 58569f3e-bd56 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-18T13:48:19.297Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T13:48:19.297Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-03-18 11-08-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T13:48:19.297Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T13:48:19.297Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template vFW 58569f3e-bd56 0 is not matching search criteria
2023-03-18T13:48:19.298Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-18T13:48:19.298Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-18T13:48:19.298Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-18T13:48:19.298Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-18T13:48:19.298Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-18T13:48:19.298Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-18T13:48:19.298Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-18T13:48:19.298Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-18T13:48:19.298Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-18T13:48:19.298Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-18T13:48:19.298Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-18T13:48:19.298Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-18T13:48:19.298Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-18T13:48:19.298Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-18T13:48:19.298Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-18T13:48:19.298Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-03-18T13:48:19.298Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T13:48:19.298Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-03-18 11-08-36 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-03-18T13:48:19.298Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T13:48:19.298Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template vFW 58569f3e-bd56 0 is matching search criteria
2023-03-18T13:48:19.298Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 58569f3e-bd56 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-18T13:48:19.298Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T13:48:19.298Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template vFW 58569f3e-bd56 0 is matching search criteria
2023-03-18T13:48:19.298Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 58569f3e-bd56 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-18T13:48:19.298Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T13:48:19.298Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template vFW 58569f3e-bd56 0 is matching search criteria
2023-03-18T13:48:19.298Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 58569f3e-bd56 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-18T13:48:19.298Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T13:48:19.299Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template vFW 58569f3e-bd56 0 is not matching search criteria
2023-03-18T13:48:19.299Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-18T13:48:19.299Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-18T13:48:19.299Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-03-18T13:48:19.299Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-18T13:48:19.299Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-18T13:48:19.299Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-18T13:48:19.299Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-18T13:48:19.299Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-18T13:48:19.299Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-18T13:48:19.299Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-18T13:48:19.299Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-18T13:48:19.299Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=54648a20-f030-49c4-93d4-4525b2108f51
2023-03-18T13:48:19.299Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T13:48:19.299Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template vFW 58569f3e-bd56 0 is not matching search criteria
2023-03-18T13:48:19.299Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-18T13:48:19.299Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-18T13:48:19.299Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-18T13:48:19.299Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-18T13:48:19.299Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-18T13:48:19.299Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-18T13:48:19.299Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-18T13:48:19.299Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-03-18T13:48:19.299Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-18T13:48:19.299Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-18T13:48:19.299Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-18T13:48:19.299Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-18T13:48:19.299Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=c8000f82-3ea0-499f-845f-48af9ca20f40
2023-03-18T13:48:19.300Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T13:48:19.300Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template vFW 58569f3e-bd56 0 is not matching search criteria
2023-03-18T13:48:19.300Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-18T13:48:19.300Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-18T13:48:19.300Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-18T13:48:19.300Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-18T13:48:19.300Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-18T13:48:19.300Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-18T13:48:19.300Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-18T13:48:19.300Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-18T13:48:19.300Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-18T13:48:19.300Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-18T13:48:19.300Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-18T13:48:19.300Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-03-18T13:48:19.300Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=8d37dce4-ace0-4972-b0ae-359f5ee34e15
2023-03-18T13:48:19.300Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T13:48:19.300Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-03-18 11-08-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T13:48:19.300Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T13:48:19.300Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-03-18 11-08-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T13:48:19.300Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T13:48:19.300Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-03-18 11-08-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T13:48:19.300Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T13:48:19.300Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-03-18 11-08-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T13:48:19.300Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2023-03-18 11-08-36
Description:catalog service description
Model UUID:27fdb87d-b713-4eaf-90a0-9e48041e5db6
Model Version:NULL
Model InvariantUuid:cb6d14f9-78ae-470a-a6af-a3a2b9fea472
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 58569f3e-bd56
Model UUID:2fc36073-92c9-4d5d-9644-0bb6550c287b
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:440b369e-a09c-4c31-8a4e-6692abd11e0c
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:e17fe765-865d-4748-ab41-44bdbee5a853
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:351d450e-b1b7-41ae-a83a-2a71f15e25d1
ModelName:Vfw58569f3eBd56..base_vfw..module-0
ModelUuid:0d68d68e-dec8-43d2-aff9-f5d88cc04393
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:54648a20-f030-49c4-93d4-4525b2108f51
ModelInvariantUuid:4ab08134-cd1d-4688-9b75-17c67d1a3e81
ModelName:vFW 58569f3e-bd56-nodes.vfwCvfc
ModelUuid:d6b2f0ba-9202-407c-a163-7cc24d0f18b4
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:056f6090-f73c-4739-af97-620c05ad132a
ModelInvariantUuid:983e3ada-7ea8-4303-8174-d3114334eb9e
ModelName:Vfw58569f3eBd56.compute.nodes.heat.vfw
ModelUuid:3d4b7896-bd84-401c-aa77-b889e41a200a
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:c8000f82-3ea0-499f-845f-48af9ca20f40
ModelInvariantUuid:fcd18208-a79b-409f-9943-f6fdaf7b423e
ModelName:vFW 58569f3e-bd56-nodes.vsnCvfc
ModelUuid:2dc70d22-f13d-4809-b3aa-6be925119137
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:402dc1d7-02f5-4fe5-9c72-942fea6de45f
ModelInvariantUuid:0b0ccbe0-ee97-4020-bd46-0de8c06bfc96
ModelName:Vfw58569f3eBd56.compute.nodes.heat.vsn
ModelUuid:9156b53b-b6f9-40ab-bf18-4e57fbace729
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:8d37dce4-ace0-4972-b0ae-359f5ee34e15
ModelInvariantUuid:5fb0558e-6cb2-4431-b7ca-6445c8799cef
ModelName:vFW 58569f3e-bd56-nodes.vpgCvfc
ModelUuid:fa77263e-b297-4fc8-ad06-fee6a19575f2
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:c490c1b0-6d8a-4e04-bcc3-d1334a874130
ModelInvariantUuid:49041fa9-9665-4fc5-a429-9d3d7490839b
ModelName:Vfw58569f3eBd56.compute.nodes.heat.vpg
ModelUuid:7e8eb1f5-1f60-4b7b-ac6b-192037bf4db6
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=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-03-18T13:48:19.336Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||ERROR|500||Csar with UUID: 436a091b-6820-4621-9f77-4a798268cc9d already exists
2023-03-18T13:48:19.336Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar ASDC sendASDCNotification
2023-03-18T13:48:19.336Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar(Csar with UUID: 436a091b-6820-4621-9f77-4a798268cc9d already exists)
2023-03-18T13:48:19.336Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-18T13:48:19.336Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T13:48:19.336Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T13:48:19.336Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679147299336,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 436a091b-6820-4621-9f77-4a798268cc9d already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T13:48:20.337Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar ASDC sendASDCNotification
2023-03-18T13:48:20.337Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar(Resource with UUID: d26137cf-1389-4abe-8e09-78b44d7a1aae already exists)
2023-03-18T13:48:20.337Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-18T13:48:20.337Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T13:48:20.337Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T13:48:20.338Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679147300337,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: d26137cf-1389-4abe-8e09-78b44d7a1aae already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T13:48:21.338Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d4dc9e71-f2cb-491c-bcf1-9d51402514be
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T13:48:21.356Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d4dc9e71-f2cb-491c-bcf1-9d51402514be
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T13:48:21.359Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-18T13:48:21.359Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-18T13:48:21.359Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-18T13:48:21.360Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-18T13:48:21.360Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T13:48:21.360Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T13:48:21.360Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T13:48:21.360Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T13:48:21.360Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T13:48:21.360Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-18T13:48:21.371Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-18T13:48:51.371Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: d4dc9e71-f2cb-491c-bcf1-9d51402514be and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-18T13:48:51.376Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: d4dc9e71-f2cb-491c-bcf1-9d51402514be and serviceModelVersionId: 27fdb87d-b713-4eaf-90a0-9e48041e5db6
2023-03-18T13:48:51.376Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : cb6d14f9-78ae-470a-a6af-a3a2b9fea472
2023-03-18T13:48:51.377Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/cb6d14f9-78ae-470a-a6af-a3a2b9fea472/model-vers/model-ver/27fdb87d-b713-4eaf-90a0-9e48041e5db6?depth=0
2023-03-18T13:48:51.379Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2023-03-18T13:48:51.390Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cb6d14f9-78ae-470a-a6af-a3a2b9fea472/model-vers/model-ver/27fdb87d-b713-4eaf-90a0-9e48041e5db6?depth=0|INFO|500||Invoke
2023-03-18T13:48:51.390Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cb6d14f9-78ae-470a-a6af-a3a2b9fea472/model-vers/model-ver/27fdb87d-b713-4eaf-90a0-9e48041e5db6?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cb6d14f9-78ae-470a-a6af-a3a2b9fea472/model-vers/model-ver/27fdb87d-b713-4eaf-90a0-9e48041e5db6?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[d4dc9e71-f2cb-491c-bcf1-9d51402514be], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[f803daf6-4e84-49f6-91c4-a84dbad1c174], X-ECOMP-RequestID=[d4dc9e71-f2cb-491c-bcf1-9d51402514be], X-TransactionId=[], X-ONAP-RequestID=[d4dc9e71-f2cb-491c-bcf1-9d51402514be], Content-Type=[application/merge-patch+json]}
2023-03-18T13:48:51.397Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cb6d14f9-78ae-470a-a6af-a3a2b9fea472/model-vers/model-ver/27fdb87d-b713-4eaf-90a0-9e48041e5db6?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-18T13:48:51.516Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cb6d14f9-78ae-470a-a6af-a3a2b9fea472/model-vers/model-ver/27fdb87d-b713-4eaf-90a0-9e48041e5db6?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/cb6d14f9-78ae-470a-a6af-a3a2b9fea472/model-vers/model-ver/27fdb87d-b713-4eaf-90a0-9e48041e5db6?depth=0 has http status code:200 and response headers:{date=[Sat, 18 Mar 2023 13:48:51 GMT], content-length=[0], vertex-id=[593936], x-aai-txid=[1-aai-resources-230318-13:48:51:099-20366], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-18T13:48:51.516Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cb6d14f9-78ae-470a-a6af-a3a2b9fea472/model-vers/model-ver/27fdb87d-b713-4eaf-90a0-9e48041e5db6?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-18T13:48:51.517Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cb6d14f9-78ae-470a-a6af-a3a2b9fea472/model-vers/model-ver/27fdb87d-b713-4eaf-90a0-9e48041e5db6?depth=0|INFO|500||InvokeReturn
2023-03-18T13:48:51.518Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-18T13:48:51.518Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-18T13:48:51.524Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-18T13:48:51.524Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID d4dc9e71-f2cb-491c-bcf1-9d51402514be and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-18T13:48:51.527Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-18T13:48:51.528Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T13:48:51.528Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T13:48:51.528Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679147331524,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-18T13:48:52.549Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-18T13:48:52.549Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||received notification from broker: {"distributionID":"9f6cbd74-5561-4ebf-ae29-ef09adcdb35a","serviceName":"vFW 2023-03-18 11-49-31","serviceVersion":"1.0","serviceUUID":"6d984351-d1ca-40a4-aad4-cb46662a587a","serviceDescription":"catalog service description","serviceInvariantUUID":"cf32c985-ce6d-438e-ae22-e6fd004665b3","resources":[{"resourceInstanceName":"vFW c11b0f1b-4505 0","resourceName":"vFW c11b0f1b-4505","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"c7374fd6-6727-4426-9587-40812bc7c663","resourceInvariantUUID":"26f1c4e0-d5d2-4519-a829-ba04da79dfd3","resourceCustomizationUUID":"19f5eed0-33a8-4dbf-839a-f2ac2d3b058b","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/vf-license-model.xml","artifactChecksum":"ZmYyYjdhM2U5NTJiNDExYWMwYTMzMTkyZDMwYzcxZTc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"7b8e42e6-1821-4cac-aa27-034f93b9a8bb","artifactVersion":"1"},{"artifactName":"vfwc11b0f1b45050_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/vfwc11b0f1b45050_modules.json","artifactChecksum":"YTA1YjZlZDc1ZGI4M2FjMjI5NWE4ZTQzZjQxZmI1MGE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"40a0f4a8-4459-48c6-8da9-780f32a6e90d","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"3198714b-6cfa-4ae8-9e58-caa5fd7816d1","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/vendor-license-model.xml","artifactChecksum":"OTNkYjEwYTcxMGU1ODVlYThkMzJiZjM0OWMzYWExNTg\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"56d4001a-cb5d-4c8b-a9db-05f6dd036a2e","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"72f0a15a-ad88-4350-921f-de50e44e2b78","artifactVersion":"2","generatedFromUUID":"3198714b-6cfa-4ae8-9e58-caa5fd7816d1"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20230318114931-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-template.yml","artifactChecksum":"MmZjZDk3ZDhkZWNhNmYyZTJiYmJjYzlhZTNjZmUwZDU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"d733d559-0885-4fbb-8573-c3718d9662ac","artifactVersion":"1"},{"artifactName":"service-Vfw20230318114931-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar","artifactChecksum":"NzYyNTc4YTljZWI3YjE3YThjOTU0MjkyMGEyMDMxNDY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"2a8efcaf-0813-4b52-901f-136ba065c343","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-18T13:48:52.549Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T13:48:52.549Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T13:48:52.550Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T13:48:52.550Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679146940197,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T13:48:53.550Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T13:48:53.550Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T13:48:53.551Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T13:48:53.551Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679146940197,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/vfwc11b0f1b45050_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T13:48:54.551Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T13:48:54.551Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T13:48:54.551Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T13:48:54.551Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679146940197,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T13:48:55.552Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T13:48:55.552Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T13:48:55.552Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T13:48:55.552Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679146940197,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T13:48:56.553Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T13:48:56.553Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T13:48:56.553Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T13:48:56.553Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679146940197,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/base_vfw.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T13:48:57.554Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T13:48:57.554Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T13:48:57.554Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T13:48:57.554Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679146940197,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T13:48:58.555Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T13:48:58.555Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T13:48:58.555Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T13:48:58.555Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679146940197,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T13:48:58.919Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T13:48:58.925Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T13:48:58.925Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679146940197,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T13:48:58.925Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:48:58.926Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T13:48:58.926Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679146940197,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/vfw58569f3ebd560_modules.json",
  "status": "NOTIFIED"
}
2023-03-18T13:48:58.926Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:48:58.926Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T13:48:58.926Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679146940197,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-03-18T13:48:58.926Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:48:58.926Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T13:48:58.926Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679146940197,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T13:48:58.926Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:48:58.926Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T13:48:58.926Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679146940197,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2023-03-18T13:48:58.926Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:48:58.927Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T13:48:58.927Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679146940197,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T13:48:58.927Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:48:58.927Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T13:48:58.927Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679146940197,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar",
  "status": "NOTIFIED"
}
2023-03-18T13:48:58.927Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:48:58.927Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T13:48:58.927Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679147296806,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-18T13:48:58.927Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:48:58.927Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T13:48:58.927Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679147299336,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 436a091b-6820-4621-9f77-4a798268cc9d already exists"
}
2023-03-18T13:48:58.927Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:48:58.927Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T13:48:58.927Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679147300337,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: d26137cf-1389-4abe-8e09-78b44d7a1aae already exists"
}
2023-03-18T13:48:58.927Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:48:58.928Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T13:48:58.928Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679147331524,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-18T13:48:58.928Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:48:58.928Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T13:48:58.928Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679146940197,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T13:48:58.928Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:48:58.928Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T13:48:58.928Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679146940197,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/vfwc11b0f1b45050_modules.json",
  "status": "NOTIFIED"
}
2023-03-18T13:48:58.928Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:48:58.928Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T13:48:58.928Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679146940197,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-03-18T13:48:58.928Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:48:58.928Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T13:48:58.928Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679146940197,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T13:48:58.928Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:48:58.928Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T13:48:58.928Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679146940197,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2023-03-18T13:48:58.928Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:48:58.928Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T13:48:58.928Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679146940197,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T13:48:58.928Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:48:58.928Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T13:48:58.928Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679146940197,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar",
  "status": "NOTIFIED"
}
2023-03-18T13:48:58.928Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:48:59.556Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "serviceName": "vFW 2023-03-18 11-49-31",
  "serviceVersion": "1.0",
  "serviceUUID": "6d984351-d1ca-40a4-aad4-cb46662a587a",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "cf32c985-ce6d-438e-ae22-e6fd004665b3",
  "resources": [
    {
      "resourceInstanceName": "vFW c11b0f1b-4505 0",
      "resourceCustomizationUUID": "19f5eed0-33a8-4dbf-839a-f2ac2d3b058b",
      "resourceName": "vFW c11b0f1b-4505",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "c7374fd6-6727-4426-9587-40812bc7c663",
      "resourceInvariantUUID": "26f1c4e0-d5d2-4519-a829-ba04da79dfd3",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfwc11b0f1b45050_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/vfwc11b0f1b45050_modules.json",
          "artifactChecksum": "YTA1YjZlZDc1ZGI4M2FjMjI5NWE4ZTQzZjQxZmI1MGE\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "40a0f4a8-4459-48c6-8da9-780f32a6e90d",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "3198714b-6cfa-4ae8-9e58-caa5fd7816d1",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "72f0a15a-ad88-4350-921f-de50e44e2b78",
            "generatedFromUUID": "3198714b-6cfa-4ae8-9e58-caa5fd7816d1"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "72f0a15a-ad88-4350-921f-de50e44e2b78",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20230318114931-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar",
      "artifactChecksum": "NzYyNTc4YTljZWI3YjE3YThjOTU0MjkyMGEyMDMxNDY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "2a8efcaf-0813-4b52-901f-136ba065c343"
    }
  ],
  "workloadContext": "Production"
}
2023-03-18T13:48:59.556Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-18T13:48:59.556Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 6d984351-d1ca-40a4-aad4-cb46662a587a ASDC
2023-03-18T13:48:59.557Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:9f6cbd74-5561-4ebf-ae29-ef09adcdb35a
ServiceName:vFW 2023-03-18 11-49-31
ServiceVersion:1.0
ServiceUUID:6d984351-d1ca-40a4-aad4-cb46662a587a
ServiceInvariantUUID:cf32c985-ce6d-438e-ae22-e6fd004665b3
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20230318114931-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar
ArtifactUUID:2a8efcaf-0813-4b52-901f-136ba065c343
ArtifactChecksum:NzYyNTc4YTljZWI3YjE3YThjOTU0MjkyMGEyMDMxNDY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW c11b0f1b-4505 0
ResourceCustomizationUUID:19f5eed0-33a8-4dbf-839a-f2ac2d3b058b
ResourceInvariantUUID:26f1c4e0-d5d2-4519-a829-ba04da79dfd3
ResourceName:vFW c11b0f1b-4505
ResourceType:VF
ResourceUUID:c7374fd6-6727-4426-9587-40812bc7c663
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwc11b0f1b45050_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/vfwc11b0f1b45050_modules.json
ArtifactUUID:40a0f4a8-4459-48c6-8da9-780f32a6e90d
ArtifactChecksum:YTA1YjZlZDc1ZGI4M2FjMjI5NWE4ZTQzZjQxZmI1MGE=
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/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/base_vfw.yaml
ArtifactUUID:3198714b-6cfa-4ae8-9e58-caa5fd7816d1
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/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/base_vfw.env
ArtifactUUID:72f0a15a-ad88-4350-921f-de50e44e2b78
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/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/base_vfw.env
ArtifactUUID:72f0a15a-ad88-4350-921f-de50e44e2b78
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-18T13:48:59.557Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 6d984351-d1ca-40a4-aad4-cb46662a587a 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: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-18T13:48:59.594Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-18T13:48:59.594Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-03-18T13:48:59.594Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-03-18T13:48:59.595Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 2a8efcaf-0813-4b52-901f-136ba065c343 from URL: /sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar
2023-03-18T13:48:59.595Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||INFO|500||DistributionClient - download
2023-03-18T13:48:59.595Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar
2023-03-18T13:48:59.828Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2023-03-18T13:48:59.837Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar 2a8efcaf-0813-4b52-901f-136ba065c343 101507
2023-03-18T13:48:59.837Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar ASDC sendASDCNotification
2023-03-18T13:48:59.837Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar
2023-03-18T13:48:59.838Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-18T13:48:59.838Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T13:48:59.838Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T13:48:59.838Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679147339837,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T13:49:00.839Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-18T13:49:00.840Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-03-18T13:49:00.841Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 2a8efcaf-0813-4b52-901f-136ba065c343, URL: /sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar to file: /app/ASDC/1/service-Vfw20230318114931-csar.csar
2023-03-18T13:49:00.841Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20230318114931-csar.csar
2023-03-18T13:49:00.842Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20230318114931-csar.csar
2023-03-18T13:49:00.843Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20230318114931-csar.csar
2023-03-18T13:49:00.965Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9594923789297585429/Definitions/service-Vfw20230318114931-template.yml
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_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vfw_name" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_user_data_format" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_key_name" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "compute_vfw_metadata" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
2023-03-18T13:49:02.309Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-18T13:49:02.309Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||WARN|500||####################################################################################################
2023-03-18T13:49:02.309Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20230318114931-csar.csar
2023-03-18T13:49:02.309Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2023-03-18T13:49:02.310Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230318114931-csar.csar
2023-03-18T13:49:02.310Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230318114931-csar.csar
2023-03-18T13:49:02.310Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20230318114931-csar.csar
2023-03-18T13:49:02.310Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230318114931-csar.csar
2023-03-18T13:49:02.310Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230318114931-csar.csar
2023-03-18T13:49:02.310Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230318114931-csar.csar
2023-03-18T13:49:02.310Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230318114931-csar.csar
2023-03-18T13:49:02.310Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230318114931-csar.csar
2023-03-18T13:49:02.310Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230318114931-csar.csar
2023-03-18T13:49:02.310Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230318114931-csar.csar
2023-03-18T13:49:02.310Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW c11b0f1b-4505 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-Vfw20230318114931-csar.csar
2023-03-18T13:49:02.310Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||WARN|500||####################################################################################################
2023-03-18T13:49:02.310Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T13:49:02.310Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-03-18 11-49-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T13:49:02.310Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template vFW c11b0f1b-4505 0 is matching search criteria
2023-03-18T13:49:02.310Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2023-03-18T13:49:02.310Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW c11b0f1b-4505 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-18T13:49:02.310Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T13:49:02.310Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-03-18 11-49-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T13:49:02.310Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template vFW c11b0f1b-4505 0 is matching search criteria
2023-03-18T13:49:02.310Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2023-03-18T13:49:02.310Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW c11b0f1b-4505 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-18T13:49:02.310Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T13:49:02.310Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-03-18 11-49-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T13:49:02.310Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T13:49:02.311Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template vFW c11b0f1b-4505 0 is not matching search criteria
2023-03-18T13:49:02.311Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-18T13:49:02.311Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-18T13:49:02.311Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-18T13:49:02.311Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-18T13:49:02.311Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-18T13:49:02.311Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-18T13:49:02.311Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-18T13:49:02.311Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-18T13:49:02.311Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-18T13:49:02.311Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-18T13:49:02.311Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-18T13:49:02.311Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-18T13:49:02.312Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-18T13:49:02.312Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-18T13:49:02.312Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-18T13:49:02.312Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-03-18T13:49:02.312Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T13:49:02.312Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-03-18 11-49-31 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-03-18T13:49:02.312Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T13:49:02.312Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template vFW c11b0f1b-4505 0 is matching search criteria
2023-03-18T13:49:02.312Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW c11b0f1b-4505 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-18T13:49:02.312Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T13:49:02.312Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template vFW c11b0f1b-4505 0 is matching search criteria
2023-03-18T13:49:02.312Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW c11b0f1b-4505 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-18T13:49:02.312Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T13:49:02.312Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template vFW c11b0f1b-4505 0 is matching search criteria
2023-03-18T13:49:02.312Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW c11b0f1b-4505 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-18T13:49:02.312Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T13:49:02.312Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template vFW c11b0f1b-4505 0 is not matching search criteria
2023-03-18T13:49:02.312Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-18T13:49:02.312Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-03-18T13:49:02.312Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-18T13:49:02.312Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-18T13:49:02.312Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-18T13:49:02.312Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-18T13:49:02.312Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-18T13:49:02.313Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-18T13:49:02.313Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-18T13:49:02.313Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-18T13:49:02.313Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-18T13:49:02.313Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=93a1b299-440a-4b46-b809-896a244a8c3e
2023-03-18T13:49:02.313Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T13:49:02.313Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template vFW c11b0f1b-4505 0 is not matching search criteria
2023-03-18T13:49:02.313Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-18T13:49:02.313Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-18T13:49:02.313Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-18T13:49:02.313Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-18T13:49:02.313Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-18T13:49:02.313Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-18T13:49:02.313Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-18T13:49:02.313Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-03-18T13:49:02.313Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-18T13:49:02.313Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-18T13:49:02.313Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-18T13:49:02.313Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-18T13:49:02.313Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=f46f0c4d-868d-4d5b-9783-ea8cf0f2cc90
2023-03-18T13:49:02.313Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T13:49:02.313Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template vFW c11b0f1b-4505 0 is not matching search criteria
2023-03-18T13:49:02.313Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-18T13:49:02.313Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-18T13:49:02.313Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-18T13:49:02.313Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-18T13:49:02.314Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-18T13:49:02.314Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-18T13:49:02.314Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-18T13:49:02.314Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-18T13:49:02.314Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-18T13:49:02.314Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-18T13:49:02.314Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-18T13:49:02.314Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-03-18T13:49:02.314Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=5079a023-f40e-49e5-9a39-abc7b36fa226
2023-03-18T13:49:02.314Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T13:49:02.314Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-03-18 11-49-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T13:49:02.314Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T13:49:02.314Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-03-18 11-49-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T13:49:02.314Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T13:49:02.314Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-03-18 11-49-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T13:49:02.314Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T13:49:02.314Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-03-18 11-49-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T13:49:02.314Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2023-03-18 11-49-31
Description:catalog service description
Model UUID:6d984351-d1ca-40a4-aad4-cb46662a587a
Model Version:NULL
Model InvariantUuid:cf32c985-ce6d-438e-ae22-e6fd004665b3
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW c11b0f1b-4505
Model UUID:ebdaa0dd-57e1-4fdd-a831-8135ea117a46
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:26f1c4e0-d5d2-4519-a829-ba04da79dfd3
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:19f5eed0-33a8-4dbf-839a-f2ac2d3b058b
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:6ebe4145-67c2-45e6-9597-53226a0916bd
ModelName:VfwC11b0f1b4505..base_vfw..module-0
ModelUuid:0261834d-3be1-4860-8b24-040e2c80aecd
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:93a1b299-440a-4b46-b809-896a244a8c3e
ModelInvariantUuid:8ec395e7-2102-4d02-844f-c114ac1a4203
ModelName:vFW c11b0f1b-4505-nodes.vfwCvfc
ModelUuid:504b1f13-9ac9-4e16-910b-43ab4acacb0f
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:99287d62-b33c-413e-89ec-87108c575104
ModelInvariantUuid:47f32f44-cd17-4eef-9e16-abcb011ab104
ModelName:VfwC11b0f1b4505.compute.nodes.heat.vfw
ModelUuid:2a6b0c3b-4ab1-49cd-8a96-f1f0feba73a0
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:f46f0c4d-868d-4d5b-9783-ea8cf0f2cc90
ModelInvariantUuid:d8e52c29-a773-431c-95b4-d1f0431b5e9e
ModelName:vFW c11b0f1b-4505-nodes.vsnCvfc
ModelUuid:e2d70f6d-c1ff-493f-99ab-25fea72fcdcc
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:113d5ed4-4ad4-49a7-94a3-7a01856b2205
ModelInvariantUuid:39b9a204-ad6c-4bfc-8b8d-763592e31d47
ModelName:VfwC11b0f1b4505.compute.nodes.heat.vsn
ModelUuid:fb5c808e-fe4a-477f-9cbd-5ab7141bbabe
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:5079a023-f40e-49e5-9a39-abc7b36fa226
ModelInvariantUuid:457dc8a1-b2ed-4d6f-963b-32e7f710a988
ModelName:vFW c11b0f1b-4505-nodes.vpgCvfc
ModelUuid:b289eee2-d7be-43f7-a6eb-232cf9ffa6c4
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:b5a732bf-796a-41d5-8db9-e0467a3c1b4a
ModelInvariantUuid:6626a445-05ec-4eb4-b903-06723caa1195
ModelName:VfwC11b0f1b4505.compute.nodes.heat.vpg
ModelUuid:f6a4ab06-9982-4e1b-be30-d56572ed840e
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=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-03-18T13:49:02.348Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||ERROR|500||Csar with UUID: 2a8efcaf-0813-4b52-901f-136ba065c343 already exists
2023-03-18T13:49:02.348Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar ASDC sendASDCNotification
2023-03-18T13:49:02.349Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar(Csar with UUID: 2a8efcaf-0813-4b52-901f-136ba065c343 already exists)
2023-03-18T13:49:02.349Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-18T13:49:02.349Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T13:49:02.349Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T13:49:02.349Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679147342348,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 2a8efcaf-0813-4b52-901f-136ba065c343 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T13:49:03.350Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar ASDC sendASDCNotification
2023-03-18T13:49:03.350Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar(Resource with UUID: c7374fd6-6727-4426-9587-40812bc7c663 already exists)
2023-03-18T13:49:03.350Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-18T13:49:03.350Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T13:49:03.350Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T13:49:03.350Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679147343350,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: c7374fd6-6727-4426-9587-40812bc7c663 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T13:49:04.351Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9f6cbd74-5561-4ebf-ae29-ef09adcdb35a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T13:49:04.373Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9f6cbd74-5561-4ebf-ae29-ef09adcdb35a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T13:49:04.377Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-18T13:49:04.377Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-18T13:49:04.377Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-18T13:49:04.377Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-18T13:49:04.377Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T13:49:04.377Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T13:49:04.377Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T13:49:04.377Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T13:49:04.377Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T13:49:04.377Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-18T13:49:04.388Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-18T13:49:34.388Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 9f6cbd74-5561-4ebf-ae29-ef09adcdb35a and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-18T13:49:34.398Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 9f6cbd74-5561-4ebf-ae29-ef09adcdb35a and serviceModelVersionId: 6d984351-d1ca-40a4-aad4-cb46662a587a
2023-03-18T13:49:34.399Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : cf32c985-ce6d-438e-ae22-e6fd004665b3
2023-03-18T13:49:34.399Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/cf32c985-ce6d-438e-ae22-e6fd004665b3/model-vers/model-ver/6d984351-d1ca-40a4-aad4-cb46662a587a?depth=0
2023-03-18T13:49:34.405Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2023-03-18T13:49:34.419Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cf32c985-ce6d-438e-ae22-e6fd004665b3/model-vers/model-ver/6d984351-d1ca-40a4-aad4-cb46662a587a?depth=0|INFO|500||Invoke
2023-03-18T13:49:34.419Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cf32c985-ce6d-438e-ae22-e6fd004665b3/model-vers/model-ver/6d984351-d1ca-40a4-aad4-cb46662a587a?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cf32c985-ce6d-438e-ae22-e6fd004665b3/model-vers/model-ver/6d984351-d1ca-40a4-aad4-cb46662a587a?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[9f6cbd74-5561-4ebf-ae29-ef09adcdb35a], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[1e199c3f-c0ab-4f79-a72b-db8b9afb958a], X-ECOMP-RequestID=[9f6cbd74-5561-4ebf-ae29-ef09adcdb35a], X-TransactionId=[], X-ONAP-RequestID=[9f6cbd74-5561-4ebf-ae29-ef09adcdb35a], Content-Type=[application/merge-patch+json]}
2023-03-18T13:49:34.428Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cf32c985-ce6d-438e-ae22-e6fd004665b3/model-vers/model-ver/6d984351-d1ca-40a4-aad4-cb46662a587a?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-18T13:49:34.548Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cf32c985-ce6d-438e-ae22-e6fd004665b3/model-vers/model-ver/6d984351-d1ca-40a4-aad4-cb46662a587a?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/cf32c985-ce6d-438e-ae22-e6fd004665b3/model-vers/model-ver/6d984351-d1ca-40a4-aad4-cb46662a587a?depth=0 has http status code:200 and response headers:{date=[Sat, 18 Mar 2023 13:49:34 GMT], content-length=[0], vertex-id=[364760], x-aai-txid=[0-aai-resources-230318-13:49:34:130-1765], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-18T13:49:34.549Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cf32c985-ce6d-438e-ae22-e6fd004665b3/model-vers/model-ver/6d984351-d1ca-40a4-aad4-cb46662a587a?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-18T13:49:34.549Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cf32c985-ce6d-438e-ae22-e6fd004665b3/model-vers/model-ver/6d984351-d1ca-40a4-aad4-cb46662a587a?depth=0|INFO|500||InvokeReturn
2023-03-18T13:49:34.550Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-18T13:49:34.550Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-18T13:49:34.555Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-18T13:49:34.556Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 9f6cbd74-5561-4ebf-ae29-ef09adcdb35a and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-18T13:49:34.556Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-18T13:49:34.556Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T13:49:34.556Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T13:49:34.556Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679147374556,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-18T13:49:35.581Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-18T13:49:35.581Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||received notification from broker: {"distributionID":"74149d2a-f284-47d2-b2fa-4e2fc7be8f3e","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"942654ba-46c2-4f05-ae3d-6460a7c9e9a7","serviceDescription":"service","serviceInvariantUUID":"ccdda148-11a2-4587-8a73-4287349e801a","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"9290846e-2e09-452f-a45d-c33314796f1f","resourceInvariantUUID":"df78bcaa-4726-47cb-aa3f-3d44f5870fc0","resourceCustomizationUUID":"014700c6-fb42-406a-8786-743311c39dea","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":"YzAxYzRjZjI5ZDYxYzM3NGE1ZWQzMDUyNDdmNzFlYjI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"0c62aeb4-b847-4e92-887d-05928e34bd2a","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"MjQwMDY3MzNlZjViMGM0YmQ4Mzg2OTA4MTFiM2YxYTQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"01ded22f-bc0d-42c0-9fad-2915e46c71e4","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-18T13:49:35.582Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T13:49:35.582Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T13:49:35.582Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T13:49:35.582Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "74149d2a-f284-47d2-b2fa-4e2fc7be8f3e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679146940197,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T13:49:36.583Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T13:49:36.584Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T13:49:36.584Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T13:49:36.584Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "74149d2a-f284-47d2-b2fa-4e2fc7be8f3e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679146940197,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T13:49:37.585Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "74149d2a-f284-47d2-b2fa-4e2fc7be8f3e",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "942654ba-46c2-4f05-ae3d-6460a7c9e9a7",
  "serviceDescription": "service",
  "serviceInvariantUUID": "ccdda148-11a2-4587-8a73-4287349e801a",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "014700c6-fb42-406a-8786-743311c39dea",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "9290846e-2e09-452f-a45d-c33314796f1f",
      "resourceInvariantUUID": "df78bcaa-4726-47cb-aa3f-3d44f5870fc0",
      "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": "MjQwMDY3MzNlZjViMGM0YmQ4Mzg2OTA4MTFiM2YxYTQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "01ded22f-bc0d-42c0-9fad-2915e46c71e4"
    }
  ],
  "workloadContext": "Production"
}
2023-03-18T13:49:37.585Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-18T13:49:37.585Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 942654ba-46c2-4f05-ae3d-6460a7c9e9a7 ASDC
2023-03-18T13:49:37.586Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:74149d2a-f284-47d2-b2fa-4e2fc7be8f3e
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:942654ba-46c2-4f05-ae3d-6460a7c9e9a7
ServiceInvariantUUID:ccdda148-11a2-4587-8a73-4287349e801a
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:01ded22f-bc0d-42c0-9fad-2915e46c71e4
ArtifactChecksum:MjQwMDY3MzNlZjViMGM0YmQ4Mzg2OTA4MTFiM2YxYTQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:014700c6-fb42-406a-8786-743311c39dea
ResourceInvariantUUID:df78bcaa-4726-47cb-aa3f-3d44f5870fc0
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:9290846e-2e09-452f-a45d-c33314796f1f
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2023-03-18T13:49:37.586Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 942654ba-46c2-4f05-ae3d-6460a7c9e9a7 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: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-18T13:49:37.623Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-18T13:49:37.623Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-03-18T13:49:37.624Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-03-18T13:49:37.624Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 01ded22f-bc0d-42c0-9fad-2915e46c71e4 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-03-18T13:49:37.624Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||DistributionClient - download
2023-03-18T13:49:37.624Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-03-18T13:49:37.650Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||GET Response Status 404
2023-03-18T13:49:37.651Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@b33e73f
2023-03-18T13:49:37.651Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-18T13:49:37.651Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicNetwork"
      ]
    }
  }
}
2023-03-18T13:49:37.651Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicNetwork-csar.csar /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 01ded22f-bc0d-42c0-9fad-2915e46c71e4 Specified artifact is  not found 300 ASDC artifact download fail
2023-03-18T13:49:37.651Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-03-18T13:49:37.651Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar(Specified artifact is  not found)
2023-03-18T13:49:37.651Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-18T13:49:37.651Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T13:49:37.652Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T13:49:37.652Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "74149d2a-f284-47d2-b2fa-4e2fc7be8f3e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679147377651,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T13:49:38.653Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during processCsarServiceArtifacts ASDC processCsarServiceArtifacts 500 Exception in processCsarServiceArtifacts
org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact service-BasicNetwork-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar(UUID:01ded22f-bc0d-42c0-9fad-2915e46c71e4)
Error message is Specified artifact is  not found

	at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394)
	at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
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 watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-03-18T13:49:38.685Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||ERROR|500||Csar with UUID: 01ded22f-bc0d-42c0-9fad-2915e46c71e4 already exists
2023-03-18T13:49:38.685Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-03-18T13:49:38.685Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar(Csar with UUID: 01ded22f-bc0d-42c0-9fad-2915e46c71e4 already exists)
2023-03-18T13:49:38.685Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-18T13:49:38.686Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T13:49:38.686Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T13:49:38.686Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "74149d2a-f284-47d2-b2fa-4e2fc7be8f3e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679147378685,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 01ded22f-bc0d-42c0-9fad-2915e46c71e4 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T13:49:39.686Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-03-18T13:49:39.687Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar(Resource with UUID: 9290846e-2e09-452f-a45d-c33314796f1f already exists)
2023-03-18T13:49:39.687Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-18T13:49:39.687Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T13:49:39.687Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T13:49:39.687Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "74149d2a-f284-47d2-b2fa-4e2fc7be8f3e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679147379686,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 9290846e-2e09-452f-a45d-c33314796f1f already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T13:49:40.689Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 74149d2a-f284-47d2-b2fa-4e2fc7be8f3e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T13:49:40.721Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 74149d2a-f284-47d2-b2fa-4e2fc7be8f3e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T13:49:40.725Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-18T13:49:40.725Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-18T13:49:40.725Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-18T13:49:40.725Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-18T13:49:40.725Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T13:49:40.725Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T13:49:40.725Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T13:49:40.725Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T13:49:40.725Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T13:49:40.725Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-18T13:49:40.733Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-18T13:49:58.920Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T13:49:58.926Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T13:49:58.926Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679147339837,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-18T13:49:58.928Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:49:58.928Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T13:49:58.928Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679147342348,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 2a8efcaf-0813-4b52-901f-136ba065c343 already exists"
}
2023-03-18T13:49:58.928Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:49:58.928Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T13:49:58.928Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679147343350,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: c7374fd6-6727-4426-9587-40812bc7c663 already exists"
}
2023-03-18T13:49:58.928Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:49:58.928Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T13:49:58.928Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679147374556,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-18T13:49:58.928Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:49:58.929Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T13:49:58.929Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "74149d2a-f284-47d2-b2fa-4e2fc7be8f3e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679146940197,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T13:49:58.929Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:49:58.929Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T13:49:58.929Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "74149d2a-f284-47d2-b2fa-4e2fc7be8f3e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679146940197,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-03-18T13:49:58.929Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:49:58.929Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T13:49:58.929Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "74149d2a-f284-47d2-b2fa-4e2fc7be8f3e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679147377651,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-18T13:49:58.929Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:49:58.929Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T13:49:58.929Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "74149d2a-f284-47d2-b2fa-4e2fc7be8f3e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679147378685,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 01ded22f-bc0d-42c0-9fad-2915e46c71e4 already exists"
}
2023-03-18T13:49:58.929Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:49:58.929Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T13:49:58.929Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "74149d2a-f284-47d2-b2fa-4e2fc7be8f3e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679147379686,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 9290846e-2e09-452f-a45d-c33314796f1f already exists"
}
2023-03-18T13:49:58.929Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:50:10.733Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 74149d2a-f284-47d2-b2fa-4e2fc7be8f3e and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-18T13:50:10.739Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 74149d2a-f284-47d2-b2fa-4e2fc7be8f3e and serviceModelVersionId: 942654ba-46c2-4f05-ae3d-6460a7c9e9a7
2023-03-18T13:50:10.739Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : ccdda148-11a2-4587-8a73-4287349e801a
2023-03-18T13:50:10.740Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/ccdda148-11a2-4587-8a73-4287349e801a/model-vers/model-ver/942654ba-46c2-4f05-ae3d-6460a7c9e9a7?depth=0
2023-03-18T13:50:10.745Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2023-03-18T13:50:10.756Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ccdda148-11a2-4587-8a73-4287349e801a/model-vers/model-ver/942654ba-46c2-4f05-ae3d-6460a7c9e9a7?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-03-18T13:50:10.756Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ccdda148-11a2-4587-8a73-4287349e801a/model-vers/model-ver/942654ba-46c2-4f05-ae3d-6460a7c9e9a7?depth=0|INFO|500||Invoke
2023-03-18T13:50:10.764Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ccdda148-11a2-4587-8a73-4287349e801a/model-vers/model-ver/942654ba-46c2-4f05-ae3d-6460a7c9e9a7?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-18T13:50:10.927Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ccdda148-11a2-4587-8a73-4287349e801a/model-vers/model-ver/942654ba-46c2-4f05-ae3d-6460a7c9e9a7?depth=0|INFO|500||InvokeReturn
2023-03-18T13:50:10.928Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ccdda148-11a2-4587-8a73-4287349e801a/model-vers/model-ver/942654ba-46c2-4f05-ae3d-6460a7c9e9a7?depth=0 has http status code:200 and response headers:{date=[Sat, 18 Mar 2023 13:50:10 GMT], content-length=[0], vertex-id=[192760], x-aai-txid=[1-aai-resources-230318-13:50:10:465-21027], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-18T13:50:10.928Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Response was returned with an empty entity.
2023-03-18T13:50:10.928Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-18T13:50:10.928Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-18T13:50:10.934Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-18T13:50:10.934Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 74149d2a-f284-47d2-b2fa-4e2fc7be8f3e and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-18T13:50:10.934Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-18T13:50:10.935Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T13:50:10.935Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T13:50:10.935Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "74149d2a-f284-47d2-b2fa-4e2fc7be8f3e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679147410934,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-18T13:50:11.953Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-18T13:50:11.953Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||received notification from broker: {"distributionID":"6a074a1e-4b47-4382-9b90-afa918276d12","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"e17bf563-7a13-4701-b853-11ed8cbb93d7","serviceDescription":"service","serviceInvariantUUID":"8a45306d-3ac3-4f10-a742-9812edbe591e","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"1903c123-2be6-499b-8524-c9a33406ad4f","resourceInvariantUUID":"65a560ec-f509-40c5-b364-3c4cd0a20185","resourceCustomizationUUID":"41b30cb0-d009-4e4b-99c2-e95f691a4b2e","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":"YTFjZGVjMmU0NGZhOGFkMDlhZGI4ODkyYzk4MDRmOGE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"38ef1f0d-98ea-4e28-b00a-3091e61f54bc","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":"OWZmNjBmNzNmNGQ1ZThmYzNkMzdkODk3MzFkMDI2MDg\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"d3c6917c-1f70-48e9-9465-f259ee8cda65","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":"7aa99321-7b67-40f7-bd98-0e99d422bb2e","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":"5444e6a4-9351-40da-b837-0dd388e7cb3b","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":"cb506ca5-fd50-4406-abfc-b51858ac789a","artifactVersion":"2","generatedFromUUID":"7aa99321-7b67-40f7-bd98-0e99d422bb2e"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"ZjQyZmQxMjdjZDk5ZDY2OTQ3ZmIyZWI4MjExZGE4OGQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"204adab0-5bde-4230-9b3d-b26c0f4d57b4","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"NjI4YzVmZDFmMjYwMDhlNTZlOTY1M2NmMzExN2VkMjg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"4b6dc8ac-cbfc-43c0-9e93-2760226914ae","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-18T13:50:11.954Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T13:50:11.954Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T13:50:11.954Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T13:50:11.954Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679146940197,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T13:50:12.955Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T13:50:12.955Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T13:50:12.955Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T13:50:12.955Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679146940197,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T13:50:13.956Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T13:50:13.957Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T13:50:13.957Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T13:50:13.957Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679146940197,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T13:50:14.958Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T13:50:14.959Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T13:50:14.959Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T13:50:14.959Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679146940197,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T13:50:15.962Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T13:50:15.962Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T13:50:15.962Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T13:50:15.962Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679146940197,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T13:50:16.964Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T13:50:16.964Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T13:50:16.964Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T13:50:16.964Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679146940197,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T13:50:17.966Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T13:50:17.966Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T13:50:17.966Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T13:50:17.966Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679146940197,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T13:50:18.968Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "e17bf563-7a13-4701-b853-11ed8cbb93d7",
  "serviceDescription": "service",
  "serviceInvariantUUID": "8a45306d-3ac3-4f10-a742-9812edbe591e",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "41b30cb0-d009-4e4b-99c2-e95f691a4b2e",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "1903c123-2be6-499b-8524-c9a33406ad4f",
      "resourceInvariantUUID": "65a560ec-f509-40c5-b364-3c4cd0a20185",
      "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": "OWZmNjBmNzNmNGQ1ZThmYzNkMzdkODk3MzFkMDI2MDg\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "d3c6917c-1f70-48e9-9465-f259ee8cda65",
          "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": "7aa99321-7b67-40f7-bd98-0e99d422bb2e",
          "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": "cb506ca5-fd50-4406-abfc-b51858ac789a",
            "generatedFromUUID": "7aa99321-7b67-40f7-bd98-0e99d422bb2e"
          },
          "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": "cb506ca5-fd50-4406-abfc-b51858ac789a",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "NjI4YzVmZDFmMjYwMDhlNTZlOTY1M2NmMzExN2VkMjg\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "4b6dc8ac-cbfc-43c0-9e93-2760226914ae"
    }
  ],
  "workloadContext": "Production"
}
2023-03-18T13:50:18.968Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-18T13:50:18.968Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 e17bf563-7a13-4701-b853-11ed8cbb93d7 ASDC
2023-03-18T13:50:18.968Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:6a074a1e-4b47-4382-9b90-afa918276d12
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:e17bf563-7a13-4701-b853-11ed8cbb93d7
ServiceInvariantUUID:8a45306d-3ac3-4f10-a742-9812edbe591e
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:4b6dc8ac-cbfc-43c0-9e93-2760226914ae
ArtifactChecksum:NjI4YzVmZDFmMjYwMDhlNTZlOTY1M2NmMzExN2VkMjg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:41b30cb0-d009-4e4b-99c2-e95f691a4b2e
ResourceInvariantUUID:65a560ec-f509-40c5-b364-3c4cd0a20185
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:1903c123-2be6-499b-8524-c9a33406ad4f
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:d3c6917c-1f70-48e9-9465-f259ee8cda65
ArtifactChecksum:OWZmNjBmNzNmNGQ1ZThmYzNkMzdkODk3MzFkMDI2MDg=
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:7aa99321-7b67-40f7-bd98-0e99d422bb2e
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:cb506ca5-fd50-4406-abfc-b51858ac789a
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:cb506ca5-fd50-4406-abfc-b51858ac789a
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-18T13:50:18.968Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF e17bf563-7a13-4701-b853-11ed8cbb93d7 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: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-18T13:50:19.002Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-18T13:50:19.002Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-03-18T13:50:19.002Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-03-18T13:50:19.002Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 4b6dc8ac-cbfc-43c0-9e93-2760226914ae from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-03-18T13:50:19.003Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||DistributionClient - download
2023-03-18T13:50:19.003Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-03-18T13:50:19.033Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||GET Response Status 404
2023-03-18T13:50:19.033Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@2f32eae6
2023-03-18T13:50:19.033Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-18T13:50:19.034Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicVm"
      ]
    }
  }
}
2023-03-18T13:50:19.034Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicVm-csar.csar /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 4b6dc8ac-cbfc-43c0-9e93-2760226914ae Specified artifact is  not found 300 ASDC artifact download fail
2023-03-18T13:50:19.034Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-03-18T13:50:19.034Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar(Specified artifact is  not found)
2023-03-18T13:50:19.034Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-18T13:50:19.034Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T13:50:19.034Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T13:50:19.034Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679147419034,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T13:50:20.036Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during processCsarServiceArtifacts ASDC processCsarServiceArtifacts 500 Exception in processCsarServiceArtifacts
org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact service-BasicVm-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar(UUID:4b6dc8ac-cbfc-43c0-9e93-2760226914ae)
Error message is Specified artifact is  not found

	at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394)
	at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
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 watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-03-18T13:50:20.066Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||ERROR|500||Csar with UUID: 4b6dc8ac-cbfc-43c0-9e93-2760226914ae already exists
2023-03-18T13:50:20.066Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-03-18T13:50:20.066Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar(Csar with UUID: 4b6dc8ac-cbfc-43c0-9e93-2760226914ae already exists)
2023-03-18T13:50:20.066Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-18T13:50:20.066Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T13:50:20.067Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T13:50:20.067Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679147420066,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 4b6dc8ac-cbfc-43c0-9e93-2760226914ae already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T13:50:21.067Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-03-18T13:50:21.068Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar(Resource with UUID: 1903c123-2be6-499b-8524-c9a33406ad4f already exists)
2023-03-18T13:50:21.068Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-18T13:50:21.068Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T13:50:21.068Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T13:50:21.069Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679147421067,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 1903c123-2be6-499b-8524-c9a33406ad4f already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T13:50:22.070Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6a074a1e-4b47-4382-9b90-afa918276d12
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T13:50:22.090Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6a074a1e-4b47-4382-9b90-afa918276d12
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T13:50:22.094Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-18T13:50:22.094Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-18T13:50:22.094Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-18T13:50:22.094Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-18T13:50:22.095Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T13:50:22.095Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T13:50:22.095Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T13:50:22.095Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T13:50:22.095Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T13:50:22.095Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-18T13:50:22.104Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-18T13:50:52.106Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 6a074a1e-4b47-4382-9b90-afa918276d12 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-18T13:50:52.114Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 6a074a1e-4b47-4382-9b90-afa918276d12 and serviceModelVersionId: e17bf563-7a13-4701-b853-11ed8cbb93d7
2023-03-18T13:50:52.114Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 8a45306d-3ac3-4f10-a742-9812edbe591e
2023-03-18T13:50:52.115Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/8a45306d-3ac3-4f10-a742-9812edbe591e/model-vers/model-ver/e17bf563-7a13-4701-b853-11ed8cbb93d7?depth=0
2023-03-18T13:50:52.117Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2023-03-18T13:50:52.125Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8a45306d-3ac3-4f10-a742-9812edbe591e/model-vers/model-ver/e17bf563-7a13-4701-b853-11ed8cbb93d7?depth=0|INFO|500||Invoke
2023-03-18T13:50:52.125Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8a45306d-3ac3-4f10-a742-9812edbe591e/model-vers/model-ver/e17bf563-7a13-4701-b853-11ed8cbb93d7?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8a45306d-3ac3-4f10-a742-9812edbe591e/model-vers/model-ver/e17bf563-7a13-4701-b853-11ed8cbb93d7?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[6a074a1e-4b47-4382-9b90-afa918276d12], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[d87fa79e-3a28-46b6-8fc5-16cc9afc8040], X-ECOMP-RequestID=[6a074a1e-4b47-4382-9b90-afa918276d12], X-TransactionId=[], X-ONAP-RequestID=[6a074a1e-4b47-4382-9b90-afa918276d12], Content-Type=[application/merge-patch+json]}
2023-03-18T13:50:52.133Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8a45306d-3ac3-4f10-a742-9812edbe591e/model-vers/model-ver/e17bf563-7a13-4701-b853-11ed8cbb93d7?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-18T13:50:52.239Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8a45306d-3ac3-4f10-a742-9812edbe591e/model-vers/model-ver/e17bf563-7a13-4701-b853-11ed8cbb93d7?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/8a45306d-3ac3-4f10-a742-9812edbe591e/model-vers/model-ver/e17bf563-7a13-4701-b853-11ed8cbb93d7?depth=0 has http status code:200 and response headers:{date=[Sat, 18 Mar 2023 13:50:51 GMT], content-length=[0], vertex-id=[188464], x-aai-txid=[1-aai-resources-230318-13:50:51:834-32625], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-18T13:50:52.239Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8a45306d-3ac3-4f10-a742-9812edbe591e/model-vers/model-ver/e17bf563-7a13-4701-b853-11ed8cbb93d7?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-18T13:50:52.240Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8a45306d-3ac3-4f10-a742-9812edbe591e/model-vers/model-ver/e17bf563-7a13-4701-b853-11ed8cbb93d7?depth=0|INFO|500||InvokeReturn
2023-03-18T13:50:52.240Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-18T13:50:52.241Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-18T13:50:52.246Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-18T13:50:52.247Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 6a074a1e-4b47-4382-9b90-afa918276d12 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-18T13:50:52.247Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-18T13:50:52.247Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T13:50:52.247Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T13:50:52.247Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679147452247,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-18T13:50:53.271Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-18T13:50:53.272Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||received notification from broker: {"distributionID":"5e005e65-61df-4986-a087-00761a388674","serviceName":"Demo_pNF_Qv5TXucXv4n7mssXUGFK","serviceVersion":"1.0","serviceUUID":"73f959ea-1a0e-41cf-b2da-40f07fd6a9c2","serviceDescription":"catalog service description","serviceInvariantUUID":"86b31417-cd30-434e-93e4-34d81e182271","resources":[{"resourceInstanceName":"pNF 8ecb3a29-1699 0","resourceName":"pNF 8ecb3a29-1699","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"79d852b9-56e5-416f-9d37-4483b88de628","resourceInvariantUUID":"c45c5ef7-20e5-4b81-8392-6fbf8a0a1b25","resourceCustomizationUUID":"3e0c811d-9b69-4eb9-9e2f-6a46c31c8df1","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/resourceInstances/pnf8ecb3a2916990/artifacts/vf-license-model.xml","artifactChecksum":"ZjYwMDAwM2MyYWM5MThmNDNmMGIxMzExNzJmYzM1YzQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"fe22c4be-1d3d-49d6-aaf8-5fb691f2c5bb","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/resourceInstances/pnf8ecb3a2916990/artifacts/pNF.csar","artifactChecksum":"YTFmMWQ3MzViYWZhMGQ1ZThlNzU3Y2I3ZGNlYWU4YjA\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"aee06125-71e1-4665-8ce8-8f87625d3137","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/resourceInstances/pnf8ecb3a2916990/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"d0d177b6-7fdc-4b24-a378-3361c335ea57","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/resourceInstances/pnf8ecb3a2916990/artifacts/vendor-license-model.xml","artifactChecksum":"NmIzN2Y3YWJiZDEyYzZiMDEyNjdiMzJhNGM5MzQ1OGI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"b3fc6aeb-2efb-45ec-a7fe-d71b1477f76e","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/resourceInstances/pnf8ecb3a2916990/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"e7ba57a9-59ef-4efe-90bb-fffece281605","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/resourceInstances/pnf8ecb3a2916990/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"cc689d97-ea39-40b8-b7d1-5326d5b71836","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfQv5txucxv4n7mssxugfk-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-template.yml","artifactChecksum":"ZTJjZGFlZDI3YjNkYzI4ZWNlMWMyNmM5NGMwOGRiNmY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"036d837c-a9b5-4c6b-9026-ef8b033600cc","artifactVersion":"1"},{"artifactName":"service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar","artifactChecksum":"NmIzYzkyYzFlZjM3YjA3YjIzODQ5MzIxZjA4ODdmYTg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"a93044a0-e137-47cf-b45c-87a4ec92508e","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-18T13:50:53.272Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T13:50:53.272Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T13:50:53.273Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T13:50:53.273Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679146940197,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/resourceInstances/pnf8ecb3a2916990/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T13:50:54.273Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T13:50:54.274Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T13:50:54.274Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T13:50:54.274Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679146940197,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/resourceInstances/pnf8ecb3a2916990/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T13:50:55.275Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T13:50:55.275Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T13:50:55.275Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T13:50:55.275Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679146940197,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/resourceInstances/pnf8ecb3a2916990/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T13:50:56.275Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T13:50:56.276Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T13:50:56.276Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T13:50:56.276Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679146940197,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/resourceInstances/pnf8ecb3a2916990/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T13:50:57.277Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T13:50:57.277Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T13:50:57.277Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T13:50:57.278Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679146940197,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/resourceInstances/pnf8ecb3a2916990/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T13:50:58.278Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T13:50:58.279Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T13:50:58.279Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T13:50:58.279Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679146940197,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/resourceInstances/pnf8ecb3a2916990/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T13:50:58.919Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T13:50:58.925Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T13:50:58.925Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "74149d2a-f284-47d2-b2fa-4e2fc7be8f3e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679147410934,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-18T13:50:58.926Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:50:58.926Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T13:50:58.926Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679146940197,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T13:50:58.926Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:50:58.926Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T13:50:58.926Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679146940197,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2023-03-18T13:50:58.926Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:50:58.927Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T13:50:58.927Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679146940197,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-03-18T13:50:58.927Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:50:58.927Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T13:50:58.927Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679146940197,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T13:50:58.927Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:50:58.927Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T13:50:58.927Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679146940197,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-03-18T13:50:58.927Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:50:58.927Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T13:50:58.927Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679146940197,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T13:50:58.927Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:50:58.928Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T13:50:58.928Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679146940197,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-03-18T13:50:58.928Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:50:58.928Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T13:50:58.928Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679147419034,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-18T13:50:58.929Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:50:58.929Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T13:50:58.929Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679147420066,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 4b6dc8ac-cbfc-43c0-9e93-2760226914ae already exists"
}
2023-03-18T13:50:58.929Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:50:58.929Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T13:50:58.929Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679147421067,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 1903c123-2be6-499b-8524-c9a33406ad4f already exists"
}
2023-03-18T13:50:58.929Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:50:58.929Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T13:50:58.929Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679147452247,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-18T13:50:58.929Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:50:58.929Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T13:50:58.929Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679146940197,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/resourceInstances/pnf8ecb3a2916990/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T13:50:58.930Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:50:58.930Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T13:50:58.930Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679146940197,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/resourceInstances/pnf8ecb3a2916990/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-18T13:50:58.930Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:50:58.930Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T13:50:58.930Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679146940197,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/resourceInstances/pnf8ecb3a2916990/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-18T13:50:58.930Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:50:58.930Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T13:50:58.930Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679146940197,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/resourceInstances/pnf8ecb3a2916990/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T13:50:58.931Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:50:58.931Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T13:50:58.931Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679146940197,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/resourceInstances/pnf8ecb3a2916990/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T13:50:58.931Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:50:58.931Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T13:50:58.931Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679146940197,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/resourceInstances/pnf8ecb3a2916990/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T13:50:58.931Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:50:59.280Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T13:50:59.280Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T13:50:59.280Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T13:50:59.281Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679146940197,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T13:51:00.281Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T13:51:00.282Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T13:51:00.282Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T13:51:00.282Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679146940197,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T13:51:01.282Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "serviceName": "Demo_pNF_Qv5TXucXv4n7mssXUGFK",
  "serviceVersion": "1.0",
  "serviceUUID": "73f959ea-1a0e-41cf-b2da-40f07fd6a9c2",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "86b31417-cd30-434e-93e4-34d81e182271",
  "resources": [
    {
      "resourceInstanceName": "pNF 8ecb3a29-1699 0",
      "resourceCustomizationUUID": "3e0c811d-9b69-4eb9-9e2f-6a46c31c8df1",
      "resourceName": "pNF 8ecb3a29-1699",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "79d852b9-56e5-416f-9d37-4483b88de628",
      "resourceInvariantUUID": "c45c5ef7-20e5-4b81-8392-6fbf8a0a1b25",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar",
      "artifactChecksum": "NmIzYzkyYzFlZjM3YjA3YjIzODQ5MzIxZjA4ODdmYTg\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "a93044a0-e137-47cf-b45c-87a4ec92508e"
    }
  ],
  "workloadContext": "Production"
}
2023-03-18T13:51:01.283Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-18T13:51:01.283Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 73f959ea-1a0e-41cf-b2da-40f07fd6a9c2 ASDC
2023-03-18T13:51:01.283Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:5e005e65-61df-4986-a087-00761a388674
ServiceName:Demo_pNF_Qv5TXucXv4n7mssXUGFK
ServiceVersion:1.0
ServiceUUID:73f959ea-1a0e-41cf-b2da-40f07fd6a9c2
ServiceInvariantUUID:86b31417-cd30-434e-93e4-34d81e182271
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar
ArtifactUUID:a93044a0-e137-47cf-b45c-87a4ec92508e
ArtifactChecksum:NmIzYzkyYzFlZjM3YjA3YjIzODQ5MzIxZjA4ODdmYTg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 8ecb3a29-1699 0
ResourceCustomizationUUID:3e0c811d-9b69-4eb9-9e2f-6a46c31c8df1
ResourceInvariantUUID:c45c5ef7-20e5-4b81-8392-6fbf8a0a1b25
ResourceName:pNF 8ecb3a29-1699
ResourceType:PNF
ResourceUUID:79d852b9-56e5-416f-9d37-4483b88de628
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-18T13:51:01.283Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 73f959ea-1a0e-41cf-b2da-40f07fd6a9c2 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: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-18T13:51:01.311Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-18T13:51:01.311Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-03-18T13:51:01.311Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-03-18T13:51:01.311Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: a93044a0-e137-47cf-b45c-87a4ec92508e from URL: /sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar
2023-03-18T13:51:01.311Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||DistributionClient - download
2023-03-18T13:51:01.311Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar
2023-03-18T13:51:01.550Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2023-03-18T13:51:01.556Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar a93044a0-e137-47cf-b45c-87a4ec92508e 88004
2023-03-18T13:51:01.557Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar ASDC sendASDCNotification
2023-03-18T13:51:01.557Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar
2023-03-18T13:51:01.557Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-18T13:51:01.557Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T13:51:01.557Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T13:51:01.558Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679147461557,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T13:51:02.558Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-18T13:51:02.559Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-03-18T13:51:02.559Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: a93044a0-e137-47cf-b45c-87a4ec92508e, URL: /sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar to file: /app/ASDC/1/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar
2023-03-18T13:51:02.559Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar
2023-03-18T13:51:02.560Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar
2023-03-18T13:51:02.560Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar
2023-03-18T13:51:02.644Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15426552706305086840/Definitions/service-DemoPnfQv5txucxv4n7mssxugfk-template.yml
2023-03-18T13:51:03.163Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-18T13:51:03.163Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||WARN|500||####################################################################################################
2023-03-18T13:51:03.164Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar
2023-03-18T13:51:03.164Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-18T13:51:03.164Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||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-DemoPnfQv5txucxv4n7mssxugfk-csar.csar
2023-03-18T13:51:03.164Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar
2023-03-18T13:51:03.164Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||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-DemoPnfQv5txucxv4n7mssxugfk-csar.csar
2023-03-18T13:51:03.164Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar
2023-03-18T13:51:03.164Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar
2023-03-18T13:51:03.164Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 8ecb3a29-1699 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-DemoPnfQv5txucxv4n7mssxugfk-csar.csar
2023-03-18T13:51:03.164Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar
2023-03-18T13:51:03.165Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||WARN|500||####################################################################################################
2023-03-18T13:51:03.165Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T13:51:03.165Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_Qv5TXucXv4n7mssXUGFK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T13:51:03.165Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Node template pNF 8ecb3a29-1699 0 is matching search criteria
2023-03-18T13:51:03.165Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2023-03-18T13:51:03.165Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Found topology templates [pNF 8ecb3a29-1699 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-18T13:51:03.166Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T13:51:03.166Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_Qv5TXucXv4n7mssXUGFK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T13:51:03.166Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Node template pNF 8ecb3a29-1699 0 is matching search criteria
2023-03-18T13:51:03.166Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2023-03-18T13:51:03.166Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Found topology templates [pNF 8ecb3a29-1699 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-18T13:51:03.166Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T13:51:03.166Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_Qv5TXucXv4n7mssXUGFK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T13:51:03.166Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T13:51:03.166Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_Qv5TXucXv4n7mssXUGFK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T13:51:03.166Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T13:51:03.166Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_Qv5TXucXv4n7mssXUGFK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T13:51:03.166Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T13:51:03.167Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_Qv5TXucXv4n7mssXUGFK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T13:51:03.167Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T13:51:03.167Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_Qv5TXucXv4n7mssXUGFK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T13:51:03.167Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_Qv5TXucXv4n7mssXUGFK
Description:catalog service description
Model UUID:73f959ea-1a0e-41cf-b2da-40f07fd6a9c2
Model Version:NULL
Model InvariantUuid:86b31417-cd30-434e-93e4-34d81e182271
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=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-03-18T13:51:03.200Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||ERROR|500||Csar with UUID: a93044a0-e137-47cf-b45c-87a4ec92508e already exists
2023-03-18T13:51:03.200Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar ASDC sendASDCNotification
2023-03-18T13:51:03.200Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar(Csar with UUID: a93044a0-e137-47cf-b45c-87a4ec92508e already exists)
2023-03-18T13:51:03.200Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-18T13:51:03.200Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T13:51:03.201Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T13:51:03.201Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679147463200,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: a93044a0-e137-47cf-b45c-87a4ec92508e already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T13:51:04.202Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar ASDC sendASDCNotification
2023-03-18T13:51:04.202Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar(Resource with UUID: 79d852b9-56e5-416f-9d37-4483b88de628 already exists)
2023-03-18T13:51:04.202Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-18T13:51:04.202Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T13:51:04.202Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T13:51:04.202Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679147464202,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 79d852b9-56e5-416f-9d37-4483b88de628 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T13:51:05.204Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5e005e65-61df-4986-a087-00761a388674
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T13:51:05.222Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5e005e65-61df-4986-a087-00761a388674
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T13:51:05.225Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-18T13:51:05.225Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-18T13:51:05.225Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-18T13:51:05.225Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-18T13:51:05.225Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T13:51:05.225Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T13:51:05.225Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T13:51:05.225Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T13:51:05.225Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T13:51:05.225Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T13:51:05.225Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-18T13:51:05.235Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-18T13:51:35.235Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 5e005e65-61df-4986-a087-00761a388674 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-18T13:51:35.244Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 5e005e65-61df-4986-a087-00761a388674 and serviceModelVersionId: 73f959ea-1a0e-41cf-b2da-40f07fd6a9c2
2023-03-18T13:51:35.244Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 86b31417-cd30-434e-93e4-34d81e182271
2023-03-18T13:51:35.245Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/86b31417-cd30-434e-93e4-34d81e182271/model-vers/model-ver/73f959ea-1a0e-41cf-b2da-40f07fd6a9c2?depth=0
2023-03-18T13:51:35.250Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2023-03-18T13:51:35.263Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/86b31417-cd30-434e-93e4-34d81e182271/model-vers/model-ver/73f959ea-1a0e-41cf-b2da-40f07fd6a9c2?depth=0|INFO|500||Invoke
2023-03-18T13:51:35.263Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/86b31417-cd30-434e-93e4-34d81e182271/model-vers/model-ver/73f959ea-1a0e-41cf-b2da-40f07fd6a9c2?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/86b31417-cd30-434e-93e4-34d81e182271/model-vers/model-ver/73f959ea-1a0e-41cf-b2da-40f07fd6a9c2?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[5e005e65-61df-4986-a087-00761a388674], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[45608865-74c4-4c0b-a706-5715f5b9684c], X-ECOMP-RequestID=[5e005e65-61df-4986-a087-00761a388674], X-TransactionId=[], X-ONAP-RequestID=[5e005e65-61df-4986-a087-00761a388674], Content-Type=[application/merge-patch+json]}
2023-03-18T13:51:35.272Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/86b31417-cd30-434e-93e4-34d81e182271/model-vers/model-ver/73f959ea-1a0e-41cf-b2da-40f07fd6a9c2?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-18T13:51:35.388Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/86b31417-cd30-434e-93e4-34d81e182271/model-vers/model-ver/73f959ea-1a0e-41cf-b2da-40f07fd6a9c2?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/86b31417-cd30-434e-93e4-34d81e182271/model-vers/model-ver/73f959ea-1a0e-41cf-b2da-40f07fd6a9c2?depth=0 has http status code:200 and response headers:{date=[Sat, 18 Mar 2023 13:51:34 GMT], content-length=[0], vertex-id=[204904], x-aai-txid=[1-aai-resources-230318-13:51:34:974-93433], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-18T13:51:35.388Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/86b31417-cd30-434e-93e4-34d81e182271/model-vers/model-ver/73f959ea-1a0e-41cf-b2da-40f07fd6a9c2?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-18T13:51:35.389Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/86b31417-cd30-434e-93e4-34d81e182271/model-vers/model-ver/73f959ea-1a0e-41cf-b2da-40f07fd6a9c2?depth=0|INFO|500||InvokeReturn
2023-03-18T13:51:35.389Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-18T13:51:35.389Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-18T13:51:35.395Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-18T13:51:35.395Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 5e005e65-61df-4986-a087-00761a388674 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-18T13:51:35.395Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-18T13:51:35.395Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T13:51:35.395Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T13:51:35.395Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679147495395,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-18T13:51:36.415Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-18T13:51:36.416Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||received notification from broker: {"distributionID":"b26959c2-c6ca-4cf7-9cdd-576be04a9c92","serviceName":"Demo_pNF_M5QKMfmDLPuLyaz8OWr9","serviceVersion":"1.0","serviceUUID":"c315cbb3-fd53-45ce-8b0b-ad3e84c78918","serviceDescription":"catalog service description","serviceInvariantUUID":"a46a4505-8d20-4c38-8d99-1b181bf22700","resources":[{"resourceInstanceName":"pNF 66b89d6a-37e2 0","resourceName":"pNF 66b89d6a-37e2","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"5cb48981-5482-4843-a71a-1ebe978a5e90","resourceInvariantUUID":"067cbf90-981e-43f3-86b6-aee782d22bba","resourceCustomizationUUID":"84e6e64b-76cd-40cf-86fd-15855e6c2efb","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/resourceInstances/pnf66b89d6a37e20/artifacts/vf-license-model.xml","artifactChecksum":"NmE3OGI0M2NhMTkzNzdlZjJiNzk5YWUzOGVkODUwZTQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"7cbe96a6-d4de-40e4-9f5f-7effc4b8523d","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/resourceInstances/pnf66b89d6a37e20/artifacts/pNF.csar","artifactChecksum":"YTFmMWQ3MzViYWZhMGQ1ZThlNzU3Y2I3ZGNlYWU4YjA\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"7fd2d8fc-6c10-444b-93e4-8ebf25d579b5","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/resourceInstances/pnf66b89d6a37e20/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"62304596-99e5-46f3-868d-189f9dacc577","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/resourceInstances/pnf66b89d6a37e20/artifacts/vendor-license-model.xml","artifactChecksum":"YzhhZjQxZjBiNGEwYTBlMTMwMDYwZmQ3ZjM5OWY1MTY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"c98a30f6-a6ab-4b74-9a89-a4282ace9636","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/resourceInstances/pnf66b89d6a37e20/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"6ba69e42-ade7-45c2-a4ec-3b8f081071f9","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/resourceInstances/pnf66b89d6a37e20/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"2afae58f-afd7-42b0-ae19-62fbbccae66e","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfM5qkmfmdlpulyaz8owr9-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/artifacts/service-DemoPnfM5qkmfmdlpulyaz8owr9-template.yml","artifactChecksum":"NDU2YjRjNDEyNWEwZGVkZjBjNDY2MTJmOTFhNzRhYzk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"181d2352-caba-4b3f-999f-926eb0949ab9","artifactVersion":"1"},{"artifactName":"service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/artifacts/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar","artifactChecksum":"ZWMyYmIzM2U4YmVmYmIwYmU1ZDhjODY4NGEyYTI4NjI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"fdcf7f15-35cd-49a2-839b-26e97623a9bc","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-18T13:51:36.416Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T13:51:36.416Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T13:51:36.416Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T13:51:36.416Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679146940197,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/resourceInstances/pnf66b89d6a37e20/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T13:51:37.417Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T13:51:37.417Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T13:51:37.418Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T13:51:37.418Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679146940197,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/resourceInstances/pnf66b89d6a37e20/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T13:51:38.418Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T13:51:38.419Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T13:51:38.419Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T13:51:38.419Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679146940197,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/resourceInstances/pnf66b89d6a37e20/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T13:51:39.420Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T13:51:39.420Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T13:51:39.420Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T13:51:39.420Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679146940197,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/resourceInstances/pnf66b89d6a37e20/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T13:51:40.420Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T13:51:40.421Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T13:51:40.421Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T13:51:40.421Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679146940197,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/resourceInstances/pnf66b89d6a37e20/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T13:51:41.421Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T13:51:41.421Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T13:51:41.422Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T13:51:41.422Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679146940197,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/resourceInstances/pnf66b89d6a37e20/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T13:51:42.426Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T13:51:42.426Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T13:51:42.426Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T13:51:42.426Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679146940197,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/artifacts/service-DemoPnfM5qkmfmdlpulyaz8owr9-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T13:51:43.426Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T13:51:43.427Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T13:51:43.427Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T13:51:43.427Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679146940197,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/artifacts/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T13:51:44.427Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "serviceName": "Demo_pNF_M5QKMfmDLPuLyaz8OWr9",
  "serviceVersion": "1.0",
  "serviceUUID": "c315cbb3-fd53-45ce-8b0b-ad3e84c78918",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "a46a4505-8d20-4c38-8d99-1b181bf22700",
  "resources": [
    {
      "resourceInstanceName": "pNF 66b89d6a-37e2 0",
      "resourceCustomizationUUID": "84e6e64b-76cd-40cf-86fd-15855e6c2efb",
      "resourceName": "pNF 66b89d6a-37e2",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "5cb48981-5482-4843-a71a-1ebe978a5e90",
      "resourceInvariantUUID": "067cbf90-981e-43f3-86b6-aee782d22bba",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/artifacts/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar",
      "artifactChecksum": "ZWMyYmIzM2U4YmVmYmIwYmU1ZDhjODY4NGEyYTI4NjI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "fdcf7f15-35cd-49a2-839b-26e97623a9bc"
    }
  ],
  "workloadContext": "Production"
}
2023-03-18T13:51:44.428Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-18T13:51:44.428Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 c315cbb3-fd53-45ce-8b0b-ad3e84c78918 ASDC
2023-03-18T13:51:44.429Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:b26959c2-c6ca-4cf7-9cdd-576be04a9c92
ServiceName:Demo_pNF_M5QKMfmDLPuLyaz8OWr9
ServiceVersion:1.0
ServiceUUID:c315cbb3-fd53-45ce-8b0b-ad3e84c78918
ServiceInvariantUUID:a46a4505-8d20-4c38-8d99-1b181bf22700
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/artifacts/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar
ArtifactUUID:fdcf7f15-35cd-49a2-839b-26e97623a9bc
ArtifactChecksum:ZWMyYmIzM2U4YmVmYmIwYmU1ZDhjODY4NGEyYTI4NjI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 66b89d6a-37e2 0
ResourceCustomizationUUID:84e6e64b-76cd-40cf-86fd-15855e6c2efb
ResourceInvariantUUID:067cbf90-981e-43f3-86b6-aee782d22bba
ResourceName:pNF 66b89d6a-37e2
ResourceType:PNF
ResourceUUID:5cb48981-5482-4843-a71a-1ebe978a5e90
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-18T13:51:44.429Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF c315cbb3-fd53-45ce-8b0b-ad3e84c78918 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: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-18T13:51:44.462Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-18T13:51:44.463Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-03-18T13:51:44.463Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-03-18T13:51:44.463Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: fdcf7f15-35cd-49a2-839b-26e97623a9bc from URL: /sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/artifacts/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar
2023-03-18T13:51:44.463Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||DistributionClient - download
2023-03-18T13:51:44.463Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/artifacts/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar
2023-03-18T13:51:44.703Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2023-03-18T13:51:44.707Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/artifacts/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar fdcf7f15-35cd-49a2-839b-26e97623a9bc 88022
2023-03-18T13:51:44.707Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/artifacts/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar ASDC sendASDCNotification
2023-03-18T13:51:44.707Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/artifacts/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar
2023-03-18T13:51:44.707Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-18T13:51:44.707Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T13:51:44.707Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T13:51:44.707Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679147504707,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/artifacts/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T13:51:45.708Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-18T13:51:45.709Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-03-18T13:51:45.709Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: fdcf7f15-35cd-49a2-839b-26e97623a9bc, URL: /sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/artifacts/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar to file: /app/ASDC/1/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar
2023-03-18T13:51:45.709Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar
2023-03-18T13:51:45.710Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar
2023-03-18T13:51:45.710Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar
2023-03-18T13:51:45.781Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16421768262102889224/Definitions/service-DemoPnfM5qkmfmdlpulyaz8owr9-template.yml
2023-03-18T13:51:46.313Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-18T13:51:46.313Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||WARN|500||####################################################################################################
2023-03-18T13:51:46.313Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar
2023-03-18T13:51:46.313Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-18T13:51:46.313Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||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-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar
2023-03-18T13:51:46.314Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar
2023-03-18T13:51:46.314Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||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-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar
2023-03-18T13:51:46.314Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 66b89d6a-37e2 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-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar
2023-03-18T13:51:46.314Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar
2023-03-18T13:51:46.314Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar
2023-03-18T13:51:46.314Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar
2023-03-18T13:51:46.314Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||WARN|500||####################################################################################################
2023-03-18T13:51:46.314Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T13:51:46.314Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_M5QKMfmDLPuLyaz8OWr9 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T13:51:46.315Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||Node template pNF 66b89d6a-37e2 0 is matching search criteria
2023-03-18T13:51:46.315Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2023-03-18T13:51:46.315Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||Found topology templates [pNF 66b89d6a-37e2 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-18T13:51:46.315Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T13:51:46.315Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_M5QKMfmDLPuLyaz8OWr9 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T13:51:46.315Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||Node template pNF 66b89d6a-37e2 0 is matching search criteria
2023-03-18T13:51:46.315Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2023-03-18T13:51:46.315Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||Found topology templates [pNF 66b89d6a-37e2 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-18T13:51:46.315Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T13:51:46.315Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_M5QKMfmDLPuLyaz8OWr9 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T13:51:46.315Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T13:51:46.315Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_M5QKMfmDLPuLyaz8OWr9 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T13:51:46.316Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T13:51:46.316Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_M5QKMfmDLPuLyaz8OWr9 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T13:51:46.316Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T13:51:46.316Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_M5QKMfmDLPuLyaz8OWr9 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T13:51:46.316Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T13:51:46.316Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_M5QKMfmDLPuLyaz8OWr9 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T13:51:46.316Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_M5QKMfmDLPuLyaz8OWr9
Description:catalog service description
Model UUID:c315cbb3-fd53-45ce-8b0b-ad3e84c78918
Model Version:NULL
Model InvariantUuid:a46a4505-8d20-4c38-8d99-1b181bf22700
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=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-03-18T13:51:46.349Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||ERROR|500||Csar with UUID: fdcf7f15-35cd-49a2-839b-26e97623a9bc already exists
2023-03-18T13:51:46.349Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/artifacts/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar ASDC sendASDCNotification
2023-03-18T13:51:46.349Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/artifacts/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar(Csar with UUID: fdcf7f15-35cd-49a2-839b-26e97623a9bc already exists)
2023-03-18T13:51:46.350Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-18T13:51:46.350Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T13:51:46.350Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T13:51:46.350Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679147506349,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/artifacts/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: fdcf7f15-35cd-49a2-839b-26e97623a9bc already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T13:51:47.352Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/artifacts/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar ASDC sendASDCNotification
2023-03-18T13:51:47.352Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/artifacts/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar(Resource with UUID: 5cb48981-5482-4843-a71a-1ebe978a5e90 already exists)
2023-03-18T13:51:47.353Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-18T13:51:47.353Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T13:51:47.353Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T13:51:47.353Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679147507352,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/artifacts/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 5cb48981-5482-4843-a71a-1ebe978a5e90 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T13:51:48.357Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b26959c2-c6ca-4cf7-9cdd-576be04a9c92
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T13:51:48.377Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b26959c2-c6ca-4cf7-9cdd-576be04a9c92
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T13:51:48.380Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-18T13:51:48.380Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-18T13:51:48.380Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-18T13:51:48.380Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-18T13:51:48.380Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T13:51:48.380Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T13:51:48.380Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T13:51:48.381Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T13:51:48.381Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T13:51:48.381Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T13:51:48.381Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-18T13:51:48.392Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-18T13:51:58.919Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T13:51:58.922Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T13:51:58.922Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679146940197,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T13:51:58.923Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:52:18.392Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: b26959c2-c6ca-4cf7-9cdd-576be04a9c92 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-18T13:52:18.404Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: b26959c2-c6ca-4cf7-9cdd-576be04a9c92 and serviceModelVersionId: c315cbb3-fd53-45ce-8b0b-ad3e84c78918
2023-03-18T13:52:18.404Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : a46a4505-8d20-4c38-8d99-1b181bf22700
2023-03-18T13:52:18.405Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/a46a4505-8d20-4c38-8d99-1b181bf22700/model-vers/model-ver/c315cbb3-fd53-45ce-8b0b-ad3e84c78918?depth=0
2023-03-18T13:52:18.411Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2023-03-18T13:52:18.424Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a46a4505-8d20-4c38-8d99-1b181bf22700/model-vers/model-ver/c315cbb3-fd53-45ce-8b0b-ad3e84c78918?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-03-18T13:52:18.425Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a46a4505-8d20-4c38-8d99-1b181bf22700/model-vers/model-ver/c315cbb3-fd53-45ce-8b0b-ad3e84c78918?depth=0|INFO|500||Invoke
2023-03-18T13:52:18.433Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a46a4505-8d20-4c38-8d99-1b181bf22700/model-vers/model-ver/c315cbb3-fd53-45ce-8b0b-ad3e84c78918?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-18T13:52:18.547Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a46a4505-8d20-4c38-8d99-1b181bf22700/model-vers/model-ver/c315cbb3-fd53-45ce-8b0b-ad3e84c78918?depth=0|INFO|500||InvokeReturn
2023-03-18T13:52:18.548Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a46a4505-8d20-4c38-8d99-1b181bf22700/model-vers/model-ver/c315cbb3-fd53-45ce-8b0b-ad3e84c78918?depth=0 has http status code:200 and response headers:{date=[Sat, 18 Mar 2023 13:52:18 GMT], content-length=[0], vertex-id=[217192], x-aai-txid=[2-aai-resources-230318-13:52:18:136-55105], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-18T13:52:18.549Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||Response was returned with an empty entity.
2023-03-18T13:52:18.549Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-18T13:52:18.549Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-18T13:52:18.554Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-18T13:52:18.555Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID b26959c2-c6ca-4cf7-9cdd-576be04a9c92 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-18T13:52:18.555Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-18T13:52:18.555Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-18T13:52:18.556Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T13:52:18.556Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679147538555,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-18T13:52:19.578Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T13:52:19.579Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Failing OffsetCommit request since the consumer is not part of an active group
2023-03-18T13:52:19.579Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Node 0 disconnected.
2023-03-18T13:52:19.580Z||pool-2-thread-10|||||ERROR|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Asynchronous auto-commit of offsets failed: Offset commit cannot be completed since the consumer is not part of an active group for auto partition assignment; it is likely that the consumer was kicked out of the group.. Will continue to join group.
2023-03-18T13:52:19.580Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Giving away all assigned partitions as lost since generation/memberID has been reset,indicating that consumer is in old state or no longer part of the group
2023-03-18T13:52:19.580Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Lost previously assigned partitions SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5
2023-03-18T13:52:19.580Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] (Re-)joining group
2023-03-18T13:52:19.582Z||pool-2-thread-10|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Asynchronous auto-commit of offsets {SDC-DISTR-NOTIF-TOPIC-AUTO-5=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-4=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-3=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-2=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-1=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-0=OffsetAndMetadata{offset=7, leaderEpoch=0, metadata=''}} failed: Offset commit cannot be completed since the consumer is not part of an active group for auto partition assignment; it is likely that the consumer was kicked out of the group.
2023-03-18T13:52:19.584Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2-3edcbe79-5a45-4647-bc84-2d2bc7743396
2023-03-18T13:52:19.585Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Request joining group due to: rebalance failed due to 'The group member needs to have a valid member id before actually entering a consumer group.' (MemberIdRequiredException)
2023-03-18T13:52:19.585Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] (Re-)joining group
2023-03-18T13:52:22.291Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T13:52:25.301Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T13:52:28.311Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T13:52:31.322Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T13:52:34.330Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T13:52:37.340Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T13:52:40.356Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T13:52:43.373Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T13:52:46.384Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T13:52:49.396Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T13:52:52.408Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T13:52:55.418Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T13:52:58.428Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T13:52:58.920Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T13:52:58.934Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Revoke previously assigned partitions SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-03-18T13:52:58.934Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] (Re-)joining group
2023-03-18T13:52:58.940Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Successfully joined group with generation Generation{generationId=60, memberId='SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94-2995e74d-4211-4955-93f6-f3f14568571e', protocol='range'}
2023-03-18T13:52:58.940Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Successfully joined group with generation Generation{generationId=60, memberId='SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2-3edcbe79-5a45-4647-bc84-2d2bc7743396', protocol='range'}
2023-03-18T13:52:58.945Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Finished assignment for group at generation 60: {SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2-3edcbe79-5a45-4647-bc84-2d2bc7743396=Assignment(partitions=[SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5]), SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94-2995e74d-4211-4955-93f6-f3f14568571e=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])}
2023-03-18T13:52:58.957Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Successfully synced group in generation Generation{generationId=60, memberId='SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2-3edcbe79-5a45-4647-bc84-2d2bc7743396', protocol='range'}
2023-03-18T13:52:58.957Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Successfully synced group in generation Generation{generationId=60, memberId='SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94-2995e74d-4211-4955-93f6-f3f14568571e', protocol='range'}
2023-03-18T13:52:58.958Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5])
2023-03-18T13:52:58.958Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])
2023-03-18T13:52:58.958Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Adding newly assigned partitions: SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-03-18T13:52:58.958Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Adding newly assigned partitions: SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5
2023-03-18T13:52:58.963Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-18T13:52:58.963Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-18T13:52:58.963Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-18T13:52:58.963Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-18T13:52:58.964Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-18T13:52:58.964Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-18T13:52:58.963Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-18T13:52:58.964Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-18T13:52:58.964Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-18T13:52:58.964Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=1498, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-18T13:52:58.964Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-18T13:52:58.965Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-18T13:52:58.981Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-18T13:52:58.981Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {"distributionID":"34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846","serviceName":"basic_onboard_gCPnoC","serviceVersion":"1.0","serviceUUID":"dad851ae-1f1d-4e04-8847-f18fd5d51391","serviceDescription":"service","serviceInvariantUUID":"693dcbb7-55f2-41d5-a0d9-572574329dfe","resources":[{"resourceInstanceName":"basic_onboard_gCPnoC 0","resourceName":"basic_onboard_gCPnoC","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"f3fb2f57-aad9-4f33-88db-c458ae09cdfb","resourceInvariantUUID":"d7c6b294-4284-4b69-87ff-a797deedad73","resourceCustomizationUUID":"9327f8c9-4591-449b-b6af-227dc0614cab","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/vf-license-model.xml","artifactChecksum":"OGQ5ZDI0MzIzNDdmMDUyYmQ0MzVmMDVkOWUyNGVlYmE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"5077753b-8cdd-47a9-82d5-e3ff4ce969c3","artifactVersion":"1"},{"artifactName":"basic_onboard_gcpnoc0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json","artifactChecksum":"NjRhMmYzNDQxZDFkYzhiMjZmMTk3NDMzZmQwOWNiNWI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"583db2fa-2045-4011-8045-9fd436580060","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"0846dbe8-d246-42f3-9ba6-3c197d6bb5c4","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"5004fadd-cda9-4566-99ac-bc5d669427a2","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"7d3da3bf-4415-4326-b045-fe6bef605f78","artifactVersion":"2","generatedFromUUID":"0846dbe8-d246-42f3-9ba6-3c197d6bb5c4"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardGcpnoc-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-template.yml","artifactChecksum":"OGFkYWYzODVjYTg1MmE4Y2JhZWM5NDk3ZjljNTAwNTE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"8ab16f5d-5180-4470-b278-f6ea6f7c23e8","artifactVersion":"1"},{"artifactName":"service-BasicOnboardGcpnoc-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar","artifactChecksum":"MjQxYmE3NTM3MTRlYjAwMzA2YjMyYmJjMmU4MmNkYjE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"d6569f72-4f81-428a-8593-389324ccdf48","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-18T13:52:58.982Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T13:52:58.983Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-18T13:52:58.983Z||pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T13:52:58.983Z||pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679147539578,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T13:52:59.976Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T13:52:59.976Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679146940197,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar",
  "status": "NOTIFIED"
}
2023-03-18T13:52:59.976Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:52:59.976Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T13:52:59.976Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679147461557,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-18T13:52:59.976Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:52:59.976Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T13:52:59.976Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679147463200,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: a93044a0-e137-47cf-b45c-87a4ec92508e already exists"
}
2023-03-18T13:52:59.976Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:52:59.976Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T13:52:59.976Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679147464202,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 79d852b9-56e5-416f-9d37-4483b88de628 already exists"
}
2023-03-18T13:52:59.976Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:52:59.976Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T13:52:59.977Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679147495395,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-18T13:52:59.977Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:52:59.977Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T13:52:59.977Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679146940197,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/resourceInstances/pnf66b89d6a37e20/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T13:52:59.977Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:52:59.977Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T13:52:59.977Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679146940197,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/resourceInstances/pnf66b89d6a37e20/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-18T13:52:59.977Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:52:59.977Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T13:52:59.977Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679146940197,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/resourceInstances/pnf66b89d6a37e20/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-18T13:52:59.977Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:52:59.977Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T13:52:59.977Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679146940197,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/resourceInstances/pnf66b89d6a37e20/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T13:52:59.977Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:52:59.977Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T13:52:59.977Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679146940197,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/resourceInstances/pnf66b89d6a37e20/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T13:52:59.977Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:52:59.977Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T13:52:59.977Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679146940197,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/resourceInstances/pnf66b89d6a37e20/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T13:52:59.977Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:52:59.977Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T13:52:59.977Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679146940197,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/artifacts/service-DemoPnfM5qkmfmdlpulyaz8owr9-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T13:52:59.977Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:52:59.977Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T13:52:59.977Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679146940197,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/artifacts/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar",
  "status": "NOTIFIED"
}
2023-03-18T13:52:59.977Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:52:59.978Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T13:52:59.978Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679147504707,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/artifacts/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-18T13:52:59.978Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:52:59.978Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T13:52:59.978Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679147506349,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/artifacts/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: fdcf7f15-35cd-49a2-839b-26e97623a9bc already exists"
}
2023-03-18T13:52:59.978Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:52:59.978Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T13:52:59.978Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679147507352,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/artifacts/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 5cb48981-5482-4843-a71a-1ebe978a5e90 already exists"
}
2023-03-18T13:52:59.978Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:52:59.978Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T13:52:59.978Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679147538555,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-18T13:52:59.978Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:52:59.978Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T13:52:59.978Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679147539578,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T13:52:59.978Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:52:59.986Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T13:52:59.986Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-18T13:52:59.987Z||pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T13:52:59.987Z||pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679147539578,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T13:53:00.987Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T13:53:00.988Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-18T13:53:00.988Z||pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T13:53:00.988Z||pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679147539578,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T13:53:01.989Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T13:53:01.989Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-18T13:53:01.989Z||pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T13:53:01.990Z||pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679147539578,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T13:53:02.990Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T13:53:02.991Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-18T13:53:02.991Z||pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T13:53:02.991Z||pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679147539578,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T13:53:03.995Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T13:53:03.996Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-18T13:53:03.996Z||pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T13:53:03.996Z||pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679147539578,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T13:53:04.996Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T13:53:04.997Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-18T13:53:04.997Z||pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T13:53:04.997Z||pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679147539578,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T13:53:05.998Z||pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "serviceName": "basic_onboard_gCPnoC",
  "serviceVersion": "1.0",
  "serviceUUID": "dad851ae-1f1d-4e04-8847-f18fd5d51391",
  "serviceDescription": "service",
  "serviceInvariantUUID": "693dcbb7-55f2-41d5-a0d9-572574329dfe",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_gCPnoC 0",
      "resourceCustomizationUUID": "9327f8c9-4591-449b-b6af-227dc0614cab",
      "resourceName": "basic_onboard_gCPnoC",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "f3fb2f57-aad9-4f33-88db-c458ae09cdfb",
      "resourceInvariantUUID": "d7c6b294-4284-4b69-87ff-a797deedad73",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_gcpnoc0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json",
          "artifactChecksum": "NjRhMmYzNDQxZDFkYzhiMjZmMTk3NDMzZmQwOWNiNWI\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "583db2fa-2045-4011-8045-9fd436580060",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "0846dbe8-d246-42f3-9ba6-3c197d6bb5c4",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "7d3da3bf-4415-4326-b045-fe6bef605f78",
            "generatedFromUUID": "0846dbe8-d246-42f3-9ba6-3c197d6bb5c4"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "7d3da3bf-4415-4326-b045-fe6bef605f78",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardGcpnoc-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar",
      "artifactChecksum": "MjQxYmE3NTM3MTRlYjAwMzA2YjMyYmJjMmU4MmNkYjE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "d6569f72-4f81-428a-8593-389324ccdf48"
    }
  ],
  "workloadContext": "Production"
}
2023-03-18T13:53:05.998Z||pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-18T13:53:05.998Z||pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 dad851ae-1f1d-4e04-8847-f18fd5d51391 ASDC
2023-03-18T13:53:05.998Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
ServiceName:basic_onboard_gCPnoC
ServiceVersion:1.0
ServiceUUID:dad851ae-1f1d-4e04-8847-f18fd5d51391
ServiceInvariantUUID:693dcbb7-55f2-41d5-a0d9-572574329dfe
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardGcpnoc-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar
ArtifactUUID:d6569f72-4f81-428a-8593-389324ccdf48
ArtifactChecksum:MjQxYmE3NTM3MTRlYjAwMzA2YjMyYmJjMmU4MmNkYjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_gCPnoC 0
ResourceCustomizationUUID:9327f8c9-4591-449b-b6af-227dc0614cab
ResourceInvariantUUID:d7c6b294-4284-4b69-87ff-a797deedad73
ResourceName:basic_onboard_gCPnoC
ResourceType:VF
ResourceUUID:f3fb2f57-aad9-4f33-88db-c458ae09cdfb
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_gcpnoc0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json
ArtifactUUID:583db2fa-2045-4011-8045-9fd436580060
ArtifactChecksum:NjRhMmYzNDQxZDFkYzhiMjZmMTk3NDMzZmQwOWNiNWI=
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/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.yaml
ArtifactUUID:0846dbe8-d246-42f3-9ba6-3c197d6bb5c4
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/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.env
ArtifactUUID:7d3da3bf-4415-4326-b045-fe6bef605f78
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/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.env
ArtifactUUID:7d3da3bf-4415-4326-b045-fe6bef605f78
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-18T13:53:05.998Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF dad851ae-1f1d-4e04-8847-f18fd5d51391 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: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-18T13:53:06.031Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-18T13:53:06.031Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-03-18T13:53:06.031Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-03-18T13:53:06.031Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: d6569f72-4f81-428a-8593-389324ccdf48 from URL: /sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar
2023-03-18T13:53:06.031Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-10|||||INFO|500||DistributionClient - download
2023-03-18T13:53:06.031Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-10|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar
2023-03-18T13:53:06.065Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-10|||||DEBUG|500||GET Response Status 404
2023-03-18T13:53:06.065Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-10|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@554c0b77
2023-03-18T13:53:06.065Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-10|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-18T13:53:06.066Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-10|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicOnboardGcpnoc"
      ]
    }
  }
}
2023-03-18T13:53:06.066Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-10|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicOnboardGcpnoc-csar.csar /sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar d6569f72-4f81-428a-8593-389324ccdf48 Specified artifact is  not found 300 ASDC artifact download fail
2023-03-18T13:53:06.066Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar ASDC sendASDCNotification
2023-03-18T13:53:06.066Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar(Specified artifact is  not found)
2023-03-18T13:53:06.066Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-18T13:53:06.067Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-18T13:53:06.067Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T13:53:06.067Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679147586066,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T13:53:07.068Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-10|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during processCsarServiceArtifacts ASDC processCsarServiceArtifacts 500 Exception in processCsarServiceArtifacts
org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact service-BasicOnboardGcpnoc-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar(UUID:d6569f72-4f81-428a-8593-389324ccdf48)
Error message is Specified artifact is  not found

	at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394)
	at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2023-03-18T13:53:07.083Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-10|||||ERROR|500||error NSST process resource failure 
java.lang.NullPointerException: null
	at org.onap.so.asdc.client.ASDCController.processNsstNotification(ASDCController.java:978)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:760)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-18T13:53:07.084Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: f3fb2f57-aad9-4f33-88db-c458ae09cdfb
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-18T13:53:07.098Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-10|||||INFO|500||basic_onboard_gCPnoC 0
2023-03-18T13:53:07.099Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: f3fb2f57-aad9-4f33-88db-c458ae09cdfb
2023-03-18T13:53:07.099Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 583db2fa-2045-4011-8045-9fd436580060 from URL: /sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json
2023-03-18T13:53:07.099Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-10|||||INFO|500||DistributionClient - download
2023-03-18T13:53:07.099Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-10|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json
2023-03-18T13:53:07.112Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-10|||||DEBUG|500||GET Response Status 404
2023-03-18T13:53:07.113Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-10|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@28560b4d
2023-03-18T13:53:07.113Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-10|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-18T13:53:07.113Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-10|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicOnboardGcpnoc"
      ]
    }
  }
}
2023-03-18T13:53:07.113Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-10|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL basic_onboard_gcpnoc0_modules.json /sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json 583db2fa-2045-4011-8045-9fd436580060 Specified artifact is  not found 300 ASDC artifact download fail
2023-03-18T13:53:07.113Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json ASDC sendASDCNotification
2023-03-18T13:53:07.113Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json(Specified artifact is  not found)
2023-03-18T13:53:07.113Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-18T13:53:07.113Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-18T13:53:07.113Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T13:53:07.113Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679147587113,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T13:53:08.114Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-10|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during Installation of artifact ASDC processResourceNotification 500 Exception in processResourceNotification
org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact basic_onboard_gcpnoc0_modules.json could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json(UUID:583db2fa-2045-4011-8045-9fd436580060)
Error message is Specified artifact is  not found

	at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:787)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-18T13:53:08.115Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T13:53:08.134Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T13:53:08.137Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-10|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-18T13:53:08.137Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-18T13:53:38.137Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T13:53:38.154Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T13:53:38.157Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-10|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-18T13:53:38.157Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-18T13:53:58.920Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T13:53:58.922Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-18T13:53:58.922Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679147539578,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json",
  "status": "NOTIFIED"
}
2023-03-18T13:53:58.922Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:54:08.157Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T13:54:08.172Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T13:54:08.175Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-10|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-18T13:54:08.175Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-18T13:54:38.175Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T13:54:38.193Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T13:54:38.196Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-10|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-18T13:54:38.196Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-18T13:54:58.920Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T13:54:58.921Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-18T13:54:58.921Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679147539578,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2023-03-18T13:54:58.924Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:54:58.924Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-18T13:54:58.924Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679147539578,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T13:54:58.924Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:54:58.924Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-18T13:54:58.924Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679147539578,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2023-03-18T13:54:58.924Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:54:58.924Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-18T13:54:58.924Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679147539578,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T13:54:58.924Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:54:58.924Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-18T13:54:58.924Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679147539578,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar",
  "status": "NOTIFIED"
}
2023-03-18T13:54:58.924Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:54:58.924Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-18T13:54:58.924Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679147586066,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-18T13:54:58.924Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:54:58.924Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-18T13:54:58.924Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679147587113,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-18T13:54:58.924Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:55:08.197Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T13:55:08.218Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T13:55:08.221Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-10|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-18T13:55:08.221Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-18T13:55:38.221Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T13:55:38.243Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T13:55:38.247Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-10|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-18T13:55:38.247Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-18T13:55:58.919Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T13:56:08.247Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T13:56:08.268Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T13:56:08.271Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-10|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-18T13:56:08.271Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-18T13:56:38.272Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T13:56:38.290Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T13:56:38.293Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-10|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-18T13:56:38.293Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-18T13:56:58.920Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T13:57:08.248Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-18T13:57:08.248Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "1765e72b-9f37-409d-a48f-62642d8341c6",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679147799937,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T13:57:08.248Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:57:08.293Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T13:57:08.306Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T13:57:08.310Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-10|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-18T13:57:08.310Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-18T13:57:38.311Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T13:57:38.327Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T13:57:38.329Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-10|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-18T13:57:38.330Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-18T13:57:58.920Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T13:57:58.921Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-18T13:57:58.921Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "1765e72b-9f37-409d-a48f-62642d8341c6",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679147769369,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T13:57:58.922Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:57:58.922Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-18T13:57:58.922Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "1765e72b-9f37-409d-a48f-62642d8341c6",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679147826252,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T13:57:58.922Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:57:58.922Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-18T13:57:58.922Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "1765e72b-9f37-409d-a48f-62642d8341c6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679147809857,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T13:57:58.923Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:57:59.057Z||kafka-coordinator-heartbeat-thread | so|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] consumer poll timeout has expired. This means the time between subsequent calls to poll() was longer than the configured max.poll.interval.ms, which typically implies that the poll loop is spending too much time processing messages. You can address this either by increasing max.poll.interval.ms or by reducing the maximum size of batches returned in poll() with max.poll.records.
2023-03-18T13:57:59.058Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Member SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2-3edcbe79-5a45-4647-bc84-2d2bc7743396 sending LeaveGroup request to coordinator onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2147483645 rack: null) due to consumer poll timeout has expired.
2023-03-18T13:57:59.058Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Resetting generation and member id due to: consumer pro-actively leaving the group
2023-03-18T13:57:59.059Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Request joining group due to: consumer pro-actively leaving the group
2023-03-18T13:58:00.127Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T13:58:03.139Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T13:58:06.147Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T13:58:08.330Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-10|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2023-03-18T13:58:08.330Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-18T13:58:08.337Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846 and serviceModelVersionId: dad851ae-1f1d-4e04-8847-f18fd5d51391
2023-03-18T13:58:08.337Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 693dcbb7-55f2-41d5-a0d9-572574329dfe
2023-03-18T13:58:08.337Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391?depth=0
2023-03-18T13:58:08.343Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2023-03-18T13:58:08.356Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391?depth=0|INFO|500||Invoke
2023-03-18T13:58:08.356Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[4bcf9d68-444f-4e0e-91f0-7f125600d93e], X-ECOMP-RequestID=[34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846], X-TransactionId=[], X-ONAP-RequestID=[34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846], Content-Type=[application/merge-patch+json]}
2023-03-18T13:58:08.366Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2023-03-18T13:58:08.390Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391?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/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391?depth=0 has http status code:404 and response headers:{date=[Sat, 18 Mar 2023 13:58:08 GMT], content-length=[495], x-aai-txid=[2-aai-resources-230318-13:58:08:068-8718], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-18T13:58:08.391Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391?depth=0|DEBUG|500||{"requestError":{"serviceException":{"messageId":"SVC3001","text":"Resource not found for %1 using id %2 (msg=%3) (ec=%4)","variables":["MERGE_PATCH","service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391","Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391","ERR.5.4.6114"]}}}

2023-03-18T13:58:08.392Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391?depth=0|INFO|404|Not Found|InvokeReturn
2023-03-18T13:58:08.394Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-10|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391) (ec=ERR.5.4.6114)
2023-03-18T13:58:08.394Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-10|||||ERROR|500||Exception occurred
javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391) (ec=ERR.5.4.6114)
	at org.onap.so.client.ResponseExceptionMapper.map(ResponseExceptionMapper.java:74)
	at org.onap.so.client.RestRequest.get(RestRequest.java:77)
	at org.onap.so.client.RestClient.buildRequest(RestClient.java:326)
	at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322)
	at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283)
	at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67)
	at net.jodah.failsafe.Execution.executeSync(Execution.java:117)
	at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319)
	at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71)
	at org.onap.so.client.RestClient.method(RestClient.java:322)
	at org.onap.so.client.RestClient.patch(RestClient.java:265)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184)
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-18T13:58:08.394Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-10|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391) (ec=ERR.5.4.6114)
2023-03-18T13:58:08.394Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-10|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391) (ec=ERR.5.4.6114)
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-18T13:58:08.400Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-18T13:58:08.400Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391) (ec=ERR.5.4.6114)
2023-03-18T13:58:08.400Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2023-03-18T13:58:08.400Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-18T13:58:08.400Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T13:58:08.400Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679147888400,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391) (ec\u003dERR.5.4.6114)"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T13:58:09.154Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-18T13:58:09.419Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-18T13:58:09.419Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-10|||||DEBUG|500||received notification from broker: {"distributionID":"d4dc9e71-f2cb-491c-bcf1-9d51402514be","serviceName":"vFW 2023-03-18 11-08-36","serviceVersion":"1.0","serviceUUID":"27fdb87d-b713-4eaf-90a0-9e48041e5db6","serviceDescription":"catalog service description","serviceInvariantUUID":"cb6d14f9-78ae-470a-a6af-a3a2b9fea472","resources":[{"resourceInstanceName":"vFW 58569f3e-bd56 0","resourceName":"vFW 58569f3e-bd56","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"d26137cf-1389-4abe-8e09-78b44d7a1aae","resourceInvariantUUID":"440b369e-a09c-4c31-8a4e-6692abd11e0c","resourceCustomizationUUID":"e17fe765-865d-4748-ab41-44bdbee5a853","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/vf-license-model.xml","artifactChecksum":"MTFjYmU2ZGQwM2YxYTQxNjdhOWY1YjI5OWUyYjE5OTg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"7238df55-40f7-4cde-93e0-f3c86248a4ba","artifactVersion":"1"},{"artifactName":"vfw58569f3ebd560_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/vfw58569f3ebd560_modules.json","artifactChecksum":"ODg5YTAyNmJiZTFiZTA5MDMwZWVhNmFkMzVmNzk4YTg\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"a8ca7246-150c-4537-b08d-e58462b66bb6","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"be903e28-b266-44db-9c8b-4cbcb6f7ee77","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/vendor-license-model.xml","artifactChecksum":"NDExZWJjY2Q3ZjkxN2NkNTRiYmFlNDViOGZhYWJjM2M\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"cecd91b9-dbd7-4a9b-96a0-72674051949c","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"0637f995-3e6f-44f6-89fc-61906f5ff14b","artifactVersion":"2","generatedFromUUID":"be903e28-b266-44db-9c8b-4cbcb6f7ee77"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20230318110836-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-template.yml","artifactChecksum":"NjdmYzRlMTY1MzM1ODg5NjAzNTEzOWU1ZGFmNmNiNDI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"8648cca8-36e7-40c1-8faf-a7c0be2faa07","artifactVersion":"1"},{"artifactName":"service-Vfw20230318110836-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar","artifactChecksum":"NzY3OTRjMDBhMTZlZjQ1ZTQ3MTU0ZjE0NjliYmU1M2Y\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"436a091b-6820-4621-9f77-4a798268cc9d","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-18T13:58:09.420Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T13:58:09.420Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-18T13:58:09.420Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T13:58:09.420Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679147539578,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T13:58:10.427Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T13:58:10.427Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-18T13:58:10.427Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T13:58:10.427Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679147539578,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/vfw58569f3ebd560_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T13:58:11.428Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T13:58:11.428Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-18T13:58:11.428Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T13:58:11.429Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679147539578,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T13:58:12.166Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T13:58:12.429Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T13:58:12.430Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-18T13:58:12.430Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T13:58:12.430Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679147539578,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T13:58:13.430Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T13:58:13.431Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-18T13:58:13.431Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T13:58:13.431Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679147539578,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/base_vfw.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T13:58:14.432Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T13:58:14.432Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-18T13:58:14.432Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T13:58:14.432Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679147539578,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T13:58:15.173Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T13:58:15.433Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T13:58:15.433Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-18T13:58:15.433Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T13:58:15.433Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679147539578,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T13:58:16.434Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "serviceName": "vFW 2023-03-18 11-08-36",
  "serviceVersion": "1.0",
  "serviceUUID": "27fdb87d-b713-4eaf-90a0-9e48041e5db6",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "cb6d14f9-78ae-470a-a6af-a3a2b9fea472",
  "resources": [
    {
      "resourceInstanceName": "vFW 58569f3e-bd56 0",
      "resourceCustomizationUUID": "e17fe765-865d-4748-ab41-44bdbee5a853",
      "resourceName": "vFW 58569f3e-bd56",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "d26137cf-1389-4abe-8e09-78b44d7a1aae",
      "resourceInvariantUUID": "440b369e-a09c-4c31-8a4e-6692abd11e0c",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw58569f3ebd560_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/vfw58569f3ebd560_modules.json",
          "artifactChecksum": "ODg5YTAyNmJiZTFiZTA5MDMwZWVhNmFkMzVmNzk4YTg\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "a8ca7246-150c-4537-b08d-e58462b66bb6",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "be903e28-b266-44db-9c8b-4cbcb6f7ee77",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "0637f995-3e6f-44f6-89fc-61906f5ff14b",
            "generatedFromUUID": "be903e28-b266-44db-9c8b-4cbcb6f7ee77"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "0637f995-3e6f-44f6-89fc-61906f5ff14b",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20230318110836-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar",
      "artifactChecksum": "NzY3OTRjMDBhMTZlZjQ1ZTQ3MTU0ZjE0NjliYmU1M2Y\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "436a091b-6820-4621-9f77-4a798268cc9d"
    }
  ],
  "workloadContext": "Production"
}
2023-03-18T13:58:16.434Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-18T13:58:16.434Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 27fdb87d-b713-4eaf-90a0-9e48041e5db6 ASDC
2023-03-18T13:58:16.436Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:d4dc9e71-f2cb-491c-bcf1-9d51402514be
ServiceName:vFW 2023-03-18 11-08-36
ServiceVersion:1.0
ServiceUUID:27fdb87d-b713-4eaf-90a0-9e48041e5db6
ServiceInvariantUUID:cb6d14f9-78ae-470a-a6af-a3a2b9fea472
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20230318110836-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar
ArtifactUUID:436a091b-6820-4621-9f77-4a798268cc9d
ArtifactChecksum:NzY3OTRjMDBhMTZlZjQ1ZTQ3MTU0ZjE0NjliYmU1M2Y=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 58569f3e-bd56 0
ResourceCustomizationUUID:e17fe765-865d-4748-ab41-44bdbee5a853
ResourceInvariantUUID:440b369e-a09c-4c31-8a4e-6692abd11e0c
ResourceName:vFW 58569f3e-bd56
ResourceType:VF
ResourceUUID:d26137cf-1389-4abe-8e09-78b44d7a1aae
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw58569f3ebd560_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/vfw58569f3ebd560_modules.json
ArtifactUUID:a8ca7246-150c-4537-b08d-e58462b66bb6
ArtifactChecksum:ODg5YTAyNmJiZTFiZTA5MDMwZWVhNmFkMzVmNzk4YTg=
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/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/base_vfw.yaml
ArtifactUUID:be903e28-b266-44db-9c8b-4cbcb6f7ee77
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/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/base_vfw.env
ArtifactUUID:0637f995-3e6f-44f6-89fc-61906f5ff14b
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/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/base_vfw.env
ArtifactUUID:0637f995-3e6f-44f6-89fc-61906f5ff14b
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-18T13:58:16.436Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 27fdb87d-b713-4eaf-90a0-9e48041e5db6 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: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-18T13:58:16.467Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-18T13:58:16.467Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-03-18T13:58:16.468Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-03-18T13:58:16.468Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 436a091b-6820-4621-9f77-4a798268cc9d from URL: /sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar
2023-03-18T13:58:16.468Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||INFO|500||DistributionClient - download
2023-03-18T13:58:16.468Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar
2023-03-18T13:58:16.703Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2023-03-18T13:58:16.710Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar 436a091b-6820-4621-9f77-4a798268cc9d 101467
2023-03-18T13:58:16.710Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar ASDC sendASDCNotification
2023-03-18T13:58:16.710Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar
2023-03-18T13:58:16.710Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-18T13:58:16.710Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-18T13:58:16.710Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T13:58:16.710Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679147896710,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T13:58:17.711Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-18T13:58:17.711Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-03-18T13:58:17.712Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 436a091b-6820-4621-9f77-4a798268cc9d, URL: /sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar to file: /app/ASDC/1/service-Vfw20230318110836-csar.csar
2023-03-18T13:58:17.712Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20230318110836-csar.csar
2023-03-18T13:58:17.712Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20230318110836-csar.csar
2023-03-18T13:58:17.713Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20230318110836-csar.csar
2023-03-18T13:58:17.825Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4320237228654309607/Definitions/service-Vfw20230318110836-template.yml
2023-03-18T13:58:18.180Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "compute_vsn_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vsn_key_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "compute_vsn_user_data_format" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "compute_vsn_metadata" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided
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
2023-03-18T13:58:19.039Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-18T13:58:19.039Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||WARN|500||####################################################################################################
2023-03-18T13:58:19.039Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20230318110836-csar.csar
2023-03-18T13:58:19.039Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2023-03-18T13:58:19.039Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230318110836-csar.csar
2023-03-18T13:58:19.039Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||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-Vfw20230318110836-csar.csar
2023-03-18T13:58:19.039Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||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-Vfw20230318110836-csar.csar
2023-03-18T13:58:19.039Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||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-Vfw20230318110836-csar.csar
2023-03-18T13:58:19.040Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230318110836-csar.csar
2023-03-18T13:58:19.040Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230318110836-csar.csar
2023-03-18T13:58:19.040Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||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-Vfw20230318110836-csar.csar
2023-03-18T13:58:19.040Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230318110836-csar.csar
2023-03-18T13:58:19.040Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230318110836-csar.csar
2023-03-18T13:58:19.040Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 58569f3e-bd56 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-Vfw20230318110836-csar.csar
2023-03-18T13:58:19.040Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230318110836-csar.csar
2023-03-18T13:58:19.040Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||WARN|500||####################################################################################################
2023-03-18T13:58:19.040Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T13:58:19.040Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||DEBUG|500||Service vFW 2023-03-18 11-08-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T13:58:19.040Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||DEBUG|500||Node template vFW 58569f3e-bd56 0 is matching search criteria
2023-03-18T13:58:19.040Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2023-03-18T13:58:19.040Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 58569f3e-bd56 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-18T13:58:19.040Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T13:58:19.041Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||DEBUG|500||Service vFW 2023-03-18 11-08-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T13:58:19.041Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||DEBUG|500||Node template vFW 58569f3e-bd56 0 is matching search criteria
2023-03-18T13:58:19.041Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2023-03-18T13:58:19.041Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 58569f3e-bd56 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-18T13:58:19.041Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T13:58:19.041Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||DEBUG|500||Service vFW 2023-03-18 11-08-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T13:58:19.041Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T13:58:19.041Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||DEBUG|500||Node template vFW 58569f3e-bd56 0 is not matching search criteria
2023-03-18T13:58:19.041Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-18T13:58:19.041Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-18T13:58:19.041Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-18T13:58:19.041Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-18T13:58:19.041Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-18T13:58:19.041Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-18T13:58:19.041Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-18T13:58:19.042Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-18T13:58:19.042Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-18T13:58:19.042Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-18T13:58:19.042Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-18T13:58:19.042Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-18T13:58:19.042Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-18T13:58:19.042Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-18T13:58:19.042Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-18T13:58:19.042Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-03-18T13:58:19.042Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T13:58:19.042Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||DEBUG|500||Service vFW 2023-03-18 11-08-36 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-03-18T13:58:19.042Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T13:58:19.042Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||DEBUG|500||Node template vFW 58569f3e-bd56 0 is matching search criteria
2023-03-18T13:58:19.042Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 58569f3e-bd56 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-18T13:58:19.043Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T13:58:19.043Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||DEBUG|500||Node template vFW 58569f3e-bd56 0 is matching search criteria
2023-03-18T13:58:19.043Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 58569f3e-bd56 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-18T13:58:19.043Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T13:58:19.043Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||DEBUG|500||Node template vFW 58569f3e-bd56 0 is matching search criteria
2023-03-18T13:58:19.043Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 58569f3e-bd56 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-18T13:58:19.043Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T13:58:19.043Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||DEBUG|500||Node template vFW 58569f3e-bd56 0 is not matching search criteria
2023-03-18T13:58:19.043Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-18T13:58:19.043Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-18T13:58:19.043Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-03-18T13:58:19.043Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-18T13:58:19.043Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-18T13:58:19.044Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-18T13:58:19.044Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-18T13:58:19.044Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-18T13:58:19.044Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-18T13:58:19.044Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-18T13:58:19.044Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-18T13:58:19.044Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=54648a20-f030-49c4-93d4-4525b2108f51
2023-03-18T13:58:19.044Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T13:58:19.044Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||DEBUG|500||Node template vFW 58569f3e-bd56 0 is not matching search criteria
2023-03-18T13:58:19.044Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-18T13:58:19.044Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-18T13:58:19.044Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-18T13:58:19.044Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-18T13:58:19.044Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-18T13:58:19.045Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-18T13:58:19.045Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-18T13:58:19.045Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-03-18T13:58:19.045Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-18T13:58:19.045Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-18T13:58:19.045Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-18T13:58:19.045Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-18T13:58:19.045Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=c8000f82-3ea0-499f-845f-48af9ca20f40
2023-03-18T13:58:19.045Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T13:58:19.045Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||DEBUG|500||Node template vFW 58569f3e-bd56 0 is not matching search criteria
2023-03-18T13:58:19.045Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-18T13:58:19.045Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-18T13:58:19.045Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-18T13:58:19.045Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-18T13:58:19.046Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-18T13:58:19.046Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-18T13:58:19.046Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-18T13:58:19.046Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-18T13:58:19.046Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-18T13:58:19.046Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-18T13:58:19.046Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-18T13:58:19.046Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-03-18T13:58:19.046Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=8d37dce4-ace0-4972-b0ae-359f5ee34e15
2023-03-18T13:58:19.046Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T13:58:19.046Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||DEBUG|500||Service vFW 2023-03-18 11-08-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T13:58:19.046Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T13:58:19.046Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||DEBUG|500||Service vFW 2023-03-18 11-08-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T13:58:19.046Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T13:58:19.047Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||DEBUG|500||Service vFW 2023-03-18 11-08-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T13:58:19.047Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T13:58:19.047Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||DEBUG|500||Service vFW 2023-03-18 11-08-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T13:58:19.047Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2023-03-18 11-08-36
Description:catalog service description
Model UUID:27fdb87d-b713-4eaf-90a0-9e48041e5db6
Model Version:NULL
Model InvariantUuid:cb6d14f9-78ae-470a-a6af-a3a2b9fea472
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 58569f3e-bd56
Model UUID:2fc36073-92c9-4d5d-9644-0bb6550c287b
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:440b369e-a09c-4c31-8a4e-6692abd11e0c
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:e17fe765-865d-4748-ab41-44bdbee5a853
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:351d450e-b1b7-41ae-a83a-2a71f15e25d1
ModelName:Vfw58569f3eBd56..base_vfw..module-0
ModelUuid:0d68d68e-dec8-43d2-aff9-f5d88cc04393
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:54648a20-f030-49c4-93d4-4525b2108f51
ModelInvariantUuid:4ab08134-cd1d-4688-9b75-17c67d1a3e81
ModelName:vFW 58569f3e-bd56-nodes.vfwCvfc
ModelUuid:d6b2f0ba-9202-407c-a163-7cc24d0f18b4
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:056f6090-f73c-4739-af97-620c05ad132a
ModelInvariantUuid:983e3ada-7ea8-4303-8174-d3114334eb9e
ModelName:Vfw58569f3eBd56.compute.nodes.heat.vfw
ModelUuid:3d4b7896-bd84-401c-aa77-b889e41a200a
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:c8000f82-3ea0-499f-845f-48af9ca20f40
ModelInvariantUuid:fcd18208-a79b-409f-9943-f6fdaf7b423e
ModelName:vFW 58569f3e-bd56-nodes.vsnCvfc
ModelUuid:2dc70d22-f13d-4809-b3aa-6be925119137
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:402dc1d7-02f5-4fe5-9c72-942fea6de45f
ModelInvariantUuid:0b0ccbe0-ee97-4020-bd46-0de8c06bfc96
ModelName:Vfw58569f3eBd56.compute.nodes.heat.vsn
ModelUuid:9156b53b-b6f9-40ab-bf18-4e57fbace729
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:8d37dce4-ace0-4972-b0ae-359f5ee34e15
ModelInvariantUuid:5fb0558e-6cb2-4431-b7ca-6445c8799cef
ModelName:vFW 58569f3e-bd56-nodes.vpgCvfc
ModelUuid:fa77263e-b297-4fc8-ad06-fee6a19575f2
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:c490c1b0-6d8a-4e04-bcc3-d1334a874130
ModelInvariantUuid:49041fa9-9665-4fc5-a429-9d3d7490839b
ModelName:Vfw58569f3eBd56.compute.nodes.heat.vpg
ModelUuid:7e8eb1f5-1f60-4b7b-ac6b-192037bf4db6
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=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-03-18T13:58:19.076Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||ERROR|500||Csar with UUID: 436a091b-6820-4621-9f77-4a798268cc9d already exists
2023-03-18T13:58:19.076Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar ASDC sendASDCNotification
2023-03-18T13:58:19.076Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar(Csar with UUID: 436a091b-6820-4621-9f77-4a798268cc9d already exists)
2023-03-18T13:58:19.076Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-18T13:58:19.076Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-18T13:58:19.076Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T13:58:19.076Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679147899076,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 436a091b-6820-4621-9f77-4a798268cc9d already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T13:58:20.077Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar ASDC sendASDCNotification
2023-03-18T13:58:20.077Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar(Resource with UUID: d26137cf-1389-4abe-8e09-78b44d7a1aae already exists)
2023-03-18T13:58:20.077Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-18T13:58:20.077Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-18T13:58:20.077Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T13:58:20.077Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679147900077,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: d26137cf-1389-4abe-8e09-78b44d7a1aae already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T13:58:21.079Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d4dc9e71-f2cb-491c-bcf1-9d51402514be
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T13:58:21.094Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d4dc9e71-f2cb-491c-bcf1-9d51402514be
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T13:58:21.097Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-18T13:58:21.097Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-18T13:58:21.097Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-18T13:58:21.097Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-18T13:58:21.097Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T13:58:21.097Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T13:58:21.098Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T13:58:21.098Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T13:58:21.098Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T13:58:21.098Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-18T13:58:21.109Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-18T13:58:21.210Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T13:58:24.217Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T13:58:27.228Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T13:58:30.239Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T13:58:33.247Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T13:58:36.258Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T13:58:39.270Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T13:58:42.279Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T13:58:45.308Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T13:58:48.318Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T13:58:51.110Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: d4dc9e71-f2cb-491c-bcf1-9d51402514be and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-18T13:58:51.118Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: d4dc9e71-f2cb-491c-bcf1-9d51402514be and serviceModelVersionId: 27fdb87d-b713-4eaf-90a0-9e48041e5db6
2023-03-18T13:58:51.118Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : cb6d14f9-78ae-470a-a6af-a3a2b9fea472
2023-03-18T13:58:51.119Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/cb6d14f9-78ae-470a-a6af-a3a2b9fea472/model-vers/model-ver/27fdb87d-b713-4eaf-90a0-9e48041e5db6?depth=0
2023-03-18T13:58:51.125Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2023-03-18T13:58:51.142Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cb6d14f9-78ae-470a-a6af-a3a2b9fea472/model-vers/model-ver/27fdb87d-b713-4eaf-90a0-9e48041e5db6?depth=0|INFO|500||Invoke
2023-03-18T13:58:51.142Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cb6d14f9-78ae-470a-a6af-a3a2b9fea472/model-vers/model-ver/27fdb87d-b713-4eaf-90a0-9e48041e5db6?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cb6d14f9-78ae-470a-a6af-a3a2b9fea472/model-vers/model-ver/27fdb87d-b713-4eaf-90a0-9e48041e5db6?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[d4dc9e71-f2cb-491c-bcf1-9d51402514be], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[a5f8bc66-e207-4482-b45b-65bc56dd7ac6], X-ECOMP-RequestID=[d4dc9e71-f2cb-491c-bcf1-9d51402514be], X-TransactionId=[], X-ONAP-RequestID=[d4dc9e71-f2cb-491c-bcf1-9d51402514be], Content-Type=[application/merge-patch+json]}
2023-03-18T13:58:51.152Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cb6d14f9-78ae-470a-a6af-a3a2b9fea472/model-vers/model-ver/27fdb87d-b713-4eaf-90a0-9e48041e5db6?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-18T13:58:51.270Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cb6d14f9-78ae-470a-a6af-a3a2b9fea472/model-vers/model-ver/27fdb87d-b713-4eaf-90a0-9e48041e5db6?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/cb6d14f9-78ae-470a-a6af-a3a2b9fea472/model-vers/model-ver/27fdb87d-b713-4eaf-90a0-9e48041e5db6?depth=0 has http status code:200 and response headers:{date=[Sat, 18 Mar 2023 13:58:50 GMT], content-length=[0], vertex-id=[593936], x-aai-txid=[1-aai-resources-230318-13:58:50:856-88002], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-18T13:58:51.270Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cb6d14f9-78ae-470a-a6af-a3a2b9fea472/model-vers/model-ver/27fdb87d-b713-4eaf-90a0-9e48041e5db6?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-18T13:58:51.271Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cb6d14f9-78ae-470a-a6af-a3a2b9fea472/model-vers/model-ver/27fdb87d-b713-4eaf-90a0-9e48041e5db6?depth=0|INFO|500||InvokeReturn
2023-03-18T13:58:51.271Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-18T13:58:51.271Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-18T13:58:51.277Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-18T13:58:51.277Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID d4dc9e71-f2cb-491c-bcf1-9d51402514be and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-18T13:58:51.277Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-18T13:58:51.277Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-18T13:58:51.277Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T13:58:51.277Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679147931277,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T13:58:51.336Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-18T13:58:52.299Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-18T13:58:52.300Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||DEBUG|500||received notification from broker: {"distributionID":"9f6cbd74-5561-4ebf-ae29-ef09adcdb35a","serviceName":"vFW 2023-03-18 11-49-31","serviceVersion":"1.0","serviceUUID":"6d984351-d1ca-40a4-aad4-cb46662a587a","serviceDescription":"catalog service description","serviceInvariantUUID":"cf32c985-ce6d-438e-ae22-e6fd004665b3","resources":[{"resourceInstanceName":"vFW c11b0f1b-4505 0","resourceName":"vFW c11b0f1b-4505","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"c7374fd6-6727-4426-9587-40812bc7c663","resourceInvariantUUID":"26f1c4e0-d5d2-4519-a829-ba04da79dfd3","resourceCustomizationUUID":"19f5eed0-33a8-4dbf-839a-f2ac2d3b058b","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/vf-license-model.xml","artifactChecksum":"ZmYyYjdhM2U5NTJiNDExYWMwYTMzMTkyZDMwYzcxZTc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"7b8e42e6-1821-4cac-aa27-034f93b9a8bb","artifactVersion":"1"},{"artifactName":"vfwc11b0f1b45050_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/vfwc11b0f1b45050_modules.json","artifactChecksum":"YTA1YjZlZDc1ZGI4M2FjMjI5NWE4ZTQzZjQxZmI1MGE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"40a0f4a8-4459-48c6-8da9-780f32a6e90d","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"3198714b-6cfa-4ae8-9e58-caa5fd7816d1","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/vendor-license-model.xml","artifactChecksum":"OTNkYjEwYTcxMGU1ODVlYThkMzJiZjM0OWMzYWExNTg\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"56d4001a-cb5d-4c8b-a9db-05f6dd036a2e","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"72f0a15a-ad88-4350-921f-de50e44e2b78","artifactVersion":"2","generatedFromUUID":"3198714b-6cfa-4ae8-9e58-caa5fd7816d1"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20230318114931-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-template.yml","artifactChecksum":"MmZjZDk3ZDhkZWNhNmYyZTJiYmJjYzlhZTNjZmUwZDU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"d733d559-0885-4fbb-8573-c3718d9662ac","artifactVersion":"1"},{"artifactName":"service-Vfw20230318114931-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar","artifactChecksum":"NzYyNTc4YTljZWI3YjE3YThjOTU0MjkyMGEyMDMxNDY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"2a8efcaf-0813-4b52-901f-136ba065c343","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-18T13:58:52.300Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T13:58:52.300Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-18T13:58:52.300Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T13:58:52.300Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679147539578,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T13:58:53.301Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T13:58:53.302Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-18T13:58:53.302Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T13:58:53.302Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679147539578,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/vfwc11b0f1b45050_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T13:58:54.303Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T13:58:54.304Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-18T13:58:54.304Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T13:58:54.305Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679147539578,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T13:58:54.353Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T13:58:55.305Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T13:58:55.306Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-18T13:58:55.306Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T13:58:55.307Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679147539578,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T13:58:56.309Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T13:58:56.309Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-18T13:58:56.309Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T13:58:56.309Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679147539578,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/base_vfw.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T13:58:57.310Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T13:58:57.310Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-18T13:58:57.311Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T13:58:57.311Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679147539578,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T13:58:57.360Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T13:58:58.311Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T13:58:58.312Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-18T13:58:58.312Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T13:58:58.312Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679147539578,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T13:58:58.920Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T13:58:58.931Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Revoke previously assigned partitions SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-03-18T13:58:58.931Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] (Re-)joining group
2023-03-18T13:58:58.936Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Successfully joined group with generation Generation{generationId=61, memberId='SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94-2995e74d-4211-4955-93f6-f3f14568571e', protocol='range'}
2023-03-18T13:58:58.937Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Finished assignment for group at generation 61: {SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94-2995e74d-4211-4955-93f6-f3f14568571e=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])}
2023-03-18T13:58:58.953Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Successfully synced group in generation Generation{generationId=61, memberId='SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94-2995e74d-4211-4955-93f6-f3f14568571e', protocol='range'}
2023-03-18T13:58:58.954Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])
2023-03-18T13:58:58.954Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Adding newly assigned partitions: SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-03-18T13:58:58.957Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-18T13:58:58.957Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-18T13:58:58.957Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-18T13:58:58.957Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=1528, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-18T13:58:58.957Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-18T13:58:58.957Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-18T13:58:59.313Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "serviceName": "vFW 2023-03-18 11-49-31",
  "serviceVersion": "1.0",
  "serviceUUID": "6d984351-d1ca-40a4-aad4-cb46662a587a",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "cf32c985-ce6d-438e-ae22-e6fd004665b3",
  "resources": [
    {
      "resourceInstanceName": "vFW c11b0f1b-4505 0",
      "resourceCustomizationUUID": "19f5eed0-33a8-4dbf-839a-f2ac2d3b058b",
      "resourceName": "vFW c11b0f1b-4505",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "c7374fd6-6727-4426-9587-40812bc7c663",
      "resourceInvariantUUID": "26f1c4e0-d5d2-4519-a829-ba04da79dfd3",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfwc11b0f1b45050_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/vfwc11b0f1b45050_modules.json",
          "artifactChecksum": "YTA1YjZlZDc1ZGI4M2FjMjI5NWE4ZTQzZjQxZmI1MGE\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "40a0f4a8-4459-48c6-8da9-780f32a6e90d",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "3198714b-6cfa-4ae8-9e58-caa5fd7816d1",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "72f0a15a-ad88-4350-921f-de50e44e2b78",
            "generatedFromUUID": "3198714b-6cfa-4ae8-9e58-caa5fd7816d1"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "72f0a15a-ad88-4350-921f-de50e44e2b78",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20230318114931-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar",
      "artifactChecksum": "NzYyNTc4YTljZWI3YjE3YThjOTU0MjkyMGEyMDMxNDY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "2a8efcaf-0813-4b52-901f-136ba065c343"
    }
  ],
  "workloadContext": "Production"
}
2023-03-18T13:58:59.314Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-18T13:58:59.314Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 6d984351-d1ca-40a4-aad4-cb46662a587a ASDC
2023-03-18T13:58:59.315Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:9f6cbd74-5561-4ebf-ae29-ef09adcdb35a
ServiceName:vFW 2023-03-18 11-49-31
ServiceVersion:1.0
ServiceUUID:6d984351-d1ca-40a4-aad4-cb46662a587a
ServiceInvariantUUID:cf32c985-ce6d-438e-ae22-e6fd004665b3
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20230318114931-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar
ArtifactUUID:2a8efcaf-0813-4b52-901f-136ba065c343
ArtifactChecksum:NzYyNTc4YTljZWI3YjE3YThjOTU0MjkyMGEyMDMxNDY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW c11b0f1b-4505 0
ResourceCustomizationUUID:19f5eed0-33a8-4dbf-839a-f2ac2d3b058b
ResourceInvariantUUID:26f1c4e0-d5d2-4519-a829-ba04da79dfd3
ResourceName:vFW c11b0f1b-4505
ResourceType:VF
ResourceUUID:c7374fd6-6727-4426-9587-40812bc7c663
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwc11b0f1b45050_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/vfwc11b0f1b45050_modules.json
ArtifactUUID:40a0f4a8-4459-48c6-8da9-780f32a6e90d
ArtifactChecksum:YTA1YjZlZDc1ZGI4M2FjMjI5NWE4ZTQzZjQxZmI1MGE=
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/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/base_vfw.yaml
ArtifactUUID:3198714b-6cfa-4ae8-9e58-caa5fd7816d1
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/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/base_vfw.env
ArtifactUUID:72f0a15a-ad88-4350-921f-de50e44e2b78
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/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/base_vfw.env
ArtifactUUID:72f0a15a-ad88-4350-921f-de50e44e2b78
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-18T13:58:59.316Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 6d984351-d1ca-40a4-aad4-cb46662a587a 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: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-18T13:58:59.351Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-18T13:58:59.351Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-03-18T13:58:59.352Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-03-18T13:58:59.352Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 2a8efcaf-0813-4b52-901f-136ba065c343 from URL: /sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar
2023-03-18T13:58:59.352Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||INFO|500||DistributionClient - download
2023-03-18T13:58:59.352Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar
2023-03-18T13:58:59.609Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2023-03-18T13:58:59.618Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar 2a8efcaf-0813-4b52-901f-136ba065c343 101507
2023-03-18T13:58:59.618Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar ASDC sendASDCNotification
2023-03-18T13:58:59.619Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar
2023-03-18T13:58:59.619Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-18T13:58:59.620Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-18T13:58:59.620Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T13:58:59.620Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679147939618,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T13:58:59.971Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-18T13:58:59.972Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "1765e72b-9f37-409d-a48f-62642d8341c6",
  "consumerID": "aai-model-loader",
  "timestamp": 1679147826544,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T13:58:59.972Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:58:59.972Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-18T13:58:59.972Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "1765e72b-9f37-409d-a48f-62642d8341c6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679147825163,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T13:58:59.972Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:58:59.972Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-18T13:58:59.972Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "1765e72b-9f37-409d-a48f-62642d8341c6",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679147799937,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-03-18T13:58:59.972Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:58:59.972Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-18T13:58:59.972Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "1765e72b-9f37-409d-a48f-62642d8341c6",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679147826252,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2023-03-18T13:58:59.972Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:58:59.972Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-18T13:58:59.972Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "1765e72b-9f37-409d-a48f-62642d8341c6",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679147769369,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-03-18T13:58:59.972Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:58:59.972Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-18T13:58:59.972Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "1765e72b-9f37-409d-a48f-62642d8341c6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679147809857,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-03-18T13:58:59.972Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:58:59.972Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-18T13:58:59.973Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "1765e72b-9f37-409d-a48f-62642d8341c6",
  "consumerID": "aai-model-loader",
  "timestamp": 1679147826544,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-03-18T13:58:59.973Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:58:59.973Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-18T13:58:59.973Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "1765e72b-9f37-409d-a48f-62642d8341c6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679147825163,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-03-18T13:58:59.973Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:58:59.973Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-18T13:58:59.973Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "1765e72b-9f37-409d-a48f-62642d8341c6",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679147799937,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2023-03-18T13:58:59.973Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:58:59.973Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-18T13:58:59.973Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "1765e72b-9f37-409d-a48f-62642d8341c6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679147809857,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T13:58:59.973Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:58:59.973Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-18T13:58:59.973Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "1765e72b-9f37-409d-a48f-62642d8341c6",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679147769369,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T13:58:59.973Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:58:59.973Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-18T13:58:59.973Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "1765e72b-9f37-409d-a48f-62642d8341c6",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679147826252,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2023-03-18T13:58:59.973Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:58:59.973Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-18T13:58:59.973Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "1765e72b-9f37-409d-a48f-62642d8341c6",
  "consumerID": "aai-model-loader",
  "timestamp": 1679147826544,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T13:58:59.973Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:58:59.974Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-18T13:58:59.974Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "1765e72b-9f37-409d-a48f-62642d8341c6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679147825163,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T13:58:59.974Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:58:59.974Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-18T13:58:59.974Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "1765e72b-9f37-409d-a48f-62642d8341c6",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679147799937,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T13:58:59.974Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:58:59.974Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-18T13:58:59.974Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "1765e72b-9f37-409d-a48f-62642d8341c6",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679147769369,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T13:58:59.974Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:58:59.974Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-18T13:58:59.974Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "1765e72b-9f37-409d-a48f-62642d8341c6",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679147826252,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T13:58:59.974Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:58:59.974Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-18T13:58:59.974Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "1765e72b-9f37-409d-a48f-62642d8341c6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679147809857,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T13:58:59.974Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:58:59.974Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-18T13:58:59.974Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "1765e72b-9f37-409d-a48f-62642d8341c6",
  "consumerID": "aai-model-loader",
  "timestamp": 1679147826544,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T13:58:59.974Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:58:59.974Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-18T13:58:59.974Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "1765e72b-9f37-409d-a48f-62642d8341c6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679147825163,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T13:58:59.974Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:58:59.975Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-18T13:58:59.975Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "1765e72b-9f37-409d-a48f-62642d8341c6",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679147799937,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2023-03-18T13:58:59.975Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:58:59.975Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-18T13:58:59.975Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "1765e72b-9f37-409d-a48f-62642d8341c6",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679147826252,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2023-03-18T13:58:59.975Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:58:59.975Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-18T13:58:59.975Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "1765e72b-9f37-409d-a48f-62642d8341c6",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679147769369,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2023-03-18T13:58:59.975Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:58:59.975Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-18T13:58:59.975Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "1765e72b-9f37-409d-a48f-62642d8341c6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679147809857,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2023-03-18T13:58:59.975Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:58:59.975Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-18T13:58:59.975Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "1765e72b-9f37-409d-a48f-62642d8341c6",
  "consumerID": "aai-model-loader",
  "timestamp": 1679147826544,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2023-03-18T13:58:59.975Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:58:59.975Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-18T13:58:59.975Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "1765e72b-9f37-409d-a48f-62642d8341c6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679147825163,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2023-03-18T13:58:59.975Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:58:59.975Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-18T13:58:59.975Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "1765e72b-9f37-409d-a48f-62642d8341c6",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679147799937,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2023-03-18T13:58:59.976Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:58:59.976Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-18T13:58:59.976Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "1765e72b-9f37-409d-a48f-62642d8341c6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679147809857,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2023-03-18T13:58:59.976Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:58:59.976Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-18T13:58:59.976Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "1765e72b-9f37-409d-a48f-62642d8341c6",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679147826252,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2023-03-18T13:58:59.976Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:58:59.976Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-18T13:58:59.976Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "1765e72b-9f37-409d-a48f-62642d8341c6",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679147769369,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2023-03-18T13:58:59.976Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:58:59.976Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-18T13:58:59.976Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "1765e72b-9f37-409d-a48f-62642d8341c6",
  "consumerID": "aai-model-loader",
  "timestamp": 1679147826544,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2023-03-18T13:58:59.976Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:58:59.976Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-18T13:58:59.976Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "1765e72b-9f37-409d-a48f-62642d8341c6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679147825163,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2023-03-18T13:58:59.976Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:58:59.977Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-18T13:58:59.977Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "1765e72b-9f37-409d-a48f-62642d8341c6",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679147799937,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2023-03-18T13:58:59.977Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:58:59.977Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-18T13:58:59.977Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "1765e72b-9f37-409d-a48f-62642d8341c6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679147809857,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2023-03-18T13:58:59.977Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:58:59.977Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-18T13:58:59.977Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "1765e72b-9f37-409d-a48f-62642d8341c6",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679147826252,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2023-03-18T13:58:59.977Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:58:59.977Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-18T13:58:59.977Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "1765e72b-9f37-409d-a48f-62642d8341c6",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679147769369,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2023-03-18T13:58:59.977Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:58:59.977Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-18T13:58:59.977Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "1765e72b-9f37-409d-a48f-62642d8341c6",
  "consumerID": "aai-model-loader",
  "timestamp": 1679147826544,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2023-03-18T13:58:59.977Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:58:59.977Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-18T13:58:59.977Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "1765e72b-9f37-409d-a48f-62642d8341c6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679147825163,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2023-03-18T13:58:59.977Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:58:59.977Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-18T13:58:59.977Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "1765e72b-9f37-409d-a48f-62642d8341c6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679147809857,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-18T13:58:59.977Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:58:59.977Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-18T13:58:59.977Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "1765e72b-9f37-409d-a48f-62642d8341c6",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679147799937,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-18T13:58:59.977Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:58:59.977Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-18T13:58:59.978Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "1765e72b-9f37-409d-a48f-62642d8341c6",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679147769369,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-18T13:58:59.978Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:58:59.978Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-18T13:58:59.978Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "1765e72b-9f37-409d-a48f-62642d8341c6",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679147826252,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-18T13:58:59.978Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:58:59.978Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-18T13:58:59.978Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "1765e72b-9f37-409d-a48f-62642d8341c6",
  "consumerID": "aai-model-loader",
  "timestamp": 1679147826544,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-18T13:58:59.978Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:58:59.978Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-18T13:58:59.978Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "1765e72b-9f37-409d-a48f-62642d8341c6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679147825163,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-18T13:58:59.978Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:58:59.978Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-18T13:58:59.978Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "1765e72b-9f37-409d-a48f-62642d8341c6",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679147799937,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T13:58:59.978Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:58:59.978Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-18T13:58:59.978Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "1765e72b-9f37-409d-a48f-62642d8341c6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679147809857,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T13:58:59.978Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:58:59.979Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-18T13:58:59.979Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "1765e72b-9f37-409d-a48f-62642d8341c6",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679147826252,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T13:58:59.979Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:58:59.979Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-18T13:58:59.979Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "1765e72b-9f37-409d-a48f-62642d8341c6",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679147769369,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T13:58:59.979Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:58:59.979Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-18T13:58:59.979Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "1765e72b-9f37-409d-a48f-62642d8341c6",
  "consumerID": "aai-model-loader",
  "timestamp": 1679147826544,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T13:58:59.979Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:58:59.979Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-18T13:58:59.979Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "1765e72b-9f37-409d-a48f-62642d8341c6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679147825163,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T13:58:59.979Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:58:59.979Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-18T13:58:59.979Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "1765e72b-9f37-409d-a48f-62642d8341c6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679147809857,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-18T13:58:59.979Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:58:59.979Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-18T13:58:59.979Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "1765e72b-9f37-409d-a48f-62642d8341c6",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679147799937,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-18T13:58:59.979Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:58:59.980Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-18T13:58:59.980Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "1765e72b-9f37-409d-a48f-62642d8341c6",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679147826252,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-18T13:58:59.980Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:58:59.980Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-18T13:58:59.980Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "1765e72b-9f37-409d-a48f-62642d8341c6",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679147769369,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-18T13:58:59.980Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:58:59.980Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-18T13:58:59.980Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "1765e72b-9f37-409d-a48f-62642d8341c6",
  "consumerID": "aai-model-loader",
  "timestamp": 1679147826544,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-18T13:58:59.980Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:58:59.980Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-18T13:58:59.980Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "1765e72b-9f37-409d-a48f-62642d8341c6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679147825163,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-18T13:58:59.980Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:58:59.980Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-18T13:58:59.980Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "1765e72b-9f37-409d-a48f-62642d8341c6",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679147838259,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-18T13:58:59.980Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:58:59.980Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-18T13:58:59.980Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "1765e72b-9f37-409d-a48f-62642d8341c6",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679147837702,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-03-18T13:58:59.980Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:58:59.981Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-18T13:58:59.981Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "1765e72b-9f37-409d-a48f-62642d8341c6",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679147838749,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-18T13:58:59.981Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:58:59.981Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-18T13:58:59.981Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "1765e72b-9f37-409d-a48f-62642d8341c6",
  "consumerID": "aai-model-loader",
  "timestamp": 1679147839155,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-18T13:58:59.981Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:58:59.981Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-18T13:58:59.981Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "1765e72b-9f37-409d-a48f-62642d8341c6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679147838835,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-18T13:58:59.981Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:58:59.981Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-18T13:58:59.981Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "1765e72b-9f37-409d-a48f-62642d8341c6",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679147839261,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-03-18T13:58:59.981Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:58:59.981Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-18T13:58:59.981Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "1765e72b-9f37-409d-a48f-62642d8341c6",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679147838778,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2023-03-18T13:58:59.981Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:58:59.981Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-18T13:58:59.981Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "1765e72b-9f37-409d-a48f-62642d8341c6",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679147840262,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-03-18T13:59:00.011Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 1765e72b-9f37-409d-a48f-62642d8341c6
2023-03-18T13:59:00.011Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1765e72b-9f37-409d-a48f-62642d8341c6 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-03-18T13:59:00.024Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-18T13:59:00.025Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "1765e72b-9f37-409d-a48f-62642d8341c6",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679147840785,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-18T13:59:00.033Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 1765e72b-9f37-409d-a48f-62642d8341c6
2023-03-18T13:59:00.033Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1765e72b-9f37-409d-a48f-62642d8341c6 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-03-18T13:59:00.047Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-18T13:59:00.047Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "1765e72b-9f37-409d-a48f-62642d8341c6",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679147839861,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2023-03-18T13:59:00.047Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:59:00.047Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-18T13:59:00.047Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "1765e72b-9f37-409d-a48f-62642d8341c6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679147840862,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-03-18T13:59:00.047Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:59:00.047Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-18T13:59:00.047Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "1765e72b-9f37-409d-a48f-62642d8341c6",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679147840945,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2023-03-18T13:59:00.047Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:59:00.047Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-18T13:59:00.047Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "1765e72b-9f37-409d-a48f-62642d8341c6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679147841865,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-18T13:59:00.056Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 1765e72b-9f37-409d-a48f-62642d8341c6
2023-03-18T13:59:00.056Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1765e72b-9f37-409d-a48f-62642d8341c6 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-03-18T13:59:00.072Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-18T13:59:00.072Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "1765e72b-9f37-409d-a48f-62642d8341c6",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679147842049,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-18T13:59:00.082Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 1765e72b-9f37-409d-a48f-62642d8341c6
2023-03-18T13:59:00.082Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1765e72b-9f37-409d-a48f-62642d8341c6 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-03-18T13:59:00.102Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-18T13:59:00.102Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "1765e72b-9f37-409d-a48f-62642d8341c6",
  "consumerID": "aai-model-loader",
  "timestamp": 1679147844381,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-03-18T13:59:00.102Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:59:00.103Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-18T13:59:00.103Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "1765e72b-9f37-409d-a48f-62642d8341c6",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679147843052,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2023-03-18T13:59:00.103Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:59:00.103Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-18T13:59:00.103Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "1765e72b-9f37-409d-a48f-62642d8341c6",
  "consumerID": "aai-model-loader",
  "timestamp": 1679147845383,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-18T13:59:00.113Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 1765e72b-9f37-409d-a48f-62642d8341c6
2023-03-18T13:59:00.113Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1765e72b-9f37-409d-a48f-62642d8341c6 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-03-18T13:59:00.129Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-18T13:59:00.129Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "a04e84de-dd11-4280-9147-b1e37960b03e",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679147841263,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T13:59:00.129Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:59:00.129Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-18T13:59:00.130Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "a04e84de-dd11-4280-9147-b1e37960b03e",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679147841786,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T13:59:00.130Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:59:00.130Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-18T13:59:00.130Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "a04e84de-dd11-4280-9147-b1e37960b03e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679147837940,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T13:59:00.130Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:59:00.130Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-18T13:59:00.130Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "a04e84de-dd11-4280-9147-b1e37960b03e",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679147844055,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T13:59:00.130Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:59:00.130Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-18T13:59:00.130Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "a04e84de-dd11-4280-9147-b1e37960b03e",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679147841263,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-03-18T13:59:00.130Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:59:00.130Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-18T13:59:00.130Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "a04e84de-dd11-4280-9147-b1e37960b03e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679147837940,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-03-18T13:59:00.130Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:59:00.130Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-18T13:59:00.130Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "a04e84de-dd11-4280-9147-b1e37960b03e",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679147844055,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2023-03-18T13:59:00.130Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:59:00.130Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-18T13:59:00.130Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "a04e84de-dd11-4280-9147-b1e37960b03e",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679147841786,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-03-18T13:59:00.130Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:59:00.130Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-18T13:59:00.130Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "a04e84de-dd11-4280-9147-b1e37960b03e",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679147841263,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-03-18T13:59:00.130Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:59:00.130Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-18T13:59:00.130Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "a04e84de-dd11-4280-9147-b1e37960b03e",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679147841786,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T13:59:00.130Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:59:00.130Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-18T13:59:00.130Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "a04e84de-dd11-4280-9147-b1e37960b03e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679147837940,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T13:59:00.130Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:59:00.130Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-18T13:59:00.130Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "a04e84de-dd11-4280-9147-b1e37960b03e",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679147844055,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-03-18T13:59:00.130Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:59:00.130Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-18T13:59:00.130Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "a04e84de-dd11-4280-9147-b1e37960b03e",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679147841263,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T13:59:00.130Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:59:00.130Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-18T13:59:00.130Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "a04e84de-dd11-4280-9147-b1e37960b03e",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679147841786,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T13:59:00.130Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:59:00.131Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-18T13:59:00.131Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "a04e84de-dd11-4280-9147-b1e37960b03e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679147837940,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T13:59:00.131Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:59:00.131Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-18T13:59:00.131Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "a04e84de-dd11-4280-9147-b1e37960b03e",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679147844055,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T13:59:00.131Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:59:00.131Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-18T13:59:00.131Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "a04e84de-dd11-4280-9147-b1e37960b03e",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679147841263,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2023-03-18T13:59:00.131Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:59:00.131Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-18T13:59:00.131Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "a04e84de-dd11-4280-9147-b1e37960b03e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679147837940,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2023-03-18T13:59:00.131Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:59:00.131Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-18T13:59:00.131Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "a04e84de-dd11-4280-9147-b1e37960b03e",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679147841786,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2023-03-18T13:59:00.131Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:59:00.131Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-18T13:59:00.131Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "a04e84de-dd11-4280-9147-b1e37960b03e",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679147844055,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-03-18T13:59:00.131Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:59:00.131Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-18T13:59:00.131Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "a04e84de-dd11-4280-9147-b1e37960b03e",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679147841263,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-18T13:59:00.131Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:59:00.131Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-18T13:59:00.131Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "a04e84de-dd11-4280-9147-b1e37960b03e",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679147841786,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-18T13:59:00.131Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:59:00.131Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-18T13:59:00.131Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "a04e84de-dd11-4280-9147-b1e37960b03e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679147837940,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-18T13:59:00.131Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:59:00.131Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-18T13:59:00.131Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "a04e84de-dd11-4280-9147-b1e37960b03e",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679147844055,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-18T13:59:00.131Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:59:00.131Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-18T13:59:00.131Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "a04e84de-dd11-4280-9147-b1e37960b03e",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679147841263,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T13:59:00.131Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:59:00.131Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-18T13:59:00.131Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "a04e84de-dd11-4280-9147-b1e37960b03e",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679147841786,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T13:59:00.131Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:59:00.131Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-18T13:59:00.131Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "a04e84de-dd11-4280-9147-b1e37960b03e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679147837940,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T13:59:00.131Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:59:00.132Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-18T13:59:00.132Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "a04e84de-dd11-4280-9147-b1e37960b03e",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679147844055,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T13:59:00.132Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:59:00.132Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-18T13:59:00.132Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "a04e84de-dd11-4280-9147-b1e37960b03e",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679147841263,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-18T13:59:00.132Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:59:00.132Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-18T13:59:00.132Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "a04e84de-dd11-4280-9147-b1e37960b03e",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679147841786,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-18T13:59:00.132Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:59:00.132Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-18T13:59:00.132Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "a04e84de-dd11-4280-9147-b1e37960b03e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679147837940,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-18T13:59:00.132Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:59:00.132Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-18T13:59:00.132Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "a04e84de-dd11-4280-9147-b1e37960b03e",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679147844055,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-18T13:59:00.132Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:59:00.132Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-18T13:59:00.132Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "a04e84de-dd11-4280-9147-b1e37960b03e",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679147854108,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-03-18T13:59:00.132Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:59:00.132Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-18T13:59:00.132Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "a04e84de-dd11-4280-9147-b1e37960b03e",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679147855146,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-18T13:59:00.132Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:59:00.133Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-18T13:59:00.133Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "a04e84de-dd11-4280-9147-b1e37960b03e",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679147854699,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-18T13:59:00.133Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:59:00.133Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-18T13:59:00.133Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "a04e84de-dd11-4280-9147-b1e37960b03e",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679147855702,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-03-18T13:59:00.133Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:59:00.133Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-18T13:59:00.133Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "a04e84de-dd11-4280-9147-b1e37960b03e",
  "consumerID": "aai-model-loader",
  "timestamp": 1679147856544,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T13:59:00.133Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:59:00.133Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-18T13:59:00.133Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "a04e84de-dd11-4280-9147-b1e37960b03e",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679147855193,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2023-03-18T13:59:00.133Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:59:00.133Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-18T13:59:00.133Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "a04e84de-dd11-4280-9147-b1e37960b03e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679147855163,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T13:59:00.133Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:59:00.133Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-18T13:59:00.133Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "a04e84de-dd11-4280-9147-b1e37960b03e",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679147856463,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-03-18T13:59:00.157Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of a04e84de-dd11-4280-9147-b1e37960b03e
2023-03-18T13:59:00.157Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId a04e84de-dd11-4280-9147-b1e37960b03e and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-03-18T13:59:00.173Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-18T13:59:00.173Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "a04e84de-dd11-4280-9147-b1e37960b03e",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679147856703,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-18T13:59:00.183Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a04e84de-dd11-4280-9147-b1e37960b03e
2023-03-18T13:59:00.183Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId a04e84de-dd11-4280-9147-b1e37960b03e and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-03-18T13:59:00.197Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-18T13:59:00.198Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "a04e84de-dd11-4280-9147-b1e37960b03e",
  "consumerID": "aai-model-loader",
  "timestamp": 1679147856544,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-03-18T13:59:00.198Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:59:00.198Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-18T13:59:00.198Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "a04e84de-dd11-4280-9147-b1e37960b03e",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679147856268,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2023-03-18T13:59:00.198Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:59:00.198Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-18T13:59:00.198Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "a04e84de-dd11-4280-9147-b1e37960b03e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679147855163,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-03-18T13:59:00.198Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:59:00.198Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-18T13:59:00.198Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "a04e84de-dd11-4280-9147-b1e37960b03e",
  "consumerID": "aai-model-loader",
  "timestamp": 1679147856544,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T13:59:00.198Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:59:00.198Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-18T13:59:00.198Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "a04e84de-dd11-4280-9147-b1e37960b03e",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679147857299,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-18T13:59:00.208Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a04e84de-dd11-4280-9147-b1e37960b03e
2023-03-18T13:59:00.208Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId a04e84de-dd11-4280-9147-b1e37960b03e and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-03-18T13:59:00.222Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-18T13:59:00.222Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "a04e84de-dd11-4280-9147-b1e37960b03e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679147855163,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T13:59:00.222Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:59:00.222Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-18T13:59:00.222Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "a04e84de-dd11-4280-9147-b1e37960b03e",
  "consumerID": "aai-model-loader",
  "timestamp": 1679147856544,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T13:59:00.222Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:59:00.222Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-18T13:59:00.223Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "a04e84de-dd11-4280-9147-b1e37960b03e",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679147858302,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2023-03-18T13:59:00.223Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:59:00.223Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-18T13:59:00.223Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "a04e84de-dd11-4280-9147-b1e37960b03e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679147855163,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T13:59:00.223Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:59:00.223Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-18T13:59:00.223Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "a04e84de-dd11-4280-9147-b1e37960b03e",
  "consumerID": "aai-model-loader",
  "timestamp": 1679147856544,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2023-03-18T13:59:00.223Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:59:00.223Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-18T13:59:00.224Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "a04e84de-dd11-4280-9147-b1e37960b03e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679147855163,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2023-03-18T13:59:00.224Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:59:00.224Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-18T13:59:00.224Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "a04e84de-dd11-4280-9147-b1e37960b03e",
  "consumerID": "aai-model-loader",
  "timestamp": 1679147856544,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-18T13:59:00.224Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:59:00.224Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-18T13:59:00.224Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "a04e84de-dd11-4280-9147-b1e37960b03e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679147855163,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-18T13:59:00.224Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:59:00.224Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-18T13:59:00.224Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "a04e84de-dd11-4280-9147-b1e37960b03e",
  "consumerID": "aai-model-loader",
  "timestamp": 1679147856544,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T13:59:00.224Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:59:00.224Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-18T13:59:00.225Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "a04e84de-dd11-4280-9147-b1e37960b03e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679147855163,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T13:59:00.225Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:59:00.225Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-18T13:59:00.225Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "a04e84de-dd11-4280-9147-b1e37960b03e",
  "consumerID": "aai-model-loader",
  "timestamp": 1679147856544,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-18T13:59:00.225Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:59:00.225Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-18T13:59:00.225Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "a04e84de-dd11-4280-9147-b1e37960b03e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679147855163,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-18T13:59:00.225Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:59:00.225Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-18T13:59:00.225Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "a04e84de-dd11-4280-9147-b1e37960b03e",
  "consumerID": "aai-model-loader",
  "timestamp": 1679147864653,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-18T13:59:00.225Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:59:00.226Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-18T13:59:00.226Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "a04e84de-dd11-4280-9147-b1e37960b03e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679147863917,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-18T13:59:00.226Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:59:00.226Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-18T13:59:00.226Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "a04e84de-dd11-4280-9147-b1e37960b03e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679147865920,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-03-18T13:59:00.226Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:59:00.226Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-18T13:59:00.226Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "a04e84de-dd11-4280-9147-b1e37960b03e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679147866924,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-18T13:59:00.236Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of a04e84de-dd11-4280-9147-b1e37960b03e
2023-03-18T13:59:00.236Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId a04e84de-dd11-4280-9147-b1e37960b03e and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-03-18T13:59:00.252Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-18T13:59:00.252Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "a04e84de-dd11-4280-9147-b1e37960b03e",
  "consumerID": "aai-model-loader",
  "timestamp": 1679147869693,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-03-18T13:59:00.252Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:59:00.252Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-18T13:59:00.252Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "a04e84de-dd11-4280-9147-b1e37960b03e",
  "consumerID": "aai-model-loader",
  "timestamp": 1679147870695,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-18T13:59:00.262Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of a04e84de-dd11-4280-9147-b1e37960b03e
2023-03-18T13:59:00.262Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId a04e84de-dd11-4280-9147-b1e37960b03e and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-03-18T13:59:00.278Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-18T13:59:00.279Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679147888400,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391) (ec\u003dERR.5.4.6114)"
}
2023-03-18T13:59:00.279Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:59:00.279Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-18T13:59:00.279Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679147539578,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T13:59:00.279Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:59:00.279Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-18T13:59:00.279Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679147539578,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/vfw58569f3ebd560_modules.json",
  "status": "NOTIFIED"
}
2023-03-18T13:59:00.279Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:59:00.279Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-18T13:59:00.279Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679147539578,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-03-18T13:59:00.279Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:59:00.280Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-18T13:59:00.280Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679147539578,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T13:59:00.280Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:59:00.280Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-18T13:59:00.280Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679147539578,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2023-03-18T13:59:00.280Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:59:00.280Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-18T13:59:00.280Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679147539578,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T13:59:00.280Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:59:00.280Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-18T13:59:00.281Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679147539578,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar",
  "status": "NOTIFIED"
}
2023-03-18T13:59:00.281Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:59:00.281Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-18T13:59:00.281Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679147896710,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-18T13:59:00.281Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:59:00.281Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-18T13:59:00.281Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679147899076,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 436a091b-6820-4621-9f77-4a798268cc9d already exists"
}
2023-03-18T13:59:00.281Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:59:00.281Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-18T13:59:00.281Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679147900077,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: d26137cf-1389-4abe-8e09-78b44d7a1aae already exists"
}
2023-03-18T13:59:00.281Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:59:00.282Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-18T13:59:00.282Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679147931277,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-18T13:59:00.282Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:59:00.282Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-18T13:59:00.282Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679147539578,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T13:59:00.282Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:59:00.282Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-18T13:59:00.283Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679147539578,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/vfwc11b0f1b45050_modules.json",
  "status": "NOTIFIED"
}
2023-03-18T13:59:00.283Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:59:00.283Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-18T13:59:00.283Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679147539578,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-03-18T13:59:00.283Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:59:00.283Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-18T13:59:00.283Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679147539578,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T13:59:00.283Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:59:00.283Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-18T13:59:00.283Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679147539578,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2023-03-18T13:59:00.283Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:59:00.284Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-18T13:59:00.284Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679147539578,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T13:59:00.284Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:59:00.284Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-18T13:59:00.284Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679147539578,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar",
  "status": "NOTIFIED"
}
2023-03-18T13:59:00.284Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:59:00.284Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-18T13:59:00.284Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679147939618,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-18T13:59:00.284Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:59:00.621Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-18T13:59:00.622Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-03-18T13:59:00.622Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 2a8efcaf-0813-4b52-901f-136ba065c343, URL: /sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar to file: /app/ASDC/1/service-Vfw20230318114931-csar.csar
2023-03-18T13:59:00.622Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20230318114931-csar.csar
2023-03-18T13:59:00.623Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20230318114931-csar.csar
2023-03-18T13:59:00.623Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20230318114931-csar.csar
2023-03-18T13:59:00.740Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12103215220675419787/Definitions/service-Vfw20230318114931-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
2023-03-18T13:59:02.124Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-18T13:59:02.125Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||WARN|500||####################################################################################################
2023-03-18T13:59:02.125Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20230318114931-csar.csar
2023-03-18T13:59:02.125Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2023-03-18T13:59:02.125Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230318114931-csar.csar
2023-03-18T13:59:02.125Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||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-Vfw20230318114931-csar.csar
2023-03-18T13:59:02.125Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||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-Vfw20230318114931-csar.csar
2023-03-18T13:59:02.125Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||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-Vfw20230318114931-csar.csar
2023-03-18T13:59:02.125Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230318114931-csar.csar
2023-03-18T13:59:02.125Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230318114931-csar.csar
2023-03-18T13:59:02.126Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||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-Vfw20230318114931-csar.csar
2023-03-18T13:59:02.126Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230318114931-csar.csar
2023-03-18T13:59:02.126Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230318114931-csar.csar
2023-03-18T13:59:02.126Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230318114931-csar.csar
2023-03-18T13:59:02.126Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW c11b0f1b-4505 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-Vfw20230318114931-csar.csar
2023-03-18T13:59:02.126Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||WARN|500||####################################################################################################
2023-03-18T13:59:02.126Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T13:59:02.126Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||DEBUG|500||Service vFW 2023-03-18 11-49-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T13:59:02.126Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||DEBUG|500||Node template vFW c11b0f1b-4505 0 is matching search criteria
2023-03-18T13:59:02.126Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2023-03-18T13:59:02.126Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW c11b0f1b-4505 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-18T13:59:02.127Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T13:59:02.127Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||DEBUG|500||Service vFW 2023-03-18 11-49-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T13:59:02.127Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||DEBUG|500||Node template vFW c11b0f1b-4505 0 is matching search criteria
2023-03-18T13:59:02.127Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2023-03-18T13:59:02.127Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW c11b0f1b-4505 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-18T13:59:02.127Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T13:59:02.127Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||DEBUG|500||Service vFW 2023-03-18 11-49-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T13:59:02.127Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T13:59:02.127Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||DEBUG|500||Node template vFW c11b0f1b-4505 0 is not matching search criteria
2023-03-18T13:59:02.127Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-18T13:59:02.127Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-18T13:59:02.127Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-18T13:59:02.127Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-18T13:59:02.127Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-18T13:59:02.128Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-18T13:59:02.128Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-18T13:59:02.128Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-18T13:59:02.128Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-18T13:59:02.128Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-18T13:59:02.128Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-18T13:59:02.128Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-18T13:59:02.128Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-18T13:59:02.128Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-18T13:59:02.128Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-18T13:59:02.128Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-03-18T13:59:02.128Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T13:59:02.128Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||DEBUG|500||Service vFW 2023-03-18 11-49-31 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-03-18T13:59:02.128Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T13:59:02.129Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||DEBUG|500||Node template vFW c11b0f1b-4505 0 is matching search criteria
2023-03-18T13:59:02.129Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW c11b0f1b-4505 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-18T13:59:02.129Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T13:59:02.129Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||DEBUG|500||Node template vFW c11b0f1b-4505 0 is matching search criteria
2023-03-18T13:59:02.129Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW c11b0f1b-4505 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-18T13:59:02.129Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T13:59:02.129Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||DEBUG|500||Node template vFW c11b0f1b-4505 0 is matching search criteria
2023-03-18T13:59:02.129Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW c11b0f1b-4505 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-18T13:59:02.129Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T13:59:02.129Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||DEBUG|500||Node template vFW c11b0f1b-4505 0 is not matching search criteria
2023-03-18T13:59:02.129Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-18T13:59:02.129Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-03-18T13:59:02.129Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-18T13:59:02.130Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-18T13:59:02.130Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-18T13:59:02.130Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-18T13:59:02.130Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-18T13:59:02.130Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-18T13:59:02.130Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-18T13:59:02.130Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-18T13:59:02.130Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-18T13:59:02.130Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=93a1b299-440a-4b46-b809-896a244a8c3e
2023-03-18T13:59:02.130Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T13:59:02.130Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||DEBUG|500||Node template vFW c11b0f1b-4505 0 is not matching search criteria
2023-03-18T13:59:02.130Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-18T13:59:02.130Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-18T13:59:02.130Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-18T13:59:02.131Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-18T13:59:02.131Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-18T13:59:02.131Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-18T13:59:02.131Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-18T13:59:02.131Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-03-18T13:59:02.131Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-18T13:59:02.131Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-18T13:59:02.131Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-18T13:59:02.131Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-18T13:59:02.131Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=f46f0c4d-868d-4d5b-9783-ea8cf0f2cc90
2023-03-18T13:59:02.131Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T13:59:02.132Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||DEBUG|500||Node template vFW c11b0f1b-4505 0 is not matching search criteria
2023-03-18T13:59:02.132Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-18T13:59:02.132Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-18T13:59:02.132Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-18T13:59:02.132Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-18T13:59:02.132Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-18T13:59:02.132Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-18T13:59:02.132Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-18T13:59:02.132Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-18T13:59:02.132Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-18T13:59:02.133Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-18T13:59:02.133Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-18T13:59:02.133Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-03-18T13:59:02.133Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=5079a023-f40e-49e5-9a39-abc7b36fa226
2023-03-18T13:59:02.133Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T13:59:02.133Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||DEBUG|500||Service vFW 2023-03-18 11-49-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T13:59:02.133Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T13:59:02.133Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||DEBUG|500||Service vFW 2023-03-18 11-49-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T13:59:02.134Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T13:59:02.134Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||DEBUG|500||Service vFW 2023-03-18 11-49-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T13:59:02.134Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T13:59:02.134Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||DEBUG|500||Service vFW 2023-03-18 11-49-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T13:59:02.134Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2023-03-18 11-49-31
Description:catalog service description
Model UUID:6d984351-d1ca-40a4-aad4-cb46662a587a
Model Version:NULL
Model InvariantUuid:cf32c985-ce6d-438e-ae22-e6fd004665b3
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW c11b0f1b-4505
Model UUID:ebdaa0dd-57e1-4fdd-a831-8135ea117a46
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:26f1c4e0-d5d2-4519-a829-ba04da79dfd3
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:19f5eed0-33a8-4dbf-839a-f2ac2d3b058b
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:6ebe4145-67c2-45e6-9597-53226a0916bd
ModelName:VfwC11b0f1b4505..base_vfw..module-0
ModelUuid:0261834d-3be1-4860-8b24-040e2c80aecd
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:93a1b299-440a-4b46-b809-896a244a8c3e
ModelInvariantUuid:8ec395e7-2102-4d02-844f-c114ac1a4203
ModelName:vFW c11b0f1b-4505-nodes.vfwCvfc
ModelUuid:504b1f13-9ac9-4e16-910b-43ab4acacb0f
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:99287d62-b33c-413e-89ec-87108c575104
ModelInvariantUuid:47f32f44-cd17-4eef-9e16-abcb011ab104
ModelName:VfwC11b0f1b4505.compute.nodes.heat.vfw
ModelUuid:2a6b0c3b-4ab1-49cd-8a96-f1f0feba73a0
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:f46f0c4d-868d-4d5b-9783-ea8cf0f2cc90
ModelInvariantUuid:d8e52c29-a773-431c-95b4-d1f0431b5e9e
ModelName:vFW c11b0f1b-4505-nodes.vsnCvfc
ModelUuid:e2d70f6d-c1ff-493f-99ab-25fea72fcdcc
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:113d5ed4-4ad4-49a7-94a3-7a01856b2205
ModelInvariantUuid:39b9a204-ad6c-4bfc-8b8d-763592e31d47
ModelName:VfwC11b0f1b4505.compute.nodes.heat.vsn
ModelUuid:fb5c808e-fe4a-477f-9cbd-5ab7141bbabe
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:5079a023-f40e-49e5-9a39-abc7b36fa226
ModelInvariantUuid:457dc8a1-b2ed-4d6f-963b-32e7f710a988
ModelName:vFW c11b0f1b-4505-nodes.vpgCvfc
ModelUuid:b289eee2-d7be-43f7-a6eb-232cf9ffa6c4
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:b5a732bf-796a-41d5-8db9-e0467a3c1b4a
ModelInvariantUuid:6626a445-05ec-4eb4-b903-06723caa1195
ModelName:VfwC11b0f1b4505.compute.nodes.heat.vpg
ModelUuid:f6a4ab06-9982-4e1b-be30-d56572ed840e
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=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-03-18T13:59:02.168Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||ERROR|500||Csar with UUID: 2a8efcaf-0813-4b52-901f-136ba065c343 already exists
2023-03-18T13:59:02.169Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar ASDC sendASDCNotification
2023-03-18T13:59:02.169Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar(Csar with UUID: 2a8efcaf-0813-4b52-901f-136ba065c343 already exists)
2023-03-18T13:59:02.169Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-18T13:59:02.169Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-18T13:59:02.169Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T13:59:02.169Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679147942169,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 2a8efcaf-0813-4b52-901f-136ba065c343 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T13:59:03.170Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar ASDC sendASDCNotification
2023-03-18T13:59:03.170Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar(Resource with UUID: c7374fd6-6727-4426-9587-40812bc7c663 already exists)
2023-03-18T13:59:03.170Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-18T13:59:03.171Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-18T13:59:03.171Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T13:59:03.171Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679147943170,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: c7374fd6-6727-4426-9587-40812bc7c663 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T13:59:04.172Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9f6cbd74-5561-4ebf-ae29-ef09adcdb35a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T13:59:04.190Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9f6cbd74-5561-4ebf-ae29-ef09adcdb35a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T13:59:04.193Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-18T13:59:04.193Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-18T13:59:04.193Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-18T13:59:04.193Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-18T13:59:04.193Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T13:59:04.193Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T13:59:04.194Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T13:59:04.194Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T13:59:04.194Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T13:59:04.194Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-18T13:59:04.203Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-18T13:59:34.204Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 9f6cbd74-5561-4ebf-ae29-ef09adcdb35a and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-18T13:59:34.214Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 9f6cbd74-5561-4ebf-ae29-ef09adcdb35a and serviceModelVersionId: 6d984351-d1ca-40a4-aad4-cb46662a587a
2023-03-18T13:59:34.215Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : cf32c985-ce6d-438e-ae22-e6fd004665b3
2023-03-18T13:59:34.215Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/cf32c985-ce6d-438e-ae22-e6fd004665b3/model-vers/model-ver/6d984351-d1ca-40a4-aad4-cb46662a587a?depth=0
2023-03-18T13:59:34.220Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2023-03-18T13:59:34.232Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cf32c985-ce6d-438e-ae22-e6fd004665b3/model-vers/model-ver/6d984351-d1ca-40a4-aad4-cb46662a587a?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-03-18T13:59:34.232Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cf32c985-ce6d-438e-ae22-e6fd004665b3/model-vers/model-ver/6d984351-d1ca-40a4-aad4-cb46662a587a?depth=0|INFO|500||Invoke
2023-03-18T13:59:34.241Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cf32c985-ce6d-438e-ae22-e6fd004665b3/model-vers/model-ver/6d984351-d1ca-40a4-aad4-cb46662a587a?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-18T13:59:34.361Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cf32c985-ce6d-438e-ae22-e6fd004665b3/model-vers/model-ver/6d984351-d1ca-40a4-aad4-cb46662a587a?depth=0|INFO|500||InvokeReturn
2023-03-18T13:59:34.362Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cf32c985-ce6d-438e-ae22-e6fd004665b3/model-vers/model-ver/6d984351-d1ca-40a4-aad4-cb46662a587a?depth=0 has http status code:200 and response headers:{date=[Sat, 18 Mar 2023 13:59:33 GMT], content-length=[0], vertex-id=[364760], x-aai-txid=[0-aai-resources-230318-13:59:33:944-64528], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-18T13:59:34.362Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||DEBUG|500||Response was returned with an empty entity.
2023-03-18T13:59:34.363Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-18T13:59:34.363Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-18T13:59:34.370Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-18T13:59:34.370Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 9f6cbd74-5561-4ebf-ae29-ef09adcdb35a and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-18T13:59:34.370Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-18T13:59:34.370Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-18T13:59:34.370Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T13:59:34.370Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679147974370,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-18T13:59:35.395Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-18T13:59:35.395Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||DEBUG|500||received notification from broker: {"distributionID":"74149d2a-f284-47d2-b2fa-4e2fc7be8f3e","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"942654ba-46c2-4f05-ae3d-6460a7c9e9a7","serviceDescription":"service","serviceInvariantUUID":"ccdda148-11a2-4587-8a73-4287349e801a","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"9290846e-2e09-452f-a45d-c33314796f1f","resourceInvariantUUID":"df78bcaa-4726-47cb-aa3f-3d44f5870fc0","resourceCustomizationUUID":"014700c6-fb42-406a-8786-743311c39dea","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":"YzAxYzRjZjI5ZDYxYzM3NGE1ZWQzMDUyNDdmNzFlYjI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"0c62aeb4-b847-4e92-887d-05928e34bd2a","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"MjQwMDY3MzNlZjViMGM0YmQ4Mzg2OTA4MTFiM2YxYTQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"01ded22f-bc0d-42c0-9fad-2915e46c71e4","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-18T13:59:35.395Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T13:59:35.396Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-18T13:59:35.396Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T13:59:35.396Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "74149d2a-f284-47d2-b2fa-4e2fc7be8f3e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679147539578,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T13:59:36.397Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T13:59:36.397Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-18T13:59:36.397Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T13:59:36.398Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "74149d2a-f284-47d2-b2fa-4e2fc7be8f3e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679147539578,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T13:59:37.398Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "74149d2a-f284-47d2-b2fa-4e2fc7be8f3e",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "942654ba-46c2-4f05-ae3d-6460a7c9e9a7",
  "serviceDescription": "service",
  "serviceInvariantUUID": "ccdda148-11a2-4587-8a73-4287349e801a",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "014700c6-fb42-406a-8786-743311c39dea",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "9290846e-2e09-452f-a45d-c33314796f1f",
      "resourceInvariantUUID": "df78bcaa-4726-47cb-aa3f-3d44f5870fc0",
      "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": "MjQwMDY3MzNlZjViMGM0YmQ4Mzg2OTA4MTFiM2YxYTQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "01ded22f-bc0d-42c0-9fad-2915e46c71e4"
    }
  ],
  "workloadContext": "Production"
}
2023-03-18T13:59:37.399Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-18T13:59:37.399Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 942654ba-46c2-4f05-ae3d-6460a7c9e9a7 ASDC
2023-03-18T13:59:37.399Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:74149d2a-f284-47d2-b2fa-4e2fc7be8f3e
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:942654ba-46c2-4f05-ae3d-6460a7c9e9a7
ServiceInvariantUUID:ccdda148-11a2-4587-8a73-4287349e801a
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:01ded22f-bc0d-42c0-9fad-2915e46c71e4
ArtifactChecksum:MjQwMDY3MzNlZjViMGM0YmQ4Mzg2OTA4MTFiM2YxYTQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:014700c6-fb42-406a-8786-743311c39dea
ResourceInvariantUUID:df78bcaa-4726-47cb-aa3f-3d44f5870fc0
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:9290846e-2e09-452f-a45d-c33314796f1f
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2023-03-18T13:59:37.399Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 942654ba-46c2-4f05-ae3d-6460a7c9e9a7 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: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-18T13:59:37.434Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-18T13:59:37.434Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-03-18T13:59:37.434Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-03-18T13:59:37.434Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 01ded22f-bc0d-42c0-9fad-2915e46c71e4 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-03-18T13:59:37.434Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-10|||||INFO|500||DistributionClient - download
2023-03-18T13:59:37.437Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-10|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-03-18T13:59:37.468Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-10|||||DEBUG|500||GET Response Status 404
2023-03-18T13:59:37.468Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-10|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@18750083
2023-03-18T13:59:37.468Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-10|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-18T13:59:37.469Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-10|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicNetwork"
      ]
    }
  }
}
2023-03-18T13:59:37.469Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-10|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicNetwork-csar.csar /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 01ded22f-bc0d-42c0-9fad-2915e46c71e4 Specified artifact is  not found 300 ASDC artifact download fail
2023-03-18T13:59:37.469Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-03-18T13:59:37.469Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar(Specified artifact is  not found)
2023-03-18T13:59:37.469Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-18T13:59:37.469Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-18T13:59:37.469Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T13:59:37.469Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "74149d2a-f284-47d2-b2fa-4e2fc7be8f3e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679147977469,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T13:59:38.470Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-10|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during processCsarServiceArtifacts ASDC processCsarServiceArtifacts 500 Exception in processCsarServiceArtifacts
org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact service-BasicNetwork-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar(UUID:01ded22f-bc0d-42c0-9fad-2915e46c71e4)
Error message is Specified artifact is  not found

	at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394)
	at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
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 watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-03-18T13:59:38.500Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-10|||||ERROR|500||Csar with UUID: 01ded22f-bc0d-42c0-9fad-2915e46c71e4 already exists
2023-03-18T13:59:38.501Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-03-18T13:59:38.501Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar(Csar with UUID: 01ded22f-bc0d-42c0-9fad-2915e46c71e4 already exists)
2023-03-18T13:59:38.501Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-18T13:59:38.501Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-18T13:59:38.501Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T13:59:38.501Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "74149d2a-f284-47d2-b2fa-4e2fc7be8f3e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679147978500,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 01ded22f-bc0d-42c0-9fad-2915e46c71e4 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T13:59:39.502Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-03-18T13:59:39.502Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar(Resource with UUID: 9290846e-2e09-452f-a45d-c33314796f1f already exists)
2023-03-18T13:59:39.502Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-18T13:59:39.502Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-18T13:59:39.502Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T13:59:39.503Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "74149d2a-f284-47d2-b2fa-4e2fc7be8f3e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679147979502,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 9290846e-2e09-452f-a45d-c33314796f1f already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T13:59:40.503Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 74149d2a-f284-47d2-b2fa-4e2fc7be8f3e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T13:59:40.522Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 74149d2a-f284-47d2-b2fa-4e2fc7be8f3e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T13:59:40.526Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-18T13:59:40.526Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-18T13:59:40.526Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-18T13:59:40.526Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-18T13:59:40.526Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T13:59:40.526Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T13:59:40.526Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T13:59:40.527Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T13:59:40.527Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T13:59:40.527Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-18T13:59:40.539Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-18T13:59:58.920Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T13:59:58.925Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-18T13:59:58.925Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679147942169,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 2a8efcaf-0813-4b52-901f-136ba065c343 already exists"
}
2023-03-18T13:59:58.926Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:59:58.926Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-18T13:59:58.926Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679147943170,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: c7374fd6-6727-4426-9587-40812bc7c663 already exists"
}
2023-03-18T13:59:58.926Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:59:58.926Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-18T13:59:58.926Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679147974370,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-18T13:59:58.926Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:59:58.926Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-18T13:59:58.926Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "74149d2a-f284-47d2-b2fa-4e2fc7be8f3e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679147539578,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T13:59:58.927Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:59:58.927Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-18T13:59:58.927Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "74149d2a-f284-47d2-b2fa-4e2fc7be8f3e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679147539578,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-03-18T13:59:58.927Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:59:58.927Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-18T13:59:58.927Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "74149d2a-f284-47d2-b2fa-4e2fc7be8f3e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679147977469,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-18T13:59:58.927Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:59:58.927Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-18T13:59:58.927Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "74149d2a-f284-47d2-b2fa-4e2fc7be8f3e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679147978500,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 01ded22f-bc0d-42c0-9fad-2915e46c71e4 already exists"
}
2023-03-18T13:59:58.927Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T13:59:58.927Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-18T13:59:58.927Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "74149d2a-f284-47d2-b2fa-4e2fc7be8f3e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679147979502,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 9290846e-2e09-452f-a45d-c33314796f1f already exists"
}
2023-03-18T13:59:58.928Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:00:10.539Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 74149d2a-f284-47d2-b2fa-4e2fc7be8f3e and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-18T14:00:10.549Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 74149d2a-f284-47d2-b2fa-4e2fc7be8f3e and serviceModelVersionId: 942654ba-46c2-4f05-ae3d-6460a7c9e9a7
2023-03-18T14:00:10.549Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : ccdda148-11a2-4587-8a73-4287349e801a
2023-03-18T14:00:10.550Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/ccdda148-11a2-4587-8a73-4287349e801a/model-vers/model-ver/942654ba-46c2-4f05-ae3d-6460a7c9e9a7?depth=0
2023-03-18T14:00:10.555Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2023-03-18T14:00:10.567Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ccdda148-11a2-4587-8a73-4287349e801a/model-vers/model-ver/942654ba-46c2-4f05-ae3d-6460a7c9e9a7?depth=0|INFO|500||Invoke
2023-03-18T14:00:10.567Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ccdda148-11a2-4587-8a73-4287349e801a/model-vers/model-ver/942654ba-46c2-4f05-ae3d-6460a7c9e9a7?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ccdda148-11a2-4587-8a73-4287349e801a/model-vers/model-ver/942654ba-46c2-4f05-ae3d-6460a7c9e9a7?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[74149d2a-f284-47d2-b2fa-4e2fc7be8f3e], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[70a056ae-2050-4f65-a23b-62c74bf5d087], X-ECOMP-RequestID=[74149d2a-f284-47d2-b2fa-4e2fc7be8f3e], X-TransactionId=[], X-ONAP-RequestID=[74149d2a-f284-47d2-b2fa-4e2fc7be8f3e], Content-Type=[application/merge-patch+json]}
2023-03-18T14:00:10.575Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ccdda148-11a2-4587-8a73-4287349e801a/model-vers/model-ver/942654ba-46c2-4f05-ae3d-6460a7c9e9a7?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-18T14:00:10.714Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ccdda148-11a2-4587-8a73-4287349e801a/model-vers/model-ver/942654ba-46c2-4f05-ae3d-6460a7c9e9a7?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/ccdda148-11a2-4587-8a73-4287349e801a/model-vers/model-ver/942654ba-46c2-4f05-ae3d-6460a7c9e9a7?depth=0 has http status code:200 and response headers:{date=[Sat, 18 Mar 2023 14:00:10 GMT], content-length=[0], vertex-id=[192760], x-aai-txid=[0-aai-resources-230318-14:00:10:276-8010], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-18T14:00:10.715Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ccdda148-11a2-4587-8a73-4287349e801a/model-vers/model-ver/942654ba-46c2-4f05-ae3d-6460a7c9e9a7?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-18T14:00:10.715Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ccdda148-11a2-4587-8a73-4287349e801a/model-vers/model-ver/942654ba-46c2-4f05-ae3d-6460a7c9e9a7?depth=0|INFO|500||InvokeReturn
2023-03-18T14:00:10.715Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-18T14:00:10.715Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-18T14:00:10.721Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-18T14:00:10.721Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 74149d2a-f284-47d2-b2fa-4e2fc7be8f3e and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-18T14:00:10.721Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-18T14:00:10.721Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:00:10.721Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:00:10.721Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "74149d2a-f284-47d2-b2fa-4e2fc7be8f3e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679148010721,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-18T14:00:11.739Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-18T14:00:11.740Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-10|||||DEBUG|500||received notification from broker: {"distributionID":"6a074a1e-4b47-4382-9b90-afa918276d12","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"e17bf563-7a13-4701-b853-11ed8cbb93d7","serviceDescription":"service","serviceInvariantUUID":"8a45306d-3ac3-4f10-a742-9812edbe591e","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"1903c123-2be6-499b-8524-c9a33406ad4f","resourceInvariantUUID":"65a560ec-f509-40c5-b364-3c4cd0a20185","resourceCustomizationUUID":"41b30cb0-d009-4e4b-99c2-e95f691a4b2e","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":"YTFjZGVjMmU0NGZhOGFkMDlhZGI4ODkyYzk4MDRmOGE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"38ef1f0d-98ea-4e28-b00a-3091e61f54bc","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":"OWZmNjBmNzNmNGQ1ZThmYzNkMzdkODk3MzFkMDI2MDg\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"d3c6917c-1f70-48e9-9465-f259ee8cda65","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":"7aa99321-7b67-40f7-bd98-0e99d422bb2e","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":"5444e6a4-9351-40da-b837-0dd388e7cb3b","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":"cb506ca5-fd50-4406-abfc-b51858ac789a","artifactVersion":"2","generatedFromUUID":"7aa99321-7b67-40f7-bd98-0e99d422bb2e"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"ZjQyZmQxMjdjZDk5ZDY2OTQ3ZmIyZWI4MjExZGE4OGQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"204adab0-5bde-4230-9b3d-b26c0f4d57b4","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"NjI4YzVmZDFmMjYwMDhlNTZlOTY1M2NmMzExN2VkMjg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"4b6dc8ac-cbfc-43c0-9e93-2760226914ae","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-18T14:00:11.740Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T14:00:11.740Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:00:11.740Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:00:11.740Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679147539578,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:00:12.741Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T14:00:12.741Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:00:12.741Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:00:12.741Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679147539578,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:00:13.742Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T14:00:13.742Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:00:13.742Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:00:13.743Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679147539578,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:00:14.743Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T14:00:14.744Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:00:14.744Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:00:14.744Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679147539578,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:00:15.746Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T14:00:15.746Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:00:15.746Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:00:15.746Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679147539578,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:00:16.747Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T14:00:16.747Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:00:16.747Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:00:16.747Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679147539578,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:00:17.748Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T14:00:17.748Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:00:17.748Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:00:17.748Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679147539578,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:00:18.749Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "e17bf563-7a13-4701-b853-11ed8cbb93d7",
  "serviceDescription": "service",
  "serviceInvariantUUID": "8a45306d-3ac3-4f10-a742-9812edbe591e",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "41b30cb0-d009-4e4b-99c2-e95f691a4b2e",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "1903c123-2be6-499b-8524-c9a33406ad4f",
      "resourceInvariantUUID": "65a560ec-f509-40c5-b364-3c4cd0a20185",
      "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": "OWZmNjBmNzNmNGQ1ZThmYzNkMzdkODk3MzFkMDI2MDg\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "d3c6917c-1f70-48e9-9465-f259ee8cda65",
          "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": "7aa99321-7b67-40f7-bd98-0e99d422bb2e",
          "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": "cb506ca5-fd50-4406-abfc-b51858ac789a",
            "generatedFromUUID": "7aa99321-7b67-40f7-bd98-0e99d422bb2e"
          },
          "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": "cb506ca5-fd50-4406-abfc-b51858ac789a",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "NjI4YzVmZDFmMjYwMDhlNTZlOTY1M2NmMzExN2VkMjg\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "4b6dc8ac-cbfc-43c0-9e93-2760226914ae"
    }
  ],
  "workloadContext": "Production"
}
2023-03-18T14:00:18.749Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-18T14:00:18.749Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 e17bf563-7a13-4701-b853-11ed8cbb93d7 ASDC
2023-03-18T14:00:18.750Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:6a074a1e-4b47-4382-9b90-afa918276d12
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:e17bf563-7a13-4701-b853-11ed8cbb93d7
ServiceInvariantUUID:8a45306d-3ac3-4f10-a742-9812edbe591e
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:4b6dc8ac-cbfc-43c0-9e93-2760226914ae
ArtifactChecksum:NjI4YzVmZDFmMjYwMDhlNTZlOTY1M2NmMzExN2VkMjg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:41b30cb0-d009-4e4b-99c2-e95f691a4b2e
ResourceInvariantUUID:65a560ec-f509-40c5-b364-3c4cd0a20185
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:1903c123-2be6-499b-8524-c9a33406ad4f
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:d3c6917c-1f70-48e9-9465-f259ee8cda65
ArtifactChecksum:OWZmNjBmNzNmNGQ1ZThmYzNkMzdkODk3MzFkMDI2MDg=
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:7aa99321-7b67-40f7-bd98-0e99d422bb2e
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:cb506ca5-fd50-4406-abfc-b51858ac789a
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:cb506ca5-fd50-4406-abfc-b51858ac789a
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-18T14:00:18.750Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF e17bf563-7a13-4701-b853-11ed8cbb93d7 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: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-18T14:00:18.779Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-18T14:00:18.779Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-03-18T14:00:18.779Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-03-18T14:00:18.780Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 4b6dc8ac-cbfc-43c0-9e93-2760226914ae from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-03-18T14:00:18.780Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-10|||||INFO|500||DistributionClient - download
2023-03-18T14:00:18.780Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-10|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-03-18T14:00:18.810Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-10|||||DEBUG|500||GET Response Status 404
2023-03-18T14:00:18.810Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-10|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@3c8a9f02
2023-03-18T14:00:18.810Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-10|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-18T14:00:18.811Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-10|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicVm"
      ]
    }
  }
}
2023-03-18T14:00:18.811Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-10|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicVm-csar.csar /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 4b6dc8ac-cbfc-43c0-9e93-2760226914ae Specified artifact is  not found 300 ASDC artifact download fail
2023-03-18T14:00:18.811Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-03-18T14:00:18.811Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar(Specified artifact is  not found)
2023-03-18T14:00:18.811Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-18T14:00:18.811Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:00:18.811Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:00:18.811Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679148018811,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:00:19.812Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-10|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during processCsarServiceArtifacts ASDC processCsarServiceArtifacts 500 Exception in processCsarServiceArtifacts
org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact service-BasicVm-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar(UUID:4b6dc8ac-cbfc-43c0-9e93-2760226914ae)
Error message is Specified artifact is  not found

	at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394)
	at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
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 watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-03-18T14:00:19.847Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-10|||||ERROR|500||Csar with UUID: 4b6dc8ac-cbfc-43c0-9e93-2760226914ae already exists
2023-03-18T14:00:19.847Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-03-18T14:00:19.847Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar(Csar with UUID: 4b6dc8ac-cbfc-43c0-9e93-2760226914ae already exists)
2023-03-18T14:00:19.847Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-18T14:00:19.847Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:00:19.847Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:00:19.848Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679148019847,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 4b6dc8ac-cbfc-43c0-9e93-2760226914ae already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:00:20.850Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-03-18T14:00:20.850Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar(Resource with UUID: 1903c123-2be6-499b-8524-c9a33406ad4f already exists)
2023-03-18T14:00:20.850Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-18T14:00:20.850Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:00:20.850Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:00:20.850Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679148020850,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 1903c123-2be6-499b-8524-c9a33406ad4f already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:00:21.851Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6a074a1e-4b47-4382-9b90-afa918276d12
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T14:00:21.868Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6a074a1e-4b47-4382-9b90-afa918276d12
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T14:00:21.871Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-18T14:00:21.871Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-18T14:00:21.871Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-18T14:00:21.871Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-18T14:00:21.871Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T14:00:21.871Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T14:00:21.871Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T14:00:21.871Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T14:00:21.871Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T14:00:21.871Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-18T14:00:21.880Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-18T14:00:51.880Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 6a074a1e-4b47-4382-9b90-afa918276d12 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-18T14:00:51.891Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 6a074a1e-4b47-4382-9b90-afa918276d12 and serviceModelVersionId: e17bf563-7a13-4701-b853-11ed8cbb93d7
2023-03-18T14:00:51.891Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 8a45306d-3ac3-4f10-a742-9812edbe591e
2023-03-18T14:00:51.892Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/8a45306d-3ac3-4f10-a742-9812edbe591e/model-vers/model-ver/e17bf563-7a13-4701-b853-11ed8cbb93d7?depth=0
2023-03-18T14:00:51.911Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2023-03-18T14:00:51.921Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-10|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8a45306d-3ac3-4f10-a742-9812edbe591e/model-vers/model-ver/e17bf563-7a13-4701-b853-11ed8cbb93d7?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-03-18T14:00:51.922Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8a45306d-3ac3-4f10-a742-9812edbe591e/model-vers/model-ver/e17bf563-7a13-4701-b853-11ed8cbb93d7?depth=0|INFO|500||Invoke
2023-03-18T14:00:51.942Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8a45306d-3ac3-4f10-a742-9812edbe591e/model-vers/model-ver/e17bf563-7a13-4701-b853-11ed8cbb93d7?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-18T14:00:52.061Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8a45306d-3ac3-4f10-a742-9812edbe591e/model-vers/model-ver/e17bf563-7a13-4701-b853-11ed8cbb93d7?depth=0|INFO|500||InvokeReturn
2023-03-18T14:00:52.062Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-10|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8a45306d-3ac3-4f10-a742-9812edbe591e/model-vers/model-ver/e17bf563-7a13-4701-b853-11ed8cbb93d7?depth=0 has http status code:200 and response headers:{date=[Sat, 18 Mar 2023 14:00:51 GMT], content-length=[0], vertex-id=[188464], x-aai-txid=[0-aai-resources-230318-14:00:51:644-18706], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-18T14:00:52.063Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-10|||||DEBUG|500||Response was returned with an empty entity.
2023-03-18T14:00:52.063Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-18T14:00:52.063Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-18T14:00:52.071Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-18T14:00:52.071Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 6a074a1e-4b47-4382-9b90-afa918276d12 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-18T14:00:52.072Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-18T14:00:52.072Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:00:52.072Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:00:52.072Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679148052071,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-18T14:00:53.095Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-18T14:00:53.096Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-10|||||DEBUG|500||received notification from broker: {"distributionID":"5e005e65-61df-4986-a087-00761a388674","serviceName":"Demo_pNF_Qv5TXucXv4n7mssXUGFK","serviceVersion":"1.0","serviceUUID":"73f959ea-1a0e-41cf-b2da-40f07fd6a9c2","serviceDescription":"catalog service description","serviceInvariantUUID":"86b31417-cd30-434e-93e4-34d81e182271","resources":[{"resourceInstanceName":"pNF 8ecb3a29-1699 0","resourceName":"pNF 8ecb3a29-1699","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"79d852b9-56e5-416f-9d37-4483b88de628","resourceInvariantUUID":"c45c5ef7-20e5-4b81-8392-6fbf8a0a1b25","resourceCustomizationUUID":"3e0c811d-9b69-4eb9-9e2f-6a46c31c8df1","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/resourceInstances/pnf8ecb3a2916990/artifacts/vf-license-model.xml","artifactChecksum":"ZjYwMDAwM2MyYWM5MThmNDNmMGIxMzExNzJmYzM1YzQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"fe22c4be-1d3d-49d6-aaf8-5fb691f2c5bb","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/resourceInstances/pnf8ecb3a2916990/artifacts/pNF.csar","artifactChecksum":"YTFmMWQ3MzViYWZhMGQ1ZThlNzU3Y2I3ZGNlYWU4YjA\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"aee06125-71e1-4665-8ce8-8f87625d3137","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/resourceInstances/pnf8ecb3a2916990/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"d0d177b6-7fdc-4b24-a378-3361c335ea57","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/resourceInstances/pnf8ecb3a2916990/artifacts/vendor-license-model.xml","artifactChecksum":"NmIzN2Y3YWJiZDEyYzZiMDEyNjdiMzJhNGM5MzQ1OGI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"b3fc6aeb-2efb-45ec-a7fe-d71b1477f76e","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/resourceInstances/pnf8ecb3a2916990/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"e7ba57a9-59ef-4efe-90bb-fffece281605","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/resourceInstances/pnf8ecb3a2916990/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"cc689d97-ea39-40b8-b7d1-5326d5b71836","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfQv5txucxv4n7mssxugfk-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-template.yml","artifactChecksum":"ZTJjZGFlZDI3YjNkYzI4ZWNlMWMyNmM5NGMwOGRiNmY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"036d837c-a9b5-4c6b-9026-ef8b033600cc","artifactVersion":"1"},{"artifactName":"service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar","artifactChecksum":"NmIzYzkyYzFlZjM3YjA3YjIzODQ5MzIxZjA4ODdmYTg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"a93044a0-e137-47cf-b45c-87a4ec92508e","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-18T14:00:53.096Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T14:00:53.096Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:00:53.096Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:00:53.096Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679147539578,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/resourceInstances/pnf8ecb3a2916990/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:00:54.097Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T14:00:54.097Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:00:54.097Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:00:54.098Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679147539578,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/resourceInstances/pnf8ecb3a2916990/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:00:55.098Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T14:00:55.098Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:00:55.098Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:00:55.098Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679147539578,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/resourceInstances/pnf8ecb3a2916990/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:00:56.099Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T14:00:56.099Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:00:56.099Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:00:56.100Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679147539578,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/resourceInstances/pnf8ecb3a2916990/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:00:57.100Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T14:00:57.101Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:00:57.101Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:00:57.101Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679147539578,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/resourceInstances/pnf8ecb3a2916990/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:00:58.101Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T14:00:58.102Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:00:58.102Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:00:58.102Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679147539578,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/resourceInstances/pnf8ecb3a2916990/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:00:58.919Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:00:58.924Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-18T14:00:58.925Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "74149d2a-f284-47d2-b2fa-4e2fc7be8f3e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679148010721,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-18T14:00:58.925Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:00:58.925Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-18T14:00:58.925Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679147539578,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T14:00:58.925Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:00:58.925Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-18T14:00:58.925Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679147539578,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2023-03-18T14:00:58.925Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:00:58.925Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-18T14:00:58.925Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679147539578,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-03-18T14:00:58.925Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:00:58.925Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-18T14:00:58.926Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679147539578,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T14:00:58.926Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:00:58.926Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-18T14:00:58.926Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679147539578,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-03-18T14:00:58.926Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:00:58.926Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-18T14:00:58.926Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679147539578,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T14:00:58.926Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:00:58.926Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-18T14:00:58.926Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679147539578,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-03-18T14:00:58.926Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:00:58.927Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-18T14:00:58.927Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679148018811,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-18T14:00:58.927Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:00:58.927Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-18T14:00:58.927Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679148019847,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 4b6dc8ac-cbfc-43c0-9e93-2760226914ae already exists"
}
2023-03-18T14:00:58.927Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:00:58.927Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-18T14:00:58.927Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679148020850,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 1903c123-2be6-499b-8524-c9a33406ad4f already exists"
}
2023-03-18T14:00:58.927Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:00:58.927Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-18T14:00:58.927Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679148052071,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-18T14:00:58.927Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:00:58.927Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-18T14:00:58.927Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679147539578,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/resourceInstances/pnf8ecb3a2916990/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T14:00:58.927Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:00:58.927Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-18T14:00:58.927Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679147539578,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/resourceInstances/pnf8ecb3a2916990/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-18T14:00:58.927Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:00:58.928Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-18T14:00:58.928Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679147539578,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/resourceInstances/pnf8ecb3a2916990/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-18T14:00:58.928Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:00:58.928Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-18T14:00:58.928Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679147539578,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/resourceInstances/pnf8ecb3a2916990/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T14:00:58.928Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:00:58.928Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-18T14:00:58.928Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679147539578,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/resourceInstances/pnf8ecb3a2916990/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T14:00:58.928Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:00:58.928Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-18T14:00:58.928Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679147539578,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/resourceInstances/pnf8ecb3a2916990/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T14:00:58.928Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:00:59.114Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T14:00:59.114Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:00:59.114Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:00:59.114Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679147539578,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:01:00.115Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T14:01:00.115Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:01:00.115Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:01:00.115Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679147539578,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:01:01.116Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "serviceName": "Demo_pNF_Qv5TXucXv4n7mssXUGFK",
  "serviceVersion": "1.0",
  "serviceUUID": "73f959ea-1a0e-41cf-b2da-40f07fd6a9c2",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "86b31417-cd30-434e-93e4-34d81e182271",
  "resources": [
    {
      "resourceInstanceName": "pNF 8ecb3a29-1699 0",
      "resourceCustomizationUUID": "3e0c811d-9b69-4eb9-9e2f-6a46c31c8df1",
      "resourceName": "pNF 8ecb3a29-1699",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "79d852b9-56e5-416f-9d37-4483b88de628",
      "resourceInvariantUUID": "c45c5ef7-20e5-4b81-8392-6fbf8a0a1b25",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar",
      "artifactChecksum": "NmIzYzkyYzFlZjM3YjA3YjIzODQ5MzIxZjA4ODdmYTg\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "a93044a0-e137-47cf-b45c-87a4ec92508e"
    }
  ],
  "workloadContext": "Production"
}
2023-03-18T14:01:01.116Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-18T14:01:01.116Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 73f959ea-1a0e-41cf-b2da-40f07fd6a9c2 ASDC
2023-03-18T14:01:01.116Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:5e005e65-61df-4986-a087-00761a388674
ServiceName:Demo_pNF_Qv5TXucXv4n7mssXUGFK
ServiceVersion:1.0
ServiceUUID:73f959ea-1a0e-41cf-b2da-40f07fd6a9c2
ServiceInvariantUUID:86b31417-cd30-434e-93e4-34d81e182271
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar
ArtifactUUID:a93044a0-e137-47cf-b45c-87a4ec92508e
ArtifactChecksum:NmIzYzkyYzFlZjM3YjA3YjIzODQ5MzIxZjA4ODdmYTg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 8ecb3a29-1699 0
ResourceCustomizationUUID:3e0c811d-9b69-4eb9-9e2f-6a46c31c8df1
ResourceInvariantUUID:c45c5ef7-20e5-4b81-8392-6fbf8a0a1b25
ResourceName:pNF 8ecb3a29-1699
ResourceType:PNF
ResourceUUID:79d852b9-56e5-416f-9d37-4483b88de628
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-18T14:01:01.117Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 73f959ea-1a0e-41cf-b2da-40f07fd6a9c2 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: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-18T14:01:01.147Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-18T14:01:01.147Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-03-18T14:01:01.147Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-03-18T14:01:01.147Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: a93044a0-e137-47cf-b45c-87a4ec92508e from URL: /sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar
2023-03-18T14:01:01.148Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-10|||||INFO|500||DistributionClient - download
2023-03-18T14:01:01.148Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-10|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar
2023-03-18T14:01:01.372Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2023-03-18T14:01:01.379Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar a93044a0-e137-47cf-b45c-87a4ec92508e 88004
2023-03-18T14:01:01.379Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar ASDC sendASDCNotification
2023-03-18T14:01:01.379Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar
2023-03-18T14:01:01.379Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-18T14:01:01.380Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:01:01.380Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:01:01.380Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679148061379,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:01:02.380Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-18T14:01:02.381Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-03-18T14:01:02.381Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: a93044a0-e137-47cf-b45c-87a4ec92508e, URL: /sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar to file: /app/ASDC/1/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar
2023-03-18T14:01:02.382Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar
2023-03-18T14:01:02.382Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar
2023-03-18T14:01:02.383Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar
2023-03-18T14:01:02.457Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14365783803601211628/Definitions/service-DemoPnfQv5txucxv4n7mssxugfk-template.yml
2023-03-18T14:01:02.964Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-18T14:01:02.964Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-10|||||WARN|500||####################################################################################################
2023-03-18T14:01:02.964Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar
2023-03-18T14:01:02.965Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-18T14:01:02.965Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-10|||||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-DemoPnfQv5txucxv4n7mssxugfk-csar.csar
2023-03-18T14:01:02.965Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar
2023-03-18T14:01:02.965Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-10|||||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-DemoPnfQv5txucxv4n7mssxugfk-csar.csar
2023-03-18T14:01:02.965Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-10|||||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-DemoPnfQv5txucxv4n7mssxugfk-csar.csar
2023-03-18T14:01:02.965Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-10|||||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-DemoPnfQv5txucxv4n7mssxugfk-csar.csar
2023-03-18T14:01:02.965Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 8ecb3a29-1699 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-DemoPnfQv5txucxv4n7mssxugfk-csar.csar
2023-03-18T14:01:02.965Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-10|||||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-DemoPnfQv5txucxv4n7mssxugfk-csar.csar
2023-03-18T14:01:02.965Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-10|||||WARN|500||####################################################################################################
2023-03-18T14:01:02.965Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T14:01:02.965Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_Qv5TXucXv4n7mssXUGFK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T14:01:02.965Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-10|||||DEBUG|500||Node template pNF 8ecb3a29-1699 0 is matching search criteria
2023-03-18T14:01:02.965Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2023-03-18T14:01:02.965Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-10|||||DEBUG|500||Found topology templates [pNF 8ecb3a29-1699 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-18T14:01:02.966Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T14:01:02.966Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_Qv5TXucXv4n7mssXUGFK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T14:01:02.966Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-10|||||DEBUG|500||Node template pNF 8ecb3a29-1699 0 is matching search criteria
2023-03-18T14:01:02.966Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2023-03-18T14:01:02.966Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-10|||||DEBUG|500||Found topology templates [pNF 8ecb3a29-1699 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-18T14:01:02.966Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T14:01:02.966Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_Qv5TXucXv4n7mssXUGFK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T14:01:02.966Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T14:01:02.966Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_Qv5TXucXv4n7mssXUGFK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T14:01:02.966Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T14:01:02.966Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_Qv5TXucXv4n7mssXUGFK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T14:01:02.966Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T14:01:02.966Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_Qv5TXucXv4n7mssXUGFK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T14:01:02.966Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T14:01:02.966Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_Qv5TXucXv4n7mssXUGFK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T14:01:02.966Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-10|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_Qv5TXucXv4n7mssXUGFK
Description:catalog service description
Model UUID:73f959ea-1a0e-41cf-b2da-40f07fd6a9c2
Model Version:NULL
Model InvariantUuid:86b31417-cd30-434e-93e4-34d81e182271
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=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-03-18T14:01:03.001Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-10|||||ERROR|500||Csar with UUID: a93044a0-e137-47cf-b45c-87a4ec92508e already exists
2023-03-18T14:01:03.001Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar ASDC sendASDCNotification
2023-03-18T14:01:03.002Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar(Csar with UUID: a93044a0-e137-47cf-b45c-87a4ec92508e already exists)
2023-03-18T14:01:03.002Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-18T14:01:03.002Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:01:03.002Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:01:03.002Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679148063001,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: a93044a0-e137-47cf-b45c-87a4ec92508e already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:01:04.003Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar ASDC sendASDCNotification
2023-03-18T14:01:04.004Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar(Resource with UUID: 79d852b9-56e5-416f-9d37-4483b88de628 already exists)
2023-03-18T14:01:04.004Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-18T14:01:04.004Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:01:04.004Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:01:04.004Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679148064003,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 79d852b9-56e5-416f-9d37-4483b88de628 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:01:05.006Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5e005e65-61df-4986-a087-00761a388674
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T14:01:05.025Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5e005e65-61df-4986-a087-00761a388674
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T14:01:05.028Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-18T14:01:05.028Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-18T14:01:05.028Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-18T14:01:05.028Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-18T14:01:05.028Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T14:01:05.028Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T14:01:05.029Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T14:01:05.029Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T14:01:05.029Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T14:01:05.029Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T14:01:05.029Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-18T14:01:05.038Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-18T14:01:35.038Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 5e005e65-61df-4986-a087-00761a388674 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-18T14:01:35.047Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 5e005e65-61df-4986-a087-00761a388674 and serviceModelVersionId: 73f959ea-1a0e-41cf-b2da-40f07fd6a9c2
2023-03-18T14:01:35.047Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 86b31417-cd30-434e-93e4-34d81e182271
2023-03-18T14:01:35.047Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/86b31417-cd30-434e-93e4-34d81e182271/model-vers/model-ver/73f959ea-1a0e-41cf-b2da-40f07fd6a9c2?depth=0
2023-03-18T14:01:35.049Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2023-03-18T14:01:35.057Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-10|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/86b31417-cd30-434e-93e4-34d81e182271/model-vers/model-ver/73f959ea-1a0e-41cf-b2da-40f07fd6a9c2?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-03-18T14:01:35.058Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/86b31417-cd30-434e-93e4-34d81e182271/model-vers/model-ver/73f959ea-1a0e-41cf-b2da-40f07fd6a9c2?depth=0|INFO|500||Invoke
2023-03-18T14:01:35.066Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/86b31417-cd30-434e-93e4-34d81e182271/model-vers/model-ver/73f959ea-1a0e-41cf-b2da-40f07fd6a9c2?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-18T14:01:35.173Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/86b31417-cd30-434e-93e4-34d81e182271/model-vers/model-ver/73f959ea-1a0e-41cf-b2da-40f07fd6a9c2?depth=0|INFO|500||InvokeReturn
2023-03-18T14:01:35.173Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-10|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/86b31417-cd30-434e-93e4-34d81e182271/model-vers/model-ver/73f959ea-1a0e-41cf-b2da-40f07fd6a9c2?depth=0 has http status code:200 and response headers:{date=[Sat, 18 Mar 2023 14:01:34 GMT], content-length=[0], vertex-id=[204904], x-aai-txid=[2-aai-resources-230318-14:01:34:769-47911], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-18T14:01:35.174Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-10|||||DEBUG|500||Response was returned with an empty entity.
2023-03-18T14:01:35.174Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-18T14:01:35.174Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-18T14:01:35.180Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-18T14:01:35.180Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 5e005e65-61df-4986-a087-00761a388674 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-18T14:01:35.180Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-18T14:01:35.180Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:01:35.181Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:01:35.181Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679148095180,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-18T14:01:36.203Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-18T14:01:36.204Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-10|||||DEBUG|500||received notification from broker: {"distributionID":"b26959c2-c6ca-4cf7-9cdd-576be04a9c92","serviceName":"Demo_pNF_M5QKMfmDLPuLyaz8OWr9","serviceVersion":"1.0","serviceUUID":"c315cbb3-fd53-45ce-8b0b-ad3e84c78918","serviceDescription":"catalog service description","serviceInvariantUUID":"a46a4505-8d20-4c38-8d99-1b181bf22700","resources":[{"resourceInstanceName":"pNF 66b89d6a-37e2 0","resourceName":"pNF 66b89d6a-37e2","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"5cb48981-5482-4843-a71a-1ebe978a5e90","resourceInvariantUUID":"067cbf90-981e-43f3-86b6-aee782d22bba","resourceCustomizationUUID":"84e6e64b-76cd-40cf-86fd-15855e6c2efb","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/resourceInstances/pnf66b89d6a37e20/artifacts/vf-license-model.xml","artifactChecksum":"NmE3OGI0M2NhMTkzNzdlZjJiNzk5YWUzOGVkODUwZTQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"7cbe96a6-d4de-40e4-9f5f-7effc4b8523d","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/resourceInstances/pnf66b89d6a37e20/artifacts/pNF.csar","artifactChecksum":"YTFmMWQ3MzViYWZhMGQ1ZThlNzU3Y2I3ZGNlYWU4YjA\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"7fd2d8fc-6c10-444b-93e4-8ebf25d579b5","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/resourceInstances/pnf66b89d6a37e20/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"62304596-99e5-46f3-868d-189f9dacc577","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/resourceInstances/pnf66b89d6a37e20/artifacts/vendor-license-model.xml","artifactChecksum":"YzhhZjQxZjBiNGEwYTBlMTMwMDYwZmQ3ZjM5OWY1MTY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"c98a30f6-a6ab-4b74-9a89-a4282ace9636","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/resourceInstances/pnf66b89d6a37e20/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"6ba69e42-ade7-45c2-a4ec-3b8f081071f9","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/resourceInstances/pnf66b89d6a37e20/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"2afae58f-afd7-42b0-ae19-62fbbccae66e","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfM5qkmfmdlpulyaz8owr9-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/artifacts/service-DemoPnfM5qkmfmdlpulyaz8owr9-template.yml","artifactChecksum":"NDU2YjRjNDEyNWEwZGVkZjBjNDY2MTJmOTFhNzRhYzk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"181d2352-caba-4b3f-999f-926eb0949ab9","artifactVersion":"1"},{"artifactName":"service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/artifacts/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar","artifactChecksum":"ZWMyYmIzM2U4YmVmYmIwYmU1ZDhjODY4NGEyYTI4NjI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"fdcf7f15-35cd-49a2-839b-26e97623a9bc","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-18T14:01:36.204Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T14:01:36.205Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:01:36.205Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:01:36.205Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679147539578,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/resourceInstances/pnf66b89d6a37e20/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:01:37.206Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T14:01:37.207Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:01:37.207Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:01:37.207Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679147539578,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/resourceInstances/pnf66b89d6a37e20/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:01:38.208Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T14:01:38.208Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:01:38.209Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:01:38.209Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679147539578,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/resourceInstances/pnf66b89d6a37e20/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:01:39.210Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T14:01:39.210Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:01:39.210Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:01:39.211Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679147539578,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/resourceInstances/pnf66b89d6a37e20/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:01:40.212Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T14:01:40.212Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:01:40.212Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:01:40.212Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679147539578,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/resourceInstances/pnf66b89d6a37e20/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:01:41.214Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T14:01:41.214Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:01:41.214Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:01:41.214Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679147539578,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/resourceInstances/pnf66b89d6a37e20/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:01:42.216Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T14:01:42.216Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:01:42.216Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:01:42.217Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679147539578,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/artifacts/service-DemoPnfM5qkmfmdlpulyaz8owr9-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:01:43.218Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T14:01:43.218Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:01:43.219Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:01:43.219Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679147539578,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/artifacts/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:01:44.220Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "serviceName": "Demo_pNF_M5QKMfmDLPuLyaz8OWr9",
  "serviceVersion": "1.0",
  "serviceUUID": "c315cbb3-fd53-45ce-8b0b-ad3e84c78918",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "a46a4505-8d20-4c38-8d99-1b181bf22700",
  "resources": [
    {
      "resourceInstanceName": "pNF 66b89d6a-37e2 0",
      "resourceCustomizationUUID": "84e6e64b-76cd-40cf-86fd-15855e6c2efb",
      "resourceName": "pNF 66b89d6a-37e2",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "5cb48981-5482-4843-a71a-1ebe978a5e90",
      "resourceInvariantUUID": "067cbf90-981e-43f3-86b6-aee782d22bba",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/artifacts/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar",
      "artifactChecksum": "ZWMyYmIzM2U4YmVmYmIwYmU1ZDhjODY4NGEyYTI4NjI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "fdcf7f15-35cd-49a2-839b-26e97623a9bc"
    }
  ],
  "workloadContext": "Production"
}
2023-03-18T14:01:44.221Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-18T14:01:44.221Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 c315cbb3-fd53-45ce-8b0b-ad3e84c78918 ASDC
2023-03-18T14:01:44.221Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:b26959c2-c6ca-4cf7-9cdd-576be04a9c92
ServiceName:Demo_pNF_M5QKMfmDLPuLyaz8OWr9
ServiceVersion:1.0
ServiceUUID:c315cbb3-fd53-45ce-8b0b-ad3e84c78918
ServiceInvariantUUID:a46a4505-8d20-4c38-8d99-1b181bf22700
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/artifacts/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar
ArtifactUUID:fdcf7f15-35cd-49a2-839b-26e97623a9bc
ArtifactChecksum:ZWMyYmIzM2U4YmVmYmIwYmU1ZDhjODY4NGEyYTI4NjI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 66b89d6a-37e2 0
ResourceCustomizationUUID:84e6e64b-76cd-40cf-86fd-15855e6c2efb
ResourceInvariantUUID:067cbf90-981e-43f3-86b6-aee782d22bba
ResourceName:pNF 66b89d6a-37e2
ResourceType:PNF
ResourceUUID:5cb48981-5482-4843-a71a-1ebe978a5e90
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-18T14:01:44.221Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF c315cbb3-fd53-45ce-8b0b-ad3e84c78918 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: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-18T14:01:44.253Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-18T14:01:44.254Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-03-18T14:01:44.254Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-03-18T14:01:44.254Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: fdcf7f15-35cd-49a2-839b-26e97623a9bc from URL: /sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/artifacts/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar
2023-03-18T14:01:44.254Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-10|||||INFO|500||DistributionClient - download
2023-03-18T14:01:44.254Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-10|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/artifacts/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar
2023-03-18T14:01:44.486Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2023-03-18T14:01:44.493Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/artifacts/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar fdcf7f15-35cd-49a2-839b-26e97623a9bc 88022
2023-03-18T14:01:44.493Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/artifacts/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar ASDC sendASDCNotification
2023-03-18T14:01:44.493Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/artifacts/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar
2023-03-18T14:01:44.494Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-18T14:01:44.494Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:01:44.494Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:01:44.495Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679148104493,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/artifacts/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:01:45.496Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-18T14:01:45.497Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-03-18T14:01:45.497Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: fdcf7f15-35cd-49a2-839b-26e97623a9bc, URL: /sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/artifacts/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar to file: /app/ASDC/1/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar
2023-03-18T14:01:45.498Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar
2023-03-18T14:01:45.498Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar
2023-03-18T14:01:45.499Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar
2023-03-18T14:01:45.569Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5810952235496262341/Definitions/service-DemoPnfM5qkmfmdlpulyaz8owr9-template.yml
2023-03-18T14:01:46.032Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-18T14:01:46.033Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-10|||||WARN|500||####################################################################################################
2023-03-18T14:01:46.033Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar
2023-03-18T14:01:46.033Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-18T14:01:46.033Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-10|||||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-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar
2023-03-18T14:01:46.033Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar
2023-03-18T14:01:46.033Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-10|||||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-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar
2023-03-18T14:01:46.033Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 66b89d6a-37e2 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-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar
2023-03-18T14:01:46.033Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-10|||||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-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar
2023-03-18T14:01:46.033Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-10|||||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-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar
2023-03-18T14:01:46.033Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-10|||||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-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar
2023-03-18T14:01:46.033Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-10|||||WARN|500||####################################################################################################
2023-03-18T14:01:46.034Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T14:01:46.034Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_M5QKMfmDLPuLyaz8OWr9 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T14:01:46.034Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-10|||||DEBUG|500||Node template pNF 66b89d6a-37e2 0 is matching search criteria
2023-03-18T14:01:46.034Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2023-03-18T14:01:46.034Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-10|||||DEBUG|500||Found topology templates [pNF 66b89d6a-37e2 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-18T14:01:46.034Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T14:01:46.034Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_M5QKMfmDLPuLyaz8OWr9 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T14:01:46.034Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-10|||||DEBUG|500||Node template pNF 66b89d6a-37e2 0 is matching search criteria
2023-03-18T14:01:46.034Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2023-03-18T14:01:46.034Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-10|||||DEBUG|500||Found topology templates [pNF 66b89d6a-37e2 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-18T14:01:46.035Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T14:01:46.035Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_M5QKMfmDLPuLyaz8OWr9 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T14:01:46.035Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T14:01:46.035Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_M5QKMfmDLPuLyaz8OWr9 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T14:01:46.035Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T14:01:46.035Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_M5QKMfmDLPuLyaz8OWr9 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T14:01:46.035Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T14:01:46.035Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_M5QKMfmDLPuLyaz8OWr9 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T14:01:46.035Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T14:01:46.035Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_M5QKMfmDLPuLyaz8OWr9 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T14:01:46.035Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-10|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_M5QKMfmDLPuLyaz8OWr9
Description:catalog service description
Model UUID:c315cbb3-fd53-45ce-8b0b-ad3e84c78918
Model Version:NULL
Model InvariantUuid:a46a4505-8d20-4c38-8d99-1b181bf22700
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=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-03-18T14:01:46.065Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-10|||||ERROR|500||Csar with UUID: fdcf7f15-35cd-49a2-839b-26e97623a9bc already exists
2023-03-18T14:01:46.065Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/artifacts/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar ASDC sendASDCNotification
2023-03-18T14:01:46.065Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/artifacts/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar(Csar with UUID: fdcf7f15-35cd-49a2-839b-26e97623a9bc already exists)
2023-03-18T14:01:46.065Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-18T14:01:46.066Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:01:46.066Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:01:46.066Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679148106065,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/artifacts/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: fdcf7f15-35cd-49a2-839b-26e97623a9bc already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:01:47.067Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/artifacts/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar ASDC sendASDCNotification
2023-03-18T14:01:47.067Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/artifacts/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar(Resource with UUID: 5cb48981-5482-4843-a71a-1ebe978a5e90 already exists)
2023-03-18T14:01:47.067Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-18T14:01:47.068Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:01:47.068Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:01:47.068Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679148107067,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/artifacts/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 5cb48981-5482-4843-a71a-1ebe978a5e90 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:01:48.070Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b26959c2-c6ca-4cf7-9cdd-576be04a9c92
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T14:01:48.088Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b26959c2-c6ca-4cf7-9cdd-576be04a9c92
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T14:01:48.091Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-18T14:01:48.092Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-18T14:01:48.092Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-18T14:01:48.092Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-18T14:01:48.092Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T14:01:48.092Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T14:01:48.093Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T14:01:48.093Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T14:01:48.093Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T14:01:48.093Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T14:01:48.093Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-18T14:01:48.103Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-18T14:01:58.919Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:01:58.921Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-18T14:01:58.921Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679147539578,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T14:01:58.921Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:02:18.103Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: b26959c2-c6ca-4cf7-9cdd-576be04a9c92 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-18T14:02:18.113Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: b26959c2-c6ca-4cf7-9cdd-576be04a9c92 and serviceModelVersionId: c315cbb3-fd53-45ce-8b0b-ad3e84c78918
2023-03-18T14:02:18.113Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : a46a4505-8d20-4c38-8d99-1b181bf22700
2023-03-18T14:02:18.114Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/a46a4505-8d20-4c38-8d99-1b181bf22700/model-vers/model-ver/c315cbb3-fd53-45ce-8b0b-ad3e84c78918?depth=0
2023-03-18T14:02:18.119Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2023-03-18T14:02:18.133Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a46a4505-8d20-4c38-8d99-1b181bf22700/model-vers/model-ver/c315cbb3-fd53-45ce-8b0b-ad3e84c78918?depth=0|INFO|500||Invoke
2023-03-18T14:02:18.133Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a46a4505-8d20-4c38-8d99-1b181bf22700/model-vers/model-ver/c315cbb3-fd53-45ce-8b0b-ad3e84c78918?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a46a4505-8d20-4c38-8d99-1b181bf22700/model-vers/model-ver/c315cbb3-fd53-45ce-8b0b-ad3e84c78918?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[b26959c2-c6ca-4cf7-9cdd-576be04a9c92], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[56646f29-0df6-4d61-9ac2-6ecc78b53413], X-ECOMP-RequestID=[b26959c2-c6ca-4cf7-9cdd-576be04a9c92], X-TransactionId=[], X-ONAP-RequestID=[b26959c2-c6ca-4cf7-9cdd-576be04a9c92], Content-Type=[application/merge-patch+json]}
2023-03-18T14:02:18.141Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a46a4505-8d20-4c38-8d99-1b181bf22700/model-vers/model-ver/c315cbb3-fd53-45ce-8b0b-ad3e84c78918?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-18T14:02:18.265Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a46a4505-8d20-4c38-8d99-1b181bf22700/model-vers/model-ver/c315cbb3-fd53-45ce-8b0b-ad3e84c78918?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/a46a4505-8d20-4c38-8d99-1b181bf22700/model-vers/model-ver/c315cbb3-fd53-45ce-8b0b-ad3e84c78918?depth=0 has http status code:200 and response headers:{date=[Sat, 18 Mar 2023 14:02:17 GMT], content-length=[0], vertex-id=[217192], x-aai-txid=[2-aai-resources-230318-14:02:17:843-28549], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-18T14:02:18.265Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a46a4505-8d20-4c38-8d99-1b181bf22700/model-vers/model-ver/c315cbb3-fd53-45ce-8b0b-ad3e84c78918?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-18T14:02:18.266Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a46a4505-8d20-4c38-8d99-1b181bf22700/model-vers/model-ver/c315cbb3-fd53-45ce-8b0b-ad3e84c78918?depth=0|INFO|500||InvokeReturn
2023-03-18T14:02:18.266Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-18T14:02:18.267Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-18T14:02:18.273Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-18T14:02:18.273Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID b26959c2-c6ca-4cf7-9cdd-576be04a9c92 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-18T14:02:18.274Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-18T14:02:18.274Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:02:18.274Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:02:18.274Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679148138274,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-18T14:02:19.297Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-18T14:02:19.298Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-10|||||DEBUG|500||received notification from broker: {"distributionID":"d6b70362-b450-41db-97c4-ea1285deb273","serviceName":"Demo_pNF_0QRYBIFHiGDyVijApwKS","serviceVersion":"1.0","serviceUUID":"b4fd06db-c144-4037-bb56-9f4d170dc33e","serviceDescription":"catalog service description","serviceInvariantUUID":"4a6b6367-2484-4aa3-9126-d96b480457a8","resources":[{"resourceInstanceName":"pNF 8b249c54-8f1f 0","resourceName":"pNF 8b249c54-8f1f","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"a880e813-b7b0-402c-bffe-74c020d69311","resourceInvariantUUID":"62a7990d-54b9-488c-9976-952482e2993f","resourceCustomizationUUID":"eb0ac2ec-e902-44af-9274-4b7b602bc8c8","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/resourceInstances/pnf8b249c548f1f0/artifacts/vf-license-model.xml","artifactChecksum":"YWEyOGU2NjliMDg5ZDU1NzYwMDhlOTYzNmI4NGZhMzM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"d2ed05b3-c79a-4dce-b90e-d0d7508a3b45","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/resourceInstances/pnf8b249c548f1f0/artifacts/pNF.csar","artifactChecksum":"YTFmMWQ3MzViYWZhMGQ1ZThlNzU3Y2I3ZGNlYWU4YjA\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"8c5f255b-5ba0-461e-8009-527fa558f0ef","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/resourceInstances/pnf8b249c548f1f0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"a4927c34-4090-4c7c-85be-5bfcd5208e7f","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/resourceInstances/pnf8b249c548f1f0/artifacts/vendor-license-model.xml","artifactChecksum":"ZGFjMzBhNjdmYWNhNzZkY2Y1ODcwNmIzODQzMjQ0Yzc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"68e219be-7fd3-4c2f-942d-b58362470046","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/resourceInstances/pnf8b249c548f1f0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"e7878e48-de75-42bd-a2da-c03807bb7be5","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/resourceInstances/pnf8b249c548f1f0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"d4b706a9-5523-4974-846d-b745b2a21dda","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnf0qrybifhigdyvijapwks-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/artifacts/service-DemoPnf0qrybifhigdyvijapwks-template.yml","artifactChecksum":"NjU3ZjBkNGJkNDc4ZWE3Y2M3Njk5NTc3MzNjYmY1YmY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"fdaf04f2-ae49-424a-bb42-d2906911e5ff","artifactVersion":"1"},{"artifactName":"service-DemoPnf0qrybifhigdyvijapwks-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/artifacts/service-DemoPnf0qrybifhigdyvijapwks-csar.csar","artifactChecksum":"MzljYTA3Yjk4Nzg5NjI5MTU3MDE1YTYwNjFmNTc1MTk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"7c894985-6ce0-4ae6-b963-98a29a50f1d8","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-18T14:02:19.298Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T14:02:19.298Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:02:19.298Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:02:19.299Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "d6b70362-b450-41db-97c4-ea1285deb273",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679147539578,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/resourceInstances/pnf8b249c548f1f0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:02:20.300Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T14:02:20.300Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:02:20.300Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:02:20.301Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "d6b70362-b450-41db-97c4-ea1285deb273",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679147539578,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/resourceInstances/pnf8b249c548f1f0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:02:21.303Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T14:02:21.303Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:02:21.303Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:02:21.304Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "d6b70362-b450-41db-97c4-ea1285deb273",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679147539578,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/resourceInstances/pnf8b249c548f1f0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:02:22.305Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T14:02:22.305Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:02:22.306Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:02:22.306Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "d6b70362-b450-41db-97c4-ea1285deb273",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679147539578,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/resourceInstances/pnf8b249c548f1f0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:02:23.307Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T14:02:23.308Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:02:23.308Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:02:23.308Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "d6b70362-b450-41db-97c4-ea1285deb273",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679147539578,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/resourceInstances/pnf8b249c548f1f0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:02:24.309Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T14:02:24.310Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:02:24.310Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:02:24.310Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "d6b70362-b450-41db-97c4-ea1285deb273",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679147539578,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/resourceInstances/pnf8b249c548f1f0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:02:25.311Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T14:02:25.312Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:02:25.312Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:02:25.312Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "d6b70362-b450-41db-97c4-ea1285deb273",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679147539578,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/artifacts/service-DemoPnf0qrybifhigdyvijapwks-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:02:26.314Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T14:02:26.314Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:02:26.314Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:02:26.314Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "d6b70362-b450-41db-97c4-ea1285deb273",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679147539578,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/artifacts/service-DemoPnf0qrybifhigdyvijapwks-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:02:27.316Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "d6b70362-b450-41db-97c4-ea1285deb273",
  "serviceName": "Demo_pNF_0QRYBIFHiGDyVijApwKS",
  "serviceVersion": "1.0",
  "serviceUUID": "b4fd06db-c144-4037-bb56-9f4d170dc33e",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "4a6b6367-2484-4aa3-9126-d96b480457a8",
  "resources": [
    {
      "resourceInstanceName": "pNF 8b249c54-8f1f 0",
      "resourceCustomizationUUID": "eb0ac2ec-e902-44af-9274-4b7b602bc8c8",
      "resourceName": "pNF 8b249c54-8f1f",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "a880e813-b7b0-402c-bffe-74c020d69311",
      "resourceInvariantUUID": "62a7990d-54b9-488c-9976-952482e2993f",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnf0qrybifhigdyvijapwks-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/artifacts/service-DemoPnf0qrybifhigdyvijapwks-csar.csar",
      "artifactChecksum": "MzljYTA3Yjk4Nzg5NjI5MTU3MDE1YTYwNjFmNTc1MTk\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "7c894985-6ce0-4ae6-b963-98a29a50f1d8"
    }
  ],
  "workloadContext": "Production"
}
2023-03-18T14:02:27.316Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-18T14:02:27.317Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 b4fd06db-c144-4037-bb56-9f4d170dc33e ASDC
2023-03-18T14:02:27.317Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:d6b70362-b450-41db-97c4-ea1285deb273
ServiceName:Demo_pNF_0QRYBIFHiGDyVijApwKS
ServiceVersion:1.0
ServiceUUID:b4fd06db-c144-4037-bb56-9f4d170dc33e
ServiceInvariantUUID:4a6b6367-2484-4aa3-9126-d96b480457a8
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnf0qrybifhigdyvijapwks-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/artifacts/service-DemoPnf0qrybifhigdyvijapwks-csar.csar
ArtifactUUID:7c894985-6ce0-4ae6-b963-98a29a50f1d8
ArtifactChecksum:MzljYTA3Yjk4Nzg5NjI5MTU3MDE1YTYwNjFmNTc1MTk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 8b249c54-8f1f 0
ResourceCustomizationUUID:eb0ac2ec-e902-44af-9274-4b7b602bc8c8
ResourceInvariantUUID:62a7990d-54b9-488c-9976-952482e2993f
ResourceName:pNF 8b249c54-8f1f
ResourceType:PNF
ResourceUUID:a880e813-b7b0-402c-bffe-74c020d69311
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-18T14:02:27.317Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF b4fd06db-c144-4037-bb56-9f4d170dc33e ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-18T14:02:27.351Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-18T14:02:27.352Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-03-18T14:02:27.352Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-03-18T14:02:27.352Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 7c894985-6ce0-4ae6-b963-98a29a50f1d8 from URL: /sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/artifacts/service-DemoPnf0qrybifhigdyvijapwks-csar.csar
2023-03-18T14:02:27.352Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-10|||||INFO|500||DistributionClient - download
2023-03-18T14:02:27.352Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-10|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/artifacts/service-DemoPnf0qrybifhigdyvijapwks-csar.csar
2023-03-18T14:02:27.555Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2023-03-18T14:02:27.560Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/artifacts/service-DemoPnf0qrybifhigdyvijapwks-csar.csar 7c894985-6ce0-4ae6-b963-98a29a50f1d8 88013
2023-03-18T14:02:27.560Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/artifacts/service-DemoPnf0qrybifhigdyvijapwks-csar.csar ASDC sendASDCNotification
2023-03-18T14:02:27.560Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/artifacts/service-DemoPnf0qrybifhigdyvijapwks-csar.csar
2023-03-18T14:02:27.560Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-18T14:02:27.560Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:02:27.560Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:02:27.561Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "d6b70362-b450-41db-97c4-ea1285deb273",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679148147560,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/artifacts/service-DemoPnf0qrybifhigdyvijapwks-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:02:28.561Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-18T14:02:28.562Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-03-18T14:02:28.562Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 7c894985-6ce0-4ae6-b963-98a29a50f1d8, URL: /sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/artifacts/service-DemoPnf0qrybifhigdyvijapwks-csar.csar to file: /app/ASDC/1/service-DemoPnf0qrybifhigdyvijapwks-csar.csar
2023-03-18T14:02:28.563Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnf0qrybifhigdyvijapwks-csar.csar
2023-03-18T14:02:28.563Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnf0qrybifhigdyvijapwks-csar.csar
2023-03-18T14:02:28.564Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnf0qrybifhigdyvijapwks-csar.csar
2023-03-18T14:02:28.662Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9918648573450577206/Definitions/service-DemoPnf0qrybifhigdyvijapwks-template.yml
2023-03-18T14:02:29.185Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-18T14:02:29.186Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-10|||||WARN|500||####################################################################################################
2023-03-18T14:02:29.186Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnf0qrybifhigdyvijapwks-csar.csar
2023-03-18T14:02:29.186Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-18T14:02:29.186Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-10|||||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-DemoPnf0qrybifhigdyvijapwks-csar.csar
2023-03-18T14:02:29.186Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnf0qrybifhigdyvijapwks-csar.csar
2023-03-18T14:02:29.186Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-10|||||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-DemoPnf0qrybifhigdyvijapwks-csar.csar
2023-03-18T14:02:29.187Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-10|||||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-DemoPnf0qrybifhigdyvijapwks-csar.csar
2023-03-18T14:02:29.187Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 8b249c54-8f1f 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-DemoPnf0qrybifhigdyvijapwks-csar.csar
2023-03-18T14:02:29.187Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-10|||||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-DemoPnf0qrybifhigdyvijapwks-csar.csar
2023-03-18T14:02:29.187Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-10|||||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-DemoPnf0qrybifhigdyvijapwks-csar.csar
2023-03-18T14:02:29.187Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-10|||||WARN|500||####################################################################################################
2023-03-18T14:02:29.187Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T14:02:29.187Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_0QRYBIFHiGDyVijApwKS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T14:02:29.187Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-10|||||DEBUG|500||Node template pNF 8b249c54-8f1f 0 is matching search criteria
2023-03-18T14:02:29.187Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2023-03-18T14:02:29.188Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-10|||||DEBUG|500||Found topology templates [pNF 8b249c54-8f1f 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-18T14:02:29.188Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T14:02:29.188Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_0QRYBIFHiGDyVijApwKS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T14:02:29.188Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-10|||||DEBUG|500||Node template pNF 8b249c54-8f1f 0 is matching search criteria
2023-03-18T14:02:29.188Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2023-03-18T14:02:29.188Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-10|||||DEBUG|500||Found topology templates [pNF 8b249c54-8f1f 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-18T14:02:29.188Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T14:02:29.188Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_0QRYBIFHiGDyVijApwKS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T14:02:29.188Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T14:02:29.189Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_0QRYBIFHiGDyVijApwKS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T14:02:29.189Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T14:02:29.189Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_0QRYBIFHiGDyVijApwKS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T14:02:29.189Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T14:02:29.189Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_0QRYBIFHiGDyVijApwKS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T14:02:29.189Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T14:02:29.189Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_0QRYBIFHiGDyVijApwKS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T14:02:29.189Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-10|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_0QRYBIFHiGDyVijApwKS
Description:catalog service description
Model UUID:b4fd06db-c144-4037-bb56-9f4d170dc33e
Model Version:NULL
Model InvariantUuid:4a6b6367-2484-4aa3-9126-d96b480457a8
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2023-03-18T14:02:29.201Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-10|||||INFO|500||Processing Resource Type: PNF, Model UUID: a880e813-b7b0-402c-bffe-74c020d69311
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-18T14:02:29.204Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-10|||||INFO|500||pNF 8b249c54-8f1f 0
2023-03-18T14:02:29.204Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: a880e813-b7b0-402c-bffe-74c020d69311
2023-03-18T14:02:29.204Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-10|||||DEBUG|500||No resources found for Service: b4fd06db-c144-4037-bb56-9f4d170dc33e
2023-03-18T14:02:29.204Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: b4fd06db-c144-4037-bb56-9f4d170dc33e
2023-03-18T14:02:29.204Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 8b249c54-8f1f 0 a880e813-b7b0-402c-bffe-74c020d69311 ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-18T14:02:29.210Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@35ab18e, org.onap.sdc.toscaparser.api.parameters.Input@2069bc6f, org.onap.sdc.toscaparser.api.parameters.Input@4a465066, org.onap.sdc.toscaparser.api.parameters.Input@5d1dd988, org.onap.sdc.toscaparser.api.parameters.Input@b1dc564]
2023-03-18T14:02:29.211Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T14:02:29.211Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_0QRYBIFHiGDyVijApwKS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T14:02:29.211Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid b4fd06db-c144-4037-bb56-9f4d170dc33e: pNF 8b249c54-8f1f
2023-03-18T14:02:29.211Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-10|||||INFO|500||Processing PNF resource: a880e813-b7b0-402c-bffe-74c020d69311
2023-03-18T14:02:29.211Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T14:02:29.212Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_0QRYBIFHiGDyVijApwKS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T14:02:29.212Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-10|||||INFO|500||Resource customization UUID: eb0ac2ec-e902-44af-9274-4b7b602bc8c8 is the same as notified resource customizationUUID: eb0ac2ec-e902-44af-9274-4b7b602bc8c8
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 (?, ?)
2023-03-18T14:02:29.257Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 8b249c54-8f1f a880e813-b7b0-402c-bffe-74c020d69311 0 ASDC deployResourceStructure
2023-03-18T14:02:29.257Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/artifacts/service-DemoPnf0qrybifhigdyvijapwks-csar.csar ASDC sendASDCNotification
2023-03-18T14:02:29.257Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/artifacts/service-DemoPnf0qrybifhigdyvijapwks-csar.csar
2023-03-18T14:02:29.257Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-03-18T14:02:29.257Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:02:29.258Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:02:29.258Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "d6b70362-b450-41db-97c4-ea1285deb273",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679148149257,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/artifacts/service-DemoPnf0qrybifhigdyvijapwks-csar.csar",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:02:30.259Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d6b70362-b450-41db-97c4-ea1285deb273
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T14:02:30.273Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d6b70362-b450-41db-97c4-ea1285deb273
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T14:02:30.277Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-18T14:02:30.277Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-18T14:02:30.277Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-18T14:02:30.277Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-18T14:02:30.278Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T14:02:30.278Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T14:02:30.278Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T14:02:30.278Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T14:02:30.279Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T14:02:30.279Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T14:02:30.279Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-18T14:02:30.288Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-18T14:02:58.919Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:02:58.921Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-18T14:02:58.921Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679147539578,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar",
  "status": "NOTIFIED"
}
2023-03-18T14:02:58.922Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:02:58.922Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-18T14:02:58.922Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679148061379,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-18T14:02:58.922Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:02:58.922Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-18T14:02:58.922Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679148063001,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: a93044a0-e137-47cf-b45c-87a4ec92508e already exists"
}
2023-03-18T14:02:58.922Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:02:58.922Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-18T14:02:58.922Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679148064003,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 79d852b9-56e5-416f-9d37-4483b88de628 already exists"
}
2023-03-18T14:02:58.922Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:02:58.923Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-18T14:02:58.923Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679148095180,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-18T14:02:58.923Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:02:58.923Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-18T14:02:58.923Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679147539578,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/resourceInstances/pnf66b89d6a37e20/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T14:02:58.923Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:02:58.923Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-18T14:02:58.923Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679147539578,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/resourceInstances/pnf66b89d6a37e20/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-18T14:02:58.923Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:02:58.923Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-18T14:02:58.923Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679147539578,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/resourceInstances/pnf66b89d6a37e20/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-18T14:02:58.924Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:02:58.924Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-18T14:02:58.924Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679147539578,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/resourceInstances/pnf66b89d6a37e20/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T14:02:58.924Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:02:58.924Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-18T14:02:58.924Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679147539578,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/resourceInstances/pnf66b89d6a37e20/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T14:02:58.924Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:02:58.925Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-18T14:02:58.925Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679147539578,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/resourceInstances/pnf66b89d6a37e20/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T14:02:58.925Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:02:58.925Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-18T14:02:58.925Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679147539578,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/artifacts/service-DemoPnfM5qkmfmdlpulyaz8owr9-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T14:02:58.925Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:02:58.925Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-18T14:02:58.925Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679147539578,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/artifacts/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar",
  "status": "NOTIFIED"
}
2023-03-18T14:02:58.925Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:02:58.926Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-18T14:02:58.926Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679148104493,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/artifacts/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-18T14:02:58.926Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:02:58.926Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-18T14:02:58.926Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679148106065,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/artifacts/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: fdcf7f15-35cd-49a2-839b-26e97623a9bc already exists"
}
2023-03-18T14:02:58.926Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:02:58.926Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-18T14:02:58.926Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679148107067,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/artifacts/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 5cb48981-5482-4843-a71a-1ebe978a5e90 already exists"
}
2023-03-18T14:02:58.927Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:03:00.289Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: d6b70362-b450-41db-97c4-ea1285deb273 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-18T14:03:00.298Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: d6b70362-b450-41db-97c4-ea1285deb273 and serviceModelVersionId: b4fd06db-c144-4037-bb56-9f4d170dc33e
2023-03-18T14:03:00.298Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 4a6b6367-2484-4aa3-9126-d96b480457a8
2023-03-18T14:03:00.299Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/4a6b6367-2484-4aa3-9126-d96b480457a8/model-vers/model-ver/b4fd06db-c144-4037-bb56-9f4d170dc33e?depth=0
2023-03-18T14:03:00.301Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2023-03-18T14:03:00.311Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/4a6b6367-2484-4aa3-9126-d96b480457a8/model-vers/model-ver/b4fd06db-c144-4037-bb56-9f4d170dc33e?depth=0|INFO|500||Invoke
2023-03-18T14:03:00.312Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/4a6b6367-2484-4aa3-9126-d96b480457a8/model-vers/model-ver/b4fd06db-c144-4037-bb56-9f4d170dc33e?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/4a6b6367-2484-4aa3-9126-d96b480457a8/model-vers/model-ver/b4fd06db-c144-4037-bb56-9f4d170dc33e?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[d6b70362-b450-41db-97c4-ea1285deb273], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[f86cd156-c53d-4068-b1df-f53824f36071], X-ECOMP-RequestID=[d6b70362-b450-41db-97c4-ea1285deb273], X-TransactionId=[], X-ONAP-RequestID=[d6b70362-b450-41db-97c4-ea1285deb273], Content-Type=[application/merge-patch+json]}
2023-03-18T14:03:00.321Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/4a6b6367-2484-4aa3-9126-d96b480457a8/model-vers/model-ver/b4fd06db-c144-4037-bb56-9f4d170dc33e?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-18T14:03:00.447Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/4a6b6367-2484-4aa3-9126-d96b480457a8/model-vers/model-ver/b4fd06db-c144-4037-bb56-9f4d170dc33e?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/4a6b6367-2484-4aa3-9126-d96b480457a8/model-vers/model-ver/b4fd06db-c144-4037-bb56-9f4d170dc33e?depth=0 has http status code:200 and response headers:{date=[Sat, 18 Mar 2023 14:03:00 GMT], content-length=[0], vertex-id=[233600], x-aai-txid=[2-aai-resources-230318-14:03:00:023-37071], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-18T14:03:00.447Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/4a6b6367-2484-4aa3-9126-d96b480457a8/model-vers/model-ver/b4fd06db-c144-4037-bb56-9f4d170dc33e?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-18T14:03:00.447Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/4a6b6367-2484-4aa3-9126-d96b480457a8/model-vers/model-ver/b4fd06db-c144-4037-bb56-9f4d170dc33e?depth=0|INFO|500||InvokeReturn
2023-03-18T14:03:00.448Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-18T14:03:00.448Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-18T14:03:00.454Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-18T14:03:00.454Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID d6b70362-b450-41db-97c4-ea1285deb273 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-18T14:03:00.454Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-18T14:03:00.454Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:03:00.454Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:03:00.454Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "d6b70362-b450-41db-97c4-ea1285deb273",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679148180454,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-18T14:03:01.478Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T14:03:01.479Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Failing OffsetCommit request since the consumer is not part of an active group
2023-03-18T14:03:01.481Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Node 0 disconnected.
2023-03-18T14:03:01.481Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Node 2 disconnected.
2023-03-18T14:03:01.482Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Cancelled in-flight METADATA request with correlation id 167984 due to node 2 being disconnected (elapsed time since creation: 2ms, elapsed time since send: 2ms, request timeout: 30000ms)
2023-03-18T14:03:01.483Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-10|||||ERROR|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Asynchronous auto-commit of offsets failed: Offset commit cannot be completed since the consumer is not part of an active group for auto partition assignment; it is likely that the consumer was kicked out of the group.. Will continue to join group.
2023-03-18T14:03:01.483Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Giving away all assigned partitions as lost since generation/memberID has been reset,indicating that consumer is in old state or no longer part of the group
2023-03-18T14:03:01.484Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Lost previously assigned partitions SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5
2023-03-18T14:03:01.484Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] (Re-)joining group
2023-03-18T14:03:01.487Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2-be53e4fc-f6d9-449a-9fd8-df11cc80cc9f
2023-03-18T14:03:01.488Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-10|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Asynchronous auto-commit of offsets {SDC-DISTR-NOTIF-TOPIC-AUTO-5=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-4=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-3=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-2=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-1=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-0=OffsetAndMetadata{offset=8, leaderEpoch=0, metadata=''}} failed: Offset commit cannot be completed since the consumer is not part of an active group for auto partition assignment; it is likely that the consumer was kicked out of the group.
2023-03-18T14:03:01.488Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Request joining group due to: rebalance failed due to 'The group member needs to have a valid member id before actually entering a consumer group.' (MemberIdRequiredException)
2023-03-18T14:03:01.488Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] (Re-)joining group
2023-03-18T14:03:03.044Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T14:03:06.067Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T14:03:09.079Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T14:03:12.103Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T14:03:15.113Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T14:03:18.136Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T14:03:21.150Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T14:03:24.158Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T14:03:27.165Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T14:03:30.178Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T14:03:33.186Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T14:03:36.195Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T14:03:39.214Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T14:03:42.225Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T14:03:45.242Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T14:03:48.252Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T14:03:51.272Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T14:03:54.289Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T14:03:57.308Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T14:03:58.920Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:03:58.930Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Revoke previously assigned partitions SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-03-18T14:03:58.930Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] (Re-)joining group
2023-03-18T14:03:58.935Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Successfully joined group with generation Generation{generationId=62, memberId='SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2-be53e4fc-f6d9-449a-9fd8-df11cc80cc9f', protocol='range'}
2023-03-18T14:03:58.936Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Successfully joined group with generation Generation{generationId=62, memberId='SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94-2995e74d-4211-4955-93f6-f3f14568571e', protocol='range'}
2023-03-18T14:03:58.940Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Resetting the last seen epoch of partition SDC-DISTR-NOTIF-TOPIC-AUTO-0 to 0 since the associated topicId changed from null to XRzq8BOIRZiZRw2R__X0DA
2023-03-18T14:03:58.940Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Resetting the last seen epoch of partition SDC-DISTR-NOTIF-TOPIC-AUTO-5 to 0 since the associated topicId changed from null to XRzq8BOIRZiZRw2R__X0DA
2023-03-18T14:03:58.940Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Resetting the last seen epoch of partition SDC-DISTR-NOTIF-TOPIC-AUTO-1 to 0 since the associated topicId changed from null to XRzq8BOIRZiZRw2R__X0DA
2023-03-18T14:03:58.940Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Resetting the last seen epoch of partition SDC-DISTR-NOTIF-TOPIC-AUTO-4 to 0 since the associated topicId changed from null to XRzq8BOIRZiZRw2R__X0DA
2023-03-18T14:03:58.940Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Resetting the last seen epoch of partition SDC-DISTR-NOTIF-TOPIC-AUTO-2 to 0 since the associated topicId changed from null to XRzq8BOIRZiZRw2R__X0DA
2023-03-18T14:03:58.940Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Resetting the last seen epoch of partition SDC-DISTR-NOTIF-TOPIC-AUTO-3 to 0 since the associated topicId changed from null to XRzq8BOIRZiZRw2R__X0DA
2023-03-18T14:03:58.941Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Finished assignment for group at generation 62: {SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2-be53e4fc-f6d9-449a-9fd8-df11cc80cc9f=Assignment(partitions=[SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5]), SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94-2995e74d-4211-4955-93f6-f3f14568571e=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])}
2023-03-18T14:03:58.952Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Successfully synced group in generation Generation{generationId=62, memberId='SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2-be53e4fc-f6d9-449a-9fd8-df11cc80cc9f', protocol='range'}
2023-03-18T14:03:58.953Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5])
2023-03-18T14:03:58.953Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Adding newly assigned partitions: SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5
2023-03-18T14:03:58.953Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Successfully synced group in generation Generation{generationId=62, memberId='SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94-2995e74d-4211-4955-93f6-f3f14568571e', protocol='range'}
2023-03-18T14:03:58.954Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])
2023-03-18T14:03:58.954Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Adding newly assigned partitions: SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-03-18T14:03:58.955Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-18T14:03:58.956Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-18T14:03:58.956Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-18T14:03:58.956Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-18T14:03:58.956Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-18T14:03:58.956Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-18T14:03:58.957Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-18T14:03:58.957Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-18T14:03:58.957Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-18T14:03:58.957Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=1728, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-18T14:03:58.957Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-18T14:03:58.957Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-18T14:03:59.014Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-18T14:03:59.014Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-10|||||DEBUG|500||received notification from broker: {"distributionID":"34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846","serviceName":"basic_onboard_gCPnoC","serviceVersion":"1.0","serviceUUID":"dad851ae-1f1d-4e04-8847-f18fd5d51391","serviceDescription":"service","serviceInvariantUUID":"693dcbb7-55f2-41d5-a0d9-572574329dfe","resources":[{"resourceInstanceName":"basic_onboard_gCPnoC 0","resourceName":"basic_onboard_gCPnoC","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"f3fb2f57-aad9-4f33-88db-c458ae09cdfb","resourceInvariantUUID":"d7c6b294-4284-4b69-87ff-a797deedad73","resourceCustomizationUUID":"9327f8c9-4591-449b-b6af-227dc0614cab","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/vf-license-model.xml","artifactChecksum":"OGQ5ZDI0MzIzNDdmMDUyYmQ0MzVmMDVkOWUyNGVlYmE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"5077753b-8cdd-47a9-82d5-e3ff4ce969c3","artifactVersion":"1"},{"artifactName":"basic_onboard_gcpnoc0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json","artifactChecksum":"NjRhMmYzNDQxZDFkYzhiMjZmMTk3NDMzZmQwOWNiNWI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"583db2fa-2045-4011-8045-9fd436580060","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"0846dbe8-d246-42f3-9ba6-3c197d6bb5c4","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"5004fadd-cda9-4566-99ac-bc5d669427a2","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"7d3da3bf-4415-4326-b045-fe6bef605f78","artifactVersion":"2","generatedFromUUID":"0846dbe8-d246-42f3-9ba6-3c197d6bb5c4"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardGcpnoc-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-template.yml","artifactChecksum":"OGFkYWYzODVjYTg1MmE4Y2JhZWM5NDk3ZjljNTAwNTE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"8ab16f5d-5180-4470-b278-f6ea6f7c23e8","artifactVersion":"1"},{"artifactName":"service-BasicOnboardGcpnoc-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar","artifactChecksum":"MjQxYmE3NTM3MTRlYjAwMzA2YjMyYmJjMmU4MmNkYjE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"d6569f72-4f81-428a-8593-389324ccdf48","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-18T14:03:59.014Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T14:03:59.014Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:03:59.014Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:03:59.014Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679148181478,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:03:59.982Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-18T14:03:59.982Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679148138274,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-18T14:03:59.982Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:03:59.982Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-18T14:03:59.982Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "d6b70362-b450-41db-97c4-ea1285deb273",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679147539578,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/resourceInstances/pnf8b249c548f1f0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T14:03:59.982Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:03:59.982Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-18T14:03:59.982Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "d6b70362-b450-41db-97c4-ea1285deb273",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679147539578,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/resourceInstances/pnf8b249c548f1f0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-18T14:03:59.982Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:03:59.982Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-18T14:03:59.983Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "d6b70362-b450-41db-97c4-ea1285deb273",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679147539578,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/resourceInstances/pnf8b249c548f1f0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-18T14:03:59.983Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:03:59.983Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-18T14:03:59.983Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "d6b70362-b450-41db-97c4-ea1285deb273",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679147539578,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/resourceInstances/pnf8b249c548f1f0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T14:03:59.983Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:03:59.983Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-18T14:03:59.983Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "d6b70362-b450-41db-97c4-ea1285deb273",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679147539578,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/resourceInstances/pnf8b249c548f1f0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T14:03:59.983Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:03:59.983Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-18T14:03:59.983Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "d6b70362-b450-41db-97c4-ea1285deb273",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679147539578,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/resourceInstances/pnf8b249c548f1f0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T14:03:59.983Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:03:59.983Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-18T14:03:59.983Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "d6b70362-b450-41db-97c4-ea1285deb273",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679147539578,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/artifacts/service-DemoPnf0qrybifhigdyvijapwks-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T14:03:59.983Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:03:59.983Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-18T14:03:59.983Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "d6b70362-b450-41db-97c4-ea1285deb273",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679147539578,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/artifacts/service-DemoPnf0qrybifhigdyvijapwks-csar.csar",
  "status": "NOTIFIED"
}
2023-03-18T14:03:59.983Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:03:59.983Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-18T14:03:59.983Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "d6b70362-b450-41db-97c4-ea1285deb273",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679148147560,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/artifacts/service-DemoPnf0qrybifhigdyvijapwks-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-18T14:03:59.984Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:03:59.984Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-18T14:03:59.984Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "d6b70362-b450-41db-97c4-ea1285deb273",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679148149257,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/artifacts/service-DemoPnf0qrybifhigdyvijapwks-csar.csar",
  "status": "DEPLOY_OK"
}
2023-03-18T14:03:59.984Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:03:59.984Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-18T14:03:59.984Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "d6b70362-b450-41db-97c4-ea1285deb273",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679148180454,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-18T14:03:59.984Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:03:59.984Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-18T14:03:59.984Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679148181478,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T14:03:59.984Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:04:00.015Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T14:04:00.015Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:04:00.015Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:04:00.015Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679148181478,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:04:01.016Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T14:04:01.016Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:04:01.016Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:04:01.016Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679148181478,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:04:02.017Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T14:04:02.017Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:04:02.017Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:04:02.018Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679148181478,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:04:03.018Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T14:04:03.019Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:04:03.019Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:04:03.019Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679148181478,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:04:04.020Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T14:04:04.020Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:04:04.020Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:04:04.021Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679148181478,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:04:05.021Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T14:04:05.021Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:04:05.021Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:04:05.021Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679148181478,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:04:06.027Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "serviceName": "basic_onboard_gCPnoC",
  "serviceVersion": "1.0",
  "serviceUUID": "dad851ae-1f1d-4e04-8847-f18fd5d51391",
  "serviceDescription": "service",
  "serviceInvariantUUID": "693dcbb7-55f2-41d5-a0d9-572574329dfe",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_gCPnoC 0",
      "resourceCustomizationUUID": "9327f8c9-4591-449b-b6af-227dc0614cab",
      "resourceName": "basic_onboard_gCPnoC",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "f3fb2f57-aad9-4f33-88db-c458ae09cdfb",
      "resourceInvariantUUID": "d7c6b294-4284-4b69-87ff-a797deedad73",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_gcpnoc0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json",
          "artifactChecksum": "NjRhMmYzNDQxZDFkYzhiMjZmMTk3NDMzZmQwOWNiNWI\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "583db2fa-2045-4011-8045-9fd436580060",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "0846dbe8-d246-42f3-9ba6-3c197d6bb5c4",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "7d3da3bf-4415-4326-b045-fe6bef605f78",
            "generatedFromUUID": "0846dbe8-d246-42f3-9ba6-3c197d6bb5c4"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "7d3da3bf-4415-4326-b045-fe6bef605f78",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardGcpnoc-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar",
      "artifactChecksum": "MjQxYmE3NTM3MTRlYjAwMzA2YjMyYmJjMmU4MmNkYjE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "d6569f72-4f81-428a-8593-389324ccdf48"
    }
  ],
  "workloadContext": "Production"
}
2023-03-18T14:04:06.027Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-18T14:04:06.028Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 dad851ae-1f1d-4e04-8847-f18fd5d51391 ASDC
2023-03-18T14:04:06.028Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
ServiceName:basic_onboard_gCPnoC
ServiceVersion:1.0
ServiceUUID:dad851ae-1f1d-4e04-8847-f18fd5d51391
ServiceInvariantUUID:693dcbb7-55f2-41d5-a0d9-572574329dfe
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardGcpnoc-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar
ArtifactUUID:d6569f72-4f81-428a-8593-389324ccdf48
ArtifactChecksum:MjQxYmE3NTM3MTRlYjAwMzA2YjMyYmJjMmU4MmNkYjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_gCPnoC 0
ResourceCustomizationUUID:9327f8c9-4591-449b-b6af-227dc0614cab
ResourceInvariantUUID:d7c6b294-4284-4b69-87ff-a797deedad73
ResourceName:basic_onboard_gCPnoC
ResourceType:VF
ResourceUUID:f3fb2f57-aad9-4f33-88db-c458ae09cdfb
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_gcpnoc0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json
ArtifactUUID:583db2fa-2045-4011-8045-9fd436580060
ArtifactChecksum:NjRhMmYzNDQxZDFkYzhiMjZmMTk3NDMzZmQwOWNiNWI=
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/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.yaml
ArtifactUUID:0846dbe8-d246-42f3-9ba6-3c197d6bb5c4
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/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.env
ArtifactUUID:7d3da3bf-4415-4326-b045-fe6bef605f78
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/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.env
ArtifactUUID:7d3da3bf-4415-4326-b045-fe6bef605f78
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-18T14:04:06.028Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF dad851ae-1f1d-4e04-8847-f18fd5d51391 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: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-18T14:04:06.060Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-18T14:04:06.060Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-03-18T14:04:06.061Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-03-18T14:04:06.061Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: d6569f72-4f81-428a-8593-389324ccdf48 from URL: /sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar
2023-03-18T14:04:06.061Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-10|||||INFO|500||DistributionClient - download
2023-03-18T14:04:06.061Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-10|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar
2023-03-18T14:04:06.116Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-10|||||DEBUG|500||GET Response Status 404
2023-03-18T14:04:06.116Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-10|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@199b0b98
2023-03-18T14:04:06.116Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-10|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-18T14:04:06.116Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-10|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicOnboardGcpnoc"
      ]
    }
  }
}
2023-03-18T14:04:06.117Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-10|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicOnboardGcpnoc-csar.csar /sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar d6569f72-4f81-428a-8593-389324ccdf48 Specified artifact is  not found 300 ASDC artifact download fail
2023-03-18T14:04:06.117Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar ASDC sendASDCNotification
2023-03-18T14:04:06.117Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar(Specified artifact is  not found)
2023-03-18T14:04:06.117Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-18T14:04:06.117Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:04:06.117Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:04:06.117Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679148246117,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:04:07.118Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-10|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during processCsarServiceArtifacts ASDC processCsarServiceArtifacts 500 Exception in processCsarServiceArtifacts
org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact service-BasicOnboardGcpnoc-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar(UUID:d6569f72-4f81-428a-8593-389324ccdf48)
Error message is Specified artifact is  not found

	at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394)
	at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2023-03-18T14:04:07.134Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-10|||||ERROR|500||error NSST process resource failure 
java.lang.NullPointerException: null
	at org.onap.so.asdc.client.ASDCController.processNsstNotification(ASDCController.java:978)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:760)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-18T14:04:07.134Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: f3fb2f57-aad9-4f33-88db-c458ae09cdfb
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-18T14:04:07.138Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-10|||||INFO|500||basic_onboard_gCPnoC 0
2023-03-18T14:04:07.139Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: f3fb2f57-aad9-4f33-88db-c458ae09cdfb
2023-03-18T14:04:07.139Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 583db2fa-2045-4011-8045-9fd436580060 from URL: /sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json
2023-03-18T14:04:07.139Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-10|||||INFO|500||DistributionClient - download
2023-03-18T14:04:07.139Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-10|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json
2023-03-18T14:04:07.154Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-10|||||DEBUG|500||GET Response Status 404
2023-03-18T14:04:07.154Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-10|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@d1700d3
2023-03-18T14:04:07.155Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-10|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-18T14:04:07.155Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-10|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicOnboardGcpnoc"
      ]
    }
  }
}
2023-03-18T14:04:07.155Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-10|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL basic_onboard_gcpnoc0_modules.json /sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json 583db2fa-2045-4011-8045-9fd436580060 Specified artifact is  not found 300 ASDC artifact download fail
2023-03-18T14:04:07.155Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json ASDC sendASDCNotification
2023-03-18T14:04:07.155Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json(Specified artifact is  not found)
2023-03-18T14:04:07.155Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-18T14:04:07.156Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:04:07.156Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:04:07.156Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679148247155,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:04:08.157Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-10|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during Installation of artifact ASDC processResourceNotification 500 Exception in processResourceNotification
org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact basic_onboard_gcpnoc0_modules.json could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json(UUID:583db2fa-2045-4011-8045-9fd436580060)
Error message is Specified artifact is  not found

	at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:787)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-18T14:04:08.157Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T14:04:08.179Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T14:04:08.182Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-10|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-18T14:04:08.183Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-18T14:04:38.183Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T14:04:38.200Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T14:04:38.203Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-10|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-18T14:04:38.203Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-18T14:04:58.920Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:04:58.921Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-18T14:04:58.922Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679148181478,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json",
  "status": "NOTIFIED"
}
2023-03-18T14:04:58.922Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:05:08.203Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T14:05:08.221Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T14:05:08.224Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-10|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-18T14:05:08.229Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-18T14:05:38.229Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T14:05:38.248Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T14:05:38.252Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-10|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-18T14:05:38.252Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-18T14:05:58.920Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:05:58.921Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-18T14:05:58.922Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679148181478,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2023-03-18T14:05:58.922Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:05:58.922Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-18T14:05:58.923Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679148181478,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T14:05:58.923Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:05:58.923Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-18T14:05:58.923Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679148181478,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2023-03-18T14:05:58.923Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:05:58.923Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-18T14:05:58.923Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679148181478,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T14:05:58.923Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:05:58.923Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-18T14:05:58.924Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679148181478,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar",
  "status": "NOTIFIED"
}
2023-03-18T14:05:58.924Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:05:58.924Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-18T14:05:58.924Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679148246117,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-18T14:05:58.924Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:05:58.924Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-18T14:05:58.924Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679148247155,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-18T14:05:58.924Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:06:08.252Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T14:06:08.269Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T14:06:08.272Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-10|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-18T14:06:08.273Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-18T14:06:38.273Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T14:06:38.293Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T14:06:38.296Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-10|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-18T14:06:38.296Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-18T14:06:58.920Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:07:08.296Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T14:07:08.316Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T14:07:08.320Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-10|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-18T14:07:08.320Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-18T14:07:38.320Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T14:07:38.346Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T14:07:38.350Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-10|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-18T14:07:38.350Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-18T14:07:58.920Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:08:08.352Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T14:08:08.370Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T14:08:08.372Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-10|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-18T14:08:08.372Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-18T14:08:38.373Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T14:08:38.391Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T14:08:38.394Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-10|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-18T14:08:38.395Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-18T14:08:58.921Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:08:59.069Z||kafka-coordinator-heartbeat-thread | so|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] consumer poll timeout has expired. This means the time between subsequent calls to poll() was longer than the configured max.poll.interval.ms, which typically implies that the poll loop is spending too much time processing messages. You can address this either by increasing max.poll.interval.ms or by reducing the maximum size of batches returned in poll() with max.poll.records.
2023-03-18T14:08:59.070Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Member SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2-be53e4fc-f6d9-449a-9fd8-df11cc80cc9f sending LeaveGroup request to coordinator onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2147483645 rack: null) due to consumer poll timeout has expired.
2023-03-18T14:08:59.070Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Resetting generation and member id due to: consumer pro-actively leaving the group
2023-03-18T14:08:59.070Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Request joining group due to: consumer pro-actively leaving the group
2023-03-18T14:08:59.696Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T14:08:59.708Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Revoke previously assigned partitions SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-03-18T14:08:59.708Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] (Re-)joining group
2023-03-18T14:08:59.712Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Successfully joined group with generation Generation{generationId=63, memberId='SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94-2995e74d-4211-4955-93f6-f3f14568571e', protocol='range'}
2023-03-18T14:08:59.713Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Finished assignment for group at generation 63: {SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94-2995e74d-4211-4955-93f6-f3f14568571e=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])}
2023-03-18T14:08:59.727Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Successfully synced group in generation Generation{generationId=63, memberId='SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94-2995e74d-4211-4955-93f6-f3f14568571e', protocol='range'}
2023-03-18T14:08:59.728Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])
2023-03-18T14:08:59.728Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Adding newly assigned partitions: SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-03-18T14:08:59.731Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-18T14:08:59.732Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-18T14:08:59.732Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-18T14:08:59.732Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=1749, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-18T14:08:59.732Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-18T14:08:59.732Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-18T14:09:08.395Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-10|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2023-03-18T14:09:08.395Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-18T14:09:08.404Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846 and serviceModelVersionId: dad851ae-1f1d-4e04-8847-f18fd5d51391
2023-03-18T14:09:08.405Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 693dcbb7-55f2-41d5-a0d9-572574329dfe
2023-03-18T14:09:08.405Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391?depth=0
2023-03-18T14:09:08.411Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2023-03-18T14:09:08.425Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391?depth=0|INFO|500||Invoke
2023-03-18T14:09:08.425Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[246bc1bf-ca6a-4944-8088-3772a69e6a81], X-ECOMP-RequestID=[34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846], X-TransactionId=[], X-ONAP-RequestID=[34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846], Content-Type=[application/merge-patch+json]}
2023-03-18T14:09:08.437Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2023-03-18T14:09:08.466Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391?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/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391?depth=0 has http status code:404 and response headers:{date=[Sat, 18 Mar 2023 14:09:08 GMT], content-length=[495], x-aai-txid=[2-aai-resources-230318-14:09:08:140-8968], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-18T14:09:08.467Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391?depth=0|DEBUG|500||{"requestError":{"serviceException":{"messageId":"SVC3001","text":"Resource not found for %1 using id %2 (msg=%3) (ec=%4)","variables":["MERGE_PATCH","service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391","Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391","ERR.5.4.6114"]}}}

2023-03-18T14:09:08.468Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391?depth=0|INFO|404|Not Found|InvokeReturn
2023-03-18T14:09:08.470Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-10|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391) (ec=ERR.5.4.6114)
2023-03-18T14:09:08.470Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-10|||||ERROR|500||Exception occurred
javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391) (ec=ERR.5.4.6114)
	at org.onap.so.client.ResponseExceptionMapper.map(ResponseExceptionMapper.java:74)
	at org.onap.so.client.RestRequest.get(RestRequest.java:77)
	at org.onap.so.client.RestClient.buildRequest(RestClient.java:326)
	at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322)
	at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283)
	at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67)
	at net.jodah.failsafe.Execution.executeSync(Execution.java:117)
	at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319)
	at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71)
	at org.onap.so.client.RestClient.method(RestClient.java:322)
	at org.onap.so.client.RestClient.patch(RestClient.java:265)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184)
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-18T14:09:08.470Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-10|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391) (ec=ERR.5.4.6114)
2023-03-18T14:09:08.470Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-10|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391) (ec=ERR.5.4.6114)
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-18T14:09:08.476Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-18T14:09:08.476Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391) (ec=ERR.5.4.6114)
2023-03-18T14:09:08.476Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2023-03-18T14:09:08.476Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:09:08.476Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:09:08.476Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679148548476,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391) (ec\u003dERR.5.4.6114)"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:09:08.493Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-18T14:09:08.493Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679148548476,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391) (ec\u003dERR.5.4.6114)"
}
2023-03-18T14:09:08.493Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-18T14:09:09.500Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-18T14:09:09.500Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-10|||||DEBUG|500||received notification from broker: {"distributionID":"d4dc9e71-f2cb-491c-bcf1-9d51402514be","serviceName":"vFW 2023-03-18 11-08-36","serviceVersion":"1.0","serviceUUID":"27fdb87d-b713-4eaf-90a0-9e48041e5db6","serviceDescription":"catalog service description","serviceInvariantUUID":"cb6d14f9-78ae-470a-a6af-a3a2b9fea472","resources":[{"resourceInstanceName":"vFW 58569f3e-bd56 0","resourceName":"vFW 58569f3e-bd56","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"d26137cf-1389-4abe-8e09-78b44d7a1aae","resourceInvariantUUID":"440b369e-a09c-4c31-8a4e-6692abd11e0c","resourceCustomizationUUID":"e17fe765-865d-4748-ab41-44bdbee5a853","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/vf-license-model.xml","artifactChecksum":"MTFjYmU2ZGQwM2YxYTQxNjdhOWY1YjI5OWUyYjE5OTg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"7238df55-40f7-4cde-93e0-f3c86248a4ba","artifactVersion":"1"},{"artifactName":"vfw58569f3ebd560_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/vfw58569f3ebd560_modules.json","artifactChecksum":"ODg5YTAyNmJiZTFiZTA5MDMwZWVhNmFkMzVmNzk4YTg\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"a8ca7246-150c-4537-b08d-e58462b66bb6","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"be903e28-b266-44db-9c8b-4cbcb6f7ee77","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/vendor-license-model.xml","artifactChecksum":"NDExZWJjY2Q3ZjkxN2NkNTRiYmFlNDViOGZhYWJjM2M\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"cecd91b9-dbd7-4a9b-96a0-72674051949c","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"0637f995-3e6f-44f6-89fc-61906f5ff14b","artifactVersion":"2","generatedFromUUID":"be903e28-b266-44db-9c8b-4cbcb6f7ee77"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20230318110836-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-template.yml","artifactChecksum":"NjdmYzRlMTY1MzM1ODg5NjAzNTEzOWU1ZGFmNmNiNDI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"8648cca8-36e7-40c1-8faf-a7c0be2faa07","artifactVersion":"1"},{"artifactName":"service-Vfw20230318110836-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar","artifactChecksum":"NzY3OTRjMDBhMTZlZjQ1ZTQ3MTU0ZjE0NjliYmU1M2Y\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"436a091b-6820-4621-9f77-4a798268cc9d","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-18T14:09:09.500Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T14:09:09.501Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:09:09.501Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:09:09.501Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679148181478,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:09:10.501Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T14:09:10.501Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:09:10.501Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:09:10.501Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679148181478,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/vfw58569f3ebd560_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:09:11.502Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T14:09:11.502Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:09:11.502Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:09:11.503Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679148181478,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:09:12.503Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T14:09:12.503Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:09:12.503Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:09:12.504Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679148181478,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:09:13.504Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T14:09:13.504Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:09:13.504Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:09:13.504Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679148181478,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/base_vfw.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:09:14.505Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T14:09:14.505Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:09:14.505Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:09:14.506Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679148181478,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:09:15.506Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T14:09:15.506Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:09:15.507Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:09:15.507Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679148181478,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:09:16.508Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "serviceName": "vFW 2023-03-18 11-08-36",
  "serviceVersion": "1.0",
  "serviceUUID": "27fdb87d-b713-4eaf-90a0-9e48041e5db6",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "cb6d14f9-78ae-470a-a6af-a3a2b9fea472",
  "resources": [
    {
      "resourceInstanceName": "vFW 58569f3e-bd56 0",
      "resourceCustomizationUUID": "e17fe765-865d-4748-ab41-44bdbee5a853",
      "resourceName": "vFW 58569f3e-bd56",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "d26137cf-1389-4abe-8e09-78b44d7a1aae",
      "resourceInvariantUUID": "440b369e-a09c-4c31-8a4e-6692abd11e0c",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw58569f3ebd560_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/vfw58569f3ebd560_modules.json",
          "artifactChecksum": "ODg5YTAyNmJiZTFiZTA5MDMwZWVhNmFkMzVmNzk4YTg\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "a8ca7246-150c-4537-b08d-e58462b66bb6",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "be903e28-b266-44db-9c8b-4cbcb6f7ee77",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "0637f995-3e6f-44f6-89fc-61906f5ff14b",
            "generatedFromUUID": "be903e28-b266-44db-9c8b-4cbcb6f7ee77"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "0637f995-3e6f-44f6-89fc-61906f5ff14b",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20230318110836-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar",
      "artifactChecksum": "NzY3OTRjMDBhMTZlZjQ1ZTQ3MTU0ZjE0NjliYmU1M2Y\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "436a091b-6820-4621-9f77-4a798268cc9d"
    }
  ],
  "workloadContext": "Production"
}
2023-03-18T14:09:16.508Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-18T14:09:16.508Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 27fdb87d-b713-4eaf-90a0-9e48041e5db6 ASDC
2023-03-18T14:09:16.509Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:d4dc9e71-f2cb-491c-bcf1-9d51402514be
ServiceName:vFW 2023-03-18 11-08-36
ServiceVersion:1.0
ServiceUUID:27fdb87d-b713-4eaf-90a0-9e48041e5db6
ServiceInvariantUUID:cb6d14f9-78ae-470a-a6af-a3a2b9fea472
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20230318110836-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar
ArtifactUUID:436a091b-6820-4621-9f77-4a798268cc9d
ArtifactChecksum:NzY3OTRjMDBhMTZlZjQ1ZTQ3MTU0ZjE0NjliYmU1M2Y=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 58569f3e-bd56 0
ResourceCustomizationUUID:e17fe765-865d-4748-ab41-44bdbee5a853
ResourceInvariantUUID:440b369e-a09c-4c31-8a4e-6692abd11e0c
ResourceName:vFW 58569f3e-bd56
ResourceType:VF
ResourceUUID:d26137cf-1389-4abe-8e09-78b44d7a1aae
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw58569f3ebd560_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/vfw58569f3ebd560_modules.json
ArtifactUUID:a8ca7246-150c-4537-b08d-e58462b66bb6
ArtifactChecksum:ODg5YTAyNmJiZTFiZTA5MDMwZWVhNmFkMzVmNzk4YTg=
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/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/base_vfw.yaml
ArtifactUUID:be903e28-b266-44db-9c8b-4cbcb6f7ee77
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/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/base_vfw.env
ArtifactUUID:0637f995-3e6f-44f6-89fc-61906f5ff14b
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/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/base_vfw.env
ArtifactUUID:0637f995-3e6f-44f6-89fc-61906f5ff14b
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-18T14:09:16.509Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 27fdb87d-b713-4eaf-90a0-9e48041e5db6 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: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-18T14:09:16.541Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-18T14:09:16.541Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-03-18T14:09:16.541Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-03-18T14:09:16.541Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 436a091b-6820-4621-9f77-4a798268cc9d from URL: /sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar
2023-03-18T14:09:16.541Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||INFO|500||DistributionClient - download
2023-03-18T14:09:16.541Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar
2023-03-18T14:09:16.998Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2023-03-18T14:09:17.004Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar 436a091b-6820-4621-9f77-4a798268cc9d 101467
2023-03-18T14:09:17.004Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar ASDC sendASDCNotification
2023-03-18T14:09:17.004Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar
2023-03-18T14:09:17.005Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-18T14:09:17.005Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:09:17.005Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:09:17.005Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679148557004,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:09:18.005Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-18T14:09:18.006Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-03-18T14:09:18.007Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 436a091b-6820-4621-9f77-4a798268cc9d, URL: /sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar to file: /app/ASDC/1/service-Vfw20230318110836-csar.csar
2023-03-18T14:09:18.007Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20230318110836-csar.csar
2023-03-18T14:09:18.008Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20230318110836-csar.csar
2023-03-18T14:09:18.008Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20230318110836-csar.csar
2023-03-18T14:09:18.146Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12561034410054742298/Definitions/service-Vfw20230318110836-template.yml
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
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
2023-03-18T14:09:19.521Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-18T14:09:19.521Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||WARN|500||####################################################################################################
2023-03-18T14:09:19.521Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20230318110836-csar.csar
2023-03-18T14:09:19.521Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2023-03-18T14:09:19.522Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230318110836-csar.csar
2023-03-18T14:09:19.522Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||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-Vfw20230318110836-csar.csar
2023-03-18T14:09:19.522Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||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-Vfw20230318110836-csar.csar
2023-03-18T14:09:19.522Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||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-Vfw20230318110836-csar.csar
2023-03-18T14:09:19.522Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230318110836-csar.csar
2023-03-18T14:09:19.522Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230318110836-csar.csar
2023-03-18T14:09:19.522Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||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-Vfw20230318110836-csar.csar
2023-03-18T14:09:19.522Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230318110836-csar.csar
2023-03-18T14:09:19.522Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230318110836-csar.csar
2023-03-18T14:09:19.522Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 58569f3e-bd56 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-Vfw20230318110836-csar.csar
2023-03-18T14:09:19.522Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230318110836-csar.csar
2023-03-18T14:09:19.522Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||WARN|500||####################################################################################################
2023-03-18T14:09:19.522Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T14:09:19.522Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||DEBUG|500||Service vFW 2023-03-18 11-08-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T14:09:19.522Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||DEBUG|500||Node template vFW 58569f3e-bd56 0 is matching search criteria
2023-03-18T14:09:19.522Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2023-03-18T14:09:19.522Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 58569f3e-bd56 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-18T14:09:19.522Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T14:09:19.522Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||DEBUG|500||Service vFW 2023-03-18 11-08-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T14:09:19.522Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||DEBUG|500||Node template vFW 58569f3e-bd56 0 is matching search criteria
2023-03-18T14:09:19.522Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2023-03-18T14:09:19.522Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 58569f3e-bd56 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-18T14:09:19.523Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T14:09:19.523Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||DEBUG|500||Service vFW 2023-03-18 11-08-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T14:09:19.523Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T14:09:19.523Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||DEBUG|500||Node template vFW 58569f3e-bd56 0 is not matching search criteria
2023-03-18T14:09:19.523Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-18T14:09:19.523Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-18T14:09:19.523Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-18T14:09:19.523Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-18T14:09:19.523Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-18T14:09:19.523Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-18T14:09:19.523Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-18T14:09:19.523Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-18T14:09:19.523Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-18T14:09:19.523Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-18T14:09:19.523Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-18T14:09:19.523Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-18T14:09:19.523Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-18T14:09:19.523Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-18T14:09:19.523Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-18T14:09:19.523Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-03-18T14:09:19.523Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T14:09:19.524Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||DEBUG|500||Service vFW 2023-03-18 11-08-36 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-03-18T14:09:19.524Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T14:09:19.524Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||DEBUG|500||Node template vFW 58569f3e-bd56 0 is matching search criteria
2023-03-18T14:09:19.524Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 58569f3e-bd56 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-18T14:09:19.524Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T14:09:19.524Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||DEBUG|500||Node template vFW 58569f3e-bd56 0 is matching search criteria
2023-03-18T14:09:19.524Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 58569f3e-bd56 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-18T14:09:19.524Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T14:09:19.524Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||DEBUG|500||Node template vFW 58569f3e-bd56 0 is matching search criteria
2023-03-18T14:09:19.524Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 58569f3e-bd56 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-18T14:09:19.524Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T14:09:19.524Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||DEBUG|500||Node template vFW 58569f3e-bd56 0 is not matching search criteria
2023-03-18T14:09:19.524Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-18T14:09:19.524Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-18T14:09:19.524Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-03-18T14:09:19.524Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-18T14:09:19.524Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-18T14:09:19.524Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-18T14:09:19.524Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-18T14:09:19.524Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-18T14:09:19.524Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-18T14:09:19.524Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-18T14:09:19.525Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-18T14:09:19.525Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=54648a20-f030-49c4-93d4-4525b2108f51
2023-03-18T14:09:19.525Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T14:09:19.525Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||DEBUG|500||Node template vFW 58569f3e-bd56 0 is not matching search criteria
2023-03-18T14:09:19.525Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-18T14:09:19.525Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-18T14:09:19.525Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-18T14:09:19.525Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-18T14:09:19.525Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-18T14:09:19.525Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-18T14:09:19.525Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-18T14:09:19.525Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-03-18T14:09:19.525Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-18T14:09:19.525Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-18T14:09:19.525Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-18T14:09:19.525Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-18T14:09:19.525Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=c8000f82-3ea0-499f-845f-48af9ca20f40
2023-03-18T14:09:19.525Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T14:09:19.525Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||DEBUG|500||Node template vFW 58569f3e-bd56 0 is not matching search criteria
2023-03-18T14:09:19.525Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-18T14:09:19.525Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-18T14:09:19.525Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-18T14:09:19.525Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-18T14:09:19.525Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-18T14:09:19.525Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-18T14:09:19.526Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-18T14:09:19.526Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-18T14:09:19.526Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-18T14:09:19.526Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-18T14:09:19.526Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-18T14:09:19.526Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-03-18T14:09:19.526Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=8d37dce4-ace0-4972-b0ae-359f5ee34e15
2023-03-18T14:09:19.526Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T14:09:19.526Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||DEBUG|500||Service vFW 2023-03-18 11-08-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T14:09:19.526Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T14:09:19.526Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||DEBUG|500||Service vFW 2023-03-18 11-08-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T14:09:19.526Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T14:09:19.526Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||DEBUG|500||Service vFW 2023-03-18 11-08-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T14:09:19.526Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T14:09:19.526Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||DEBUG|500||Service vFW 2023-03-18 11-08-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T14:09:19.526Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2023-03-18 11-08-36
Description:catalog service description
Model UUID:27fdb87d-b713-4eaf-90a0-9e48041e5db6
Model Version:NULL
Model InvariantUuid:cb6d14f9-78ae-470a-a6af-a3a2b9fea472
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 58569f3e-bd56
Model UUID:2fc36073-92c9-4d5d-9644-0bb6550c287b
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:440b369e-a09c-4c31-8a4e-6692abd11e0c
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:e17fe765-865d-4748-ab41-44bdbee5a853
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:351d450e-b1b7-41ae-a83a-2a71f15e25d1
ModelName:Vfw58569f3eBd56..base_vfw..module-0
ModelUuid:0d68d68e-dec8-43d2-aff9-f5d88cc04393
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:54648a20-f030-49c4-93d4-4525b2108f51
ModelInvariantUuid:4ab08134-cd1d-4688-9b75-17c67d1a3e81
ModelName:vFW 58569f3e-bd56-nodes.vfwCvfc
ModelUuid:d6b2f0ba-9202-407c-a163-7cc24d0f18b4
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:056f6090-f73c-4739-af97-620c05ad132a
ModelInvariantUuid:983e3ada-7ea8-4303-8174-d3114334eb9e
ModelName:Vfw58569f3eBd56.compute.nodes.heat.vfw
ModelUuid:3d4b7896-bd84-401c-aa77-b889e41a200a
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:c8000f82-3ea0-499f-845f-48af9ca20f40
ModelInvariantUuid:fcd18208-a79b-409f-9943-f6fdaf7b423e
ModelName:vFW 58569f3e-bd56-nodes.vsnCvfc
ModelUuid:2dc70d22-f13d-4809-b3aa-6be925119137
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:402dc1d7-02f5-4fe5-9c72-942fea6de45f
ModelInvariantUuid:0b0ccbe0-ee97-4020-bd46-0de8c06bfc96
ModelName:Vfw58569f3eBd56.compute.nodes.heat.vsn
ModelUuid:9156b53b-b6f9-40ab-bf18-4e57fbace729
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:8d37dce4-ace0-4972-b0ae-359f5ee34e15
ModelInvariantUuid:5fb0558e-6cb2-4431-b7ca-6445c8799cef
ModelName:vFW 58569f3e-bd56-nodes.vpgCvfc
ModelUuid:fa77263e-b297-4fc8-ad06-fee6a19575f2
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:c490c1b0-6d8a-4e04-bcc3-d1334a874130
ModelInvariantUuid:49041fa9-9665-4fc5-a429-9d3d7490839b
ModelName:Vfw58569f3eBd56.compute.nodes.heat.vpg
ModelUuid:7e8eb1f5-1f60-4b7b-ac6b-192037bf4db6
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=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-03-18T14:09:19.561Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||ERROR|500||Csar with UUID: 436a091b-6820-4621-9f77-4a798268cc9d already exists
2023-03-18T14:09:19.561Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar ASDC sendASDCNotification
2023-03-18T14:09:19.561Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar(Csar with UUID: 436a091b-6820-4621-9f77-4a798268cc9d already exists)
2023-03-18T14:09:19.561Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-18T14:09:19.561Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:09:19.561Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:09:19.561Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679148559561,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 436a091b-6820-4621-9f77-4a798268cc9d already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:09:20.562Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar ASDC sendASDCNotification
2023-03-18T14:09:20.562Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar(Resource with UUID: d26137cf-1389-4abe-8e09-78b44d7a1aae already exists)
2023-03-18T14:09:20.562Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-18T14:09:20.562Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:09:20.563Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:09:20.563Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679148560562,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: d26137cf-1389-4abe-8e09-78b44d7a1aae already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:09:21.566Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d4dc9e71-f2cb-491c-bcf1-9d51402514be
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T14:09:21.585Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d4dc9e71-f2cb-491c-bcf1-9d51402514be
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T14:09:21.588Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-18T14:09:21.588Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-18T14:09:21.588Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-18T14:09:21.588Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-18T14:09:21.588Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T14:09:21.588Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T14:09:21.588Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T14:09:21.588Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T14:09:21.588Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T14:09:21.588Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-18T14:09:21.597Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-18T14:09:51.597Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: d4dc9e71-f2cb-491c-bcf1-9d51402514be and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-18T14:09:51.605Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: d4dc9e71-f2cb-491c-bcf1-9d51402514be and serviceModelVersionId: 27fdb87d-b713-4eaf-90a0-9e48041e5db6
2023-03-18T14:09:51.605Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : cb6d14f9-78ae-470a-a6af-a3a2b9fea472
2023-03-18T14:09:51.605Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/cb6d14f9-78ae-470a-a6af-a3a2b9fea472/model-vers/model-ver/27fdb87d-b713-4eaf-90a0-9e48041e5db6?depth=0
2023-03-18T14:09:51.611Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2023-03-18T14:09:51.620Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cb6d14f9-78ae-470a-a6af-a3a2b9fea472/model-vers/model-ver/27fdb87d-b713-4eaf-90a0-9e48041e5db6?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-03-18T14:09:51.621Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cb6d14f9-78ae-470a-a6af-a3a2b9fea472/model-vers/model-ver/27fdb87d-b713-4eaf-90a0-9e48041e5db6?depth=0|INFO|500||Invoke
2023-03-18T14:09:51.628Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cb6d14f9-78ae-470a-a6af-a3a2b9fea472/model-vers/model-ver/27fdb87d-b713-4eaf-90a0-9e48041e5db6?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-18T14:09:51.747Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cb6d14f9-78ae-470a-a6af-a3a2b9fea472/model-vers/model-ver/27fdb87d-b713-4eaf-90a0-9e48041e5db6?depth=0|INFO|500||InvokeReturn
2023-03-18T14:09:51.747Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cb6d14f9-78ae-470a-a6af-a3a2b9fea472/model-vers/model-ver/27fdb87d-b713-4eaf-90a0-9e48041e5db6?depth=0 has http status code:200 and response headers:{date=[Sat, 18 Mar 2023 14:09:51 GMT], content-length=[0], vertex-id=[593936], x-aai-txid=[0-aai-resources-230318-14:09:51:330-37247], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-18T14:09:51.748Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||DEBUG|500||Response was returned with an empty entity.
2023-03-18T14:09:51.748Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-18T14:09:51.748Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-18T14:09:51.756Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-18T14:09:51.757Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID d4dc9e71-f2cb-491c-bcf1-9d51402514be and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-18T14:09:51.757Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-18T14:09:51.757Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:09:51.757Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:09:51.757Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679148591757,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-18T14:09:52.783Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-18T14:09:52.783Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||DEBUG|500||received notification from broker: {"distributionID":"9f6cbd74-5561-4ebf-ae29-ef09adcdb35a","serviceName":"vFW 2023-03-18 11-49-31","serviceVersion":"1.0","serviceUUID":"6d984351-d1ca-40a4-aad4-cb46662a587a","serviceDescription":"catalog service description","serviceInvariantUUID":"cf32c985-ce6d-438e-ae22-e6fd004665b3","resources":[{"resourceInstanceName":"vFW c11b0f1b-4505 0","resourceName":"vFW c11b0f1b-4505","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"c7374fd6-6727-4426-9587-40812bc7c663","resourceInvariantUUID":"26f1c4e0-d5d2-4519-a829-ba04da79dfd3","resourceCustomizationUUID":"19f5eed0-33a8-4dbf-839a-f2ac2d3b058b","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/vf-license-model.xml","artifactChecksum":"ZmYyYjdhM2U5NTJiNDExYWMwYTMzMTkyZDMwYzcxZTc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"7b8e42e6-1821-4cac-aa27-034f93b9a8bb","artifactVersion":"1"},{"artifactName":"vfwc11b0f1b45050_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/vfwc11b0f1b45050_modules.json","artifactChecksum":"YTA1YjZlZDc1ZGI4M2FjMjI5NWE4ZTQzZjQxZmI1MGE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"40a0f4a8-4459-48c6-8da9-780f32a6e90d","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"3198714b-6cfa-4ae8-9e58-caa5fd7816d1","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/vendor-license-model.xml","artifactChecksum":"OTNkYjEwYTcxMGU1ODVlYThkMzJiZjM0OWMzYWExNTg\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"56d4001a-cb5d-4c8b-a9db-05f6dd036a2e","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"72f0a15a-ad88-4350-921f-de50e44e2b78","artifactVersion":"2","generatedFromUUID":"3198714b-6cfa-4ae8-9e58-caa5fd7816d1"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20230318114931-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-template.yml","artifactChecksum":"MmZjZDk3ZDhkZWNhNmYyZTJiYmJjYzlhZTNjZmUwZDU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"d733d559-0885-4fbb-8573-c3718d9662ac","artifactVersion":"1"},{"artifactName":"service-Vfw20230318114931-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar","artifactChecksum":"NzYyNTc4YTljZWI3YjE3YThjOTU0MjkyMGEyMDMxNDY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"2a8efcaf-0813-4b52-901f-136ba065c343","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-18T14:09:52.784Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T14:09:52.784Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:09:52.784Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:09:52.784Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679148181478,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:09:53.784Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T14:09:53.785Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:09:53.785Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:09:53.785Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679148181478,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/vfwc11b0f1b45050_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:09:54.785Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T14:09:54.786Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:09:54.786Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:09:54.786Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679148181478,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:09:55.787Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T14:09:55.787Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:09:55.787Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:09:55.787Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679148181478,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:09:56.788Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T14:09:56.788Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:09:56.788Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:09:56.789Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679148181478,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/base_vfw.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:09:57.789Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T14:09:57.790Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:09:57.790Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:09:57.790Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679148181478,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:09:58.791Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T14:09:58.791Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:09:58.791Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:09:58.791Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679148181478,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:09:58.919Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:09:58.925Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-18T14:09:58.925Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679148181478,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T14:09:58.926Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:09:58.926Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-18T14:09:58.926Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679148181478,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/vfw58569f3ebd560_modules.json",
  "status": "NOTIFIED"
}
2023-03-18T14:09:58.926Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:09:58.926Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-18T14:09:58.926Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679148181478,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-03-18T14:09:58.926Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:09:58.926Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-18T14:09:58.926Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679148181478,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T14:09:58.926Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:09:58.926Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-18T14:09:58.926Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679148181478,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2023-03-18T14:09:58.926Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:09:58.927Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-18T14:09:58.927Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679148181478,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T14:09:58.927Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:09:58.927Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-18T14:09:58.927Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679148181478,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar",
  "status": "NOTIFIED"
}
2023-03-18T14:09:58.927Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:09:58.927Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-18T14:09:58.927Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679148557004,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-18T14:09:58.927Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:09:58.927Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-18T14:09:58.927Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679148559561,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 436a091b-6820-4621-9f77-4a798268cc9d already exists"
}
2023-03-18T14:09:58.927Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:09:58.927Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-18T14:09:58.927Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679148560562,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: d26137cf-1389-4abe-8e09-78b44d7a1aae already exists"
}
2023-03-18T14:09:58.927Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:09:58.927Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-18T14:09:58.927Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679148591757,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-18T14:09:58.927Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:09:58.927Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-18T14:09:58.927Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679148181478,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T14:09:58.927Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:09:58.928Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-18T14:09:58.928Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679148181478,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/vfwc11b0f1b45050_modules.json",
  "status": "NOTIFIED"
}
2023-03-18T14:09:58.928Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:09:58.928Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-18T14:09:58.928Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679148181478,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-03-18T14:09:58.928Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:09:58.928Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-18T14:09:58.928Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679148181478,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T14:09:58.928Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:09:58.928Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-18T14:09:58.928Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679148181478,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2023-03-18T14:09:58.928Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:09:58.928Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-18T14:09:58.928Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679148181478,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T14:09:58.928Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:09:58.928Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-18T14:09:58.928Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679148181478,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar",
  "status": "NOTIFIED"
}
2023-03-18T14:09:58.928Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:09:59.792Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "serviceName": "vFW 2023-03-18 11-49-31",
  "serviceVersion": "1.0",
  "serviceUUID": "6d984351-d1ca-40a4-aad4-cb46662a587a",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "cf32c985-ce6d-438e-ae22-e6fd004665b3",
  "resources": [
    {
      "resourceInstanceName": "vFW c11b0f1b-4505 0",
      "resourceCustomizationUUID": "19f5eed0-33a8-4dbf-839a-f2ac2d3b058b",
      "resourceName": "vFW c11b0f1b-4505",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "c7374fd6-6727-4426-9587-40812bc7c663",
      "resourceInvariantUUID": "26f1c4e0-d5d2-4519-a829-ba04da79dfd3",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfwc11b0f1b45050_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/vfwc11b0f1b45050_modules.json",
          "artifactChecksum": "YTA1YjZlZDc1ZGI4M2FjMjI5NWE4ZTQzZjQxZmI1MGE\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "40a0f4a8-4459-48c6-8da9-780f32a6e90d",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "3198714b-6cfa-4ae8-9e58-caa5fd7816d1",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "72f0a15a-ad88-4350-921f-de50e44e2b78",
            "generatedFromUUID": "3198714b-6cfa-4ae8-9e58-caa5fd7816d1"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "72f0a15a-ad88-4350-921f-de50e44e2b78",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20230318114931-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar",
      "artifactChecksum": "NzYyNTc4YTljZWI3YjE3YThjOTU0MjkyMGEyMDMxNDY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "2a8efcaf-0813-4b52-901f-136ba065c343"
    }
  ],
  "workloadContext": "Production"
}
2023-03-18T14:09:59.792Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-18T14:09:59.792Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 6d984351-d1ca-40a4-aad4-cb46662a587a ASDC
2023-03-18T14:09:59.792Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:9f6cbd74-5561-4ebf-ae29-ef09adcdb35a
ServiceName:vFW 2023-03-18 11-49-31
ServiceVersion:1.0
ServiceUUID:6d984351-d1ca-40a4-aad4-cb46662a587a
ServiceInvariantUUID:cf32c985-ce6d-438e-ae22-e6fd004665b3
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20230318114931-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar
ArtifactUUID:2a8efcaf-0813-4b52-901f-136ba065c343
ArtifactChecksum:NzYyNTc4YTljZWI3YjE3YThjOTU0MjkyMGEyMDMxNDY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW c11b0f1b-4505 0
ResourceCustomizationUUID:19f5eed0-33a8-4dbf-839a-f2ac2d3b058b
ResourceInvariantUUID:26f1c4e0-d5d2-4519-a829-ba04da79dfd3
ResourceName:vFW c11b0f1b-4505
ResourceType:VF
ResourceUUID:c7374fd6-6727-4426-9587-40812bc7c663
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwc11b0f1b45050_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/vfwc11b0f1b45050_modules.json
ArtifactUUID:40a0f4a8-4459-48c6-8da9-780f32a6e90d
ArtifactChecksum:YTA1YjZlZDc1ZGI4M2FjMjI5NWE4ZTQzZjQxZmI1MGE=
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/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/base_vfw.yaml
ArtifactUUID:3198714b-6cfa-4ae8-9e58-caa5fd7816d1
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/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/base_vfw.env
ArtifactUUID:72f0a15a-ad88-4350-921f-de50e44e2b78
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/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/base_vfw.env
ArtifactUUID:72f0a15a-ad88-4350-921f-de50e44e2b78
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-18T14:09:59.792Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 6d984351-d1ca-40a4-aad4-cb46662a587a 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: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-18T14:09:59.824Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-18T14:09:59.824Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-03-18T14:09:59.824Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-03-18T14:09:59.825Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 2a8efcaf-0813-4b52-901f-136ba065c343 from URL: /sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar
2023-03-18T14:09:59.825Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||INFO|500||DistributionClient - download
2023-03-18T14:09:59.825Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar
2023-03-18T14:10:00.063Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2023-03-18T14:10:00.070Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar 2a8efcaf-0813-4b52-901f-136ba065c343 101507
2023-03-18T14:10:00.071Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar ASDC sendASDCNotification
2023-03-18T14:10:00.071Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar
2023-03-18T14:10:00.071Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-18T14:10:00.071Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:10:00.071Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:10:00.071Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679148600071,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:10:01.072Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-18T14:10:01.073Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-03-18T14:10:01.073Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 2a8efcaf-0813-4b52-901f-136ba065c343, URL: /sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar to file: /app/ASDC/1/service-Vfw20230318114931-csar.csar
2023-03-18T14:10:01.074Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20230318114931-csar.csar
2023-03-18T14:10:01.075Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20230318114931-csar.csar
2023-03-18T14:10:01.075Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20230318114931-csar.csar
2023-03-18T14:10:01.193Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5640872183858903852/Definitions/service-Vfw20230318114931-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
2023-03-18T14:10:02.597Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-18T14:10:02.597Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||WARN|500||####################################################################################################
2023-03-18T14:10:02.597Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20230318114931-csar.csar
2023-03-18T14:10:02.598Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2023-03-18T14:10:02.598Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230318114931-csar.csar
2023-03-18T14:10:02.598Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||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-Vfw20230318114931-csar.csar
2023-03-18T14:10:02.598Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||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-Vfw20230318114931-csar.csar
2023-03-18T14:10:02.598Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||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-Vfw20230318114931-csar.csar
2023-03-18T14:10:02.598Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230318114931-csar.csar
2023-03-18T14:10:02.598Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230318114931-csar.csar
2023-03-18T14:10:02.598Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||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-Vfw20230318114931-csar.csar
2023-03-18T14:10:02.598Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230318114931-csar.csar
2023-03-18T14:10:02.598Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230318114931-csar.csar
2023-03-18T14:10:02.598Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230318114931-csar.csar
2023-03-18T14:10:02.598Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW c11b0f1b-4505 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-Vfw20230318114931-csar.csar
2023-03-18T14:10:02.598Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||WARN|500||####################################################################################################
2023-03-18T14:10:02.598Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T14:10:02.598Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||DEBUG|500||Service vFW 2023-03-18 11-49-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T14:10:02.598Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||DEBUG|500||Node template vFW c11b0f1b-4505 0 is matching search criteria
2023-03-18T14:10:02.598Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2023-03-18T14:10:02.599Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW c11b0f1b-4505 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-18T14:10:02.599Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T14:10:02.599Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||DEBUG|500||Service vFW 2023-03-18 11-49-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T14:10:02.599Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||DEBUG|500||Node template vFW c11b0f1b-4505 0 is matching search criteria
2023-03-18T14:10:02.599Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2023-03-18T14:10:02.599Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW c11b0f1b-4505 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-18T14:10:02.599Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T14:10:02.599Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||DEBUG|500||Service vFW 2023-03-18 11-49-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T14:10:02.599Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T14:10:02.599Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||DEBUG|500||Node template vFW c11b0f1b-4505 0 is not matching search criteria
2023-03-18T14:10:02.599Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-18T14:10:02.599Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-18T14:10:02.599Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-18T14:10:02.599Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-18T14:10:02.599Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-18T14:10:02.599Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-18T14:10:02.599Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-18T14:10:02.600Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-18T14:10:02.600Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-18T14:10:02.600Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-18T14:10:02.600Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-18T14:10:02.600Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-18T14:10:02.600Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-18T14:10:02.600Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-18T14:10:02.600Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-18T14:10:02.600Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-03-18T14:10:02.600Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T14:10:02.600Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||DEBUG|500||Service vFW 2023-03-18 11-49-31 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-03-18T14:10:02.600Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T14:10:02.600Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||DEBUG|500||Node template vFW c11b0f1b-4505 0 is matching search criteria
2023-03-18T14:10:02.600Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW c11b0f1b-4505 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-18T14:10:02.600Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T14:10:02.600Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||DEBUG|500||Node template vFW c11b0f1b-4505 0 is matching search criteria
2023-03-18T14:10:02.600Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW c11b0f1b-4505 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-18T14:10:02.601Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T14:10:02.601Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||DEBUG|500||Node template vFW c11b0f1b-4505 0 is matching search criteria
2023-03-18T14:10:02.601Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW c11b0f1b-4505 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-18T14:10:02.601Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T14:10:02.601Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||DEBUG|500||Node template vFW c11b0f1b-4505 0 is not matching search criteria
2023-03-18T14:10:02.601Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-18T14:10:02.601Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-03-18T14:10:02.601Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-18T14:10:02.601Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-18T14:10:02.601Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-18T14:10:02.601Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-18T14:10:02.601Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-18T14:10:02.601Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-18T14:10:02.601Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-18T14:10:02.601Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-18T14:10:02.601Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-18T14:10:02.601Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=93a1b299-440a-4b46-b809-896a244a8c3e
2023-03-18T14:10:02.601Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T14:10:02.601Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||DEBUG|500||Node template vFW c11b0f1b-4505 0 is not matching search criteria
2023-03-18T14:10:02.602Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-18T14:10:02.602Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-18T14:10:02.602Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-18T14:10:02.602Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-18T14:10:02.602Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-18T14:10:02.602Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-18T14:10:02.602Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-18T14:10:02.602Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-03-18T14:10:02.602Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-18T14:10:02.602Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-18T14:10:02.602Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-18T14:10:02.602Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-18T14:10:02.602Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=f46f0c4d-868d-4d5b-9783-ea8cf0f2cc90
2023-03-18T14:10:02.602Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T14:10:02.602Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||DEBUG|500||Node template vFW c11b0f1b-4505 0 is not matching search criteria
2023-03-18T14:10:02.602Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-18T14:10:02.602Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-18T14:10:02.603Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-18T14:10:02.603Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-18T14:10:02.603Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-18T14:10:02.603Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-18T14:10:02.603Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-18T14:10:02.603Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-18T14:10:02.603Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-18T14:10:02.603Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-18T14:10:02.603Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-18T14:10:02.603Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-03-18T14:10:02.603Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=5079a023-f40e-49e5-9a39-abc7b36fa226
2023-03-18T14:10:02.603Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T14:10:02.603Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||DEBUG|500||Service vFW 2023-03-18 11-49-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T14:10:02.603Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T14:10:02.603Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||DEBUG|500||Service vFW 2023-03-18 11-49-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T14:10:02.603Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T14:10:02.603Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||DEBUG|500||Service vFW 2023-03-18 11-49-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T14:10:02.603Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T14:10:02.603Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||DEBUG|500||Service vFW 2023-03-18 11-49-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T14:10:02.604Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2023-03-18 11-49-31
Description:catalog service description
Model UUID:6d984351-d1ca-40a4-aad4-cb46662a587a
Model Version:NULL
Model InvariantUuid:cf32c985-ce6d-438e-ae22-e6fd004665b3
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW c11b0f1b-4505
Model UUID:ebdaa0dd-57e1-4fdd-a831-8135ea117a46
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:26f1c4e0-d5d2-4519-a829-ba04da79dfd3
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:19f5eed0-33a8-4dbf-839a-f2ac2d3b058b
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:6ebe4145-67c2-45e6-9597-53226a0916bd
ModelName:VfwC11b0f1b4505..base_vfw..module-0
ModelUuid:0261834d-3be1-4860-8b24-040e2c80aecd
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:93a1b299-440a-4b46-b809-896a244a8c3e
ModelInvariantUuid:8ec395e7-2102-4d02-844f-c114ac1a4203
ModelName:vFW c11b0f1b-4505-nodes.vfwCvfc
ModelUuid:504b1f13-9ac9-4e16-910b-43ab4acacb0f
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:99287d62-b33c-413e-89ec-87108c575104
ModelInvariantUuid:47f32f44-cd17-4eef-9e16-abcb011ab104
ModelName:VfwC11b0f1b4505.compute.nodes.heat.vfw
ModelUuid:2a6b0c3b-4ab1-49cd-8a96-f1f0feba73a0
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:f46f0c4d-868d-4d5b-9783-ea8cf0f2cc90
ModelInvariantUuid:d8e52c29-a773-431c-95b4-d1f0431b5e9e
ModelName:vFW c11b0f1b-4505-nodes.vsnCvfc
ModelUuid:e2d70f6d-c1ff-493f-99ab-25fea72fcdcc
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:113d5ed4-4ad4-49a7-94a3-7a01856b2205
ModelInvariantUuid:39b9a204-ad6c-4bfc-8b8d-763592e31d47
ModelName:VfwC11b0f1b4505.compute.nodes.heat.vsn
ModelUuid:fb5c808e-fe4a-477f-9cbd-5ab7141bbabe
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:5079a023-f40e-49e5-9a39-abc7b36fa226
ModelInvariantUuid:457dc8a1-b2ed-4d6f-963b-32e7f710a988
ModelName:vFW c11b0f1b-4505-nodes.vpgCvfc
ModelUuid:b289eee2-d7be-43f7-a6eb-232cf9ffa6c4
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:b5a732bf-796a-41d5-8db9-e0467a3c1b4a
ModelInvariantUuid:6626a445-05ec-4eb4-b903-06723caa1195
ModelName:VfwC11b0f1b4505.compute.nodes.heat.vpg
ModelUuid:f6a4ab06-9982-4e1b-be30-d56572ed840e
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=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-03-18T14:10:02.645Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||ERROR|500||Csar with UUID: 2a8efcaf-0813-4b52-901f-136ba065c343 already exists
2023-03-18T14:10:02.646Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar ASDC sendASDCNotification
2023-03-18T14:10:02.646Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar(Csar with UUID: 2a8efcaf-0813-4b52-901f-136ba065c343 already exists)
2023-03-18T14:10:02.646Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-18T14:10:02.646Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:10:02.647Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:10:02.647Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679148602645,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 2a8efcaf-0813-4b52-901f-136ba065c343 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:10:03.647Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar ASDC sendASDCNotification
2023-03-18T14:10:03.648Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar(Resource with UUID: c7374fd6-6727-4426-9587-40812bc7c663 already exists)
2023-03-18T14:10:03.648Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-18T14:10:03.649Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:10:03.649Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:10:03.649Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679148603647,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: c7374fd6-6727-4426-9587-40812bc7c663 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:10:04.650Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9f6cbd74-5561-4ebf-ae29-ef09adcdb35a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T14:10:04.666Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9f6cbd74-5561-4ebf-ae29-ef09adcdb35a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T14:10:04.668Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-18T14:10:04.668Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-18T14:10:04.669Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-18T14:10:04.669Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-18T14:10:04.669Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T14:10:04.669Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T14:10:04.669Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T14:10:04.669Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T14:10:04.669Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T14:10:04.669Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-18T14:10:04.676Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-18T14:10:34.677Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 9f6cbd74-5561-4ebf-ae29-ef09adcdb35a and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-18T14:10:34.686Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 9f6cbd74-5561-4ebf-ae29-ef09adcdb35a and serviceModelVersionId: 6d984351-d1ca-40a4-aad4-cb46662a587a
2023-03-18T14:10:34.686Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : cf32c985-ce6d-438e-ae22-e6fd004665b3
2023-03-18T14:10:34.686Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/cf32c985-ce6d-438e-ae22-e6fd004665b3/model-vers/model-ver/6d984351-d1ca-40a4-aad4-cb46662a587a?depth=0
2023-03-18T14:10:34.690Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2023-03-18T14:10:34.701Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cf32c985-ce6d-438e-ae22-e6fd004665b3/model-vers/model-ver/6d984351-d1ca-40a4-aad4-cb46662a587a?depth=0|INFO|500||Invoke
2023-03-18T14:10:34.701Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cf32c985-ce6d-438e-ae22-e6fd004665b3/model-vers/model-ver/6d984351-d1ca-40a4-aad4-cb46662a587a?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cf32c985-ce6d-438e-ae22-e6fd004665b3/model-vers/model-ver/6d984351-d1ca-40a4-aad4-cb46662a587a?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[9f6cbd74-5561-4ebf-ae29-ef09adcdb35a], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[4f368478-3ca4-4ab7-8feb-c7290e8d8656], X-ECOMP-RequestID=[9f6cbd74-5561-4ebf-ae29-ef09adcdb35a], X-TransactionId=[], X-ONAP-RequestID=[9f6cbd74-5561-4ebf-ae29-ef09adcdb35a], Content-Type=[application/merge-patch+json]}
2023-03-18T14:10:34.711Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cf32c985-ce6d-438e-ae22-e6fd004665b3/model-vers/model-ver/6d984351-d1ca-40a4-aad4-cb46662a587a?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-18T14:10:34.823Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cf32c985-ce6d-438e-ae22-e6fd004665b3/model-vers/model-ver/6d984351-d1ca-40a4-aad4-cb46662a587a?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/cf32c985-ce6d-438e-ae22-e6fd004665b3/model-vers/model-ver/6d984351-d1ca-40a4-aad4-cb46662a587a?depth=0 has http status code:200 and response headers:{date=[Sat, 18 Mar 2023 14:10:34 GMT], content-length=[0], vertex-id=[364760], x-aai-txid=[0-aai-resources-230318-14:10:34:414-77785], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-18T14:10:34.824Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cf32c985-ce6d-438e-ae22-e6fd004665b3/model-vers/model-ver/6d984351-d1ca-40a4-aad4-cb46662a587a?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-18T14:10:34.824Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cf32c985-ce6d-438e-ae22-e6fd004665b3/model-vers/model-ver/6d984351-d1ca-40a4-aad4-cb46662a587a?depth=0|INFO|500||InvokeReturn
2023-03-18T14:10:34.825Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-18T14:10:34.825Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-18T14:10:34.831Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-18T14:10:34.831Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 9f6cbd74-5561-4ebf-ae29-ef09adcdb35a and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-18T14:10:34.831Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-18T14:10:34.831Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:10:34.832Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:10:34.832Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679148634831,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-18T14:10:35.854Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-18T14:10:35.855Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||DEBUG|500||received notification from broker: {"distributionID":"74149d2a-f284-47d2-b2fa-4e2fc7be8f3e","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"942654ba-46c2-4f05-ae3d-6460a7c9e9a7","serviceDescription":"service","serviceInvariantUUID":"ccdda148-11a2-4587-8a73-4287349e801a","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"9290846e-2e09-452f-a45d-c33314796f1f","resourceInvariantUUID":"df78bcaa-4726-47cb-aa3f-3d44f5870fc0","resourceCustomizationUUID":"014700c6-fb42-406a-8786-743311c39dea","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":"YzAxYzRjZjI5ZDYxYzM3NGE1ZWQzMDUyNDdmNzFlYjI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"0c62aeb4-b847-4e92-887d-05928e34bd2a","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"MjQwMDY3MzNlZjViMGM0YmQ4Mzg2OTA4MTFiM2YxYTQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"01ded22f-bc0d-42c0-9fad-2915e46c71e4","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-18T14:10:35.855Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T14:10:35.855Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:10:35.856Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:10:35.856Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "74149d2a-f284-47d2-b2fa-4e2fc7be8f3e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679148181478,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:10:36.856Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T14:10:36.857Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:10:36.857Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:10:36.857Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "74149d2a-f284-47d2-b2fa-4e2fc7be8f3e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679148181478,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:10:37.858Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "74149d2a-f284-47d2-b2fa-4e2fc7be8f3e",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "942654ba-46c2-4f05-ae3d-6460a7c9e9a7",
  "serviceDescription": "service",
  "serviceInvariantUUID": "ccdda148-11a2-4587-8a73-4287349e801a",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "014700c6-fb42-406a-8786-743311c39dea",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "9290846e-2e09-452f-a45d-c33314796f1f",
      "resourceInvariantUUID": "df78bcaa-4726-47cb-aa3f-3d44f5870fc0",
      "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": "MjQwMDY3MzNlZjViMGM0YmQ4Mzg2OTA4MTFiM2YxYTQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "01ded22f-bc0d-42c0-9fad-2915e46c71e4"
    }
  ],
  "workloadContext": "Production"
}
2023-03-18T14:10:37.859Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-18T14:10:37.859Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 942654ba-46c2-4f05-ae3d-6460a7c9e9a7 ASDC
2023-03-18T14:10:37.859Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:74149d2a-f284-47d2-b2fa-4e2fc7be8f3e
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:942654ba-46c2-4f05-ae3d-6460a7c9e9a7
ServiceInvariantUUID:ccdda148-11a2-4587-8a73-4287349e801a
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:01ded22f-bc0d-42c0-9fad-2915e46c71e4
ArtifactChecksum:MjQwMDY3MzNlZjViMGM0YmQ4Mzg2OTA4MTFiM2YxYTQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:014700c6-fb42-406a-8786-743311c39dea
ResourceInvariantUUID:df78bcaa-4726-47cb-aa3f-3d44f5870fc0
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:9290846e-2e09-452f-a45d-c33314796f1f
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2023-03-18T14:10:37.859Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 942654ba-46c2-4f05-ae3d-6460a7c9e9a7 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: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-18T14:10:37.897Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-18T14:10:37.897Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-03-18T14:10:37.898Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-03-18T14:10:37.898Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 01ded22f-bc0d-42c0-9fad-2915e46c71e4 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-03-18T14:10:37.898Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-10|||||INFO|500||DistributionClient - download
2023-03-18T14:10:37.899Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-10|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-03-18T14:10:37.931Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-10|||||DEBUG|500||GET Response Status 404
2023-03-18T14:10:37.932Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-10|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@2f9c978b
2023-03-18T14:10:37.932Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-10|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-18T14:10:37.932Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-10|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicNetwork"
      ]
    }
  }
}
2023-03-18T14:10:37.932Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-10|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicNetwork-csar.csar /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 01ded22f-bc0d-42c0-9fad-2915e46c71e4 Specified artifact is  not found 300 ASDC artifact download fail
2023-03-18T14:10:37.933Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-03-18T14:10:37.933Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar(Specified artifact is  not found)
2023-03-18T14:10:37.933Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-18T14:10:37.933Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:10:37.933Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:10:37.933Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "74149d2a-f284-47d2-b2fa-4e2fc7be8f3e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679148637933,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:10:38.934Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-10|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during processCsarServiceArtifacts ASDC processCsarServiceArtifacts 500 Exception in processCsarServiceArtifacts
org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact service-BasicNetwork-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar(UUID:01ded22f-bc0d-42c0-9fad-2915e46c71e4)
Error message is Specified artifact is  not found

	at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394)
	at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
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 watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-03-18T14:10:38.970Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-10|||||ERROR|500||Csar with UUID: 01ded22f-bc0d-42c0-9fad-2915e46c71e4 already exists
2023-03-18T14:10:38.970Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-03-18T14:10:38.971Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar(Csar with UUID: 01ded22f-bc0d-42c0-9fad-2915e46c71e4 already exists)
2023-03-18T14:10:38.971Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-18T14:10:38.971Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:10:38.971Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:10:38.972Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "74149d2a-f284-47d2-b2fa-4e2fc7be8f3e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679148638970,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 01ded22f-bc0d-42c0-9fad-2915e46c71e4 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:10:39.972Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-03-18T14:10:39.973Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar(Resource with UUID: 9290846e-2e09-452f-a45d-c33314796f1f already exists)
2023-03-18T14:10:39.973Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-18T14:10:39.973Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:10:39.973Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:10:39.973Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "74149d2a-f284-47d2-b2fa-4e2fc7be8f3e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679148639972,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 9290846e-2e09-452f-a45d-c33314796f1f already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:10:40.975Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 74149d2a-f284-47d2-b2fa-4e2fc7be8f3e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T14:10:40.991Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 74149d2a-f284-47d2-b2fa-4e2fc7be8f3e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T14:10:40.994Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-18T14:10:40.994Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-18T14:10:40.994Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-18T14:10:40.994Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-18T14:10:40.994Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T14:10:40.994Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T14:10:40.994Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T14:10:40.994Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T14:10:40.994Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T14:10:40.994Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-18T14:10:41.003Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-18T14:10:58.919Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:10:58.926Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-18T14:10:58.926Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679148600071,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-18T14:10:58.926Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:10:58.926Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-18T14:10:58.926Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679148602645,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 2a8efcaf-0813-4b52-901f-136ba065c343 already exists"
}
2023-03-18T14:10:58.926Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:10:58.926Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-18T14:10:58.927Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679148603647,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: c7374fd6-6727-4426-9587-40812bc7c663 already exists"
}
2023-03-18T14:10:58.927Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:10:58.927Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-18T14:10:58.927Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679148634831,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-18T14:10:58.927Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:10:58.927Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-18T14:10:58.927Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "74149d2a-f284-47d2-b2fa-4e2fc7be8f3e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679148181478,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T14:10:58.927Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:10:58.927Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-18T14:10:58.927Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "74149d2a-f284-47d2-b2fa-4e2fc7be8f3e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679148181478,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-03-18T14:10:58.927Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:10:58.927Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-18T14:10:58.927Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "74149d2a-f284-47d2-b2fa-4e2fc7be8f3e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679148637933,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-18T14:10:58.927Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:10:58.927Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-18T14:10:58.928Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "74149d2a-f284-47d2-b2fa-4e2fc7be8f3e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679148638970,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 01ded22f-bc0d-42c0-9fad-2915e46c71e4 already exists"
}
2023-03-18T14:10:58.928Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:10:58.928Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-18T14:10:58.928Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "74149d2a-f284-47d2-b2fa-4e2fc7be8f3e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679148639972,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 9290846e-2e09-452f-a45d-c33314796f1f already exists"
}
2023-03-18T14:10:58.928Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:11:11.004Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 74149d2a-f284-47d2-b2fa-4e2fc7be8f3e and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-18T14:11:11.010Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 74149d2a-f284-47d2-b2fa-4e2fc7be8f3e and serviceModelVersionId: 942654ba-46c2-4f05-ae3d-6460a7c9e9a7
2023-03-18T14:11:11.011Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : ccdda148-11a2-4587-8a73-4287349e801a
2023-03-18T14:11:11.011Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/ccdda148-11a2-4587-8a73-4287349e801a/model-vers/model-ver/942654ba-46c2-4f05-ae3d-6460a7c9e9a7?depth=0
2023-03-18T14:11:11.017Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2023-03-18T14:11:11.036Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ccdda148-11a2-4587-8a73-4287349e801a/model-vers/model-ver/942654ba-46c2-4f05-ae3d-6460a7c9e9a7?depth=0|INFO|500||Invoke
2023-03-18T14:11:11.036Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ccdda148-11a2-4587-8a73-4287349e801a/model-vers/model-ver/942654ba-46c2-4f05-ae3d-6460a7c9e9a7?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ccdda148-11a2-4587-8a73-4287349e801a/model-vers/model-ver/942654ba-46c2-4f05-ae3d-6460a7c9e9a7?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[74149d2a-f284-47d2-b2fa-4e2fc7be8f3e], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[21bb9dcf-66ed-473d-a6c0-e2fe1094558f], X-ECOMP-RequestID=[74149d2a-f284-47d2-b2fa-4e2fc7be8f3e], X-TransactionId=[], X-ONAP-RequestID=[74149d2a-f284-47d2-b2fa-4e2fc7be8f3e], Content-Type=[application/merge-patch+json]}
2023-03-18T14:11:11.045Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ccdda148-11a2-4587-8a73-4287349e801a/model-vers/model-ver/942654ba-46c2-4f05-ae3d-6460a7c9e9a7?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-18T14:11:11.154Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ccdda148-11a2-4587-8a73-4287349e801a/model-vers/model-ver/942654ba-46c2-4f05-ae3d-6460a7c9e9a7?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/ccdda148-11a2-4587-8a73-4287349e801a/model-vers/model-ver/942654ba-46c2-4f05-ae3d-6460a7c9e9a7?depth=0 has http status code:200 and response headers:{date=[Sat, 18 Mar 2023 14:11:10 GMT], content-length=[0], vertex-id=[192760], x-aai-txid=[0-aai-resources-230318-14:11:10:748-58347], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-18T14:11:11.154Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ccdda148-11a2-4587-8a73-4287349e801a/model-vers/model-ver/942654ba-46c2-4f05-ae3d-6460a7c9e9a7?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-18T14:11:11.155Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ccdda148-11a2-4587-8a73-4287349e801a/model-vers/model-ver/942654ba-46c2-4f05-ae3d-6460a7c9e9a7?depth=0|INFO|500||InvokeReturn
2023-03-18T14:11:11.155Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-18T14:11:11.155Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-18T14:11:11.162Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-18T14:11:11.162Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 74149d2a-f284-47d2-b2fa-4e2fc7be8f3e and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-18T14:11:11.162Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-18T14:11:11.163Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:11:11.163Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:11:11.163Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "74149d2a-f284-47d2-b2fa-4e2fc7be8f3e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679148671162,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-18T14:11:12.182Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-18T14:11:12.183Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-10|||||DEBUG|500||received notification from broker: {"distributionID":"6a074a1e-4b47-4382-9b90-afa918276d12","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"e17bf563-7a13-4701-b853-11ed8cbb93d7","serviceDescription":"service","serviceInvariantUUID":"8a45306d-3ac3-4f10-a742-9812edbe591e","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"1903c123-2be6-499b-8524-c9a33406ad4f","resourceInvariantUUID":"65a560ec-f509-40c5-b364-3c4cd0a20185","resourceCustomizationUUID":"41b30cb0-d009-4e4b-99c2-e95f691a4b2e","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":"YTFjZGVjMmU0NGZhOGFkMDlhZGI4ODkyYzk4MDRmOGE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"38ef1f0d-98ea-4e28-b00a-3091e61f54bc","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":"OWZmNjBmNzNmNGQ1ZThmYzNkMzdkODk3MzFkMDI2MDg\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"d3c6917c-1f70-48e9-9465-f259ee8cda65","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":"7aa99321-7b67-40f7-bd98-0e99d422bb2e","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":"5444e6a4-9351-40da-b837-0dd388e7cb3b","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":"cb506ca5-fd50-4406-abfc-b51858ac789a","artifactVersion":"2","generatedFromUUID":"7aa99321-7b67-40f7-bd98-0e99d422bb2e"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"ZjQyZmQxMjdjZDk5ZDY2OTQ3ZmIyZWI4MjExZGE4OGQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"204adab0-5bde-4230-9b3d-b26c0f4d57b4","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"NjI4YzVmZDFmMjYwMDhlNTZlOTY1M2NmMzExN2VkMjg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"4b6dc8ac-cbfc-43c0-9e93-2760226914ae","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-18T14:11:12.183Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T14:11:12.183Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:11:12.183Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:11:12.183Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679148181478,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:11:13.184Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T14:11:13.185Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:11:13.185Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:11:13.185Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679148181478,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:11:14.185Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T14:11:14.186Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:11:14.186Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:11:14.186Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679148181478,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:11:15.187Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T14:11:15.187Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:11:15.188Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:11:15.188Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679148181478,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:11:16.188Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T14:11:16.189Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:11:16.189Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:11:16.189Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679148181478,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:11:17.190Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T14:11:17.190Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:11:17.191Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:11:17.191Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679148181478,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:11:18.191Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T14:11:18.192Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:11:18.192Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:11:18.192Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679148181478,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:11:19.193Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "e17bf563-7a13-4701-b853-11ed8cbb93d7",
  "serviceDescription": "service",
  "serviceInvariantUUID": "8a45306d-3ac3-4f10-a742-9812edbe591e",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "41b30cb0-d009-4e4b-99c2-e95f691a4b2e",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "1903c123-2be6-499b-8524-c9a33406ad4f",
      "resourceInvariantUUID": "65a560ec-f509-40c5-b364-3c4cd0a20185",
      "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": "OWZmNjBmNzNmNGQ1ZThmYzNkMzdkODk3MzFkMDI2MDg\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "d3c6917c-1f70-48e9-9465-f259ee8cda65",
          "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": "7aa99321-7b67-40f7-bd98-0e99d422bb2e",
          "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": "cb506ca5-fd50-4406-abfc-b51858ac789a",
            "generatedFromUUID": "7aa99321-7b67-40f7-bd98-0e99d422bb2e"
          },
          "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": "cb506ca5-fd50-4406-abfc-b51858ac789a",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "NjI4YzVmZDFmMjYwMDhlNTZlOTY1M2NmMzExN2VkMjg\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "4b6dc8ac-cbfc-43c0-9e93-2760226914ae"
    }
  ],
  "workloadContext": "Production"
}
2023-03-18T14:11:19.194Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-18T14:11:19.194Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 e17bf563-7a13-4701-b853-11ed8cbb93d7 ASDC
2023-03-18T14:11:19.194Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:6a074a1e-4b47-4382-9b90-afa918276d12
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:e17bf563-7a13-4701-b853-11ed8cbb93d7
ServiceInvariantUUID:8a45306d-3ac3-4f10-a742-9812edbe591e
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:4b6dc8ac-cbfc-43c0-9e93-2760226914ae
ArtifactChecksum:NjI4YzVmZDFmMjYwMDhlNTZlOTY1M2NmMzExN2VkMjg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:41b30cb0-d009-4e4b-99c2-e95f691a4b2e
ResourceInvariantUUID:65a560ec-f509-40c5-b364-3c4cd0a20185
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:1903c123-2be6-499b-8524-c9a33406ad4f
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:d3c6917c-1f70-48e9-9465-f259ee8cda65
ArtifactChecksum:OWZmNjBmNzNmNGQ1ZThmYzNkMzdkODk3MzFkMDI2MDg=
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:7aa99321-7b67-40f7-bd98-0e99d422bb2e
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:cb506ca5-fd50-4406-abfc-b51858ac789a
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:cb506ca5-fd50-4406-abfc-b51858ac789a
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-18T14:11:19.194Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF e17bf563-7a13-4701-b853-11ed8cbb93d7 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: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-18T14:11:19.227Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-18T14:11:19.227Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-03-18T14:11:19.228Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-03-18T14:11:19.228Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 4b6dc8ac-cbfc-43c0-9e93-2760226914ae from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-03-18T14:11:19.228Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-10|||||INFO|500||DistributionClient - download
2023-03-18T14:11:19.228Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-10|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-03-18T14:11:19.263Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-10|||||DEBUG|500||GET Response Status 404
2023-03-18T14:11:19.263Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-10|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@5b899245
2023-03-18T14:11:19.263Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-10|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-18T14:11:19.264Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-10|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicVm"
      ]
    }
  }
}
2023-03-18T14:11:19.264Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-10|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicVm-csar.csar /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 4b6dc8ac-cbfc-43c0-9e93-2760226914ae Specified artifact is  not found 300 ASDC artifact download fail
2023-03-18T14:11:19.264Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-03-18T14:11:19.264Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar(Specified artifact is  not found)
2023-03-18T14:11:19.264Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-18T14:11:19.265Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:11:19.265Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:11:19.265Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679148679264,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:11:20.266Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-10|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during processCsarServiceArtifacts ASDC processCsarServiceArtifacts 500 Exception in processCsarServiceArtifacts
org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact service-BasicVm-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar(UUID:4b6dc8ac-cbfc-43c0-9e93-2760226914ae)
Error message is Specified artifact is  not found

	at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394)
	at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
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 watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-03-18T14:11:20.300Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-10|||||ERROR|500||Csar with UUID: 4b6dc8ac-cbfc-43c0-9e93-2760226914ae already exists
2023-03-18T14:11:20.301Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-03-18T14:11:20.301Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar(Csar with UUID: 4b6dc8ac-cbfc-43c0-9e93-2760226914ae already exists)
2023-03-18T14:11:20.301Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-18T14:11:20.302Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:11:20.302Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:11:20.302Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679148680301,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 4b6dc8ac-cbfc-43c0-9e93-2760226914ae already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:11:21.303Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-03-18T14:11:21.303Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar(Resource with UUID: 1903c123-2be6-499b-8524-c9a33406ad4f already exists)
2023-03-18T14:11:21.303Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-18T14:11:21.304Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:11:21.304Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:11:21.304Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679148681303,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 1903c123-2be6-499b-8524-c9a33406ad4f already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:11:22.305Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6a074a1e-4b47-4382-9b90-afa918276d12
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T14:11:22.325Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6a074a1e-4b47-4382-9b90-afa918276d12
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T14:11:22.328Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-18T14:11:22.328Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-18T14:11:22.328Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-18T14:11:22.329Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-18T14:11:22.329Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T14:11:22.329Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T14:11:22.329Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T14:11:22.329Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T14:11:22.329Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T14:11:22.330Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-18T14:11:22.339Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-18T14:11:52.340Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 6a074a1e-4b47-4382-9b90-afa918276d12 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-18T14:11:52.350Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 6a074a1e-4b47-4382-9b90-afa918276d12 and serviceModelVersionId: e17bf563-7a13-4701-b853-11ed8cbb93d7
2023-03-18T14:11:52.350Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 8a45306d-3ac3-4f10-a742-9812edbe591e
2023-03-18T14:11:52.351Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/8a45306d-3ac3-4f10-a742-9812edbe591e/model-vers/model-ver/e17bf563-7a13-4701-b853-11ed8cbb93d7?depth=0
2023-03-18T14:11:52.355Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2023-03-18T14:11:52.367Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8a45306d-3ac3-4f10-a742-9812edbe591e/model-vers/model-ver/e17bf563-7a13-4701-b853-11ed8cbb93d7?depth=0|INFO|500||Invoke
2023-03-18T14:11:52.367Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8a45306d-3ac3-4f10-a742-9812edbe591e/model-vers/model-ver/e17bf563-7a13-4701-b853-11ed8cbb93d7?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8a45306d-3ac3-4f10-a742-9812edbe591e/model-vers/model-ver/e17bf563-7a13-4701-b853-11ed8cbb93d7?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[6a074a1e-4b47-4382-9b90-afa918276d12], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[b20e0686-350a-4e7d-bc5d-00a397ea8727], X-ECOMP-RequestID=[6a074a1e-4b47-4382-9b90-afa918276d12], X-TransactionId=[], X-ONAP-RequestID=[6a074a1e-4b47-4382-9b90-afa918276d12], Content-Type=[application/merge-patch+json]}
2023-03-18T14:11:52.391Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8a45306d-3ac3-4f10-a742-9812edbe591e/model-vers/model-ver/e17bf563-7a13-4701-b853-11ed8cbb93d7?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-18T14:11:52.511Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8a45306d-3ac3-4f10-a742-9812edbe591e/model-vers/model-ver/e17bf563-7a13-4701-b853-11ed8cbb93d7?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/8a45306d-3ac3-4f10-a742-9812edbe591e/model-vers/model-ver/e17bf563-7a13-4701-b853-11ed8cbb93d7?depth=0 has http status code:200 and response headers:{date=[Sat, 18 Mar 2023 14:11:52 GMT], content-length=[0], vertex-id=[188464], x-aai-txid=[0-aai-resources-230318-14:11:52:092-38172], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-18T14:11:52.511Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8a45306d-3ac3-4f10-a742-9812edbe591e/model-vers/model-ver/e17bf563-7a13-4701-b853-11ed8cbb93d7?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-18T14:11:52.512Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8a45306d-3ac3-4f10-a742-9812edbe591e/model-vers/model-ver/e17bf563-7a13-4701-b853-11ed8cbb93d7?depth=0|INFO|500||InvokeReturn
2023-03-18T14:11:52.513Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-18T14:11:52.513Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-18T14:11:52.520Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-18T14:11:52.520Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 6a074a1e-4b47-4382-9b90-afa918276d12 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-18T14:11:52.521Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-18T14:11:52.521Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:11:52.521Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:11:52.521Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679148712521,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-18T14:11:53.545Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-18T14:11:53.546Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-10|||||DEBUG|500||received notification from broker: {"distributionID":"5e005e65-61df-4986-a087-00761a388674","serviceName":"Demo_pNF_Qv5TXucXv4n7mssXUGFK","serviceVersion":"1.0","serviceUUID":"73f959ea-1a0e-41cf-b2da-40f07fd6a9c2","serviceDescription":"catalog service description","serviceInvariantUUID":"86b31417-cd30-434e-93e4-34d81e182271","resources":[{"resourceInstanceName":"pNF 8ecb3a29-1699 0","resourceName":"pNF 8ecb3a29-1699","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"79d852b9-56e5-416f-9d37-4483b88de628","resourceInvariantUUID":"c45c5ef7-20e5-4b81-8392-6fbf8a0a1b25","resourceCustomizationUUID":"3e0c811d-9b69-4eb9-9e2f-6a46c31c8df1","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/resourceInstances/pnf8ecb3a2916990/artifacts/vf-license-model.xml","artifactChecksum":"ZjYwMDAwM2MyYWM5MThmNDNmMGIxMzExNzJmYzM1YzQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"fe22c4be-1d3d-49d6-aaf8-5fb691f2c5bb","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/resourceInstances/pnf8ecb3a2916990/artifacts/pNF.csar","artifactChecksum":"YTFmMWQ3MzViYWZhMGQ1ZThlNzU3Y2I3ZGNlYWU4YjA\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"aee06125-71e1-4665-8ce8-8f87625d3137","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/resourceInstances/pnf8ecb3a2916990/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"d0d177b6-7fdc-4b24-a378-3361c335ea57","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/resourceInstances/pnf8ecb3a2916990/artifacts/vendor-license-model.xml","artifactChecksum":"NmIzN2Y3YWJiZDEyYzZiMDEyNjdiMzJhNGM5MzQ1OGI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"b3fc6aeb-2efb-45ec-a7fe-d71b1477f76e","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/resourceInstances/pnf8ecb3a2916990/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"e7ba57a9-59ef-4efe-90bb-fffece281605","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/resourceInstances/pnf8ecb3a2916990/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"cc689d97-ea39-40b8-b7d1-5326d5b71836","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfQv5txucxv4n7mssxugfk-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-template.yml","artifactChecksum":"ZTJjZGFlZDI3YjNkYzI4ZWNlMWMyNmM5NGMwOGRiNmY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"036d837c-a9b5-4c6b-9026-ef8b033600cc","artifactVersion":"1"},{"artifactName":"service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar","artifactChecksum":"NmIzYzkyYzFlZjM3YjA3YjIzODQ5MzIxZjA4ODdmYTg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"a93044a0-e137-47cf-b45c-87a4ec92508e","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-18T14:11:53.546Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T14:11:53.546Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:11:53.546Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:11:53.547Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679148181478,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/resourceInstances/pnf8ecb3a2916990/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:11:54.547Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T14:11:54.548Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:11:54.548Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:11:54.548Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679148181478,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/resourceInstances/pnf8ecb3a2916990/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:11:55.549Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T14:11:55.549Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:11:55.549Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:11:55.549Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679148181478,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/resourceInstances/pnf8ecb3a2916990/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:11:56.550Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T14:11:56.551Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:11:56.551Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:11:56.551Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679148181478,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/resourceInstances/pnf8ecb3a2916990/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:11:57.552Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T14:11:57.553Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:11:57.553Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:11:57.553Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679148181478,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/resourceInstances/pnf8ecb3a2916990/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:11:58.554Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T14:11:58.555Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:11:58.555Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:11:58.555Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679148181478,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/resourceInstances/pnf8ecb3a2916990/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:11:58.919Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:11:58.923Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-18T14:11:58.923Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "74149d2a-f284-47d2-b2fa-4e2fc7be8f3e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679148671162,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-18T14:11:58.924Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:11:58.924Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-18T14:11:58.924Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679148181478,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T14:11:58.924Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:11:58.924Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-18T14:11:58.924Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679148181478,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2023-03-18T14:11:58.924Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:11:58.924Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-18T14:11:58.924Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679148181478,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-03-18T14:11:58.924Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:11:58.924Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-18T14:11:58.924Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679148181478,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T14:11:58.924Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:11:58.924Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-18T14:11:58.925Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679148181478,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-03-18T14:11:58.925Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:11:58.925Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-18T14:11:58.925Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679148181478,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T14:11:58.925Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:11:58.925Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-18T14:11:58.925Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679148181478,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-03-18T14:11:58.925Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:11:58.925Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-18T14:11:58.925Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679148679264,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-18T14:11:58.925Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:11:58.925Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-18T14:11:58.925Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679148680301,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 4b6dc8ac-cbfc-43c0-9e93-2760226914ae already exists"
}
2023-03-18T14:11:58.926Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:11:58.926Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-18T14:11:58.926Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679148681303,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 1903c123-2be6-499b-8524-c9a33406ad4f already exists"
}
2023-03-18T14:11:58.926Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:11:58.926Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-18T14:11:58.926Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679148712521,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-18T14:11:58.926Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:11:58.926Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-18T14:11:58.926Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679148181478,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/resourceInstances/pnf8ecb3a2916990/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T14:11:58.926Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:11:58.926Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-18T14:11:58.926Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679148181478,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/resourceInstances/pnf8ecb3a2916990/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-18T14:11:58.926Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:11:58.927Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-18T14:11:58.927Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679148181478,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/resourceInstances/pnf8ecb3a2916990/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-18T14:11:58.927Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:11:58.927Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-18T14:11:58.927Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679148181478,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/resourceInstances/pnf8ecb3a2916990/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T14:11:58.927Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:11:58.927Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-18T14:11:58.927Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679148181478,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/resourceInstances/pnf8ecb3a2916990/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T14:11:58.927Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:11:58.927Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-18T14:11:58.927Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679148181478,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/resourceInstances/pnf8ecb3a2916990/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T14:11:58.927Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:11:59.562Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T14:11:59.562Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:11:59.562Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:11:59.562Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679148181478,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:12:00.563Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T14:12:00.563Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:12:00.563Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:12:00.563Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679148181478,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:12:01.564Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "serviceName": "Demo_pNF_Qv5TXucXv4n7mssXUGFK",
  "serviceVersion": "1.0",
  "serviceUUID": "73f959ea-1a0e-41cf-b2da-40f07fd6a9c2",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "86b31417-cd30-434e-93e4-34d81e182271",
  "resources": [
    {
      "resourceInstanceName": "pNF 8ecb3a29-1699 0",
      "resourceCustomizationUUID": "3e0c811d-9b69-4eb9-9e2f-6a46c31c8df1",
      "resourceName": "pNF 8ecb3a29-1699",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "79d852b9-56e5-416f-9d37-4483b88de628",
      "resourceInvariantUUID": "c45c5ef7-20e5-4b81-8392-6fbf8a0a1b25",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar",
      "artifactChecksum": "NmIzYzkyYzFlZjM3YjA3YjIzODQ5MzIxZjA4ODdmYTg\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "a93044a0-e137-47cf-b45c-87a4ec92508e"
    }
  ],
  "workloadContext": "Production"
}
2023-03-18T14:12:01.565Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-18T14:12:01.565Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 73f959ea-1a0e-41cf-b2da-40f07fd6a9c2 ASDC
2023-03-18T14:12:01.565Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:5e005e65-61df-4986-a087-00761a388674
ServiceName:Demo_pNF_Qv5TXucXv4n7mssXUGFK
ServiceVersion:1.0
ServiceUUID:73f959ea-1a0e-41cf-b2da-40f07fd6a9c2
ServiceInvariantUUID:86b31417-cd30-434e-93e4-34d81e182271
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar
ArtifactUUID:a93044a0-e137-47cf-b45c-87a4ec92508e
ArtifactChecksum:NmIzYzkyYzFlZjM3YjA3YjIzODQ5MzIxZjA4ODdmYTg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 8ecb3a29-1699 0
ResourceCustomizationUUID:3e0c811d-9b69-4eb9-9e2f-6a46c31c8df1
ResourceInvariantUUID:c45c5ef7-20e5-4b81-8392-6fbf8a0a1b25
ResourceName:pNF 8ecb3a29-1699
ResourceType:PNF
ResourceUUID:79d852b9-56e5-416f-9d37-4483b88de628
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-18T14:12:01.566Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 73f959ea-1a0e-41cf-b2da-40f07fd6a9c2 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: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-18T14:12:01.597Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-18T14:12:01.597Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-03-18T14:12:01.597Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-03-18T14:12:01.598Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: a93044a0-e137-47cf-b45c-87a4ec92508e from URL: /sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar
2023-03-18T14:12:01.598Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-10|||||INFO|500||DistributionClient - download
2023-03-18T14:12:01.598Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-10|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar
2023-03-18T14:12:01.871Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2023-03-18T14:12:01.877Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar a93044a0-e137-47cf-b45c-87a4ec92508e 88004
2023-03-18T14:12:01.878Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar ASDC sendASDCNotification
2023-03-18T14:12:01.878Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar
2023-03-18T14:12:01.878Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-18T14:12:01.878Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:12:01.878Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:12:01.879Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679148721878,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:12:02.879Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-18T14:12:02.880Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-03-18T14:12:02.880Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: a93044a0-e137-47cf-b45c-87a4ec92508e, URL: /sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar to file: /app/ASDC/1/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar
2023-03-18T14:12:02.881Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar
2023-03-18T14:12:02.881Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar
2023-03-18T14:12:02.882Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar
2023-03-18T14:12:02.956Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9091873824361365494/Definitions/service-DemoPnfQv5txucxv4n7mssxugfk-template.yml
2023-03-18T14:12:03.423Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-18T14:12:03.423Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-10|||||WARN|500||####################################################################################################
2023-03-18T14:12:03.423Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar
2023-03-18T14:12:03.423Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-18T14:12:03.423Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-10|||||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-DemoPnfQv5txucxv4n7mssxugfk-csar.csar
2023-03-18T14:12:03.423Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar
2023-03-18T14:12:03.423Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-10|||||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-DemoPnfQv5txucxv4n7mssxugfk-csar.csar
2023-03-18T14:12:03.423Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-10|||||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-DemoPnfQv5txucxv4n7mssxugfk-csar.csar
2023-03-18T14:12:03.423Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-10|||||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-DemoPnfQv5txucxv4n7mssxugfk-csar.csar
2023-03-18T14:12:03.423Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 8ecb3a29-1699 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-DemoPnfQv5txucxv4n7mssxugfk-csar.csar
2023-03-18T14:12:03.423Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-10|||||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-DemoPnfQv5txucxv4n7mssxugfk-csar.csar
2023-03-18T14:12:03.423Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-10|||||WARN|500||####################################################################################################
2023-03-18T14:12:03.423Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T14:12:03.424Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_Qv5TXucXv4n7mssXUGFK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T14:12:03.424Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-10|||||DEBUG|500||Node template pNF 8ecb3a29-1699 0 is matching search criteria
2023-03-18T14:12:03.424Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2023-03-18T14:12:03.424Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-10|||||DEBUG|500||Found topology templates [pNF 8ecb3a29-1699 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-18T14:12:03.424Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T14:12:03.424Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_Qv5TXucXv4n7mssXUGFK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T14:12:03.424Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-10|||||DEBUG|500||Node template pNF 8ecb3a29-1699 0 is matching search criteria
2023-03-18T14:12:03.424Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2023-03-18T14:12:03.424Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-10|||||DEBUG|500||Found topology templates [pNF 8ecb3a29-1699 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-18T14:12:03.424Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T14:12:03.424Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_Qv5TXucXv4n7mssXUGFK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T14:12:03.424Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T14:12:03.424Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_Qv5TXucXv4n7mssXUGFK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T14:12:03.424Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T14:12:03.424Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_Qv5TXucXv4n7mssXUGFK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T14:12:03.424Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T14:12:03.424Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_Qv5TXucXv4n7mssXUGFK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T14:12:03.425Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T14:12:03.425Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_Qv5TXucXv4n7mssXUGFK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T14:12:03.425Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-10|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_Qv5TXucXv4n7mssXUGFK
Description:catalog service description
Model UUID:73f959ea-1a0e-41cf-b2da-40f07fd6a9c2
Model Version:NULL
Model InvariantUuid:86b31417-cd30-434e-93e4-34d81e182271
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=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-03-18T14:12:03.457Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-10|||||ERROR|500||Csar with UUID: a93044a0-e137-47cf-b45c-87a4ec92508e already exists
2023-03-18T14:12:03.457Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar ASDC sendASDCNotification
2023-03-18T14:12:03.457Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar(Csar with UUID: a93044a0-e137-47cf-b45c-87a4ec92508e already exists)
2023-03-18T14:12:03.457Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-18T14:12:03.457Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:12:03.458Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:12:03.458Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679148723457,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: a93044a0-e137-47cf-b45c-87a4ec92508e already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:12:04.458Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar ASDC sendASDCNotification
2023-03-18T14:12:04.459Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar(Resource with UUID: 79d852b9-56e5-416f-9d37-4483b88de628 already exists)
2023-03-18T14:12:04.459Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-18T14:12:04.459Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:12:04.459Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:12:04.459Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679148724458,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 79d852b9-56e5-416f-9d37-4483b88de628 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:12:05.460Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5e005e65-61df-4986-a087-00761a388674
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T14:12:05.480Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5e005e65-61df-4986-a087-00761a388674
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T14:12:05.483Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-18T14:12:05.484Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-18T14:12:05.484Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-18T14:12:05.484Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-18T14:12:05.484Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T14:12:05.484Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T14:12:05.484Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T14:12:05.484Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T14:12:05.485Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T14:12:05.485Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T14:12:05.485Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-18T14:12:05.496Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-18T14:12:35.496Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 5e005e65-61df-4986-a087-00761a388674 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-18T14:12:35.506Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 5e005e65-61df-4986-a087-00761a388674 and serviceModelVersionId: 73f959ea-1a0e-41cf-b2da-40f07fd6a9c2
2023-03-18T14:12:35.507Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 86b31417-cd30-434e-93e4-34d81e182271
2023-03-18T14:12:35.507Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/86b31417-cd30-434e-93e4-34d81e182271/model-vers/model-ver/73f959ea-1a0e-41cf-b2da-40f07fd6a9c2?depth=0
2023-03-18T14:12:35.513Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2023-03-18T14:12:35.541Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-10|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/86b31417-cd30-434e-93e4-34d81e182271/model-vers/model-ver/73f959ea-1a0e-41cf-b2da-40f07fd6a9c2?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-03-18T14:12:35.554Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/86b31417-cd30-434e-93e4-34d81e182271/model-vers/model-ver/73f959ea-1a0e-41cf-b2da-40f07fd6a9c2?depth=0|INFO|500||Invoke
2023-03-18T14:12:35.560Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/86b31417-cd30-434e-93e4-34d81e182271/model-vers/model-ver/73f959ea-1a0e-41cf-b2da-40f07fd6a9c2?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-18T14:12:35.672Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/86b31417-cd30-434e-93e4-34d81e182271/model-vers/model-ver/73f959ea-1a0e-41cf-b2da-40f07fd6a9c2?depth=0|INFO|500||InvokeReturn
2023-03-18T14:12:35.672Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-10|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/86b31417-cd30-434e-93e4-34d81e182271/model-vers/model-ver/73f959ea-1a0e-41cf-b2da-40f07fd6a9c2?depth=0 has http status code:200 and response headers:{date=[Sat, 18 Mar 2023 14:12:35 GMT], content-length=[0], vertex-id=[204904], x-aai-txid=[2-aai-resources-230318-14:12:35:262-95907], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-18T14:12:35.672Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-10|||||DEBUG|500||Response was returned with an empty entity.
2023-03-18T14:12:35.672Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-18T14:12:35.672Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-18T14:12:35.678Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-18T14:12:35.678Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 5e005e65-61df-4986-a087-00761a388674 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-18T14:12:35.678Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-18T14:12:35.679Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:12:35.679Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:12:35.679Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679148755678,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-18T14:12:36.697Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-18T14:12:36.697Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-10|||||DEBUG|500||received notification from broker: {"distributionID":"b26959c2-c6ca-4cf7-9cdd-576be04a9c92","serviceName":"Demo_pNF_M5QKMfmDLPuLyaz8OWr9","serviceVersion":"1.0","serviceUUID":"c315cbb3-fd53-45ce-8b0b-ad3e84c78918","serviceDescription":"catalog service description","serviceInvariantUUID":"a46a4505-8d20-4c38-8d99-1b181bf22700","resources":[{"resourceInstanceName":"pNF 66b89d6a-37e2 0","resourceName":"pNF 66b89d6a-37e2","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"5cb48981-5482-4843-a71a-1ebe978a5e90","resourceInvariantUUID":"067cbf90-981e-43f3-86b6-aee782d22bba","resourceCustomizationUUID":"84e6e64b-76cd-40cf-86fd-15855e6c2efb","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/resourceInstances/pnf66b89d6a37e20/artifacts/vf-license-model.xml","artifactChecksum":"NmE3OGI0M2NhMTkzNzdlZjJiNzk5YWUzOGVkODUwZTQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"7cbe96a6-d4de-40e4-9f5f-7effc4b8523d","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/resourceInstances/pnf66b89d6a37e20/artifacts/pNF.csar","artifactChecksum":"YTFmMWQ3MzViYWZhMGQ1ZThlNzU3Y2I3ZGNlYWU4YjA\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"7fd2d8fc-6c10-444b-93e4-8ebf25d579b5","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/resourceInstances/pnf66b89d6a37e20/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"62304596-99e5-46f3-868d-189f9dacc577","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/resourceInstances/pnf66b89d6a37e20/artifacts/vendor-license-model.xml","artifactChecksum":"YzhhZjQxZjBiNGEwYTBlMTMwMDYwZmQ3ZjM5OWY1MTY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"c98a30f6-a6ab-4b74-9a89-a4282ace9636","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/resourceInstances/pnf66b89d6a37e20/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"6ba69e42-ade7-45c2-a4ec-3b8f081071f9","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/resourceInstances/pnf66b89d6a37e20/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"2afae58f-afd7-42b0-ae19-62fbbccae66e","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfM5qkmfmdlpulyaz8owr9-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/artifacts/service-DemoPnfM5qkmfmdlpulyaz8owr9-template.yml","artifactChecksum":"NDU2YjRjNDEyNWEwZGVkZjBjNDY2MTJmOTFhNzRhYzk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"181d2352-caba-4b3f-999f-926eb0949ab9","artifactVersion":"1"},{"artifactName":"service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/artifacts/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar","artifactChecksum":"ZWMyYmIzM2U4YmVmYmIwYmU1ZDhjODY4NGEyYTI4NjI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"fdcf7f15-35cd-49a2-839b-26e97623a9bc","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-18T14:12:36.697Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T14:12:36.697Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:12:36.698Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:12:36.698Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679148181478,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/resourceInstances/pnf66b89d6a37e20/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:12:37.698Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T14:12:37.699Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:12:37.699Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:12:37.699Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679148181478,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/resourceInstances/pnf66b89d6a37e20/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:12:38.700Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T14:12:38.700Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:12:38.700Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:12:38.700Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679148181478,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/resourceInstances/pnf66b89d6a37e20/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:12:39.702Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T14:12:39.702Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:12:39.702Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:12:39.703Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679148181478,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/resourceInstances/pnf66b89d6a37e20/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:12:40.703Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T14:12:40.704Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:12:40.704Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:12:40.704Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679148181478,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/resourceInstances/pnf66b89d6a37e20/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:12:41.704Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T14:12:41.705Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:12:41.705Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:12:41.705Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679148181478,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/resourceInstances/pnf66b89d6a37e20/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:12:42.706Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T14:12:42.706Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:12:42.707Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:12:42.707Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679148181478,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/artifacts/service-DemoPnfM5qkmfmdlpulyaz8owr9-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:12:43.708Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T14:12:43.708Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:12:43.709Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:12:43.709Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679148181478,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/artifacts/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:12:44.710Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "serviceName": "Demo_pNF_M5QKMfmDLPuLyaz8OWr9",
  "serviceVersion": "1.0",
  "serviceUUID": "c315cbb3-fd53-45ce-8b0b-ad3e84c78918",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "a46a4505-8d20-4c38-8d99-1b181bf22700",
  "resources": [
    {
      "resourceInstanceName": "pNF 66b89d6a-37e2 0",
      "resourceCustomizationUUID": "84e6e64b-76cd-40cf-86fd-15855e6c2efb",
      "resourceName": "pNF 66b89d6a-37e2",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "5cb48981-5482-4843-a71a-1ebe978a5e90",
      "resourceInvariantUUID": "067cbf90-981e-43f3-86b6-aee782d22bba",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/artifacts/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar",
      "artifactChecksum": "ZWMyYmIzM2U4YmVmYmIwYmU1ZDhjODY4NGEyYTI4NjI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "fdcf7f15-35cd-49a2-839b-26e97623a9bc"
    }
  ],
  "workloadContext": "Production"
}
2023-03-18T14:12:44.711Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-18T14:12:44.711Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 c315cbb3-fd53-45ce-8b0b-ad3e84c78918 ASDC
2023-03-18T14:12:44.712Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:b26959c2-c6ca-4cf7-9cdd-576be04a9c92
ServiceName:Demo_pNF_M5QKMfmDLPuLyaz8OWr9
ServiceVersion:1.0
ServiceUUID:c315cbb3-fd53-45ce-8b0b-ad3e84c78918
ServiceInvariantUUID:a46a4505-8d20-4c38-8d99-1b181bf22700
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/artifacts/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar
ArtifactUUID:fdcf7f15-35cd-49a2-839b-26e97623a9bc
ArtifactChecksum:ZWMyYmIzM2U4YmVmYmIwYmU1ZDhjODY4NGEyYTI4NjI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 66b89d6a-37e2 0
ResourceCustomizationUUID:84e6e64b-76cd-40cf-86fd-15855e6c2efb
ResourceInvariantUUID:067cbf90-981e-43f3-86b6-aee782d22bba
ResourceName:pNF 66b89d6a-37e2
ResourceType:PNF
ResourceUUID:5cb48981-5482-4843-a71a-1ebe978a5e90
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-18T14:12:44.712Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF c315cbb3-fd53-45ce-8b0b-ad3e84c78918 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: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-18T14:12:44.742Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-18T14:12:44.743Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-03-18T14:12:44.743Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-03-18T14:12:44.743Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: fdcf7f15-35cd-49a2-839b-26e97623a9bc from URL: /sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/artifacts/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar
2023-03-18T14:12:44.743Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-10|||||INFO|500||DistributionClient - download
2023-03-18T14:12:44.744Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-10|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/artifacts/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar
2023-03-18T14:12:44.980Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2023-03-18T14:12:44.985Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/artifacts/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar fdcf7f15-35cd-49a2-839b-26e97623a9bc 88022
2023-03-18T14:12:44.985Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/artifacts/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar ASDC sendASDCNotification
2023-03-18T14:12:44.986Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/artifacts/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar
2023-03-18T14:12:44.986Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-18T14:12:44.986Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:12:44.986Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:12:44.986Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679148764985,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/artifacts/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:12:45.986Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-18T14:12:45.987Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-03-18T14:12:45.987Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: fdcf7f15-35cd-49a2-839b-26e97623a9bc, URL: /sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/artifacts/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar to file: /app/ASDC/1/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar
2023-03-18T14:12:45.988Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar
2023-03-18T14:12:45.988Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar
2023-03-18T14:12:45.989Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar
2023-03-18T14:12:46.067Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11164434979198891001/Definitions/service-DemoPnfM5qkmfmdlpulyaz8owr9-template.yml
2023-03-18T14:12:46.528Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-18T14:12:46.528Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-10|||||WARN|500||####################################################################################################
2023-03-18T14:12:46.528Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar
2023-03-18T14:12:46.529Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-18T14:12:46.529Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-10|||||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-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar
2023-03-18T14:12:46.529Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar
2023-03-18T14:12:46.529Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-10|||||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-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar
2023-03-18T14:12:46.529Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 66b89d6a-37e2 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-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar
2023-03-18T14:12:46.529Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-10|||||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-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar
2023-03-18T14:12:46.529Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-10|||||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-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar
2023-03-18T14:12:46.529Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-10|||||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-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar
2023-03-18T14:12:46.529Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-10|||||WARN|500||####################################################################################################
2023-03-18T14:12:46.529Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T14:12:46.529Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_M5QKMfmDLPuLyaz8OWr9 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T14:12:46.529Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-10|||||DEBUG|500||Node template pNF 66b89d6a-37e2 0 is matching search criteria
2023-03-18T14:12:46.529Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2023-03-18T14:12:46.529Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-10|||||DEBUG|500||Found topology templates [pNF 66b89d6a-37e2 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-18T14:12:46.529Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T14:12:46.529Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_M5QKMfmDLPuLyaz8OWr9 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T14:12:46.529Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-10|||||DEBUG|500||Node template pNF 66b89d6a-37e2 0 is matching search criteria
2023-03-18T14:12:46.529Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2023-03-18T14:12:46.529Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-10|||||DEBUG|500||Found topology templates [pNF 66b89d6a-37e2 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-18T14:12:46.529Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T14:12:46.529Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_M5QKMfmDLPuLyaz8OWr9 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T14:12:46.529Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T14:12:46.529Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_M5QKMfmDLPuLyaz8OWr9 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T14:12:46.530Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T14:12:46.530Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_M5QKMfmDLPuLyaz8OWr9 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T14:12:46.530Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T14:12:46.530Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_M5QKMfmDLPuLyaz8OWr9 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T14:12:46.530Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T14:12:46.530Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_M5QKMfmDLPuLyaz8OWr9 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T14:12:46.530Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-10|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_M5QKMfmDLPuLyaz8OWr9
Description:catalog service description
Model UUID:c315cbb3-fd53-45ce-8b0b-ad3e84c78918
Model Version:NULL
Model InvariantUuid:a46a4505-8d20-4c38-8d99-1b181bf22700
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=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-03-18T14:12:46.560Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-10|||||ERROR|500||Csar with UUID: fdcf7f15-35cd-49a2-839b-26e97623a9bc already exists
2023-03-18T14:12:46.560Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/artifacts/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar ASDC sendASDCNotification
2023-03-18T14:12:46.560Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/artifacts/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar(Csar with UUID: fdcf7f15-35cd-49a2-839b-26e97623a9bc already exists)
2023-03-18T14:12:46.560Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-18T14:12:46.561Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:12:46.561Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:12:46.561Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679148766560,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/artifacts/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: fdcf7f15-35cd-49a2-839b-26e97623a9bc already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:12:47.567Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/artifacts/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar ASDC sendASDCNotification
2023-03-18T14:12:47.567Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/artifacts/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar(Resource with UUID: 5cb48981-5482-4843-a71a-1ebe978a5e90 already exists)
2023-03-18T14:12:47.567Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-18T14:12:47.568Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:12:47.568Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:12:47.568Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679148767567,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/artifacts/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 5cb48981-5482-4843-a71a-1ebe978a5e90 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:12:48.570Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b26959c2-c6ca-4cf7-9cdd-576be04a9c92
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T14:12:48.588Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b26959c2-c6ca-4cf7-9cdd-576be04a9c92
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T14:12:48.592Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-18T14:12:48.592Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-18T14:12:48.592Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-18T14:12:48.592Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-18T14:12:48.592Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T14:12:48.592Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T14:12:48.593Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T14:12:48.593Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T14:12:48.593Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T14:12:48.593Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T14:12:48.593Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-18T14:12:48.602Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-18T14:12:58.919Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:12:58.927Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-18T14:12:58.927Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679148181478,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T14:12:58.928Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:12:58.928Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-18T14:12:58.928Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679148181478,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar",
  "status": "NOTIFIED"
}
2023-03-18T14:12:58.929Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:12:58.929Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-18T14:12:58.929Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679148721878,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-18T14:12:58.929Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:12:58.929Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-18T14:12:58.929Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679148723457,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: a93044a0-e137-47cf-b45c-87a4ec92508e already exists"
}
2023-03-18T14:12:58.929Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:12:58.929Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-18T14:12:58.929Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679148724458,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 79d852b9-56e5-416f-9d37-4483b88de628 already exists"
}
2023-03-18T14:12:58.929Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:12:58.929Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-18T14:12:58.929Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679148755678,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-18T14:12:58.929Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:12:58.929Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-18T14:12:58.929Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679148181478,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/resourceInstances/pnf66b89d6a37e20/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T14:12:58.930Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:12:58.930Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-18T14:12:58.930Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679148181478,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/resourceInstances/pnf66b89d6a37e20/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-18T14:12:58.930Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:12:58.930Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-18T14:12:58.930Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679148181478,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/resourceInstances/pnf66b89d6a37e20/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-18T14:12:58.930Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:12:58.930Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-18T14:12:58.930Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679148181478,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/resourceInstances/pnf66b89d6a37e20/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T14:12:58.930Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:12:58.930Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-18T14:12:58.930Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679148181478,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/resourceInstances/pnf66b89d6a37e20/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T14:12:58.930Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:12:58.930Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-18T14:12:58.930Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679148181478,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/resourceInstances/pnf66b89d6a37e20/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T14:12:58.930Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:12:58.930Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-18T14:12:58.930Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679148181478,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/artifacts/service-DemoPnfM5qkmfmdlpulyaz8owr9-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T14:12:58.931Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:12:58.931Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-18T14:12:58.931Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679148181478,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/artifacts/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar",
  "status": "NOTIFIED"
}
2023-03-18T14:12:58.931Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:12:58.931Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-18T14:12:58.931Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679148764985,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/artifacts/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-18T14:12:58.931Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:12:58.931Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-18T14:12:58.931Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679148766560,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/artifacts/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: fdcf7f15-35cd-49a2-839b-26e97623a9bc already exists"
}
2023-03-18T14:12:58.932Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:12:58.932Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-18T14:12:58.932Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679148767567,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/artifacts/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 5cb48981-5482-4843-a71a-1ebe978a5e90 already exists"
}
2023-03-18T14:12:58.932Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:13:18.604Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: b26959c2-c6ca-4cf7-9cdd-576be04a9c92 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-18T14:13:18.620Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: b26959c2-c6ca-4cf7-9cdd-576be04a9c92 and serviceModelVersionId: c315cbb3-fd53-45ce-8b0b-ad3e84c78918
2023-03-18T14:13:18.620Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : a46a4505-8d20-4c38-8d99-1b181bf22700
2023-03-18T14:13:18.626Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/a46a4505-8d20-4c38-8d99-1b181bf22700/model-vers/model-ver/c315cbb3-fd53-45ce-8b0b-ad3e84c78918?depth=0
2023-03-18T14:13:18.639Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2023-03-18T14:13:18.656Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-10|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a46a4505-8d20-4c38-8d99-1b181bf22700/model-vers/model-ver/c315cbb3-fd53-45ce-8b0b-ad3e84c78918?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-03-18T14:13:18.658Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a46a4505-8d20-4c38-8d99-1b181bf22700/model-vers/model-ver/c315cbb3-fd53-45ce-8b0b-ad3e84c78918?depth=0|INFO|500||Invoke
2023-03-18T14:13:18.667Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a46a4505-8d20-4c38-8d99-1b181bf22700/model-vers/model-ver/c315cbb3-fd53-45ce-8b0b-ad3e84c78918?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-18T14:13:18.789Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a46a4505-8d20-4c38-8d99-1b181bf22700/model-vers/model-ver/c315cbb3-fd53-45ce-8b0b-ad3e84c78918?depth=0|INFO|500||InvokeReturn
2023-03-18T14:13:18.790Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-10|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a46a4505-8d20-4c38-8d99-1b181bf22700/model-vers/model-ver/c315cbb3-fd53-45ce-8b0b-ad3e84c78918?depth=0 has http status code:200 and response headers:{date=[Sat, 18 Mar 2023 14:13:18 GMT], content-length=[0], vertex-id=[217192], x-aai-txid=[1-aai-resources-230318-14:13:18:369-98118], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-18T14:13:18.790Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-10|||||DEBUG|500||Response was returned with an empty entity.
2023-03-18T14:13:18.790Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-18T14:13:18.790Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-18T14:13:18.796Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-18T14:13:18.796Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID b26959c2-c6ca-4cf7-9cdd-576be04a9c92 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-18T14:13:18.796Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-18T14:13:18.796Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:13:18.796Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:13:18.796Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679148798796,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-18T14:13:19.816Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-18T14:13:19.816Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-10|||||DEBUG|500||received notification from broker: {"distributionID":"d6b70362-b450-41db-97c4-ea1285deb273","serviceName":"Demo_pNF_0QRYBIFHiGDyVijApwKS","serviceVersion":"1.0","serviceUUID":"b4fd06db-c144-4037-bb56-9f4d170dc33e","serviceDescription":"catalog service description","serviceInvariantUUID":"4a6b6367-2484-4aa3-9126-d96b480457a8","resources":[{"resourceInstanceName":"pNF 8b249c54-8f1f 0","resourceName":"pNF 8b249c54-8f1f","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"a880e813-b7b0-402c-bffe-74c020d69311","resourceInvariantUUID":"62a7990d-54b9-488c-9976-952482e2993f","resourceCustomizationUUID":"eb0ac2ec-e902-44af-9274-4b7b602bc8c8","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/resourceInstances/pnf8b249c548f1f0/artifacts/vf-license-model.xml","artifactChecksum":"YWEyOGU2NjliMDg5ZDU1NzYwMDhlOTYzNmI4NGZhMzM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"d2ed05b3-c79a-4dce-b90e-d0d7508a3b45","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/resourceInstances/pnf8b249c548f1f0/artifacts/pNF.csar","artifactChecksum":"YTFmMWQ3MzViYWZhMGQ1ZThlNzU3Y2I3ZGNlYWU4YjA\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"8c5f255b-5ba0-461e-8009-527fa558f0ef","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/resourceInstances/pnf8b249c548f1f0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"a4927c34-4090-4c7c-85be-5bfcd5208e7f","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/resourceInstances/pnf8b249c548f1f0/artifacts/vendor-license-model.xml","artifactChecksum":"ZGFjMzBhNjdmYWNhNzZkY2Y1ODcwNmIzODQzMjQ0Yzc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"68e219be-7fd3-4c2f-942d-b58362470046","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/resourceInstances/pnf8b249c548f1f0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"e7878e48-de75-42bd-a2da-c03807bb7be5","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/resourceInstances/pnf8b249c548f1f0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"d4b706a9-5523-4974-846d-b745b2a21dda","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnf0qrybifhigdyvijapwks-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/artifacts/service-DemoPnf0qrybifhigdyvijapwks-template.yml","artifactChecksum":"NjU3ZjBkNGJkNDc4ZWE3Y2M3Njk5NTc3MzNjYmY1YmY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"fdaf04f2-ae49-424a-bb42-d2906911e5ff","artifactVersion":"1"},{"artifactName":"service-DemoPnf0qrybifhigdyvijapwks-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/artifacts/service-DemoPnf0qrybifhigdyvijapwks-csar.csar","artifactChecksum":"MzljYTA3Yjk4Nzg5NjI5MTU3MDE1YTYwNjFmNTc1MTk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"7c894985-6ce0-4ae6-b963-98a29a50f1d8","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-18T14:13:19.816Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T14:13:19.816Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:13:19.816Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:13:19.816Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "d6b70362-b450-41db-97c4-ea1285deb273",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679148181478,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/resourceInstances/pnf8b249c548f1f0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:13:20.817Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T14:13:20.818Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:13:20.818Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:13:20.818Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "d6b70362-b450-41db-97c4-ea1285deb273",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679148181478,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/resourceInstances/pnf8b249c548f1f0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:13:21.820Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T14:13:21.820Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:13:21.820Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:13:21.821Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "d6b70362-b450-41db-97c4-ea1285deb273",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679148181478,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/resourceInstances/pnf8b249c548f1f0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:13:22.822Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T14:13:22.822Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:13:22.822Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:13:22.822Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "d6b70362-b450-41db-97c4-ea1285deb273",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679148181478,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/resourceInstances/pnf8b249c548f1f0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:13:23.824Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T14:13:23.824Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:13:23.824Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:13:23.824Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "d6b70362-b450-41db-97c4-ea1285deb273",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679148181478,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/resourceInstances/pnf8b249c548f1f0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:13:24.825Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T14:13:24.825Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:13:24.825Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:13:24.825Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "d6b70362-b450-41db-97c4-ea1285deb273",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679148181478,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/resourceInstances/pnf8b249c548f1f0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:13:25.826Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T14:13:25.826Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:13:25.827Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:13:25.827Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "d6b70362-b450-41db-97c4-ea1285deb273",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679148181478,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/artifacts/service-DemoPnf0qrybifhigdyvijapwks-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:13:26.828Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T14:13:26.828Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:13:26.828Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:13:26.828Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "d6b70362-b450-41db-97c4-ea1285deb273",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679148181478,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/artifacts/service-DemoPnf0qrybifhigdyvijapwks-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:13:27.829Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "d6b70362-b450-41db-97c4-ea1285deb273",
  "serviceName": "Demo_pNF_0QRYBIFHiGDyVijApwKS",
  "serviceVersion": "1.0",
  "serviceUUID": "b4fd06db-c144-4037-bb56-9f4d170dc33e",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "4a6b6367-2484-4aa3-9126-d96b480457a8",
  "resources": [
    {
      "resourceInstanceName": "pNF 8b249c54-8f1f 0",
      "resourceCustomizationUUID": "eb0ac2ec-e902-44af-9274-4b7b602bc8c8",
      "resourceName": "pNF 8b249c54-8f1f",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "a880e813-b7b0-402c-bffe-74c020d69311",
      "resourceInvariantUUID": "62a7990d-54b9-488c-9976-952482e2993f",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnf0qrybifhigdyvijapwks-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/artifacts/service-DemoPnf0qrybifhigdyvijapwks-csar.csar",
      "artifactChecksum": "MzljYTA3Yjk4Nzg5NjI5MTU3MDE1YTYwNjFmNTc1MTk\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "7c894985-6ce0-4ae6-b963-98a29a50f1d8"
    }
  ],
  "workloadContext": "Production"
}
2023-03-18T14:13:27.830Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-18T14:13:27.830Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 b4fd06db-c144-4037-bb56-9f4d170dc33e ASDC
2023-03-18T14:13:27.830Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:d6b70362-b450-41db-97c4-ea1285deb273
ServiceName:Demo_pNF_0QRYBIFHiGDyVijApwKS
ServiceVersion:1.0
ServiceUUID:b4fd06db-c144-4037-bb56-9f4d170dc33e
ServiceInvariantUUID:4a6b6367-2484-4aa3-9126-d96b480457a8
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnf0qrybifhigdyvijapwks-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/artifacts/service-DemoPnf0qrybifhigdyvijapwks-csar.csar
ArtifactUUID:7c894985-6ce0-4ae6-b963-98a29a50f1d8
ArtifactChecksum:MzljYTA3Yjk4Nzg5NjI5MTU3MDE1YTYwNjFmNTc1MTk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 8b249c54-8f1f 0
ResourceCustomizationUUID:eb0ac2ec-e902-44af-9274-4b7b602bc8c8
ResourceInvariantUUID:62a7990d-54b9-488c-9976-952482e2993f
ResourceName:pNF 8b249c54-8f1f
ResourceType:PNF
ResourceUUID:a880e813-b7b0-402c-bffe-74c020d69311
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-18T14:13:27.830Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF b4fd06db-c144-4037-bb56-9f4d170dc33e 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: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-18T14:13:27.859Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-18T14:13:27.860Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-03-18T14:13:27.860Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-03-18T14:13:27.860Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 7c894985-6ce0-4ae6-b963-98a29a50f1d8 from URL: /sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/artifacts/service-DemoPnf0qrybifhigdyvijapwks-csar.csar
2023-03-18T14:13:27.860Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-10|||||INFO|500||DistributionClient - download
2023-03-18T14:13:27.860Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-10|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/artifacts/service-DemoPnf0qrybifhigdyvijapwks-csar.csar
2023-03-18T14:13:28.093Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2023-03-18T14:13:28.100Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/artifacts/service-DemoPnf0qrybifhigdyvijapwks-csar.csar 7c894985-6ce0-4ae6-b963-98a29a50f1d8 88013
2023-03-18T14:13:28.100Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/artifacts/service-DemoPnf0qrybifhigdyvijapwks-csar.csar ASDC sendASDCNotification
2023-03-18T14:13:28.100Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/artifacts/service-DemoPnf0qrybifhigdyvijapwks-csar.csar
2023-03-18T14:13:28.100Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-18T14:13:28.100Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:13:28.100Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:13:28.100Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "d6b70362-b450-41db-97c4-ea1285deb273",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679148808100,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/artifacts/service-DemoPnf0qrybifhigdyvijapwks-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:13:29.102Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-18T14:13:29.102Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-03-18T14:13:29.103Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 7c894985-6ce0-4ae6-b963-98a29a50f1d8, URL: /sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/artifacts/service-DemoPnf0qrybifhigdyvijapwks-csar.csar to file: /app/ASDC/1/service-DemoPnf0qrybifhigdyvijapwks-csar.csar
2023-03-18T14:13:29.103Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnf0qrybifhigdyvijapwks-csar.csar
2023-03-18T14:13:29.104Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnf0qrybifhigdyvijapwks-csar.csar
2023-03-18T14:13:29.104Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnf0qrybifhigdyvijapwks-csar.csar
2023-03-18T14:13:29.203Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1136235824599867022/Definitions/service-DemoPnf0qrybifhigdyvijapwks-template.yml
2023-03-18T14:13:29.719Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-18T14:13:29.719Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-10|||||WARN|500||####################################################################################################
2023-03-18T14:13:29.719Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnf0qrybifhigdyvijapwks-csar.csar
2023-03-18T14:13:29.719Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-18T14:13:29.719Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-10|||||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-DemoPnf0qrybifhigdyvijapwks-csar.csar
2023-03-18T14:13:29.720Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnf0qrybifhigdyvijapwks-csar.csar
2023-03-18T14:13:29.720Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-10|||||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-DemoPnf0qrybifhigdyvijapwks-csar.csar
2023-03-18T14:13:29.720Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-10|||||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-DemoPnf0qrybifhigdyvijapwks-csar.csar
2023-03-18T14:13:29.720Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 8b249c54-8f1f 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-DemoPnf0qrybifhigdyvijapwks-csar.csar
2023-03-18T14:13:29.720Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-10|||||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-DemoPnf0qrybifhigdyvijapwks-csar.csar
2023-03-18T14:13:29.720Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-10|||||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-DemoPnf0qrybifhigdyvijapwks-csar.csar
2023-03-18T14:13:29.720Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-10|||||WARN|500||####################################################################################################
2023-03-18T14:13:29.720Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T14:13:29.720Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_0QRYBIFHiGDyVijApwKS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T14:13:29.720Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-10|||||DEBUG|500||Node template pNF 8b249c54-8f1f 0 is matching search criteria
2023-03-18T14:13:29.720Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2023-03-18T14:13:29.720Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-10|||||DEBUG|500||Found topology templates [pNF 8b249c54-8f1f 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-18T14:13:29.720Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T14:13:29.720Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_0QRYBIFHiGDyVijApwKS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T14:13:29.720Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-10|||||DEBUG|500||Node template pNF 8b249c54-8f1f 0 is matching search criteria
2023-03-18T14:13:29.720Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2023-03-18T14:13:29.720Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-10|||||DEBUG|500||Found topology templates [pNF 8b249c54-8f1f 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-18T14:13:29.720Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T14:13:29.720Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_0QRYBIFHiGDyVijApwKS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T14:13:29.720Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T14:13:29.720Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_0QRYBIFHiGDyVijApwKS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T14:13:29.720Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T14:13:29.721Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_0QRYBIFHiGDyVijApwKS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T14:13:29.721Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T14:13:29.721Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_0QRYBIFHiGDyVijApwKS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T14:13:29.721Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T14:13:29.721Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_0QRYBIFHiGDyVijApwKS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T14:13:29.721Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-10|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_0QRYBIFHiGDyVijApwKS
Description:catalog service description
Model UUID:b4fd06db-c144-4037-bb56-9f4d170dc33e
Model Version:NULL
Model InvariantUuid:4a6b6367-2484-4aa3-9126-d96b480457a8
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=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-03-18T14:13:29.749Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-10|||||ERROR|500||Csar with UUID: 7c894985-6ce0-4ae6-b963-98a29a50f1d8 already exists
2023-03-18T14:13:29.749Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/artifacts/service-DemoPnf0qrybifhigdyvijapwks-csar.csar ASDC sendASDCNotification
2023-03-18T14:13:29.749Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/artifacts/service-DemoPnf0qrybifhigdyvijapwks-csar.csar(Csar with UUID: 7c894985-6ce0-4ae6-b963-98a29a50f1d8 already exists)
2023-03-18T14:13:29.749Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-18T14:13:29.749Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:13:29.749Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:13:29.749Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "d6b70362-b450-41db-97c4-ea1285deb273",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679148809749,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/artifacts/service-DemoPnf0qrybifhigdyvijapwks-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 7c894985-6ce0-4ae6-b963-98a29a50f1d8 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:13:30.750Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/artifacts/service-DemoPnf0qrybifhigdyvijapwks-csar.csar ASDC sendASDCNotification
2023-03-18T14:13:30.750Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/artifacts/service-DemoPnf0qrybifhigdyvijapwks-csar.csar(Resource with UUID: a880e813-b7b0-402c-bffe-74c020d69311 already exists)
2023-03-18T14:13:30.750Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-18T14:13:30.751Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:13:30.751Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:13:30.751Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "d6b70362-b450-41db-97c4-ea1285deb273",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679148810750,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/artifacts/service-DemoPnf0qrybifhigdyvijapwks-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: a880e813-b7b0-402c-bffe-74c020d69311 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:13:31.751Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d6b70362-b450-41db-97c4-ea1285deb273
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T14:13:31.772Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d6b70362-b450-41db-97c4-ea1285deb273
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T14:13:31.775Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-18T14:13:31.775Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-18T14:13:31.775Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-18T14:13:31.775Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-18T14:13:31.775Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T14:13:31.775Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T14:13:31.776Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T14:13:31.776Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T14:13:31.776Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T14:13:31.776Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T14:13:31.776Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-18T14:13:31.786Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-18T14:13:58.920Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:13:58.926Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-18T14:13:58.926Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679148798796,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-18T14:13:58.927Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:13:58.927Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-18T14:13:58.927Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "d6b70362-b450-41db-97c4-ea1285deb273",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679148181478,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/resourceInstances/pnf8b249c548f1f0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T14:13:58.927Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:13:58.927Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-18T14:13:58.927Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "d6b70362-b450-41db-97c4-ea1285deb273",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679148181478,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/resourceInstances/pnf8b249c548f1f0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-18T14:13:58.927Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:13:58.927Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-18T14:13:58.927Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "d6b70362-b450-41db-97c4-ea1285deb273",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679148181478,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/resourceInstances/pnf8b249c548f1f0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-18T14:13:58.927Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:13:58.927Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-18T14:13:58.927Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "d6b70362-b450-41db-97c4-ea1285deb273",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679148181478,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/resourceInstances/pnf8b249c548f1f0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T14:13:58.928Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:13:58.928Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-18T14:13:58.928Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "d6b70362-b450-41db-97c4-ea1285deb273",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679148181478,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/resourceInstances/pnf8b249c548f1f0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T14:13:58.928Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:13:58.928Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-18T14:13:58.928Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "d6b70362-b450-41db-97c4-ea1285deb273",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679148181478,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/resourceInstances/pnf8b249c548f1f0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T14:13:58.928Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:13:58.929Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-18T14:13:58.929Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "d6b70362-b450-41db-97c4-ea1285deb273",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679148181478,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/artifacts/service-DemoPnf0qrybifhigdyvijapwks-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T14:13:58.929Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:13:58.929Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-18T14:13:58.929Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "d6b70362-b450-41db-97c4-ea1285deb273",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679148181478,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/artifacts/service-DemoPnf0qrybifhigdyvijapwks-csar.csar",
  "status": "NOTIFIED"
}
2023-03-18T14:13:58.929Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:13:58.929Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-18T14:13:58.929Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "d6b70362-b450-41db-97c4-ea1285deb273",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679148808100,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/artifacts/service-DemoPnf0qrybifhigdyvijapwks-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-18T14:13:58.929Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:13:58.929Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-18T14:13:58.929Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "d6b70362-b450-41db-97c4-ea1285deb273",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679148809749,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/artifacts/service-DemoPnf0qrybifhigdyvijapwks-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 7c894985-6ce0-4ae6-b963-98a29a50f1d8 already exists"
}
2023-03-18T14:13:58.930Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:13:58.930Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-18T14:13:58.930Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "d6b70362-b450-41db-97c4-ea1285deb273",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679148810750,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/artifacts/service-DemoPnf0qrybifhigdyvijapwks-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: a880e813-b7b0-402c-bffe-74c020d69311 already exists"
}
2023-03-18T14:13:58.930Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:14:01.787Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: d6b70362-b450-41db-97c4-ea1285deb273 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-18T14:14:01.797Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: d6b70362-b450-41db-97c4-ea1285deb273 and serviceModelVersionId: b4fd06db-c144-4037-bb56-9f4d170dc33e
2023-03-18T14:14:01.797Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 4a6b6367-2484-4aa3-9126-d96b480457a8
2023-03-18T14:14:01.798Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/4a6b6367-2484-4aa3-9126-d96b480457a8/model-vers/model-ver/b4fd06db-c144-4037-bb56-9f4d170dc33e?depth=0
2023-03-18T14:14:01.803Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2023-03-18T14:14:01.816Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-10|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/4a6b6367-2484-4aa3-9126-d96b480457a8/model-vers/model-ver/b4fd06db-c144-4037-bb56-9f4d170dc33e?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-03-18T14:14:01.816Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/4a6b6367-2484-4aa3-9126-d96b480457a8/model-vers/model-ver/b4fd06db-c144-4037-bb56-9f4d170dc33e?depth=0|INFO|500||Invoke
2023-03-18T14:14:01.825Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/4a6b6367-2484-4aa3-9126-d96b480457a8/model-vers/model-ver/b4fd06db-c144-4037-bb56-9f4d170dc33e?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-18T14:14:01.939Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/4a6b6367-2484-4aa3-9126-d96b480457a8/model-vers/model-ver/b4fd06db-c144-4037-bb56-9f4d170dc33e?depth=0|INFO|500||InvokeReturn
2023-03-18T14:14:01.939Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-10|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/4a6b6367-2484-4aa3-9126-d96b480457a8/model-vers/model-ver/b4fd06db-c144-4037-bb56-9f4d170dc33e?depth=0 has http status code:200 and response headers:{date=[Sat, 18 Mar 2023 14:14:01 GMT], content-length=[0], vertex-id=[233600], x-aai-txid=[0-aai-resources-230318-14:14:01:528-67016], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-18T14:14:01.940Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-10|||||DEBUG|500||Response was returned with an empty entity.
2023-03-18T14:14:01.940Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-18T14:14:01.940Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-18T14:14:01.946Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-18T14:14:01.946Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID d6b70362-b450-41db-97c4-ea1285deb273 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-18T14:14:01.946Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-18T14:14:01.946Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:14:01.946Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:14:01.946Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "d6b70362-b450-41db-97c4-ea1285deb273",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679148841946,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-18T14:14:02.970Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-18T14:14:02.970Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-10|||||DEBUG|500||received notification from broker: {"distributionID":"1765e72b-9f37-409d-a48f-62642d8341c6","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"29ccf31e-df21-49dc-ae06-e18b6baf315a","serviceDescription":"service","serviceInvariantUUID":"6ebc743c-a40f-46f3-b5cb-b87b2b100c58","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"67962590-90b8-4f11-901d-d79a952d0f14","resourceInvariantUUID":"b32b83cc-26fe-47f1-99ef-7d7b99983e6f","resourceCustomizationUUID":"e90442b2-f4f5-4f43-8892-737daa520031","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":"ODU1M2UyMGRiMzk2ODc1NjljMzc3NWI1YmRhMTEzY2M\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"b613739b-2455-4017-8b63-dfdd064ed936","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":"MjdmYmViNjE0ZTg1NTQ1YzU2ZmFkYWI5YjVlOGViOTQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"ea42c655-4ace-49bf-99fe-886103db89aa","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":"9a5d7f92-e4b0-45a0-ac74-3acf99b69cc0","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":"917f9665-4e54-4bdc-b104-4b4419dab11d","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":"af205cd0-57b3-443e-a55a-4ecc60d32d0a","artifactVersion":"2","generatedFromUUID":"453a496b-db83-4724-a33b-4f678eed88b4"},{"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":"8939ac4f-6672-4fe9-90ea-fa6b3f0da64d","artifactVersion":"2","generatedFromUUID":"9a5d7f92-e4b0-45a0-ac74-3acf99b69cc0"},{"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":"453a496b-db83-4724-a33b-4f678eed88b4","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":"89e3426c-a0d1-4de8-8662-7406572d2c3f","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":"YzBlODQ2MTk3NDc5Nzk3MDQ4MzI5NGM4ZmZhZjc3ZmE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"36181845-9e97-4a5d-8691-687a01539039","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"OTYyNTM5ZGEwYTExZTI3NmE1Y2RjMzE5OWJkNTUxZDA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"7ac7462c-7a2a-47d2-8257-79de7d0e5c52","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-18T14:14:02.970Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T14:14:02.970Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:14:02.971Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:14:02.971Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "1765e72b-9f37-409d-a48f-62642d8341c6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679148181478,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:14:03.972Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T14:14:03.972Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:14:03.973Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:14:03.973Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "1765e72b-9f37-409d-a48f-62642d8341c6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679148181478,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:14:04.974Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T14:14:04.975Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:14:04.975Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:14:04.975Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "1765e72b-9f37-409d-a48f-62642d8341c6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679148181478,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:14:05.976Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T14:14:05.977Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:14:05.977Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:14:05.977Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "1765e72b-9f37-409d-a48f-62642d8341c6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679148181478,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:14:06.979Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T14:14:06.980Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:14:06.980Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:14:06.980Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "1765e72b-9f37-409d-a48f-62642d8341c6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679148181478,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:14:07.981Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T14:14:07.982Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:14:07.982Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:14:07.982Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "1765e72b-9f37-409d-a48f-62642d8341c6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679148181478,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:14:08.983Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T14:14:08.984Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:14:08.984Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:14:08.984Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "1765e72b-9f37-409d-a48f-62642d8341c6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679148181478,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:14:09.985Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T14:14:09.985Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:14:09.985Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:14:09.986Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "1765e72b-9f37-409d-a48f-62642d8341c6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679148181478,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:14:10.987Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T14:14:10.987Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:14:10.987Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:14:10.987Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "1765e72b-9f37-409d-a48f-62642d8341c6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679148181478,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:14:11.988Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T14:14:11.989Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:14:11.989Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:14:11.989Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "1765e72b-9f37-409d-a48f-62642d8341c6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679148181478,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:14:12.991Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "1765e72b-9f37-409d-a48f-62642d8341c6",
  "serviceName": "basic_cnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "29ccf31e-df21-49dc-ae06-e18b6baf315a",
  "serviceDescription": "service",
  "serviceInvariantUUID": "6ebc743c-a40f-46f3-b5cb-b87b2b100c58",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf_macro 0",
      "resourceCustomizationUUID": "e90442b2-f4f5-4f43-8892-737daa520031",
      "resourceName": "basic_cnf_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "67962590-90b8-4f11-901d-d79a952d0f14",
      "resourceInvariantUUID": "b32b83cc-26fe-47f1-99ef-7d7b99983e6f",
      "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": "MjdmYmViNjE0ZTg1NTQ1YzU2ZmFkYWI5YjVlOGViOTQ\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "ea42c655-4ace-49bf-99fe-886103db89aa",
          "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": "9a5d7f92-e4b0-45a0-ac74-3acf99b69cc0",
          "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": "8939ac4f-6672-4fe9-90ea-fa6b3f0da64d",
            "generatedFromUUID": "9a5d7f92-e4b0-45a0-ac74-3acf99b69cc0"
          },
          "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": "af205cd0-57b3-443e-a55a-4ecc60d32d0a",
          "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": "8939ac4f-6672-4fe9-90ea-fa6b3f0da64d",
          "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": "453a496b-db83-4724-a33b-4f678eed88b4",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnfMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
      "artifactChecksum": "OTYyNTM5ZGEwYTExZTI3NmE1Y2RjMzE5OWJkNTUxZDA\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "7ac7462c-7a2a-47d2-8257-79de7d0e5c52"
    }
  ],
  "workloadContext": "Production"
}
2023-03-18T14:14:12.991Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-18T14:14:12.991Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 29ccf31e-df21-49dc-ae06-e18b6baf315a ASDC
2023-03-18T14:14:12.991Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:1765e72b-9f37-409d-a48f-62642d8341c6
ServiceName:basic_cnf_macro
ServiceVersion:1.0
ServiceUUID:29ccf31e-df21-49dc-ae06-e18b6baf315a
ServiceInvariantUUID:6ebc743c-a40f-46f3-b5cb-b87b2b100c58
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:7ac7462c-7a2a-47d2-8257-79de7d0e5c52
ArtifactChecksum:OTYyNTM5ZGEwYTExZTI3NmE1Y2RjMzE5OWJkNTUxZDA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf_macro 0
ResourceCustomizationUUID:e90442b2-f4f5-4f43-8892-737daa520031
ResourceInvariantUUID:b32b83cc-26fe-47f1-99ef-7d7b99983e6f
ResourceName:basic_cnf_macro
ResourceType:VF
ResourceUUID:67962590-90b8-4f11-901d-d79a952d0f14
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:ea42c655-4ace-49bf-99fe-886103db89aa
ArtifactChecksum:MjdmYmViNjE0ZTg1NTQ1YzU2ZmFkYWI5YjVlOGViOTQ=
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:9a5d7f92-e4b0-45a0-ac74-3acf99b69cc0
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:8939ac4f-6672-4fe9-90ea-fa6b3f0da64d
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:af205cd0-57b3-443e-a55a-4ecc60d32d0a
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:8939ac4f-6672-4fe9-90ea-fa6b3f0da64d
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:453a496b-db83-4724-a33b-4f678eed88b4
ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-18T14:14:12.991Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 29ccf31e-df21-49dc-ae06-e18b6baf315a ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-18T14:14:13.060Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-18T14:14:13.060Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-03-18T14:14:13.060Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-03-18T14:14:13.060Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 7ac7462c-7a2a-47d2-8257-79de7d0e5c52 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2023-03-18T14:14:13.061Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-10|||||INFO|500||DistributionClient - download
2023-03-18T14:14:13.061Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-10|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2023-03-18T14:14:13.320Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2023-03-18T14:14:13.332Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 7ac7462c-7a2a-47d2-8257-79de7d0e5c52 163277
2023-03-18T14:14:13.332Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2023-03-18T14:14:13.332Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2023-03-18T14:14:13.332Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-18T14:14:13.332Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:14:13.332Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:14:13.333Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "1765e72b-9f37-409d-a48f-62642d8341c6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679148853332,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:14:14.334Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-18T14:14:14.334Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-03-18T14:14:14.334Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 7ac7462c-7a2a-47d2-8257-79de7d0e5c52, URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar to file: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-03-18T14:14:14.335Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnfMacro-csar.csar
2023-03-18T14:14:14.335Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-03-18T14:14:14.335Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-03-18T14:14:14.412Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10988502962063549441/Definitions/service-BasicCnfMacro-template.yml
Log warning: The required parameter "compute_dummy_base_name" is not provided
2023-03-18T14:14:15.106Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-18T14:14:15.106Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-10|||||WARN|500||####################################################################################################
2023-03-18T14:14:15.106Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-03-18T14:14:15.106Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2023-03-18T14:14:15.106Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-10|||||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
2023-03-18T14:14:15.106Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-10|||||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
2023-03-18T14:14:15.106Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-10|||||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
2023-03-18T14:14:15.106Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-10|||||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
2023-03-18T14:14:15.106Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-10|||||WARN|500||####################################################################################################
2023-03-18T14:14:15.106Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T14:14:15.106Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T14:14:15.106Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-18T14:14:15.106Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2023-03-18T14:14:15.107Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-18T14:14:15.107Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T14:14:15.107Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T14:14:15.107Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-18T14:14:15.107Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2023-03-18T14:14:15.107Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-18T14:14:15.107Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T14:14:15.107Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T14:14:15.107Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T14:14:15.107Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2023-03-18T14:14:15.107Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-10|||||DEBUG|500||Node template abstract_dummy_base is not matching search criteria
2023-03-18T14:14:15.107Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-10|||||DEBUG|500||Node template dummy_base is not matching search criteria
2023-03-18T14:14:15.107Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-03-18T14:14:15.107Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T14:14:15.107Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-03-18T14:14:15.107Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T14:14:15.107Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-18T14:14:15.107Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-18T14:14:15.107Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T14:14:15.108Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-18T14:14:15.108Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-18T14:14:15.108Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T14:14:15.108Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-18T14:14:15.108Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-18T14:14:15.108Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T14:14:15.108Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-18T14:14:15.108Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-18T14:14:15.108Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T14:14:15.108Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2023-03-18T14:14:15.108Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-10|||||DEBUG|500||Node template abstract_dummy_base is matching search criteria
2023-03-18T14:14:15.108Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_dummy_base] matching following query criteria: sdcType=CVFC, customizationUUID=c7a8af58-85a3-4764-a4df-a0945e933c54
2023-03-18T14:14:15.108Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T14:14:15.108Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T14:14:15.108Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T14:14:15.108Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T14:14:15.108Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T14:14:15.108Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T14:14:15.108Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T14:14:15.109Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T14:14:15.109Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-10|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf_macro
Description:service
Model UUID:29ccf31e-df21-49dc-ae06-e18b6baf315a
Model Version:NULL
Model InvariantUuid:6ebc743c-a40f-46f3-b5cb-b87b2b100c58
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf_macro
Model UUID:76cfe813-77a9-4529-b0c0-25c2a2d263ec
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:b32b83cc-26fe-47f1-99ef-7d7b99983e6f
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:e90442b2-f4f5-4f43-8892-737daa520031
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:497569e4-cd1d-43dc-9801-8d8ee43635b5
ModelName:BasicCnfMacro..helm_apache..module-1
ModelUuid:8fc2297d-c495-43fc-95b1-93d3ee60ffd8
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


VF Module Properties:
ModelInvariantUuid:72925299-0e6e-4799-861c-18ca0f095a03
ModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
ModelUuid:213db735-618f-43ae-a63c-210668df959e
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:c7a8af58-85a3-4764-a4df-a0945e933c54
ModelInvariantUuid:24ea2321-2d6c-4d31-a32b-29d44d0a3683
ModelName:basic_cnf_macro-nodes.dummy_baseCvfc
ModelUuid:ecac750a-9cea-4350-a4ca-db1a21d2c4dd
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy_base


VNFC Properties:
ModelCustomizationUuid:e9d1a60b-0d05-4e81-80fb-f008354f12b9
ModelInvariantUuid:fa7ecb4c-1a3e-403a-afbf-13093b5faef4
ModelName:BasicCnfMacro.compute.nodes.heat.dummy_base
ModelUuid:89d82d9d-612a-42f6-af05-45051419e0a3
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2023-03-18T14:14:15.122Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: 67962590-90b8-4f11-901d-d79a952d0f14
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-18T14:14:15.125Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-10|||||INFO|500||basic_cnf_macro 0
2023-03-18T14:14:15.126Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 67962590-90b8-4f11-901d-d79a952d0f14
2023-03-18T14:14:15.126Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: ea42c655-4ace-49bf-99fe-886103db89aa from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2023-03-18T14:14:15.126Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-10|||||INFO|500||DistributionClient - download
2023-03-18T14:14:15.126Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-10|||||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
2023-03-18T14:14:15.205Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2023-03-18T14:14:15.205Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json ea42c655-4ace-49bf-99fe-886103db89aa 1565
2023-03-18T14:14:15.205Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-10|||||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
2023-03-18T14:14:15.205Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-10|||||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
2023-03-18T14:14:15.205Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-18T14:14:15.206Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:14:15.206Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:14:15.206Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "1765e72b-9f37-409d-a48f-62642d8341c6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679148855205,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:14:16.206Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0",
    "vfModuleModelInvariantUUID": "72925299-0e6e-4799-861c-18ca0f095a03",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "213db735-618f-43ae-a63c-210668df959e",
    "vfModuleModelCustomizationUUID": "8754bf44-41a2-46ed-9e5d-f3010fcbe768",
    "isBase": true,
    "artifacts": [
      "9a5d7f92-e4b0-45a0-ac74-3acf99b69cc0",
      "8939ac4f-6672-4fe9-90ea-fa6b3f0da64d"
    ],
    "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": "497569e4-cd1d-43dc-9801-8d8ee43635b5",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "8fc2297d-c495-43fc-95b1-93d3ee60ffd8",
    "vfModuleModelCustomizationUUID": "124b81ff-92aa-4791-b3fe-76ec313bc09c",
    "isBase": false,
    "artifacts": [
      "453a496b-db83-4724-a33b-4f678eed88b4"
    ],
    "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": ""
    }
  }
]
2023-03-18T14:14:16.211Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
VfModuleModelVersion:1
VfModuleModelUUID:213db735-618f-43ae-a63c-210668df959e
VfModuleModelInvariantUUID:72925299-0e6e-4799-861c-18ca0f095a03
VfModuleModelDescription:NULL
Artifacts UUID List:{
9a5d7f92-e4b0-45a0-ac74-3acf99b69cc0
,
8939ac4f-6672-4fe9-90ea-fa6b3f0da64d

}
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:8fc2297d-c495-43fc-95b1-93d3ee60ffd8
VfModuleModelInvariantUUID:497569e4-cd1d-43dc-9801-8d8ee43635b5
VfModuleModelDescription:NULL
Artifacts UUID List:{
453a496b-db83-4724-a33b-4f678eed88b4

}
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


}

2023-03-18T14:14:16.214Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0",
    "vfModuleModelInvariantUUID": "72925299-0e6e-4799-861c-18ca0f095a03",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "213db735-618f-43ae-a63c-210668df959e",
    "vfModuleModelCustomizationUUID": "8754bf44-41a2-46ed-9e5d-f3010fcbe768",
    "isBase": true,
    "artifacts": [
      "9a5d7f92-e4b0-45a0-ac74-3acf99b69cc0",
      "8939ac4f-6672-4fe9-90ea-fa6b3f0da64d"
    ],
    "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": "497569e4-cd1d-43dc-9801-8d8ee43635b5",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "8fc2297d-c495-43fc-95b1-93d3ee60ffd8",
    "vfModuleModelCustomizationUUID": "124b81ff-92aa-4791-b3fe-76ec313bc09c",
    "isBase": false,
    "artifacts": [
      "453a496b-db83-4724-a33b-4f678eed88b4"
    ],
    "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": ""
    }
  }
]
2023-03-18T14:14:16.214Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
VfModuleModelVersion:1
VfModuleModelUUID:213db735-618f-43ae-a63c-210668df959e
VfModuleModelInvariantUUID:72925299-0e6e-4799-861c-18ca0f095a03
VfModuleModelDescription:NULL
Artifacts UUID List:{
9a5d7f92-e4b0-45a0-ac74-3acf99b69cc0
,
8939ac4f-6672-4fe9-90ea-fa6b3f0da64d

}
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:8fc2297d-c495-43fc-95b1-93d3ee60ffd8
VfModuleModelInvariantUUID:497569e4-cd1d-43dc-9801-8d8ee43635b5
VfModuleModelDescription:NULL
Artifacts UUID List:{
453a496b-db83-4724-a33b-4f678eed88b4

}
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


}

2023-03-18T14:14:16.214Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 9a5d7f92-e4b0-45a0-ac74-3acf99b69cc0 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2023-03-18T14:14:16.214Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-10|||||INFO|500||DistributionClient - download
2023-03-18T14:14:16.215Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-10|||||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
2023-03-18T14:14:16.294Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2023-03-18T14:14:16.295Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 9a5d7f92-e4b0-45a0-ac74-3acf99b69cc0 914
2023-03-18T14:14:16.295Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-10|||||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
2023-03-18T14:14:16.295Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-10|||||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
2023-03-18T14:14:16.295Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-18T14:14:16.295Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:14:16.295Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:14:16.296Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "1765e72b-9f37-409d-a48f-62642d8341c6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679148856295,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:14:17.296Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: af205cd0-57b3-443e-a55a-4ecc60d32d0a from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
2023-03-18T14:14:17.297Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-10|||||INFO|500||DistributionClient - download
2023-03-18T14:14:17.297Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-10|||||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
2023-03-18T14:14:17.369Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2023-03-18T14:14:17.370Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env af205cd0-57b3-443e-a55a-4ecc60d32d0a 12
2023-03-18T14:14:17.370Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-10|||||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
2023-03-18T14:14:17.370Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-10|||||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
2023-03-18T14:14:17.370Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-18T14:14:17.371Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:14:17.371Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:14:17.371Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "1765e72b-9f37-409d-a48f-62642d8341c6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679148857370,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:14:18.371Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 8939ac4f-6672-4fe9-90ea-fa6b3f0da64d from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2023-03-18T14:14:18.372Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-10|||||INFO|500||DistributionClient - download
2023-03-18T14:14:18.372Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-10|||||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
2023-03-18T14:14:18.485Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2023-03-18T14:14:18.486Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 8939ac4f-6672-4fe9-90ea-fa6b3f0da64d 96
2023-03-18T14:14:18.486Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-10|||||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
2023-03-18T14:14:18.486Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-10|||||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
2023-03-18T14:14:18.486Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-18T14:14:18.487Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:14:18.487Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:14:18.487Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "1765e72b-9f37-409d-a48f-62642d8341c6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679148858486,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:14:19.487Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 453a496b-db83-4724-a33b-4f678eed88b4 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
2023-03-18T14:14:19.488Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-10|||||INFO|500||DistributionClient - download
2023-03-18T14:14:19.488Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-10|||||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
2023-03-18T14:14:19.563Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2023-03-18T14:14:19.564Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 453a496b-db83-4724-a33b-4f678eed88b4 20206
2023-03-18T14:14:19.564Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-10|||||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
2023-03-18T14:14:19.564Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-10|||||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
2023-03-18T14:14:19.564Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-18T14:14:19.565Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:14:19.565Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:14:19.565Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "1765e72b-9f37-409d-a48f-62642d8341c6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679148859564,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:14:20.572Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 29ccf31e-df21-49dc-ae06-e18b6baf315a
2023-03-18T14:14:20.572Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf_macro 0 67962590-90b8-4f11-901d-d79a952d0f14 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=?
2023-03-18T14:14:20.589Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2f9cf542, org.onap.sdc.toscaparser.api.parameters.Input@3977e5ff, org.onap.sdc.toscaparser.api.parameters.Input@1b1b5fe2, org.onap.sdc.toscaparser.api.parameters.Input@61b71b46, org.onap.sdc.toscaparser.api.parameters.Input@29c9c4d7]
2023-03-18T14:14:20.590Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T14:14:20.591Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T14:14:20.591Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic 
2023-03-18T14:14:20.591Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= e90442b2-f4f5-4f43-8892-737daa520031
2023-03-18T14:14:20.591Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: e90442b2-f4f5-4f43-8892-737daa520031 matches Tosca VF Customization UUID: e90442b2-f4f5-4f43-8892-737daa520031
2023-03-18T14:14:20.591Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: e90442b2-f4f5-4f43-8892-737daa520031  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2023-03-18T14:14:20.594Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T14:14:20.595Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T14:14:20.595Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id e90442b2-f4f5-4f43-8892-737daa520031: {\"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\"}
2023-03-18T14:14:20.596Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@370661f8
2023-03-18T14:14:20.596Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T14:14:20.596Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-03-18T14:14:20.596Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 124b81ff-92aa-4791-b3fe-76ec313bc09c
2023-03-18T14:14:20.596Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 124b81ff-92aa-4791-b3fe-76ec313bc09c
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2023-03-18T14:14:20.599Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T14:14:20.600Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-18T14:14:20.600Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-18T14:14:20.600Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T14:14:20.600Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-18T14:14:20.600Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-18T14:14:20.601Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T14:14:20.601Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-18T14:14:20.601Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=e90442b2-f4f5-4f43-8892-737daa520031
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-18T14:14:20.603Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T14:14:20.604Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T14:14:20.604Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 29ccf31e-df21-49dc-ae06-e18b6baf315a: basic_cnf_macro
2023-03-18T14:14:20.604Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T14:14:20.604Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T14:14:20.604Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T14:14:20.604Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T14:14:20.604Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T14:14:20.605Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T14:14:20.605Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T14:14:20.605Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T14:14:20.605Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T14:14:20.605Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T14:14:20.605Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-10|||||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 (?, ?, ?, ?, ?)
2023-03-18T14:14:20.672Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf_macro 67962590-90b8-4f11-901d-d79a952d0f14 2 ASDC deployResourceStructure
2023-03-18T14:14:20.673Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-10|||||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
2023-03-18T14:14:20.673Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-10|||||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
2023-03-18T14:14:20.673Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-03-18T14:14:20.673Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:14:20.673Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:14:20.673Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "1765e72b-9f37-409d-a48f-62642d8341c6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679148860673,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:14:21.674Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-10|||||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
2023-03-18T14:14:21.674Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-10|||||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
2023-03-18T14:14:21.674Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-03-18T14:14:21.674Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:14:21.674Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:14:21.675Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "1765e72b-9f37-409d-a48f-62642d8341c6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679148861674,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:14:22.675Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-10|||||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
2023-03-18T14:14:22.676Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-10|||||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)
2023-03-18T14:14:22.676Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-18T14:14:22.676Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:14:22.676Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:14:22.676Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "1765e72b-9f37-409d-a48f-62642d8341c6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679148862675,
  "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"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:14:23.677Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-10|||||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
2023-03-18T14:14:23.677Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-10|||||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
2023-03-18T14:14:23.677Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-03-18T14:14:23.677Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:14:23.677Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:14:23.677Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "1765e72b-9f37-409d-a48f-62642d8341c6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679148863676,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:14:24.678Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-10|||||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
2023-03-18T14:14:24.678Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-10|||||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)
2023-03-18T14:14:24.679Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-18T14:14:24.679Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:14:24.679Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:14:24.679Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "1765e72b-9f37-409d-a48f-62642d8341c6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679148864678,
  "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"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:14:25.679Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2023-03-18T14:14:25.680Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2023-03-18T14:14:25.680Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-03-18T14:14:25.680Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:14:25.680Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:14:25.680Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "1765e72b-9f37-409d-a48f-62642d8341c6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679148865679,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:14:26.681Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1765e72b-9f37-409d-a48f-62642d8341c6
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T14:14:26.698Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1765e72b-9f37-409d-a48f-62642d8341c6
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T14:14:26.701Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-18T14:14:26.702Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-18T14:14:26.702Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-18T14:14:26.702Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-18T14:14:26.702Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T14:14:26.702Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T14:14:26.702Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T14:14:26.702Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T14:14:26.702Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T14:14:26.702Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-18T14:14:26.713Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-18T14:14:56.713Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 1765e72b-9f37-409d-a48f-62642d8341c6 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-18T14:14:56.722Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 1765e72b-9f37-409d-a48f-62642d8341c6 and serviceModelVersionId: 29ccf31e-df21-49dc-ae06-e18b6baf315a
2023-03-18T14:14:56.722Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 6ebc743c-a40f-46f3-b5cb-b87b2b100c58
2023-03-18T14:14:56.723Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/6ebc743c-a40f-46f3-b5cb-b87b2b100c58/model-vers/model-ver/29ccf31e-df21-49dc-ae06-e18b6baf315a?depth=0
2023-03-18T14:14:56.726Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2023-03-18T14:14:56.735Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6ebc743c-a40f-46f3-b5cb-b87b2b100c58/model-vers/model-ver/29ccf31e-df21-49dc-ae06-e18b6baf315a?depth=0|INFO|500||Invoke
2023-03-18T14:14:56.735Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6ebc743c-a40f-46f3-b5cb-b87b2b100c58/model-vers/model-ver/29ccf31e-df21-49dc-ae06-e18b6baf315a?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6ebc743c-a40f-46f3-b5cb-b87b2b100c58/model-vers/model-ver/29ccf31e-df21-49dc-ae06-e18b6baf315a?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[1765e72b-9f37-409d-a48f-62642d8341c6], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[59b53b81-24e6-4de6-ab8b-fa18625737c7], X-ECOMP-RequestID=[1765e72b-9f37-409d-a48f-62642d8341c6], X-TransactionId=[], X-ONAP-RequestID=[1765e72b-9f37-409d-a48f-62642d8341c6], Content-Type=[application/merge-patch+json]}
2023-03-18T14:14:56.743Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6ebc743c-a40f-46f3-b5cb-b87b2b100c58/model-vers/model-ver/29ccf31e-df21-49dc-ae06-e18b6baf315a?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-18T14:14:56.857Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6ebc743c-a40f-46f3-b5cb-b87b2b100c58/model-vers/model-ver/29ccf31e-df21-49dc-ae06-e18b6baf315a?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/6ebc743c-a40f-46f3-b5cb-b87b2b100c58/model-vers/model-ver/29ccf31e-df21-49dc-ae06-e18b6baf315a?depth=0 has http status code:200 and response headers:{date=[Sat, 18 Mar 2023 14:14:56 GMT], content-length=[0], vertex-id=[241768], x-aai-txid=[0-aai-resources-230318-14:14:56:445-47938], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-18T14:14:56.858Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6ebc743c-a40f-46f3-b5cb-b87b2b100c58/model-vers/model-ver/29ccf31e-df21-49dc-ae06-e18b6baf315a?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-18T14:14:56.859Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6ebc743c-a40f-46f3-b5cb-b87b2b100c58/model-vers/model-ver/29ccf31e-df21-49dc-ae06-e18b6baf315a?depth=0|INFO|500||InvokeReturn
2023-03-18T14:14:56.859Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-18T14:14:56.859Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-18T14:14:56.866Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-18T14:14:56.866Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 1765e72b-9f37-409d-a48f-62642d8341c6 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-18T14:14:56.866Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-18T14:14:56.867Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:14:56.867Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:14:56.867Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "1765e72b-9f37-409d-a48f-62642d8341c6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679148896866,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-18T14:14:57.889Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-18T14:14:57.889Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-10|||||DEBUG|500||received notification from broker: {"distributionID":"a04e84de-dd11-4280-9147-b1e37960b03e","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"fd8ba0dc-1896-4d7a-8d17-8252415f4148","serviceDescription":"service","serviceInvariantUUID":"06780b7c-aa94-422c-93b2-8efce3a7e977","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"fbaf618a-d9c7-4d1a-bd9c-d1a22dcbab14","resourceInvariantUUID":"20679d31-c72a-48fe-9cca-d085ba3d87e2","resourceCustomizationUUID":"5a2455fb-17f2-466c-b0b0-62e7a69549a5","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":"NGE3YjY3NzQ1ZjA3ZGUyMmY0YmU3MTAzMDFiMDNlODY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"07e8dd70-5afe-4bfd-ad6c-2aa9be8ac5c5","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":"NDA0YWNjNjQ5NTc5MzIzZmY5MGI0NTQ5MzkxMDMyMTU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"3505ba6b-8d3f-478c-8142-b2fb22d4f19c","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":"3415bafc-6992-481c-b7de-4378aeab19cc","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":"6e01ed63-04df-47c5-b5b9-edbad7442fb6","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":"f18ebb9c-a530-4121-accd-08ec1bde710e","artifactVersion":"2","generatedFromUUID":"3415bafc-6992-481c-b7de-4378aeab19cc"},{"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":"ZGQwOTc2NTc3MGE4NWU2ZGRkYTI0ODEwNjRiM2M0NDI\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"e0b8d7ca-c681-434f-b664-11315dcdef1b","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":"Y2M2MWFlODUxM2MxOGZjNjQ5Y2Y0YzM0NTUzMTFiMWY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"b990a0ca-504f-4f1f-bc35-5f07167e1c24","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"MTAyMTgyNjgwZDA0MWFiM2RkNzg4NzNhOWVhOTE3OWE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"938cc5f1-eb1c-4c61-971b-7e05e60d5594","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-18T14:14:57.889Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T14:14:57.890Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:14:57.890Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:14:57.890Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "a04e84de-dd11-4280-9147-b1e37960b03e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679148181478,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:14:58.890Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T14:14:58.891Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:14:58.891Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:14:58.891Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "a04e84de-dd11-4280-9147-b1e37960b03e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679148181478,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:14:58.920Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:14:58.920Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: cached metadata has changed from (version150: {SDC-DISTR-STATUS-TOPIC-AUTO=6, SDC-DISTR-NOTIF-TOPIC-AUTO=6}) at the beginning of the rebalance to (version151: {SDC-DISTR-STATUS-TOPIC-AUTO=6})
2023-03-18T14:14:58.931Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Revoke previously assigned partitions SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-03-18T14:14:58.931Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] (Re-)joining group
2023-03-18T14:14:58.935Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Successfully joined group with generation Generation{generationId=64, memberId='SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94-2995e74d-4211-4955-93f6-f3f14568571e', protocol='range'}
2023-03-18T14:14:58.935Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Finished assignment for group at generation 64: {SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94-2995e74d-4211-4955-93f6-f3f14568571e=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])}
2023-03-18T14:14:58.948Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Successfully synced group in generation Generation{generationId=64, memberId='SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94-2995e74d-4211-4955-93f6-f3f14568571e', protocol='range'}
2023-03-18T14:14:58.949Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])
2023-03-18T14:14:58.949Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Adding newly assigned partitions: SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-03-18T14:14:58.953Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-18T14:14:58.953Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-18T14:14:58.953Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-18T14:14:58.953Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=1824, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-18T14:14:58.953Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-18T14:14:58.953Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-18T14:14:59.892Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T14:14:59.892Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:14:59.892Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:14:59.893Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "a04e84de-dd11-4280-9147-b1e37960b03e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679148181478,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:14:59.967Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-18T14:14:59.968Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "d6b70362-b450-41db-97c4-ea1285deb273",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679148841946,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-18T14:14:59.968Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:14:59.968Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-18T14:14:59.968Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "1765e72b-9f37-409d-a48f-62642d8341c6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679148181478,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T14:14:59.968Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:14:59.968Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-18T14:14:59.968Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "1765e72b-9f37-409d-a48f-62642d8341c6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679148181478,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2023-03-18T14:14:59.968Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:14:59.968Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-18T14:14:59.968Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "1765e72b-9f37-409d-a48f-62642d8341c6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679148181478,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2023-03-18T14:14:59.968Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:14:59.968Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-18T14:14:59.968Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "1765e72b-9f37-409d-a48f-62642d8341c6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679148181478,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T14:14:59.968Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:14:59.968Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-18T14:14:59.968Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "1765e72b-9f37-409d-a48f-62642d8341c6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679148181478,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2023-03-18T14:14:59.968Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:14:59.969Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-18T14:14:59.969Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "1765e72b-9f37-409d-a48f-62642d8341c6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679148181478,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2023-03-18T14:14:59.969Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:14:59.969Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-18T14:14:59.969Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "1765e72b-9f37-409d-a48f-62642d8341c6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679148181478,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2023-03-18T14:14:59.969Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:14:59.969Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-18T14:14:59.969Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "1765e72b-9f37-409d-a48f-62642d8341c6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679148181478,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-18T14:14:59.969Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:14:59.969Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-18T14:14:59.969Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "1765e72b-9f37-409d-a48f-62642d8341c6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679148181478,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T14:14:59.969Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:14:59.969Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-18T14:14:59.969Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "1765e72b-9f37-409d-a48f-62642d8341c6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679148181478,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-18T14:14:59.969Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:14:59.969Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-18T14:14:59.969Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "1765e72b-9f37-409d-a48f-62642d8341c6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679148853332,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-18T14:14:59.969Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:14:59.969Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-18T14:14:59.969Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "1765e72b-9f37-409d-a48f-62642d8341c6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679148855205,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-03-18T14:14:59.969Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:14:59.969Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-18T14:14:59.970Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "1765e72b-9f37-409d-a48f-62642d8341c6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679148856295,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2023-03-18T14:14:59.970Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:14:59.970Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-18T14:14:59.970Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "1765e72b-9f37-409d-a48f-62642d8341c6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679148857370,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DOWNLOAD_OK"
}
2023-03-18T14:14:59.970Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:14:59.970Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-18T14:14:59.970Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "1765e72b-9f37-409d-a48f-62642d8341c6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679148858486,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2023-03-18T14:14:59.970Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:14:59.970Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-18T14:14:59.970Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "1765e72b-9f37-409d-a48f-62642d8341c6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679148859564,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2023-03-18T14:14:59.970Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:14:59.970Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-18T14:14:59.970Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "1765e72b-9f37-409d-a48f-62642d8341c6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679148860673,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2023-03-18T14:14:59.970Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:14:59.970Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-18T14:14:59.970Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "1765e72b-9f37-409d-a48f-62642d8341c6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679148861674,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DEPLOY_OK"
}
2023-03-18T14:14:59.971Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:14:59.971Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-18T14:14:59.971Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "1765e72b-9f37-409d-a48f-62642d8341c6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679148862675,
  "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"
}
2023-03-18T14:14:59.971Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:14:59.971Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-18T14:14:59.971Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "1765e72b-9f37-409d-a48f-62642d8341c6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679148863676,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DEPLOY_OK"
}
2023-03-18T14:14:59.971Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:14:59.971Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-18T14:14:59.971Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "1765e72b-9f37-409d-a48f-62642d8341c6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679148864678,
  "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"
}
2023-03-18T14:14:59.971Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:14:59.971Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-18T14:14:59.971Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "1765e72b-9f37-409d-a48f-62642d8341c6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679148865679,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-03-18T14:14:59.971Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:14:59.971Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-18T14:14:59.971Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "1765e72b-9f37-409d-a48f-62642d8341c6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679148896866,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-18T14:14:59.971Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:14:59.971Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-18T14:14:59.972Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "a04e84de-dd11-4280-9147-b1e37960b03e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679148181478,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T14:14:59.972Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:14:59.972Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-18T14:14:59.972Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "a04e84de-dd11-4280-9147-b1e37960b03e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679148181478,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2023-03-18T14:14:59.972Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:14:59.972Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-18T14:14:59.972Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "a04e84de-dd11-4280-9147-b1e37960b03e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679148181478,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-03-18T14:14:59.972Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:15:00.893Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T14:15:00.894Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:15:00.894Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:15:00.894Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "a04e84de-dd11-4280-9147-b1e37960b03e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679148181478,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:15:01.895Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T14:15:01.895Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:15:01.896Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:15:01.896Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "a04e84de-dd11-4280-9147-b1e37960b03e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679148181478,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:15:02.896Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T14:15:02.897Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:15:02.897Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:15:02.897Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "a04e84de-dd11-4280-9147-b1e37960b03e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679148181478,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:15:03.898Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T14:15:03.898Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:15:03.898Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:15:03.898Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "a04e84de-dd11-4280-9147-b1e37960b03e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679148181478,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:15:04.899Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T14:15:04.899Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:15:04.899Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:15:04.900Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "a04e84de-dd11-4280-9147-b1e37960b03e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679148181478,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:15:05.900Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "a04e84de-dd11-4280-9147-b1e37960b03e",
  "serviceName": "basic_vm_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "fd8ba0dc-1896-4d7a-8d17-8252415f4148",
  "serviceDescription": "service",
  "serviceInvariantUUID": "06780b7c-aa94-422c-93b2-8efce3a7e977",
  "resources": [
    {
      "resourceInstanceName": "basic_vm_macro 0",
      "resourceCustomizationUUID": "5a2455fb-17f2-466c-b0b0-62e7a69549a5",
      "resourceName": "basic_vm_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "fbaf618a-d9c7-4d1a-bd9c-d1a22dcbab14",
      "resourceInvariantUUID": "20679d31-c72a-48fe-9cca-d085ba3d87e2",
      "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": "NDA0YWNjNjQ5NTc5MzIzZmY5MGI0NTQ5MzkxMDMyMTU\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "3505ba6b-8d3f-478c-8142-b2fb22d4f19c",
          "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": "3415bafc-6992-481c-b7de-4378aeab19cc",
          "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": "f18ebb9c-a530-4121-accd-08ec1bde710e",
            "generatedFromUUID": "3415bafc-6992-481c-b7de-4378aeab19cc"
          },
          "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": "f18ebb9c-a530-4121-accd-08ec1bde710e",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVmMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
      "artifactChecksum": "MTAyMTgyNjgwZDA0MWFiM2RkNzg4NzNhOWVhOTE3OWE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "938cc5f1-eb1c-4c61-971b-7e05e60d5594"
    }
  ],
  "workloadContext": "Production"
}
2023-03-18T14:15:05.901Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-18T14:15:05.901Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 fd8ba0dc-1896-4d7a-8d17-8252415f4148 ASDC
2023-03-18T14:15:05.901Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:a04e84de-dd11-4280-9147-b1e37960b03e
ServiceName:basic_vm_macro
ServiceVersion:1.0
ServiceUUID:fd8ba0dc-1896-4d7a-8d17-8252415f4148
ServiceInvariantUUID:06780b7c-aa94-422c-93b2-8efce3a7e977
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:938cc5f1-eb1c-4c61-971b-7e05e60d5594
ArtifactChecksum:MTAyMTgyNjgwZDA0MWFiM2RkNzg4NzNhOWVhOTE3OWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm_macro 0
ResourceCustomizationUUID:5a2455fb-17f2-466c-b0b0-62e7a69549a5
ResourceInvariantUUID:20679d31-c72a-48fe-9cca-d085ba3d87e2
ResourceName:basic_vm_macro
ResourceType:VF
ResourceUUID:fbaf618a-d9c7-4d1a-bd9c-d1a22dcbab14
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:3505ba6b-8d3f-478c-8142-b2fb22d4f19c
ArtifactChecksum:NDA0YWNjNjQ5NTc5MzIzZmY5MGI0NTQ5MzkxMDMyMTU=
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:3415bafc-6992-481c-b7de-4378aeab19cc
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:f18ebb9c-a530-4121-accd-08ec1bde710e
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:f18ebb9c-a530-4121-accd-08ec1bde710e
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-18T14:15:05.901Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF fd8ba0dc-1896-4d7a-8d17-8252415f4148 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-18T14:15:05.958Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-18T14:15:05.959Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-03-18T14:15:05.959Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-03-18T14:15:05.959Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 938cc5f1-eb1c-4c61-971b-7e05e60d5594 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2023-03-18T14:15:05.959Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||INFO|500||DistributionClient - download
2023-03-18T14:15:05.959Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2023-03-18T14:15:06.362Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2023-03-18T14:15:06.367Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 938cc5f1-eb1c-4c61-971b-7e05e60d5594 83006
2023-03-18T14:15:06.368Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2023-03-18T14:15:06.368Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2023-03-18T14:15:06.368Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-18T14:15:06.368Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:15:06.368Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:15:06.369Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "a04e84de-dd11-4280-9147-b1e37960b03e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679148906368,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:15:07.369Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-18T14:15:07.370Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-03-18T14:15:07.370Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 938cc5f1-eb1c-4c61-971b-7e05e60d5594, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-03-18T14:15:07.371Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar
2023-03-18T14:15:07.371Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-03-18T14:15:07.372Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-03-18T14:15:07.465Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12776313275547772727/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
2023-03-18T14:15:08.240Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-18T14:15:08.241Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||WARN|500||####################################################################################################
2023-03-18T14:15:08.241Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-03-18T14:15:08.241Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-18T14:15:08.241Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||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
2023-03-18T14:15:08.241Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||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
2023-03-18T14:15:08.241Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||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
2023-03-18T14:15:08.241Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||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
2023-03-18T14:15:08.241Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||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
2023-03-18T14:15:08.241Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||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
2023-03-18T14:15:08.241Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||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
2023-03-18T14:15:08.241Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||WARN|500||####################################################################################################
2023-03-18T14:15:08.241Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T14:15:08.241Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T14:15:08.242Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-03-18T14:15:08.242Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2023-03-18T14:15:08.242Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-18T14:15:08.242Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T14:15:08.242Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T14:15:08.242Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-03-18T14:15:08.242Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2023-03-18T14:15:08.242Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-18T14:15:08.242Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T14:15:08.242Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T14:15:08.242Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T14:15:08.242Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2023-03-18T14:15:08.242Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2023-03-18T14:15:08.242Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2023-03-18T14:15:08.242Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2023-03-18T14:15:08.242Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-03-18T14:15:08.242Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-03-18T14:15:08.243Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T14:15:08.243Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-03-18T14:15:08.243Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T14:15:08.243Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-03-18T14:15:08.243Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-18T14:15:08.243Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T14:15:08.243Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-03-18T14:15:08.243Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-18T14:15:08.243Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T14:15:08.243Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-03-18T14:15:08.243Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-18T14:15:08.243Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T14:15:08.243Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2023-03-18T14:15:08.243Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2023-03-18T14:15:08.243Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-03-18T14:15:08.243Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=efed09a9-c37e-4ed1-b779-8f8c87429384
2023-03-18T14:15:08.243Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T14:15:08.243Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T14:15:08.243Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T14:15:08.244Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T14:15:08.244Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T14:15:08.244Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T14:15:08.244Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T14:15:08.244Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T14:15:08.244Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm_macro
Description:service
Model UUID:fd8ba0dc-1896-4d7a-8d17-8252415f4148
Model Version:NULL
Model InvariantUuid:06780b7c-aa94-422c-93b2-8efce3a7e977
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm_macro
Model UUID:ec3b921f-d297-4e16-9e1f-92ec151bb9e1
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:20679d31-c72a-48fe-9cca-d085ba3d87e2
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:5a2455fb-17f2-466c-b0b0-62e7a69549a5
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:09bcab39-c936-4552-ae5f-7f5f6426b9a5
ModelName:BasicVmMacro..base_ubuntu20..module-0
ModelUuid:700018b5-a4a6-4b16-994a-f7af4e22b50a
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:efed09a9-c37e-4ed1-b779-8f8c87429384
ModelInvariantUuid:3a903346-c5d1-4488-bc39-7cbad1a96711
ModelName:basic_vm_macro-nodes.ubuntu20Cvfc
ModelUuid:0288279f-fe30-4eb2-a478-8718942085dc
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:380e2ec9-85aa-4097-b334-4d92a2459672
ModelInvariantUuid:59f014bd-34dc-44b0-98bb-82fc48fcb62d
ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20
ModelUuid:12d9b08f-c393-436a-9f9b-090ba2272261
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2023-03-18T14:15:08.259Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: fbaf618a-d9c7-4d1a-bd9c-d1a22dcbab14
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-18T14:15:08.262Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||INFO|500||basic_vm_macro 0
2023-03-18T14:15:08.262Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: fbaf618a-d9c7-4d1a-bd9c-d1a22dcbab14
2023-03-18T14:15:08.262Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 3505ba6b-8d3f-478c-8142-b2fb22d4f19c from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2023-03-18T14:15:08.262Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||INFO|500||DistributionClient - download
2023-03-18T14:15:08.262Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||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
2023-03-18T14:15:08.331Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2023-03-18T14:15:08.332Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 3505ba6b-8d3f-478c-8142-b2fb22d4f19c 792
2023-03-18T14:15:08.332Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||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
2023-03-18T14:15:08.332Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||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
2023-03-18T14:15:08.332Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-18T14:15:08.332Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:15:08.333Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:15:08.333Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "a04e84de-dd11-4280-9147-b1e37960b03e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679148908332,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:15:09.333Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "09bcab39-c936-4552-ae5f-7f5f6426b9a5",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "700018b5-a4a6-4b16-994a-f7af4e22b50a",
    "vfModuleModelCustomizationUUID": "30adf8ba-0a41-44af-94d1-011733cfd108",
    "isBase": true,
    "artifacts": [
      "3415bafc-6992-481c-b7de-4378aeab19cc",
      "f18ebb9c-a530-4121-accd-08ec1bde710e"
    ],
    "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": ""
    }
  }
]
2023-03-18T14:15:09.345Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:700018b5-a4a6-4b16-994a-f7af4e22b50a
VfModuleModelInvariantUUID:09bcab39-c936-4552-ae5f-7f5f6426b9a5
VfModuleModelDescription:NULL
Artifacts UUID List:{
3415bafc-6992-481c-b7de-4378aeab19cc
,
f18ebb9c-a530-4121-accd-08ec1bde710e

}
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


}

2023-03-18T14:15:09.350Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "09bcab39-c936-4552-ae5f-7f5f6426b9a5",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "700018b5-a4a6-4b16-994a-f7af4e22b50a",
    "vfModuleModelCustomizationUUID": "30adf8ba-0a41-44af-94d1-011733cfd108",
    "isBase": true,
    "artifacts": [
      "3415bafc-6992-481c-b7de-4378aeab19cc",
      "f18ebb9c-a530-4121-accd-08ec1bde710e"
    ],
    "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": ""
    }
  }
]
2023-03-18T14:15:09.350Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:700018b5-a4a6-4b16-994a-f7af4e22b50a
VfModuleModelInvariantUUID:09bcab39-c936-4552-ae5f-7f5f6426b9a5
VfModuleModelDescription:NULL
Artifacts UUID List:{
3415bafc-6992-481c-b7de-4378aeab19cc
,
f18ebb9c-a530-4121-accd-08ec1bde710e

}
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


}

2023-03-18T14:15:09.350Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 3415bafc-6992-481c-b7de-4378aeab19cc from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2023-03-18T14:15:09.350Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||INFO|500||DistributionClient - download
2023-03-18T14:15:09.350Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||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
2023-03-18T14:15:09.418Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2023-03-18T14:15:09.419Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 3415bafc-6992-481c-b7de-4378aeab19cc 5033
2023-03-18T14:15:09.419Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||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
2023-03-18T14:15:09.419Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||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
2023-03-18T14:15:09.419Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-18T14:15:09.420Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:15:09.420Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:15:09.420Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "a04e84de-dd11-4280-9147-b1e37960b03e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679148909419,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:15:10.421Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: f18ebb9c-a530-4121-accd-08ec1bde710e from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2023-03-18T14:15:10.421Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||INFO|500||DistributionClient - download
2023-03-18T14:15:10.421Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||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
2023-03-18T14:15:10.489Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2023-03-18T14:15:10.490Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env f18ebb9c-a530-4121-accd-08ec1bde710e 903
2023-03-18T14:15:10.490Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||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
2023-03-18T14:15:10.490Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||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
2023-03-18T14:15:10.490Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-18T14:15:10.490Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:15:10.490Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:15:10.491Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "a04e84de-dd11-4280-9147-b1e37960b03e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679148910490,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:15:11.491Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: fd8ba0dc-1896-4d7a-8d17-8252415f4148
2023-03-18T14:15:11.492Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 fbaf618a-d9c7-4d1a-bd9c-d1a22dcbab14 ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-18T14:15:11.512Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7aacdd72, org.onap.sdc.toscaparser.api.parameters.Input@13a3110b, org.onap.sdc.toscaparser.api.parameters.Input@5bf64b13, org.onap.sdc.toscaparser.api.parameters.Input@2d9908c3, org.onap.sdc.toscaparser.api.parameters.Input@3142174f]
2023-03-18T14:15:11.514Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T14:15:11.514Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T14:15:11.514Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic 
2023-03-18T14:15:11.515Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= 5a2455fb-17f2-466c-b0b0-62e7a69549a5
2023-03-18T14:15:11.515Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 5a2455fb-17f2-466c-b0b0-62e7a69549a5 matches Tosca VF Customization UUID: 5a2455fb-17f2-466c-b0b0-62e7a69549a5
2023-03-18T14:15:11.515Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: 5a2455fb-17f2-466c-b0b0-62e7a69549a5  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2023-03-18T14:15:11.517Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T14:15:11.517Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T14:15:11.518Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id 5a2455fb-17f2-466c-b0b0-62e7a69549a5: {\"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\"}
2023-03-18T14:15:11.518Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@369fcc0e
2023-03-18T14:15:11.518Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T14:15:11.518Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-03-18T14:15:11.519Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 30adf8ba-0a41-44af-94d1-011733cfd108
2023-03-18T14:15:11.519Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 30adf8ba-0a41-44af-94d1-011733cfd108
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2023-03-18T14:15:11.522Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T14:15:11.522Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-03-18T14:15:11.522Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-18T14:15:11.522Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T14:15:11.522Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-03-18T14:15:11.522Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-18T14:15:11.522Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T14:15:11.522Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2023-03-18T14:15:11.523Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2023-03-18T14:15:11.523Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-03-18T14:15:11.523Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=efed09a9-c37e-4ed1-b779-8f8c87429384
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2023-03-18T14:15:11.526Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T14:15:11.526Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-03-18T14:15:11.526Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-18T14:15:11.526Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T14:15:11.526Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-03-18T14:15:11.526Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=5a2455fb-17f2-466c-b0b0-62e7a69549a5
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-18T14:15:11.529Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T14:15:11.529Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T14:15:11.529Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid fd8ba0dc-1896-4d7a-8d17-8252415f4148: basic_vm_macro
2023-03-18T14:15:11.529Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T14:15:11.529Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T14:15:11.529Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T14:15:11.530Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T14:15:11.530Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T14:15:11.530Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T14:15:11.530Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T14:15:11.530Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T14:15:11.530Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T14:15:11.531Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T14:15:11.531Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||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 (?, ?, ?, ?, ?)
2023-03-18T14:15:11.679Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro fbaf618a-d9c7-4d1a-bd9c-d1a22dcbab14 1 ASDC deployResourceStructure
2023-03-18T14:15:11.679Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||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
2023-03-18T14:15:11.680Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||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
2023-03-18T14:15:11.680Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-03-18T14:15:11.680Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:15:11.681Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:15:11.681Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "a04e84de-dd11-4280-9147-b1e37960b03e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679148911679,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:15:12.682Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||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
2023-03-18T14:15:12.684Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||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
2023-03-18T14:15:12.684Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-03-18T14:15:12.684Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:15:12.685Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:15:12.685Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "a04e84de-dd11-4280-9147-b1e37960b03e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679148912682,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:15:13.685Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||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
2023-03-18T14:15:13.686Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||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
2023-03-18T14:15:13.686Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-03-18T14:15:13.686Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:15:13.687Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:15:13.687Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "a04e84de-dd11-4280-9147-b1e37960b03e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679148913685,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:15:14.687Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2023-03-18T14:15:14.688Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2023-03-18T14:15:14.688Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-03-18T14:15:14.688Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:15:14.688Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:15:14.688Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "a04e84de-dd11-4280-9147-b1e37960b03e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679148914687,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:15:15.689Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a04e84de-dd11-4280-9147-b1e37960b03e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T14:15:15.708Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a04e84de-dd11-4280-9147-b1e37960b03e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T14:15:15.711Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-18T14:15:15.711Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-18T14:15:15.711Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-18T14:15:15.711Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-18T14:15:15.711Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T14:15:15.711Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T14:15:15.711Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T14:15:15.712Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T14:15:15.712Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T14:15:15.712Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-18T14:15:15.721Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-18T14:15:45.722Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: a04e84de-dd11-4280-9147-b1e37960b03e and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-18T14:15:45.733Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: a04e84de-dd11-4280-9147-b1e37960b03e and serviceModelVersionId: fd8ba0dc-1896-4d7a-8d17-8252415f4148
2023-03-18T14:15:45.733Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 06780b7c-aa94-422c-93b2-8efce3a7e977
2023-03-18T14:15:45.733Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/06780b7c-aa94-422c-93b2-8efce3a7e977/model-vers/model-ver/fd8ba0dc-1896-4d7a-8d17-8252415f4148?depth=0
2023-03-18T14:15:45.736Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2023-03-18T14:15:45.744Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/06780b7c-aa94-422c-93b2-8efce3a7e977/model-vers/model-ver/fd8ba0dc-1896-4d7a-8d17-8252415f4148?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-03-18T14:15:45.745Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/06780b7c-aa94-422c-93b2-8efce3a7e977/model-vers/model-ver/fd8ba0dc-1896-4d7a-8d17-8252415f4148?depth=0|INFO|500||Invoke
2023-03-18T14:15:45.755Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/06780b7c-aa94-422c-93b2-8efce3a7e977/model-vers/model-ver/fd8ba0dc-1896-4d7a-8d17-8252415f4148?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-18T14:15:45.863Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/06780b7c-aa94-422c-93b2-8efce3a7e977/model-vers/model-ver/fd8ba0dc-1896-4d7a-8d17-8252415f4148?depth=0|INFO|500||InvokeReturn
2023-03-18T14:15:45.863Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/06780b7c-aa94-422c-93b2-8efce3a7e977/model-vers/model-ver/fd8ba0dc-1896-4d7a-8d17-8252415f4148?depth=0 has http status code:200 and response headers:{date=[Sat, 18 Mar 2023 14:15:45 GMT], content-length=[0], vertex-id=[770064], x-aai-txid=[0-aai-resources-230318-14:15:45:456-60871], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-18T14:15:45.863Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||DEBUG|500||Response was returned with an empty entity.
2023-03-18T14:15:45.864Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-18T14:15:45.864Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-18T14:15:45.870Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-18T14:15:45.870Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID a04e84de-dd11-4280-9147-b1e37960b03e and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-18T14:15:45.870Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-18T14:15:45.870Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:15:45.870Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:15:45.870Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "a04e84de-dd11-4280-9147-b1e37960b03e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679148945870,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-18T14:15:46.890Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T14:15:46.891Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Failing OffsetCommit request since the consumer is not part of an active group
2023-03-18T14:15:46.892Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Node 0 disconnected.
2023-03-18T14:15:46.892Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Node 1 disconnected.
2023-03-18T14:15:46.893Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Cancelled in-flight METADATA request with correlation id 168097 due to node 1 being disconnected (elapsed time since creation: 1ms, elapsed time since send: 1ms, request timeout: 30000ms)
2023-03-18T14:15:46.893Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||ERROR|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Asynchronous auto-commit of offsets failed: Offset commit cannot be completed since the consumer is not part of an active group for auto partition assignment; it is likely that the consumer was kicked out of the group.. Will continue to join group.
2023-03-18T14:15:46.893Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Giving away all assigned partitions as lost since generation/memberID has been reset,indicating that consumer is in old state or no longer part of the group
2023-03-18T14:15:46.894Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Lost previously assigned partitions SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5
2023-03-18T14:15:46.894Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] (Re-)joining group
2023-03-18T14:15:46.907Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2-b270d567-7e37-4a8c-a490-df2600442904
2023-03-18T14:15:46.908Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Asynchronous auto-commit of offsets {SDC-DISTR-NOTIF-TOPIC-AUTO-5=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-4=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-3=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-2=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-1=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-0=OffsetAndMetadata{offset=10, leaderEpoch=0, metadata=''}} failed: Offset commit cannot be completed since the consumer is not part of an active group for auto partition assignment; it is likely that the consumer was kicked out of the group.
2023-03-18T14:15:46.908Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Request joining group due to: rebalance failed due to 'The group member needs to have a valid member id before actually entering a consumer group.' (MemberIdRequiredException)
2023-03-18T14:15:46.908Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] (Re-)joining group
2023-03-18T14:15:47.268Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T14:15:50.274Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T14:15:53.281Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T14:15:56.289Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T14:15:58.919Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:15:58.931Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Revoke previously assigned partitions SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-03-18T14:15:58.931Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] (Re-)joining group
2023-03-18T14:15:58.936Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Successfully joined group with generation Generation{generationId=65, memberId='SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94-2995e74d-4211-4955-93f6-f3f14568571e', protocol='range'}
2023-03-18T14:15:58.936Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Successfully joined group with generation Generation{generationId=65, memberId='SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2-b270d567-7e37-4a8c-a490-df2600442904', protocol='range'}
2023-03-18T14:15:58.940Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Resetting the last seen epoch of partition SDC-DISTR-NOTIF-TOPIC-AUTO-0 to 0 since the associated topicId changed from null to XRzq8BOIRZiZRw2R__X0DA
2023-03-18T14:15:58.940Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Resetting the last seen epoch of partition SDC-DISTR-NOTIF-TOPIC-AUTO-5 to 0 since the associated topicId changed from null to XRzq8BOIRZiZRw2R__X0DA
2023-03-18T14:15:58.940Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Resetting the last seen epoch of partition SDC-DISTR-NOTIF-TOPIC-AUTO-1 to 0 since the associated topicId changed from null to XRzq8BOIRZiZRw2R__X0DA
2023-03-18T14:15:58.940Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Resetting the last seen epoch of partition SDC-DISTR-NOTIF-TOPIC-AUTO-4 to 0 since the associated topicId changed from null to XRzq8BOIRZiZRw2R__X0DA
2023-03-18T14:15:58.940Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Resetting the last seen epoch of partition SDC-DISTR-NOTIF-TOPIC-AUTO-2 to 0 since the associated topicId changed from null to XRzq8BOIRZiZRw2R__X0DA
2023-03-18T14:15:58.940Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Resetting the last seen epoch of partition SDC-DISTR-NOTIF-TOPIC-AUTO-3 to 0 since the associated topicId changed from null to XRzq8BOIRZiZRw2R__X0DA
2023-03-18T14:15:58.940Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Finished assignment for group at generation 65: {SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2-b270d567-7e37-4a8c-a490-df2600442904=Assignment(partitions=[SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5]), SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94-2995e74d-4211-4955-93f6-f3f14568571e=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])}
2023-03-18T14:15:58.956Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Successfully synced group in generation Generation{generationId=65, memberId='SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2-b270d567-7e37-4a8c-a490-df2600442904', protocol='range'}
2023-03-18T14:15:58.957Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Successfully synced group in generation Generation{generationId=65, memberId='SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94-2995e74d-4211-4955-93f6-f3f14568571e', protocol='range'}
2023-03-18T14:15:58.957Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])
2023-03-18T14:15:58.957Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Adding newly assigned partitions: SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-03-18T14:15:58.957Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5])
2023-03-18T14:15:58.957Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Adding newly assigned partitions: SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5
2023-03-18T14:15:58.960Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-18T14:15:58.961Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-18T14:15:58.961Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-18T14:15:58.961Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-18T14:15:58.961Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-18T14:15:58.961Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-18T14:15:58.961Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-18T14:15:58.961Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-18T14:15:58.962Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-18T14:15:58.962Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=1851, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-18T14:15:58.962Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-18T14:15:58.962Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-18T14:15:59.001Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-18T14:15:59.001Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||DEBUG|500||received notification from broker: {"distributionID":"34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846","serviceName":"basic_onboard_gCPnoC","serviceVersion":"1.0","serviceUUID":"dad851ae-1f1d-4e04-8847-f18fd5d51391","serviceDescription":"service","serviceInvariantUUID":"693dcbb7-55f2-41d5-a0d9-572574329dfe","resources":[{"resourceInstanceName":"basic_onboard_gCPnoC 0","resourceName":"basic_onboard_gCPnoC","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"f3fb2f57-aad9-4f33-88db-c458ae09cdfb","resourceInvariantUUID":"d7c6b294-4284-4b69-87ff-a797deedad73","resourceCustomizationUUID":"9327f8c9-4591-449b-b6af-227dc0614cab","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/vf-license-model.xml","artifactChecksum":"OGQ5ZDI0MzIzNDdmMDUyYmQ0MzVmMDVkOWUyNGVlYmE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"5077753b-8cdd-47a9-82d5-e3ff4ce969c3","artifactVersion":"1"},{"artifactName":"basic_onboard_gcpnoc0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json","artifactChecksum":"NjRhMmYzNDQxZDFkYzhiMjZmMTk3NDMzZmQwOWNiNWI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"583db2fa-2045-4011-8045-9fd436580060","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"0846dbe8-d246-42f3-9ba6-3c197d6bb5c4","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"5004fadd-cda9-4566-99ac-bc5d669427a2","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"7d3da3bf-4415-4326-b045-fe6bef605f78","artifactVersion":"2","generatedFromUUID":"0846dbe8-d246-42f3-9ba6-3c197d6bb5c4"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardGcpnoc-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-template.yml","artifactChecksum":"OGFkYWYzODVjYTg1MmE4Y2JhZWM5NDk3ZjljNTAwNTE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"8ab16f5d-5180-4470-b278-f6ea6f7c23e8","artifactVersion":"1"},{"artifactName":"service-BasicOnboardGcpnoc-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar","artifactChecksum":"MjQxYmE3NTM3MTRlYjAwMzA2YjMyYmJjMmU4MmNkYjE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"d6569f72-4f81-428a-8593-389324ccdf48","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-18T14:15:59.002Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T14:15:59.002Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:15:59.002Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:15:59.002Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679148946890,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:15:59.973Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-18T14:15:59.984Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "a04e84de-dd11-4280-9147-b1e37960b03e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679148181478,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T14:15:59.984Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:15:59.985Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-18T14:15:59.985Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "a04e84de-dd11-4280-9147-b1e37960b03e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679148181478,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-03-18T14:15:59.985Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:15:59.985Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-18T14:15:59.985Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "a04e84de-dd11-4280-9147-b1e37960b03e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679148181478,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-18T14:15:59.985Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:15:59.985Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-18T14:15:59.985Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "a04e84de-dd11-4280-9147-b1e37960b03e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679148181478,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T14:15:59.985Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:15:59.985Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-18T14:15:59.985Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "a04e84de-dd11-4280-9147-b1e37960b03e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679148181478,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-18T14:15:59.985Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:15:59.985Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-18T14:15:59.985Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "a04e84de-dd11-4280-9147-b1e37960b03e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679148906368,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-18T14:15:59.985Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:15:59.985Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-18T14:15:59.985Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "a04e84de-dd11-4280-9147-b1e37960b03e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679148908332,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-03-18T14:15:59.985Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:15:59.985Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-18T14:15:59.985Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "a04e84de-dd11-4280-9147-b1e37960b03e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679148909419,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2023-03-18T14:15:59.985Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:15:59.985Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-18T14:15:59.985Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "a04e84de-dd11-4280-9147-b1e37960b03e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679148910490,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2023-03-18T14:15:59.985Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:15:59.986Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-18T14:15:59.986Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "a04e84de-dd11-4280-9147-b1e37960b03e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679148911679,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2023-03-18T14:15:59.986Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:15:59.986Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-18T14:15:59.986Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "a04e84de-dd11-4280-9147-b1e37960b03e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679148912682,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2023-03-18T14:15:59.986Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:15:59.986Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-18T14:15:59.986Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "a04e84de-dd11-4280-9147-b1e37960b03e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679148913685,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2023-03-18T14:15:59.986Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:15:59.986Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-18T14:15:59.986Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "a04e84de-dd11-4280-9147-b1e37960b03e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679148914687,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-03-18T14:15:59.986Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:15:59.986Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-18T14:15:59.986Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "a04e84de-dd11-4280-9147-b1e37960b03e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679148945870,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-18T14:15:59.986Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:15:59.986Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-18T14:15:59.986Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679148946890,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T14:15:59.986Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:16:00.003Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T14:16:00.003Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:16:00.003Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:16:00.003Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679148946890,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:16:01.003Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T14:16:01.004Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:16:01.004Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:16:01.004Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679148946890,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:16:02.004Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T14:16:02.004Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:16:02.005Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:16:02.005Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679148946890,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:16:03.005Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T14:16:03.006Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:16:03.006Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:16:03.006Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679148946890,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:16:04.006Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T14:16:04.007Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:16:04.008Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:16:04.008Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679148946890,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:16:05.009Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T14:16:05.009Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:16:05.009Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:16:05.009Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679148946890,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:16:06.010Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "serviceName": "basic_onboard_gCPnoC",
  "serviceVersion": "1.0",
  "serviceUUID": "dad851ae-1f1d-4e04-8847-f18fd5d51391",
  "serviceDescription": "service",
  "serviceInvariantUUID": "693dcbb7-55f2-41d5-a0d9-572574329dfe",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_gCPnoC 0",
      "resourceCustomizationUUID": "9327f8c9-4591-449b-b6af-227dc0614cab",
      "resourceName": "basic_onboard_gCPnoC",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "f3fb2f57-aad9-4f33-88db-c458ae09cdfb",
      "resourceInvariantUUID": "d7c6b294-4284-4b69-87ff-a797deedad73",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_gcpnoc0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json",
          "artifactChecksum": "NjRhMmYzNDQxZDFkYzhiMjZmMTk3NDMzZmQwOWNiNWI\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "583db2fa-2045-4011-8045-9fd436580060",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "0846dbe8-d246-42f3-9ba6-3c197d6bb5c4",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "7d3da3bf-4415-4326-b045-fe6bef605f78",
            "generatedFromUUID": "0846dbe8-d246-42f3-9ba6-3c197d6bb5c4"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "7d3da3bf-4415-4326-b045-fe6bef605f78",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardGcpnoc-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar",
      "artifactChecksum": "MjQxYmE3NTM3MTRlYjAwMzA2YjMyYmJjMmU4MmNkYjE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "d6569f72-4f81-428a-8593-389324ccdf48"
    }
  ],
  "workloadContext": "Production"
}
2023-03-18T14:16:06.010Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-18T14:16:06.010Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 dad851ae-1f1d-4e04-8847-f18fd5d51391 ASDC
2023-03-18T14:16:06.011Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
ServiceName:basic_onboard_gCPnoC
ServiceVersion:1.0
ServiceUUID:dad851ae-1f1d-4e04-8847-f18fd5d51391
ServiceInvariantUUID:693dcbb7-55f2-41d5-a0d9-572574329dfe
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardGcpnoc-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar
ArtifactUUID:d6569f72-4f81-428a-8593-389324ccdf48
ArtifactChecksum:MjQxYmE3NTM3MTRlYjAwMzA2YjMyYmJjMmU4MmNkYjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_gCPnoC 0
ResourceCustomizationUUID:9327f8c9-4591-449b-b6af-227dc0614cab
ResourceInvariantUUID:d7c6b294-4284-4b69-87ff-a797deedad73
ResourceName:basic_onboard_gCPnoC
ResourceType:VF
ResourceUUID:f3fb2f57-aad9-4f33-88db-c458ae09cdfb
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_gcpnoc0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json
ArtifactUUID:583db2fa-2045-4011-8045-9fd436580060
ArtifactChecksum:NjRhMmYzNDQxZDFkYzhiMjZmMTk3NDMzZmQwOWNiNWI=
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/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.yaml
ArtifactUUID:0846dbe8-d246-42f3-9ba6-3c197d6bb5c4
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/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.env
ArtifactUUID:7d3da3bf-4415-4326-b045-fe6bef605f78
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/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.env
ArtifactUUID:7d3da3bf-4415-4326-b045-fe6bef605f78
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-18T14:16:06.011Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF dad851ae-1f1d-4e04-8847-f18fd5d51391 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: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-18T14:16:06.044Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-18T14:16:06.044Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-03-18T14:16:06.044Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-03-18T14:16:06.044Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: d6569f72-4f81-428a-8593-389324ccdf48 from URL: /sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar
2023-03-18T14:16:06.045Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-10|||||INFO|500||DistributionClient - download
2023-03-18T14:16:06.045Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-10|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar
2023-03-18T14:16:06.084Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-10|||||DEBUG|500||GET Response Status 404
2023-03-18T14:16:06.084Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-10|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@6dd930b0
2023-03-18T14:16:06.084Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-10|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-18T14:16:06.084Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-10|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicOnboardGcpnoc"
      ]
    }
  }
}
2023-03-18T14:16:06.084Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-10|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicOnboardGcpnoc-csar.csar /sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar d6569f72-4f81-428a-8593-389324ccdf48 Specified artifact is  not found 300 ASDC artifact download fail
2023-03-18T14:16:06.084Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar ASDC sendASDCNotification
2023-03-18T14:16:06.085Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar(Specified artifact is  not found)
2023-03-18T14:16:06.085Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-18T14:16:06.085Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:16:06.085Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:16:06.085Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679148966084,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:16:07.086Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-10|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during processCsarServiceArtifacts ASDC processCsarServiceArtifacts 500 Exception in processCsarServiceArtifacts
org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact service-BasicOnboardGcpnoc-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar(UUID:d6569f72-4f81-428a-8593-389324ccdf48)
Error message is Specified artifact is  not found

	at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394)
	at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2023-03-18T14:16:07.101Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-10|||||ERROR|500||error NSST process resource failure 
java.lang.NullPointerException: null
	at org.onap.so.asdc.client.ASDCController.processNsstNotification(ASDCController.java:978)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:760)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-18T14:16:07.101Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: f3fb2f57-aad9-4f33-88db-c458ae09cdfb
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-18T14:16:07.105Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-10|||||INFO|500||basic_onboard_gCPnoC 0
2023-03-18T14:16:07.105Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: f3fb2f57-aad9-4f33-88db-c458ae09cdfb
2023-03-18T14:16:07.106Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 583db2fa-2045-4011-8045-9fd436580060 from URL: /sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json
2023-03-18T14:16:07.106Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-10|||||INFO|500||DistributionClient - download
2023-03-18T14:16:07.106Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-10|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json
2023-03-18T14:16:07.117Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-10|||||DEBUG|500||GET Response Status 404
2023-03-18T14:16:07.117Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-10|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@453e2bcd
2023-03-18T14:16:07.118Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-10|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-18T14:16:07.118Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-10|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicOnboardGcpnoc"
      ]
    }
  }
}
2023-03-18T14:16:07.118Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-10|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL basic_onboard_gcpnoc0_modules.json /sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json 583db2fa-2045-4011-8045-9fd436580060 Specified artifact is  not found 300 ASDC artifact download fail
2023-03-18T14:16:07.118Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json ASDC sendASDCNotification
2023-03-18T14:16:07.118Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json(Specified artifact is  not found)
2023-03-18T14:16:07.118Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-18T14:16:07.118Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:16:07.118Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:16:07.118Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679148967118,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:16:08.119Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-10|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during Installation of artifact ASDC processResourceNotification 500 Exception in processResourceNotification
org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact basic_onboard_gcpnoc0_modules.json could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json(UUID:583db2fa-2045-4011-8045-9fd436580060)
Error message is Specified artifact is  not found

	at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:787)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-18T14:16:08.119Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T14:16:08.137Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T14:16:08.140Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-10|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-18T14:16:08.140Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-18T14:16:38.140Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T14:16:38.159Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T14:16:38.162Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-10|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-18T14:16:38.163Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-18T14:16:58.920Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:16:58.922Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-18T14:16:58.922Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679148946890,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json",
  "status": "NOTIFIED"
}
2023-03-18T14:16:58.923Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:17:08.165Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T14:17:08.182Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T14:17:08.185Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-10|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-18T14:17:08.185Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-18T14:17:38.186Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T14:17:38.205Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T14:17:38.209Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-10|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-18T14:17:38.209Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-18T14:17:58.919Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:17:58.921Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-18T14:17:58.921Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679148946890,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2023-03-18T14:17:58.922Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:17:58.922Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-18T14:17:58.922Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679148946890,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T14:17:58.922Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:17:58.922Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-18T14:17:58.922Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679148946890,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2023-03-18T14:17:58.922Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:17:58.923Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-18T14:17:58.923Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679148946890,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T14:17:58.923Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:17:58.923Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-18T14:17:58.923Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679148946890,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar",
  "status": "NOTIFIED"
}
2023-03-18T14:17:58.923Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:17:58.924Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-18T14:17:58.924Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679148966084,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-18T14:17:58.924Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:17:58.924Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-18T14:17:58.924Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679148967118,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-18T14:17:58.924Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:18:08.209Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T14:18:08.228Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T14:18:08.232Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-10|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-18T14:18:08.232Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-18T14:18:38.232Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T14:18:38.252Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T14:18:38.255Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-10|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-18T14:18:38.255Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-18T14:18:58.920Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:19:08.255Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T14:19:08.274Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T14:19:08.278Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-10|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-18T14:19:08.278Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-18T14:19:38.278Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T14:19:38.305Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T14:19:38.308Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-10|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-18T14:19:38.308Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-18T14:19:58.921Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:20:08.308Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T14:20:08.328Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T14:20:08.332Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-10|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-18T14:20:08.332Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-18T14:20:38.333Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T14:20:38.351Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T14:20:38.355Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-10|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-18T14:20:38.355Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-18T14:20:58.922Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:20:59.010Z||kafka-coordinator-heartbeat-thread | so|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] consumer poll timeout has expired. This means the time between subsequent calls to poll() was longer than the configured max.poll.interval.ms, which typically implies that the poll loop is spending too much time processing messages. You can address this either by increasing max.poll.interval.ms or by reducing the maximum size of batches returned in poll() with max.poll.records.
2023-03-18T14:20:59.010Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Member SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2-b270d567-7e37-4a8c-a490-df2600442904 sending LeaveGroup request to coordinator onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2147483645 rack: null) due to consumer poll timeout has expired.
2023-03-18T14:20:59.011Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Resetting generation and member id due to: consumer pro-actively leaving the group
2023-03-18T14:20:59.011Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Request joining group due to: consumer pro-actively leaving the group
2023-03-18T14:20:59.694Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T14:20:59.705Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Revoke previously assigned partitions SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-03-18T14:20:59.705Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] (Re-)joining group
2023-03-18T14:20:59.709Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Successfully joined group with generation Generation{generationId=66, memberId='SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94-2995e74d-4211-4955-93f6-f3f14568571e', protocol='range'}
2023-03-18T14:20:59.709Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Finished assignment for group at generation 66: {SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94-2995e74d-4211-4955-93f6-f3f14568571e=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])}
2023-03-18T14:20:59.722Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Successfully synced group in generation Generation{generationId=66, memberId='SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94-2995e74d-4211-4955-93f6-f3f14568571e', protocol='range'}
2023-03-18T14:20:59.722Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])
2023-03-18T14:20:59.723Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Adding newly assigned partitions: SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-03-18T14:20:59.725Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-18T14:20:59.726Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-18T14:20:59.726Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-18T14:20:59.726Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=1874, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-18T14:20:59.726Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-18T14:20:59.726Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-18T14:21:08.357Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-10|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2023-03-18T14:21:08.357Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-18T14:21:08.376Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846 and serviceModelVersionId: dad851ae-1f1d-4e04-8847-f18fd5d51391
2023-03-18T14:21:08.376Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 693dcbb7-55f2-41d5-a0d9-572574329dfe
2023-03-18T14:21:08.377Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391?depth=0
2023-03-18T14:21:08.382Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2023-03-18T14:21:08.395Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-10|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-03-18T14:21:08.395Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391?depth=0|INFO|500||Invoke
2023-03-18T14:21:08.408Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2023-03-18T14:21:08.435Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391?depth=0|INFO|404|Not Found|InvokeReturn
2023-03-18T14:21:08.436Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-10|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391?depth=0 has http status code:404 and response headers:{date=[Sat, 18 Mar 2023 14:21:08 GMT], content-length=[495], x-aai-txid=[0-aai-resources-230318-14:21:08:111-82624], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-18T14:21:08.436Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-10|||||DEBUG|500||{"requestError":{"serviceException":{"messageId":"SVC3001","text":"Resource not found for %1 using id %2 (msg=%3) (ec=%4)","variables":["MERGE_PATCH","service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391","Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391","ERR.5.4.6114"]}}}

2023-03-18T14:21:08.438Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-10|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391) (ec=ERR.5.4.6114)
2023-03-18T14:21:08.438Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-10|||||ERROR|500||Exception occurred
javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391) (ec=ERR.5.4.6114)
	at org.onap.so.client.ResponseExceptionMapper.map(ResponseExceptionMapper.java:74)
	at org.onap.so.client.RestRequest.get(RestRequest.java:77)
	at org.onap.so.client.RestClient.buildRequest(RestClient.java:326)
	at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322)
	at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283)
	at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67)
	at net.jodah.failsafe.Execution.executeSync(Execution.java:117)
	at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319)
	at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71)
	at org.onap.so.client.RestClient.method(RestClient.java:322)
	at org.onap.so.client.RestClient.patch(RestClient.java:265)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184)
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-18T14:21:08.439Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-10|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391) (ec=ERR.5.4.6114)
2023-03-18T14:21:08.439Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-10|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391) (ec=ERR.5.4.6114)
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-18T14:21:08.444Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-18T14:21:08.445Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391) (ec=ERR.5.4.6114)
2023-03-18T14:21:08.445Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2023-03-18T14:21:08.445Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:21:08.445Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:21:08.445Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679149268445,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391) (ec\u003dERR.5.4.6114)"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:21:08.460Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-18T14:21:08.460Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679149268445,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391) (ec\u003dERR.5.4.6114)"
}
2023-03-18T14:21:08.460Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-18T14:21:09.467Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-18T14:21:09.468Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-10|||||DEBUG|500||received notification from broker: {"distributionID":"d4dc9e71-f2cb-491c-bcf1-9d51402514be","serviceName":"vFW 2023-03-18 11-08-36","serviceVersion":"1.0","serviceUUID":"27fdb87d-b713-4eaf-90a0-9e48041e5db6","serviceDescription":"catalog service description","serviceInvariantUUID":"cb6d14f9-78ae-470a-a6af-a3a2b9fea472","resources":[{"resourceInstanceName":"vFW 58569f3e-bd56 0","resourceName":"vFW 58569f3e-bd56","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"d26137cf-1389-4abe-8e09-78b44d7a1aae","resourceInvariantUUID":"440b369e-a09c-4c31-8a4e-6692abd11e0c","resourceCustomizationUUID":"e17fe765-865d-4748-ab41-44bdbee5a853","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/vf-license-model.xml","artifactChecksum":"MTFjYmU2ZGQwM2YxYTQxNjdhOWY1YjI5OWUyYjE5OTg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"7238df55-40f7-4cde-93e0-f3c86248a4ba","artifactVersion":"1"},{"artifactName":"vfw58569f3ebd560_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/vfw58569f3ebd560_modules.json","artifactChecksum":"ODg5YTAyNmJiZTFiZTA5MDMwZWVhNmFkMzVmNzk4YTg\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"a8ca7246-150c-4537-b08d-e58462b66bb6","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"be903e28-b266-44db-9c8b-4cbcb6f7ee77","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/vendor-license-model.xml","artifactChecksum":"NDExZWJjY2Q3ZjkxN2NkNTRiYmFlNDViOGZhYWJjM2M\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"cecd91b9-dbd7-4a9b-96a0-72674051949c","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"0637f995-3e6f-44f6-89fc-61906f5ff14b","artifactVersion":"2","generatedFromUUID":"be903e28-b266-44db-9c8b-4cbcb6f7ee77"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20230318110836-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-template.yml","artifactChecksum":"NjdmYzRlMTY1MzM1ODg5NjAzNTEzOWU1ZGFmNmNiNDI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"8648cca8-36e7-40c1-8faf-a7c0be2faa07","artifactVersion":"1"},{"artifactName":"service-Vfw20230318110836-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar","artifactChecksum":"NzY3OTRjMDBhMTZlZjQ1ZTQ3MTU0ZjE0NjliYmU1M2Y\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"436a091b-6820-4621-9f77-4a798268cc9d","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-18T14:21:09.468Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T14:21:09.468Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:21:09.468Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:21:09.469Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679148946890,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:21:10.470Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T14:21:10.470Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:21:10.470Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:21:10.470Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679148946890,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/vfw58569f3ebd560_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:21:11.472Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T14:21:11.472Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:21:11.472Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:21:11.472Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679148946890,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:21:12.474Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T14:21:12.474Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:21:12.474Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:21:12.474Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679148946890,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:21:13.475Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T14:21:13.476Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:21:13.476Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:21:13.476Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679148946890,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/base_vfw.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:21:14.477Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T14:21:14.477Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:21:14.477Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:21:14.477Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679148946890,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:21:15.478Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T14:21:15.479Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:21:15.479Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:21:15.479Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679148946890,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:21:16.480Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "serviceName": "vFW 2023-03-18 11-08-36",
  "serviceVersion": "1.0",
  "serviceUUID": "27fdb87d-b713-4eaf-90a0-9e48041e5db6",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "cb6d14f9-78ae-470a-a6af-a3a2b9fea472",
  "resources": [
    {
      "resourceInstanceName": "vFW 58569f3e-bd56 0",
      "resourceCustomizationUUID": "e17fe765-865d-4748-ab41-44bdbee5a853",
      "resourceName": "vFW 58569f3e-bd56",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "d26137cf-1389-4abe-8e09-78b44d7a1aae",
      "resourceInvariantUUID": "440b369e-a09c-4c31-8a4e-6692abd11e0c",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw58569f3ebd560_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/vfw58569f3ebd560_modules.json",
          "artifactChecksum": "ODg5YTAyNmJiZTFiZTA5MDMwZWVhNmFkMzVmNzk4YTg\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "a8ca7246-150c-4537-b08d-e58462b66bb6",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "be903e28-b266-44db-9c8b-4cbcb6f7ee77",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "0637f995-3e6f-44f6-89fc-61906f5ff14b",
            "generatedFromUUID": "be903e28-b266-44db-9c8b-4cbcb6f7ee77"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "0637f995-3e6f-44f6-89fc-61906f5ff14b",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20230318110836-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar",
      "artifactChecksum": "NzY3OTRjMDBhMTZlZjQ1ZTQ3MTU0ZjE0NjliYmU1M2Y\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "436a091b-6820-4621-9f77-4a798268cc9d"
    }
  ],
  "workloadContext": "Production"
}
2023-03-18T14:21:16.481Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-18T14:21:16.481Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 27fdb87d-b713-4eaf-90a0-9e48041e5db6 ASDC
2023-03-18T14:21:16.481Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:d4dc9e71-f2cb-491c-bcf1-9d51402514be
ServiceName:vFW 2023-03-18 11-08-36
ServiceVersion:1.0
ServiceUUID:27fdb87d-b713-4eaf-90a0-9e48041e5db6
ServiceInvariantUUID:cb6d14f9-78ae-470a-a6af-a3a2b9fea472
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20230318110836-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar
ArtifactUUID:436a091b-6820-4621-9f77-4a798268cc9d
ArtifactChecksum:NzY3OTRjMDBhMTZlZjQ1ZTQ3MTU0ZjE0NjliYmU1M2Y=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 58569f3e-bd56 0
ResourceCustomizationUUID:e17fe765-865d-4748-ab41-44bdbee5a853
ResourceInvariantUUID:440b369e-a09c-4c31-8a4e-6692abd11e0c
ResourceName:vFW 58569f3e-bd56
ResourceType:VF
ResourceUUID:d26137cf-1389-4abe-8e09-78b44d7a1aae
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw58569f3ebd560_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/vfw58569f3ebd560_modules.json
ArtifactUUID:a8ca7246-150c-4537-b08d-e58462b66bb6
ArtifactChecksum:ODg5YTAyNmJiZTFiZTA5MDMwZWVhNmFkMzVmNzk4YTg=
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/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/base_vfw.yaml
ArtifactUUID:be903e28-b266-44db-9c8b-4cbcb6f7ee77
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/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/base_vfw.env
ArtifactUUID:0637f995-3e6f-44f6-89fc-61906f5ff14b
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/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/base_vfw.env
ArtifactUUID:0637f995-3e6f-44f6-89fc-61906f5ff14b
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-18T14:21:16.481Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 27fdb87d-b713-4eaf-90a0-9e48041e5db6 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: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-18T14:21:16.511Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-18T14:21:16.512Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-03-18T14:21:16.512Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-03-18T14:21:16.512Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 436a091b-6820-4621-9f77-4a798268cc9d from URL: /sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar
2023-03-18T14:21:16.512Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||INFO|500||DistributionClient - download
2023-03-18T14:21:16.512Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar
2023-03-18T14:21:17.113Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2023-03-18T14:21:17.118Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar 436a091b-6820-4621-9f77-4a798268cc9d 101467
2023-03-18T14:21:17.118Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar ASDC sendASDCNotification
2023-03-18T14:21:17.118Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar
2023-03-18T14:21:17.118Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-18T14:21:17.119Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:21:17.119Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:21:17.119Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679149277118,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:21:18.120Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-18T14:21:18.120Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-03-18T14:21:18.120Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 436a091b-6820-4621-9f77-4a798268cc9d, URL: /sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar to file: /app/ASDC/1/service-Vfw20230318110836-csar.csar
2023-03-18T14:21:18.121Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20230318110836-csar.csar
2023-03-18T14:21:18.121Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20230318110836-csar.csar
2023-03-18T14:21:18.121Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20230318110836-csar.csar
2023-03-18T14:21:18.210Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6931147607408096696/Definitions/service-Vfw20230318110836-template.yml
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_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_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
2023-03-18T14:21:19.498Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-18T14:21:19.498Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||WARN|500||####################################################################################################
2023-03-18T14:21:19.498Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20230318110836-csar.csar
2023-03-18T14:21:19.498Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2023-03-18T14:21:19.498Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230318110836-csar.csar
2023-03-18T14:21:19.498Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||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-Vfw20230318110836-csar.csar
2023-03-18T14:21:19.499Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||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-Vfw20230318110836-csar.csar
2023-03-18T14:21:19.499Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||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-Vfw20230318110836-csar.csar
2023-03-18T14:21:19.499Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230318110836-csar.csar
2023-03-18T14:21:19.499Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230318110836-csar.csar
2023-03-18T14:21:19.499Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||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-Vfw20230318110836-csar.csar
2023-03-18T14:21:19.499Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230318110836-csar.csar
2023-03-18T14:21:19.499Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230318110836-csar.csar
2023-03-18T14:21:19.499Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 58569f3e-bd56 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-Vfw20230318110836-csar.csar
2023-03-18T14:21:19.499Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230318110836-csar.csar
2023-03-18T14:21:19.499Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||WARN|500||####################################################################################################
2023-03-18T14:21:19.499Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T14:21:19.499Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||DEBUG|500||Service vFW 2023-03-18 11-08-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T14:21:19.500Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||DEBUG|500||Node template vFW 58569f3e-bd56 0 is matching search criteria
2023-03-18T14:21:19.500Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2023-03-18T14:21:19.500Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 58569f3e-bd56 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-18T14:21:19.500Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T14:21:19.500Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||DEBUG|500||Service vFW 2023-03-18 11-08-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T14:21:19.500Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||DEBUG|500||Node template vFW 58569f3e-bd56 0 is matching search criteria
2023-03-18T14:21:19.500Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2023-03-18T14:21:19.500Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 58569f3e-bd56 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-18T14:21:19.500Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T14:21:19.500Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||DEBUG|500||Service vFW 2023-03-18 11-08-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T14:21:19.500Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T14:21:19.501Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||DEBUG|500||Node template vFW 58569f3e-bd56 0 is not matching search criteria
2023-03-18T14:21:19.501Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-18T14:21:19.501Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-18T14:21:19.501Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-18T14:21:19.501Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-18T14:21:19.501Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-18T14:21:19.501Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-18T14:21:19.501Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-18T14:21:19.501Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-18T14:21:19.501Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-18T14:21:19.501Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-18T14:21:19.501Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-18T14:21:19.502Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-18T14:21:19.502Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-18T14:21:19.502Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-18T14:21:19.502Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-18T14:21:19.502Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-03-18T14:21:19.502Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T14:21:19.502Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||DEBUG|500||Service vFW 2023-03-18 11-08-36 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-03-18T14:21:19.502Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T14:21:19.502Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||DEBUG|500||Node template vFW 58569f3e-bd56 0 is matching search criteria
2023-03-18T14:21:19.502Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 58569f3e-bd56 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-18T14:21:19.502Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T14:21:19.503Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||DEBUG|500||Node template vFW 58569f3e-bd56 0 is matching search criteria
2023-03-18T14:21:19.503Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 58569f3e-bd56 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-18T14:21:19.503Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T14:21:19.503Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||DEBUG|500||Node template vFW 58569f3e-bd56 0 is matching search criteria
2023-03-18T14:21:19.503Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 58569f3e-bd56 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-18T14:21:19.503Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T14:21:19.503Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||DEBUG|500||Node template vFW 58569f3e-bd56 0 is not matching search criteria
2023-03-18T14:21:19.503Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-18T14:21:19.503Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-18T14:21:19.503Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-03-18T14:21:19.503Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-18T14:21:19.503Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-18T14:21:19.504Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-18T14:21:19.504Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-18T14:21:19.504Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-18T14:21:19.504Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-18T14:21:19.504Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-18T14:21:19.504Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-18T14:21:19.504Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=54648a20-f030-49c4-93d4-4525b2108f51
2023-03-18T14:21:19.504Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T14:21:19.504Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||DEBUG|500||Node template vFW 58569f3e-bd56 0 is not matching search criteria
2023-03-18T14:21:19.504Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-18T14:21:19.504Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-18T14:21:19.504Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-18T14:21:19.505Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-18T14:21:19.505Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-18T14:21:19.505Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-18T14:21:19.505Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-18T14:21:19.505Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-03-18T14:21:19.505Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-18T14:21:19.505Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-18T14:21:19.505Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-18T14:21:19.505Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-18T14:21:19.505Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=c8000f82-3ea0-499f-845f-48af9ca20f40
2023-03-18T14:21:19.505Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T14:21:19.506Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||DEBUG|500||Node template vFW 58569f3e-bd56 0 is not matching search criteria
2023-03-18T14:21:19.506Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-18T14:21:19.506Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-18T14:21:19.506Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-18T14:21:19.506Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-18T14:21:19.506Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-18T14:21:19.506Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-18T14:21:19.506Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-18T14:21:19.506Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-18T14:21:19.506Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-18T14:21:19.506Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-18T14:21:19.506Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-18T14:21:19.507Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-03-18T14:21:19.507Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=8d37dce4-ace0-4972-b0ae-359f5ee34e15
2023-03-18T14:21:19.507Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T14:21:19.507Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||DEBUG|500||Service vFW 2023-03-18 11-08-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T14:21:19.507Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T14:21:19.507Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||DEBUG|500||Service vFW 2023-03-18 11-08-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T14:21:19.507Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T14:21:19.507Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||DEBUG|500||Service vFW 2023-03-18 11-08-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T14:21:19.507Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T14:21:19.507Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||DEBUG|500||Service vFW 2023-03-18 11-08-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T14:21:19.507Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2023-03-18 11-08-36
Description:catalog service description
Model UUID:27fdb87d-b713-4eaf-90a0-9e48041e5db6
Model Version:NULL
Model InvariantUuid:cb6d14f9-78ae-470a-a6af-a3a2b9fea472
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 58569f3e-bd56
Model UUID:2fc36073-92c9-4d5d-9644-0bb6550c287b
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:440b369e-a09c-4c31-8a4e-6692abd11e0c
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:e17fe765-865d-4748-ab41-44bdbee5a853
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:351d450e-b1b7-41ae-a83a-2a71f15e25d1
ModelName:Vfw58569f3eBd56..base_vfw..module-0
ModelUuid:0d68d68e-dec8-43d2-aff9-f5d88cc04393
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:54648a20-f030-49c4-93d4-4525b2108f51
ModelInvariantUuid:4ab08134-cd1d-4688-9b75-17c67d1a3e81
ModelName:vFW 58569f3e-bd56-nodes.vfwCvfc
ModelUuid:d6b2f0ba-9202-407c-a163-7cc24d0f18b4
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:056f6090-f73c-4739-af97-620c05ad132a
ModelInvariantUuid:983e3ada-7ea8-4303-8174-d3114334eb9e
ModelName:Vfw58569f3eBd56.compute.nodes.heat.vfw
ModelUuid:3d4b7896-bd84-401c-aa77-b889e41a200a
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:c8000f82-3ea0-499f-845f-48af9ca20f40
ModelInvariantUuid:fcd18208-a79b-409f-9943-f6fdaf7b423e
ModelName:vFW 58569f3e-bd56-nodes.vsnCvfc
ModelUuid:2dc70d22-f13d-4809-b3aa-6be925119137
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:402dc1d7-02f5-4fe5-9c72-942fea6de45f
ModelInvariantUuid:0b0ccbe0-ee97-4020-bd46-0de8c06bfc96
ModelName:Vfw58569f3eBd56.compute.nodes.heat.vsn
ModelUuid:9156b53b-b6f9-40ab-bf18-4e57fbace729
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:8d37dce4-ace0-4972-b0ae-359f5ee34e15
ModelInvariantUuid:5fb0558e-6cb2-4431-b7ca-6445c8799cef
ModelName:vFW 58569f3e-bd56-nodes.vpgCvfc
ModelUuid:fa77263e-b297-4fc8-ad06-fee6a19575f2
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:c490c1b0-6d8a-4e04-bcc3-d1334a874130
ModelInvariantUuid:49041fa9-9665-4fc5-a429-9d3d7490839b
ModelName:Vfw58569f3eBd56.compute.nodes.heat.vpg
ModelUuid:7e8eb1f5-1f60-4b7b-ac6b-192037bf4db6
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=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-03-18T14:21:19.539Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||ERROR|500||Csar with UUID: 436a091b-6820-4621-9f77-4a798268cc9d already exists
2023-03-18T14:21:19.539Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar ASDC sendASDCNotification
2023-03-18T14:21:19.539Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar(Csar with UUID: 436a091b-6820-4621-9f77-4a798268cc9d already exists)
2023-03-18T14:21:19.539Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-18T14:21:19.539Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:21:19.539Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:21:19.539Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679149279539,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 436a091b-6820-4621-9f77-4a798268cc9d already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:21:20.540Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar ASDC sendASDCNotification
2023-03-18T14:21:20.540Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar(Resource with UUID: d26137cf-1389-4abe-8e09-78b44d7a1aae already exists)
2023-03-18T14:21:20.540Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-18T14:21:20.541Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:21:20.541Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:21:20.541Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679149280540,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: d26137cf-1389-4abe-8e09-78b44d7a1aae already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:21:21.542Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d4dc9e71-f2cb-491c-bcf1-9d51402514be
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T14:21:21.556Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d4dc9e71-f2cb-491c-bcf1-9d51402514be
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T14:21:21.562Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-18T14:21:21.562Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-18T14:21:21.562Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-18T14:21:21.562Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-18T14:21:21.562Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T14:21:21.562Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T14:21:21.562Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T14:21:21.562Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T14:21:21.562Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T14:21:21.562Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-18T14:21:21.572Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-18T14:21:51.572Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: d4dc9e71-f2cb-491c-bcf1-9d51402514be and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-18T14:21:51.579Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: d4dc9e71-f2cb-491c-bcf1-9d51402514be and serviceModelVersionId: 27fdb87d-b713-4eaf-90a0-9e48041e5db6
2023-03-18T14:21:51.579Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : cb6d14f9-78ae-470a-a6af-a3a2b9fea472
2023-03-18T14:21:51.580Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/cb6d14f9-78ae-470a-a6af-a3a2b9fea472/model-vers/model-ver/27fdb87d-b713-4eaf-90a0-9e48041e5db6?depth=0
2023-03-18T14:21:51.585Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2023-03-18T14:21:51.596Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cb6d14f9-78ae-470a-a6af-a3a2b9fea472/model-vers/model-ver/27fdb87d-b713-4eaf-90a0-9e48041e5db6?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-03-18T14:21:51.597Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cb6d14f9-78ae-470a-a6af-a3a2b9fea472/model-vers/model-ver/27fdb87d-b713-4eaf-90a0-9e48041e5db6?depth=0|INFO|500||Invoke
2023-03-18T14:21:51.605Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cb6d14f9-78ae-470a-a6af-a3a2b9fea472/model-vers/model-ver/27fdb87d-b713-4eaf-90a0-9e48041e5db6?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-18T14:21:51.727Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cb6d14f9-78ae-470a-a6af-a3a2b9fea472/model-vers/model-ver/27fdb87d-b713-4eaf-90a0-9e48041e5db6?depth=0|INFO|500||InvokeReturn
2023-03-18T14:21:51.727Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cb6d14f9-78ae-470a-a6af-a3a2b9fea472/model-vers/model-ver/27fdb87d-b713-4eaf-90a0-9e48041e5db6?depth=0 has http status code:200 and response headers:{date=[Sat, 18 Mar 2023 14:21:51 GMT], content-length=[0], vertex-id=[593936], x-aai-txid=[0-aai-resources-230318-14:21:51:307-51583], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-18T14:21:51.728Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||DEBUG|500||Response was returned with an empty entity.
2023-03-18T14:21:51.728Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-18T14:21:51.728Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-18T14:21:51.737Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-18T14:21:51.737Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID d4dc9e71-f2cb-491c-bcf1-9d51402514be and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-18T14:21:51.737Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-18T14:21:51.737Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:21:51.738Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:21:51.738Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679149311737,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-18T14:21:52.761Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-18T14:21:52.761Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||DEBUG|500||received notification from broker: {"distributionID":"9f6cbd74-5561-4ebf-ae29-ef09adcdb35a","serviceName":"vFW 2023-03-18 11-49-31","serviceVersion":"1.0","serviceUUID":"6d984351-d1ca-40a4-aad4-cb46662a587a","serviceDescription":"catalog service description","serviceInvariantUUID":"cf32c985-ce6d-438e-ae22-e6fd004665b3","resources":[{"resourceInstanceName":"vFW c11b0f1b-4505 0","resourceName":"vFW c11b0f1b-4505","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"c7374fd6-6727-4426-9587-40812bc7c663","resourceInvariantUUID":"26f1c4e0-d5d2-4519-a829-ba04da79dfd3","resourceCustomizationUUID":"19f5eed0-33a8-4dbf-839a-f2ac2d3b058b","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/vf-license-model.xml","artifactChecksum":"ZmYyYjdhM2U5NTJiNDExYWMwYTMzMTkyZDMwYzcxZTc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"7b8e42e6-1821-4cac-aa27-034f93b9a8bb","artifactVersion":"1"},{"artifactName":"vfwc11b0f1b45050_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/vfwc11b0f1b45050_modules.json","artifactChecksum":"YTA1YjZlZDc1ZGI4M2FjMjI5NWE4ZTQzZjQxZmI1MGE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"40a0f4a8-4459-48c6-8da9-780f32a6e90d","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"3198714b-6cfa-4ae8-9e58-caa5fd7816d1","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/vendor-license-model.xml","artifactChecksum":"OTNkYjEwYTcxMGU1ODVlYThkMzJiZjM0OWMzYWExNTg\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"56d4001a-cb5d-4c8b-a9db-05f6dd036a2e","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"72f0a15a-ad88-4350-921f-de50e44e2b78","artifactVersion":"2","generatedFromUUID":"3198714b-6cfa-4ae8-9e58-caa5fd7816d1"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20230318114931-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-template.yml","artifactChecksum":"MmZjZDk3ZDhkZWNhNmYyZTJiYmJjYzlhZTNjZmUwZDU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"d733d559-0885-4fbb-8573-c3718d9662ac","artifactVersion":"1"},{"artifactName":"service-Vfw20230318114931-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar","artifactChecksum":"NzYyNTc4YTljZWI3YjE3YThjOTU0MjkyMGEyMDMxNDY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"2a8efcaf-0813-4b52-901f-136ba065c343","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-18T14:21:52.762Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T14:21:52.762Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:21:52.762Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:21:52.762Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679148946890,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:21:53.762Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T14:21:53.763Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:21:53.763Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:21:53.763Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679148946890,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/vfwc11b0f1b45050_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:21:54.766Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T14:21:54.766Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:21:54.766Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:21:54.766Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679148946890,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:21:55.767Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T14:21:55.767Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:21:55.767Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:21:55.767Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679148946890,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:21:56.767Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T14:21:56.768Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:21:56.768Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:21:56.768Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679148946890,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/base_vfw.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:21:57.768Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T14:21:57.769Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:21:57.769Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:21:57.769Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679148946890,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:21:58.769Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T14:21:58.770Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:21:58.770Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:21:58.770Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679148946890,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:21:58.919Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:21:58.924Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-18T14:21:58.924Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679148946890,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T14:21:58.925Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:21:58.925Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-18T14:21:58.925Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679148946890,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/vfw58569f3ebd560_modules.json",
  "status": "NOTIFIED"
}
2023-03-18T14:21:58.925Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:21:58.925Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-18T14:21:58.925Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679148946890,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-03-18T14:21:58.925Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:21:58.925Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-18T14:21:58.926Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679148946890,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T14:21:58.926Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:21:58.926Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-18T14:21:58.926Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679148946890,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2023-03-18T14:21:58.926Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:21:58.926Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-18T14:21:58.926Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679148946890,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T14:21:58.926Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:21:58.926Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-18T14:21:58.926Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679148946890,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar",
  "status": "NOTIFIED"
}
2023-03-18T14:21:58.926Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:21:58.926Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-18T14:21:58.926Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679149277118,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-18T14:21:58.926Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:21:58.926Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-18T14:21:58.927Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679149279539,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 436a091b-6820-4621-9f77-4a798268cc9d already exists"
}
2023-03-18T14:21:58.927Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:21:58.927Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-18T14:21:58.927Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679149280540,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: d26137cf-1389-4abe-8e09-78b44d7a1aae already exists"
}
2023-03-18T14:21:58.927Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:21:58.927Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-18T14:21:58.927Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679149311737,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-18T14:21:58.927Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:21:58.928Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-18T14:21:58.928Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679148946890,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T14:21:58.928Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:21:58.928Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-18T14:21:58.928Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679148946890,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/vfwc11b0f1b45050_modules.json",
  "status": "NOTIFIED"
}
2023-03-18T14:21:58.928Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:21:58.928Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-18T14:21:58.928Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679148946890,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-03-18T14:21:58.928Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:21:58.928Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-18T14:21:58.929Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679148946890,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T14:21:58.929Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:21:58.929Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-18T14:21:58.929Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679148946890,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2023-03-18T14:21:58.929Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:21:58.929Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-18T14:21:58.929Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679148946890,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T14:21:58.929Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:21:58.929Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-18T14:21:58.929Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679148946890,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar",
  "status": "NOTIFIED"
}
2023-03-18T14:21:58.930Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:21:59.770Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "serviceName": "vFW 2023-03-18 11-49-31",
  "serviceVersion": "1.0",
  "serviceUUID": "6d984351-d1ca-40a4-aad4-cb46662a587a",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "cf32c985-ce6d-438e-ae22-e6fd004665b3",
  "resources": [
    {
      "resourceInstanceName": "vFW c11b0f1b-4505 0",
      "resourceCustomizationUUID": "19f5eed0-33a8-4dbf-839a-f2ac2d3b058b",
      "resourceName": "vFW c11b0f1b-4505",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "c7374fd6-6727-4426-9587-40812bc7c663",
      "resourceInvariantUUID": "26f1c4e0-d5d2-4519-a829-ba04da79dfd3",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfwc11b0f1b45050_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/vfwc11b0f1b45050_modules.json",
          "artifactChecksum": "YTA1YjZlZDc1ZGI4M2FjMjI5NWE4ZTQzZjQxZmI1MGE\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "40a0f4a8-4459-48c6-8da9-780f32a6e90d",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "3198714b-6cfa-4ae8-9e58-caa5fd7816d1",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "72f0a15a-ad88-4350-921f-de50e44e2b78",
            "generatedFromUUID": "3198714b-6cfa-4ae8-9e58-caa5fd7816d1"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "72f0a15a-ad88-4350-921f-de50e44e2b78",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20230318114931-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar",
      "artifactChecksum": "NzYyNTc4YTljZWI3YjE3YThjOTU0MjkyMGEyMDMxNDY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "2a8efcaf-0813-4b52-901f-136ba065c343"
    }
  ],
  "workloadContext": "Production"
}
2023-03-18T14:21:59.771Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-18T14:21:59.771Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 6d984351-d1ca-40a4-aad4-cb46662a587a ASDC
2023-03-18T14:21:59.771Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:9f6cbd74-5561-4ebf-ae29-ef09adcdb35a
ServiceName:vFW 2023-03-18 11-49-31
ServiceVersion:1.0
ServiceUUID:6d984351-d1ca-40a4-aad4-cb46662a587a
ServiceInvariantUUID:cf32c985-ce6d-438e-ae22-e6fd004665b3
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20230318114931-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar
ArtifactUUID:2a8efcaf-0813-4b52-901f-136ba065c343
ArtifactChecksum:NzYyNTc4YTljZWI3YjE3YThjOTU0MjkyMGEyMDMxNDY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW c11b0f1b-4505 0
ResourceCustomizationUUID:19f5eed0-33a8-4dbf-839a-f2ac2d3b058b
ResourceInvariantUUID:26f1c4e0-d5d2-4519-a829-ba04da79dfd3
ResourceName:vFW c11b0f1b-4505
ResourceType:VF
ResourceUUID:c7374fd6-6727-4426-9587-40812bc7c663
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwc11b0f1b45050_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/vfwc11b0f1b45050_modules.json
ArtifactUUID:40a0f4a8-4459-48c6-8da9-780f32a6e90d
ArtifactChecksum:YTA1YjZlZDc1ZGI4M2FjMjI5NWE4ZTQzZjQxZmI1MGE=
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/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/base_vfw.yaml
ArtifactUUID:3198714b-6cfa-4ae8-9e58-caa5fd7816d1
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/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/base_vfw.env
ArtifactUUID:72f0a15a-ad88-4350-921f-de50e44e2b78
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/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/base_vfw.env
ArtifactUUID:72f0a15a-ad88-4350-921f-de50e44e2b78
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-18T14:21:59.771Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 6d984351-d1ca-40a4-aad4-cb46662a587a 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: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-18T14:21:59.807Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-18T14:21:59.807Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-03-18T14:21:59.807Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-03-18T14:21:59.808Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 2a8efcaf-0813-4b52-901f-136ba065c343 from URL: /sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar
2023-03-18T14:21:59.808Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||INFO|500||DistributionClient - download
2023-03-18T14:21:59.808Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar
2023-03-18T14:22:00.052Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2023-03-18T14:22:00.058Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar 2a8efcaf-0813-4b52-901f-136ba065c343 101507
2023-03-18T14:22:00.058Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar ASDC sendASDCNotification
2023-03-18T14:22:00.058Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar
2023-03-18T14:22:00.058Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-18T14:22:00.058Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:22:00.058Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:22:00.059Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679149320058,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:22:01.059Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-18T14:22:01.060Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-03-18T14:22:01.060Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 2a8efcaf-0813-4b52-901f-136ba065c343, URL: /sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar to file: /app/ASDC/1/service-Vfw20230318114931-csar.csar
2023-03-18T14:22:01.061Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20230318114931-csar.csar
2023-03-18T14:22:01.062Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20230318114931-csar.csar
2023-03-18T14:22:01.062Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20230318114931-csar.csar
2023-03-18T14:22:01.168Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14941167720196085392/Definitions/service-Vfw20230318114931-template.yml
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_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vfw_name" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_user_data_format" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_key_name" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "compute_vfw_metadata" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
2023-03-18T14:22:02.576Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-18T14:22:02.576Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||WARN|500||####################################################################################################
2023-03-18T14:22:02.576Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20230318114931-csar.csar
2023-03-18T14:22:02.576Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2023-03-18T14:22:02.576Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230318114931-csar.csar
2023-03-18T14:22:02.577Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||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-Vfw20230318114931-csar.csar
2023-03-18T14:22:02.577Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||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-Vfw20230318114931-csar.csar
2023-03-18T14:22:02.577Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||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-Vfw20230318114931-csar.csar
2023-03-18T14:22:02.577Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230318114931-csar.csar
2023-03-18T14:22:02.577Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230318114931-csar.csar
2023-03-18T14:22:02.577Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||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-Vfw20230318114931-csar.csar
2023-03-18T14:22:02.577Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230318114931-csar.csar
2023-03-18T14:22:02.577Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230318114931-csar.csar
2023-03-18T14:22:02.577Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230318114931-csar.csar
2023-03-18T14:22:02.577Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW c11b0f1b-4505 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-Vfw20230318114931-csar.csar
2023-03-18T14:22:02.577Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||WARN|500||####################################################################################################
2023-03-18T14:22:02.577Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T14:22:02.577Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||DEBUG|500||Service vFW 2023-03-18 11-49-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T14:22:02.577Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||DEBUG|500||Node template vFW c11b0f1b-4505 0 is matching search criteria
2023-03-18T14:22:02.577Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2023-03-18T14:22:02.577Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW c11b0f1b-4505 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-18T14:22:02.577Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T14:22:02.577Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||DEBUG|500||Service vFW 2023-03-18 11-49-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T14:22:02.578Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||DEBUG|500||Node template vFW c11b0f1b-4505 0 is matching search criteria
2023-03-18T14:22:02.578Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2023-03-18T14:22:02.578Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW c11b0f1b-4505 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-18T14:22:02.578Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T14:22:02.578Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||DEBUG|500||Service vFW 2023-03-18 11-49-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T14:22:02.578Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T14:22:02.578Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||DEBUG|500||Node template vFW c11b0f1b-4505 0 is not matching search criteria
2023-03-18T14:22:02.578Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-18T14:22:02.578Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-18T14:22:02.578Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-18T14:22:02.578Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-18T14:22:02.578Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-18T14:22:02.578Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-18T14:22:02.578Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-18T14:22:02.578Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-18T14:22:02.578Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-18T14:22:02.578Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-18T14:22:02.579Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-18T14:22:02.579Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-18T14:22:02.579Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-18T14:22:02.579Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-18T14:22:02.579Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-18T14:22:02.579Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-03-18T14:22:02.579Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T14:22:02.579Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||DEBUG|500||Service vFW 2023-03-18 11-49-31 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-03-18T14:22:02.579Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T14:22:02.579Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||DEBUG|500||Node template vFW c11b0f1b-4505 0 is matching search criteria
2023-03-18T14:22:02.579Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW c11b0f1b-4505 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-18T14:22:02.579Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T14:22:02.579Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||DEBUG|500||Node template vFW c11b0f1b-4505 0 is matching search criteria
2023-03-18T14:22:02.579Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW c11b0f1b-4505 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-18T14:22:02.580Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T14:22:02.580Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||DEBUG|500||Node template vFW c11b0f1b-4505 0 is matching search criteria
2023-03-18T14:22:02.580Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW c11b0f1b-4505 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-18T14:22:02.580Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T14:22:02.580Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||DEBUG|500||Node template vFW c11b0f1b-4505 0 is not matching search criteria
2023-03-18T14:22:02.580Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-18T14:22:02.580Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-03-18T14:22:02.580Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-18T14:22:02.580Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-18T14:22:02.580Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-18T14:22:02.580Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-18T14:22:02.580Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-18T14:22:02.580Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-18T14:22:02.580Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-18T14:22:02.580Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-18T14:22:02.580Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-18T14:22:02.581Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=93a1b299-440a-4b46-b809-896a244a8c3e
2023-03-18T14:22:02.581Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T14:22:02.581Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||DEBUG|500||Node template vFW c11b0f1b-4505 0 is not matching search criteria
2023-03-18T14:22:02.581Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-18T14:22:02.581Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-18T14:22:02.581Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-18T14:22:02.581Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-18T14:22:02.581Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-18T14:22:02.581Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-18T14:22:02.581Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-18T14:22:02.581Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-03-18T14:22:02.581Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-18T14:22:02.581Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-18T14:22:02.581Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-18T14:22:02.581Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-18T14:22:02.582Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=f46f0c4d-868d-4d5b-9783-ea8cf0f2cc90
2023-03-18T14:22:02.582Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T14:22:02.582Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||DEBUG|500||Node template vFW c11b0f1b-4505 0 is not matching search criteria
2023-03-18T14:22:02.582Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-18T14:22:02.582Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-18T14:22:02.582Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-18T14:22:02.582Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-18T14:22:02.582Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-18T14:22:02.582Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-18T14:22:02.582Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-18T14:22:02.582Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-18T14:22:02.582Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-18T14:22:02.582Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-18T14:22:02.582Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-18T14:22:02.583Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-03-18T14:22:02.583Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=5079a023-f40e-49e5-9a39-abc7b36fa226
2023-03-18T14:22:02.583Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T14:22:02.583Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||DEBUG|500||Service vFW 2023-03-18 11-49-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T14:22:02.583Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T14:22:02.583Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||DEBUG|500||Service vFW 2023-03-18 11-49-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T14:22:02.583Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T14:22:02.583Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||DEBUG|500||Service vFW 2023-03-18 11-49-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T14:22:02.583Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T14:22:02.583Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||DEBUG|500||Service vFW 2023-03-18 11-49-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T14:22:02.583Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2023-03-18 11-49-31
Description:catalog service description
Model UUID:6d984351-d1ca-40a4-aad4-cb46662a587a
Model Version:NULL
Model InvariantUuid:cf32c985-ce6d-438e-ae22-e6fd004665b3
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW c11b0f1b-4505
Model UUID:ebdaa0dd-57e1-4fdd-a831-8135ea117a46
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:26f1c4e0-d5d2-4519-a829-ba04da79dfd3
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:19f5eed0-33a8-4dbf-839a-f2ac2d3b058b
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:6ebe4145-67c2-45e6-9597-53226a0916bd
ModelName:VfwC11b0f1b4505..base_vfw..module-0
ModelUuid:0261834d-3be1-4860-8b24-040e2c80aecd
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:93a1b299-440a-4b46-b809-896a244a8c3e
ModelInvariantUuid:8ec395e7-2102-4d02-844f-c114ac1a4203
ModelName:vFW c11b0f1b-4505-nodes.vfwCvfc
ModelUuid:504b1f13-9ac9-4e16-910b-43ab4acacb0f
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:99287d62-b33c-413e-89ec-87108c575104
ModelInvariantUuid:47f32f44-cd17-4eef-9e16-abcb011ab104
ModelName:VfwC11b0f1b4505.compute.nodes.heat.vfw
ModelUuid:2a6b0c3b-4ab1-49cd-8a96-f1f0feba73a0
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:f46f0c4d-868d-4d5b-9783-ea8cf0f2cc90
ModelInvariantUuid:d8e52c29-a773-431c-95b4-d1f0431b5e9e
ModelName:vFW c11b0f1b-4505-nodes.vsnCvfc
ModelUuid:e2d70f6d-c1ff-493f-99ab-25fea72fcdcc
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:113d5ed4-4ad4-49a7-94a3-7a01856b2205
ModelInvariantUuid:39b9a204-ad6c-4bfc-8b8d-763592e31d47
ModelName:VfwC11b0f1b4505.compute.nodes.heat.vsn
ModelUuid:fb5c808e-fe4a-477f-9cbd-5ab7141bbabe
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:5079a023-f40e-49e5-9a39-abc7b36fa226
ModelInvariantUuid:457dc8a1-b2ed-4d6f-963b-32e7f710a988
ModelName:vFW c11b0f1b-4505-nodes.vpgCvfc
ModelUuid:b289eee2-d7be-43f7-a6eb-232cf9ffa6c4
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:b5a732bf-796a-41d5-8db9-e0467a3c1b4a
ModelInvariantUuid:6626a445-05ec-4eb4-b903-06723caa1195
ModelName:VfwC11b0f1b4505.compute.nodes.heat.vpg
ModelUuid:f6a4ab06-9982-4e1b-be30-d56572ed840e
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=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-03-18T14:22:02.613Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||ERROR|500||Csar with UUID: 2a8efcaf-0813-4b52-901f-136ba065c343 already exists
2023-03-18T14:22:02.614Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar ASDC sendASDCNotification
2023-03-18T14:22:02.614Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar(Csar with UUID: 2a8efcaf-0813-4b52-901f-136ba065c343 already exists)
2023-03-18T14:22:02.614Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-18T14:22:02.614Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:22:02.614Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:22:02.614Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679149322614,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 2a8efcaf-0813-4b52-901f-136ba065c343 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:22:03.614Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar ASDC sendASDCNotification
2023-03-18T14:22:03.615Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar(Resource with UUID: c7374fd6-6727-4426-9587-40812bc7c663 already exists)
2023-03-18T14:22:03.615Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-18T14:22:03.615Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:22:03.615Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:22:03.615Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679149323614,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: c7374fd6-6727-4426-9587-40812bc7c663 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:22:04.616Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9f6cbd74-5561-4ebf-ae29-ef09adcdb35a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T14:22:04.643Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9f6cbd74-5561-4ebf-ae29-ef09adcdb35a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T14:22:04.646Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-18T14:22:04.646Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-18T14:22:04.646Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-18T14:22:04.646Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-18T14:22:04.646Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T14:22:04.646Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T14:22:04.646Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T14:22:04.646Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T14:22:04.646Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T14:22:04.646Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-18T14:22:04.655Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-18T14:22:34.657Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 9f6cbd74-5561-4ebf-ae29-ef09adcdb35a and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-18T14:22:34.664Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 9f6cbd74-5561-4ebf-ae29-ef09adcdb35a and serviceModelVersionId: 6d984351-d1ca-40a4-aad4-cb46662a587a
2023-03-18T14:22:34.664Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : cf32c985-ce6d-438e-ae22-e6fd004665b3
2023-03-18T14:22:34.665Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/cf32c985-ce6d-438e-ae22-e6fd004665b3/model-vers/model-ver/6d984351-d1ca-40a4-aad4-cb46662a587a?depth=0
2023-03-18T14:22:34.670Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2023-03-18T14:22:34.687Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cf32c985-ce6d-438e-ae22-e6fd004665b3/model-vers/model-ver/6d984351-d1ca-40a4-aad4-cb46662a587a?depth=0|INFO|500||Invoke
2023-03-18T14:22:34.687Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cf32c985-ce6d-438e-ae22-e6fd004665b3/model-vers/model-ver/6d984351-d1ca-40a4-aad4-cb46662a587a?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cf32c985-ce6d-438e-ae22-e6fd004665b3/model-vers/model-ver/6d984351-d1ca-40a4-aad4-cb46662a587a?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[9f6cbd74-5561-4ebf-ae29-ef09adcdb35a], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[b28f8797-2399-441c-ae57-6b260a8779f3], X-ECOMP-RequestID=[9f6cbd74-5561-4ebf-ae29-ef09adcdb35a], X-TransactionId=[], X-ONAP-RequestID=[9f6cbd74-5561-4ebf-ae29-ef09adcdb35a], Content-Type=[application/merge-patch+json]}
2023-03-18T14:22:34.694Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cf32c985-ce6d-438e-ae22-e6fd004665b3/model-vers/model-ver/6d984351-d1ca-40a4-aad4-cb46662a587a?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-18T14:22:34.805Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cf32c985-ce6d-438e-ae22-e6fd004665b3/model-vers/model-ver/6d984351-d1ca-40a4-aad4-cb46662a587a?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/cf32c985-ce6d-438e-ae22-e6fd004665b3/model-vers/model-ver/6d984351-d1ca-40a4-aad4-cb46662a587a?depth=0 has http status code:200 and response headers:{date=[Sat, 18 Mar 2023 14:22:34 GMT], content-length=[0], vertex-id=[364760], x-aai-txid=[2-aai-resources-230318-14:22:34:395-6435], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-18T14:22:34.806Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cf32c985-ce6d-438e-ae22-e6fd004665b3/model-vers/model-ver/6d984351-d1ca-40a4-aad4-cb46662a587a?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-18T14:22:34.806Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cf32c985-ce6d-438e-ae22-e6fd004665b3/model-vers/model-ver/6d984351-d1ca-40a4-aad4-cb46662a587a?depth=0|INFO|500||InvokeReturn
2023-03-18T14:22:34.807Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-18T14:22:34.807Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-18T14:22:34.816Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-18T14:22:34.816Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 9f6cbd74-5561-4ebf-ae29-ef09adcdb35a and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-18T14:22:34.816Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-18T14:22:34.816Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:22:34.816Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:22:34.816Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679149354816,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-18T14:22:35.840Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-18T14:22:35.840Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||DEBUG|500||received notification from broker: {"distributionID":"74149d2a-f284-47d2-b2fa-4e2fc7be8f3e","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"942654ba-46c2-4f05-ae3d-6460a7c9e9a7","serviceDescription":"service","serviceInvariantUUID":"ccdda148-11a2-4587-8a73-4287349e801a","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"9290846e-2e09-452f-a45d-c33314796f1f","resourceInvariantUUID":"df78bcaa-4726-47cb-aa3f-3d44f5870fc0","resourceCustomizationUUID":"014700c6-fb42-406a-8786-743311c39dea","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":"YzAxYzRjZjI5ZDYxYzM3NGE1ZWQzMDUyNDdmNzFlYjI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"0c62aeb4-b847-4e92-887d-05928e34bd2a","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"MjQwMDY3MzNlZjViMGM0YmQ4Mzg2OTA4MTFiM2YxYTQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"01ded22f-bc0d-42c0-9fad-2915e46c71e4","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-18T14:22:35.840Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T14:22:35.841Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:22:35.841Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:22:35.841Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "74149d2a-f284-47d2-b2fa-4e2fc7be8f3e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679148946890,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:22:36.841Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T14:22:36.842Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:22:36.842Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:22:36.842Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "74149d2a-f284-47d2-b2fa-4e2fc7be8f3e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679148946890,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:22:37.843Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "74149d2a-f284-47d2-b2fa-4e2fc7be8f3e",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "942654ba-46c2-4f05-ae3d-6460a7c9e9a7",
  "serviceDescription": "service",
  "serviceInvariantUUID": "ccdda148-11a2-4587-8a73-4287349e801a",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "014700c6-fb42-406a-8786-743311c39dea",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "9290846e-2e09-452f-a45d-c33314796f1f",
      "resourceInvariantUUID": "df78bcaa-4726-47cb-aa3f-3d44f5870fc0",
      "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": "MjQwMDY3MzNlZjViMGM0YmQ4Mzg2OTA4MTFiM2YxYTQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "01ded22f-bc0d-42c0-9fad-2915e46c71e4"
    }
  ],
  "workloadContext": "Production"
}
2023-03-18T14:22:37.843Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-18T14:22:37.843Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 942654ba-46c2-4f05-ae3d-6460a7c9e9a7 ASDC
2023-03-18T14:22:37.843Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:74149d2a-f284-47d2-b2fa-4e2fc7be8f3e
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:942654ba-46c2-4f05-ae3d-6460a7c9e9a7
ServiceInvariantUUID:ccdda148-11a2-4587-8a73-4287349e801a
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:01ded22f-bc0d-42c0-9fad-2915e46c71e4
ArtifactChecksum:MjQwMDY3MzNlZjViMGM0YmQ4Mzg2OTA4MTFiM2YxYTQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:014700c6-fb42-406a-8786-743311c39dea
ResourceInvariantUUID:df78bcaa-4726-47cb-aa3f-3d44f5870fc0
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:9290846e-2e09-452f-a45d-c33314796f1f
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2023-03-18T14:22:37.843Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 942654ba-46c2-4f05-ae3d-6460a7c9e9a7 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: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-18T14:22:37.881Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-18T14:22:37.881Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-03-18T14:22:37.881Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-03-18T14:22:37.882Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 01ded22f-bc0d-42c0-9fad-2915e46c71e4 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-03-18T14:22:37.882Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-10|||||INFO|500||DistributionClient - download
2023-03-18T14:22:37.882Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-10|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-03-18T14:22:37.912Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-10|||||DEBUG|500||GET Response Status 404
2023-03-18T14:22:37.912Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-10|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@64e44a2f
2023-03-18T14:22:37.912Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-10|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-18T14:22:37.912Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-10|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicNetwork"
      ]
    }
  }
}
2023-03-18T14:22:37.913Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-10|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicNetwork-csar.csar /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 01ded22f-bc0d-42c0-9fad-2915e46c71e4 Specified artifact is  not found 300 ASDC artifact download fail
2023-03-18T14:22:37.913Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-03-18T14:22:37.913Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar(Specified artifact is  not found)
2023-03-18T14:22:37.913Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-18T14:22:37.913Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:22:37.913Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:22:37.913Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "74149d2a-f284-47d2-b2fa-4e2fc7be8f3e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679149357913,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:22:38.914Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-10|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during processCsarServiceArtifacts ASDC processCsarServiceArtifacts 500 Exception in processCsarServiceArtifacts
org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact service-BasicNetwork-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar(UUID:01ded22f-bc0d-42c0-9fad-2915e46c71e4)
Error message is Specified artifact is  not found

	at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394)
	at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
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 watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-03-18T14:22:38.951Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-10|||||ERROR|500||Csar with UUID: 01ded22f-bc0d-42c0-9fad-2915e46c71e4 already exists
2023-03-18T14:22:38.951Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-03-18T14:22:38.951Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar(Csar with UUID: 01ded22f-bc0d-42c0-9fad-2915e46c71e4 already exists)
2023-03-18T14:22:38.952Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-18T14:22:38.952Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:22:38.952Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:22:38.952Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "74149d2a-f284-47d2-b2fa-4e2fc7be8f3e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679149358951,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 01ded22f-bc0d-42c0-9fad-2915e46c71e4 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:22:39.953Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-03-18T14:22:39.953Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar(Resource with UUID: 9290846e-2e09-452f-a45d-c33314796f1f already exists)
2023-03-18T14:22:39.953Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-18T14:22:39.953Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:22:39.953Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:22:39.953Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "74149d2a-f284-47d2-b2fa-4e2fc7be8f3e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679149359953,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 9290846e-2e09-452f-a45d-c33314796f1f already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:22:40.954Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 74149d2a-f284-47d2-b2fa-4e2fc7be8f3e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T14:22:40.972Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 74149d2a-f284-47d2-b2fa-4e2fc7be8f3e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T14:22:40.975Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-18T14:22:40.975Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-18T14:22:40.975Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-18T14:22:40.976Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-18T14:22:40.976Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T14:22:40.976Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T14:22:40.976Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T14:22:40.976Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T14:22:40.976Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T14:22:40.976Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-18T14:22:40.986Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-18T14:22:58.920Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:22:58.926Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-18T14:22:58.927Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679149320058,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-18T14:22:58.927Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:22:58.927Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-18T14:22:58.927Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679149322614,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 2a8efcaf-0813-4b52-901f-136ba065c343 already exists"
}
2023-03-18T14:22:58.927Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:22:58.928Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-18T14:22:58.928Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679149323614,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: c7374fd6-6727-4426-9587-40812bc7c663 already exists"
}
2023-03-18T14:22:58.928Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:22:58.928Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-18T14:22:58.928Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679149354816,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-18T14:22:58.928Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:22:58.928Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-18T14:22:58.929Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "74149d2a-f284-47d2-b2fa-4e2fc7be8f3e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679148946890,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T14:22:58.929Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:22:58.929Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-18T14:22:58.929Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "74149d2a-f284-47d2-b2fa-4e2fc7be8f3e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679148946890,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-03-18T14:22:58.929Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:22:58.929Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-18T14:22:58.930Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "74149d2a-f284-47d2-b2fa-4e2fc7be8f3e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679149357913,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-18T14:22:58.930Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:22:58.930Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-18T14:22:58.930Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "74149d2a-f284-47d2-b2fa-4e2fc7be8f3e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679149358951,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 01ded22f-bc0d-42c0-9fad-2915e46c71e4 already exists"
}
2023-03-18T14:22:58.930Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:22:58.930Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-18T14:22:58.930Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "74149d2a-f284-47d2-b2fa-4e2fc7be8f3e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679149359953,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 9290846e-2e09-452f-a45d-c33314796f1f already exists"
}
2023-03-18T14:22:58.930Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:23:10.987Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 74149d2a-f284-47d2-b2fa-4e2fc7be8f3e and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-18T14:23:10.993Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 74149d2a-f284-47d2-b2fa-4e2fc7be8f3e and serviceModelVersionId: 942654ba-46c2-4f05-ae3d-6460a7c9e9a7
2023-03-18T14:23:10.993Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : ccdda148-11a2-4587-8a73-4287349e801a
2023-03-18T14:23:10.994Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/ccdda148-11a2-4587-8a73-4287349e801a/model-vers/model-ver/942654ba-46c2-4f05-ae3d-6460a7c9e9a7?depth=0
2023-03-18T14:23:10.999Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2023-03-18T14:23:11.010Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ccdda148-11a2-4587-8a73-4287349e801a/model-vers/model-ver/942654ba-46c2-4f05-ae3d-6460a7c9e9a7?depth=0|INFO|500||Invoke
2023-03-18T14:23:11.010Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ccdda148-11a2-4587-8a73-4287349e801a/model-vers/model-ver/942654ba-46c2-4f05-ae3d-6460a7c9e9a7?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ccdda148-11a2-4587-8a73-4287349e801a/model-vers/model-ver/942654ba-46c2-4f05-ae3d-6460a7c9e9a7?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[74149d2a-f284-47d2-b2fa-4e2fc7be8f3e], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[330a345a-9a60-4588-958b-0a743af6de1a], X-ECOMP-RequestID=[74149d2a-f284-47d2-b2fa-4e2fc7be8f3e], X-TransactionId=[], X-ONAP-RequestID=[74149d2a-f284-47d2-b2fa-4e2fc7be8f3e], Content-Type=[application/merge-patch+json]}
2023-03-18T14:23:11.016Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ccdda148-11a2-4587-8a73-4287349e801a/model-vers/model-ver/942654ba-46c2-4f05-ae3d-6460a7c9e9a7?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-18T14:23:11.133Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ccdda148-11a2-4587-8a73-4287349e801a/model-vers/model-ver/942654ba-46c2-4f05-ae3d-6460a7c9e9a7?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/ccdda148-11a2-4587-8a73-4287349e801a/model-vers/model-ver/942654ba-46c2-4f05-ae3d-6460a7c9e9a7?depth=0 has http status code:200 and response headers:{date=[Sat, 18 Mar 2023 14:23:10 GMT], content-length=[0], vertex-id=[192760], x-aai-txid=[1-aai-resources-230318-14:23:10:718-39924], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-18T14:23:11.133Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ccdda148-11a2-4587-8a73-4287349e801a/model-vers/model-ver/942654ba-46c2-4f05-ae3d-6460a7c9e9a7?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-18T14:23:11.133Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ccdda148-11a2-4587-8a73-4287349e801a/model-vers/model-ver/942654ba-46c2-4f05-ae3d-6460a7c9e9a7?depth=0|INFO|500||InvokeReturn
2023-03-18T14:23:11.134Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-18T14:23:11.134Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-18T14:23:11.140Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-18T14:23:11.140Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 74149d2a-f284-47d2-b2fa-4e2fc7be8f3e and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-18T14:23:11.140Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-18T14:23:11.140Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:23:11.140Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:23:11.140Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "74149d2a-f284-47d2-b2fa-4e2fc7be8f3e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679149391140,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-18T14:23:12.163Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-18T14:23:12.163Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-10|||||DEBUG|500||received notification from broker: {"distributionID":"6a074a1e-4b47-4382-9b90-afa918276d12","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"e17bf563-7a13-4701-b853-11ed8cbb93d7","serviceDescription":"service","serviceInvariantUUID":"8a45306d-3ac3-4f10-a742-9812edbe591e","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"1903c123-2be6-499b-8524-c9a33406ad4f","resourceInvariantUUID":"65a560ec-f509-40c5-b364-3c4cd0a20185","resourceCustomizationUUID":"41b30cb0-d009-4e4b-99c2-e95f691a4b2e","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":"YTFjZGVjMmU0NGZhOGFkMDlhZGI4ODkyYzk4MDRmOGE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"38ef1f0d-98ea-4e28-b00a-3091e61f54bc","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":"OWZmNjBmNzNmNGQ1ZThmYzNkMzdkODk3MzFkMDI2MDg\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"d3c6917c-1f70-48e9-9465-f259ee8cda65","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":"7aa99321-7b67-40f7-bd98-0e99d422bb2e","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":"5444e6a4-9351-40da-b837-0dd388e7cb3b","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":"cb506ca5-fd50-4406-abfc-b51858ac789a","artifactVersion":"2","generatedFromUUID":"7aa99321-7b67-40f7-bd98-0e99d422bb2e"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"ZjQyZmQxMjdjZDk5ZDY2OTQ3ZmIyZWI4MjExZGE4OGQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"204adab0-5bde-4230-9b3d-b26c0f4d57b4","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"NjI4YzVmZDFmMjYwMDhlNTZlOTY1M2NmMzExN2VkMjg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"4b6dc8ac-cbfc-43c0-9e93-2760226914ae","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-18T14:23:12.163Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T14:23:12.163Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:23:12.163Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:23:12.163Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679148946890,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:23:13.165Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T14:23:13.165Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:23:13.165Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:23:13.165Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679148946890,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:23:14.166Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T14:23:14.167Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:23:14.167Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:23:14.167Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679148946890,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:23:15.168Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T14:23:15.168Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:23:15.168Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:23:15.168Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679148946890,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:23:16.169Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T14:23:16.170Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:23:16.170Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:23:16.170Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679148946890,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:23:17.171Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T14:23:17.172Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:23:17.172Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:23:17.172Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679148946890,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:23:18.174Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T14:23:18.174Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:23:18.174Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:23:18.174Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679148946890,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:23:19.175Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "e17bf563-7a13-4701-b853-11ed8cbb93d7",
  "serviceDescription": "service",
  "serviceInvariantUUID": "8a45306d-3ac3-4f10-a742-9812edbe591e",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "41b30cb0-d009-4e4b-99c2-e95f691a4b2e",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "1903c123-2be6-499b-8524-c9a33406ad4f",
      "resourceInvariantUUID": "65a560ec-f509-40c5-b364-3c4cd0a20185",
      "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": "OWZmNjBmNzNmNGQ1ZThmYzNkMzdkODk3MzFkMDI2MDg\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "d3c6917c-1f70-48e9-9465-f259ee8cda65",
          "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": "7aa99321-7b67-40f7-bd98-0e99d422bb2e",
          "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": "cb506ca5-fd50-4406-abfc-b51858ac789a",
            "generatedFromUUID": "7aa99321-7b67-40f7-bd98-0e99d422bb2e"
          },
          "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": "cb506ca5-fd50-4406-abfc-b51858ac789a",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "NjI4YzVmZDFmMjYwMDhlNTZlOTY1M2NmMzExN2VkMjg\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "4b6dc8ac-cbfc-43c0-9e93-2760226914ae"
    }
  ],
  "workloadContext": "Production"
}
2023-03-18T14:23:19.175Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-18T14:23:19.175Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 e17bf563-7a13-4701-b853-11ed8cbb93d7 ASDC
2023-03-18T14:23:19.176Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:6a074a1e-4b47-4382-9b90-afa918276d12
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:e17bf563-7a13-4701-b853-11ed8cbb93d7
ServiceInvariantUUID:8a45306d-3ac3-4f10-a742-9812edbe591e
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:4b6dc8ac-cbfc-43c0-9e93-2760226914ae
ArtifactChecksum:NjI4YzVmZDFmMjYwMDhlNTZlOTY1M2NmMzExN2VkMjg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:41b30cb0-d009-4e4b-99c2-e95f691a4b2e
ResourceInvariantUUID:65a560ec-f509-40c5-b364-3c4cd0a20185
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:1903c123-2be6-499b-8524-c9a33406ad4f
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:d3c6917c-1f70-48e9-9465-f259ee8cda65
ArtifactChecksum:OWZmNjBmNzNmNGQ1ZThmYzNkMzdkODk3MzFkMDI2MDg=
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:7aa99321-7b67-40f7-bd98-0e99d422bb2e
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:cb506ca5-fd50-4406-abfc-b51858ac789a
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:cb506ca5-fd50-4406-abfc-b51858ac789a
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-18T14:23:19.176Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF e17bf563-7a13-4701-b853-11ed8cbb93d7 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: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-18T14:23:19.209Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-18T14:23:19.209Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-03-18T14:23:19.209Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-03-18T14:23:19.209Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 4b6dc8ac-cbfc-43c0-9e93-2760226914ae from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-03-18T14:23:19.209Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-10|||||INFO|500||DistributionClient - download
2023-03-18T14:23:19.210Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-10|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-03-18T14:23:19.245Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-10|||||DEBUG|500||GET Response Status 404
2023-03-18T14:23:19.245Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-10|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@6fc76de1
2023-03-18T14:23:19.245Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-10|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-18T14:23:19.245Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-10|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicVm"
      ]
    }
  }
}
2023-03-18T14:23:19.246Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-10|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicVm-csar.csar /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 4b6dc8ac-cbfc-43c0-9e93-2760226914ae Specified artifact is  not found 300 ASDC artifact download fail
2023-03-18T14:23:19.246Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-03-18T14:23:19.246Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar(Specified artifact is  not found)
2023-03-18T14:23:19.246Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-18T14:23:19.246Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:23:19.246Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:23:19.246Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679149399246,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:23:20.249Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-10|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during processCsarServiceArtifacts ASDC processCsarServiceArtifacts 500 Exception in processCsarServiceArtifacts
org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact service-BasicVm-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar(UUID:4b6dc8ac-cbfc-43c0-9e93-2760226914ae)
Error message is Specified artifact is  not found

	at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394)
	at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
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 watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-03-18T14:23:20.280Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-10|||||ERROR|500||Csar with UUID: 4b6dc8ac-cbfc-43c0-9e93-2760226914ae already exists
2023-03-18T14:23:20.281Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-03-18T14:23:20.281Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar(Csar with UUID: 4b6dc8ac-cbfc-43c0-9e93-2760226914ae already exists)
2023-03-18T14:23:20.281Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-18T14:23:20.281Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:23:20.281Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:23:20.281Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679149400281,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 4b6dc8ac-cbfc-43c0-9e93-2760226914ae already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:23:21.282Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-03-18T14:23:21.282Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar(Resource with UUID: 1903c123-2be6-499b-8524-c9a33406ad4f already exists)
2023-03-18T14:23:21.282Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-18T14:23:21.282Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:23:21.282Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:23:21.283Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679149401282,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 1903c123-2be6-499b-8524-c9a33406ad4f already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:23:22.283Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6a074a1e-4b47-4382-9b90-afa918276d12
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T14:23:22.301Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6a074a1e-4b47-4382-9b90-afa918276d12
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T14:23:22.304Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-18T14:23:22.304Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-18T14:23:22.304Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-18T14:23:22.304Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-18T14:23:22.304Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T14:23:22.304Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T14:23:22.304Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T14:23:22.304Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T14:23:22.304Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T14:23:22.304Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-18T14:23:22.313Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-18T14:23:52.314Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 6a074a1e-4b47-4382-9b90-afa918276d12 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-18T14:23:52.325Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 6a074a1e-4b47-4382-9b90-afa918276d12 and serviceModelVersionId: e17bf563-7a13-4701-b853-11ed8cbb93d7
2023-03-18T14:23:52.325Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 8a45306d-3ac3-4f10-a742-9812edbe591e
2023-03-18T14:23:52.326Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/8a45306d-3ac3-4f10-a742-9812edbe591e/model-vers/model-ver/e17bf563-7a13-4701-b853-11ed8cbb93d7?depth=0
2023-03-18T14:23:52.330Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2023-03-18T14:23:52.342Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-10|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8a45306d-3ac3-4f10-a742-9812edbe591e/model-vers/model-ver/e17bf563-7a13-4701-b853-11ed8cbb93d7?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-03-18T14:23:52.343Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8a45306d-3ac3-4f10-a742-9812edbe591e/model-vers/model-ver/e17bf563-7a13-4701-b853-11ed8cbb93d7?depth=0|INFO|500||Invoke
2023-03-18T14:23:52.352Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8a45306d-3ac3-4f10-a742-9812edbe591e/model-vers/model-ver/e17bf563-7a13-4701-b853-11ed8cbb93d7?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-18T14:23:52.479Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8a45306d-3ac3-4f10-a742-9812edbe591e/model-vers/model-ver/e17bf563-7a13-4701-b853-11ed8cbb93d7?depth=0|INFO|500||InvokeReturn
2023-03-18T14:23:52.479Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-10|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8a45306d-3ac3-4f10-a742-9812edbe591e/model-vers/model-ver/e17bf563-7a13-4701-b853-11ed8cbb93d7?depth=0 has http status code:200 and response headers:{date=[Sat, 18 Mar 2023 14:23:52 GMT], content-length=[0], vertex-id=[188464], x-aai-txid=[0-aai-resources-230318-14:23:52:056-18103], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-18T14:23:52.480Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-10|||||DEBUG|500||Response was returned with an empty entity.
2023-03-18T14:23:52.480Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-18T14:23:52.480Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-18T14:23:52.486Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-18T14:23:52.487Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 6a074a1e-4b47-4382-9b90-afa918276d12 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-18T14:23:52.487Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-18T14:23:52.487Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:23:52.487Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:23:52.487Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679149432487,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-18T14:23:53.506Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-18T14:23:53.506Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-10|||||DEBUG|500||received notification from broker: {"distributionID":"5e005e65-61df-4986-a087-00761a388674","serviceName":"Demo_pNF_Qv5TXucXv4n7mssXUGFK","serviceVersion":"1.0","serviceUUID":"73f959ea-1a0e-41cf-b2da-40f07fd6a9c2","serviceDescription":"catalog service description","serviceInvariantUUID":"86b31417-cd30-434e-93e4-34d81e182271","resources":[{"resourceInstanceName":"pNF 8ecb3a29-1699 0","resourceName":"pNF 8ecb3a29-1699","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"79d852b9-56e5-416f-9d37-4483b88de628","resourceInvariantUUID":"c45c5ef7-20e5-4b81-8392-6fbf8a0a1b25","resourceCustomizationUUID":"3e0c811d-9b69-4eb9-9e2f-6a46c31c8df1","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/resourceInstances/pnf8ecb3a2916990/artifacts/vf-license-model.xml","artifactChecksum":"ZjYwMDAwM2MyYWM5MThmNDNmMGIxMzExNzJmYzM1YzQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"fe22c4be-1d3d-49d6-aaf8-5fb691f2c5bb","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/resourceInstances/pnf8ecb3a2916990/artifacts/pNF.csar","artifactChecksum":"YTFmMWQ3MzViYWZhMGQ1ZThlNzU3Y2I3ZGNlYWU4YjA\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"aee06125-71e1-4665-8ce8-8f87625d3137","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/resourceInstances/pnf8ecb3a2916990/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"d0d177b6-7fdc-4b24-a378-3361c335ea57","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/resourceInstances/pnf8ecb3a2916990/artifacts/vendor-license-model.xml","artifactChecksum":"NmIzN2Y3YWJiZDEyYzZiMDEyNjdiMzJhNGM5MzQ1OGI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"b3fc6aeb-2efb-45ec-a7fe-d71b1477f76e","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/resourceInstances/pnf8ecb3a2916990/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"e7ba57a9-59ef-4efe-90bb-fffece281605","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/resourceInstances/pnf8ecb3a2916990/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"cc689d97-ea39-40b8-b7d1-5326d5b71836","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfQv5txucxv4n7mssxugfk-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-template.yml","artifactChecksum":"ZTJjZGFlZDI3YjNkYzI4ZWNlMWMyNmM5NGMwOGRiNmY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"036d837c-a9b5-4c6b-9026-ef8b033600cc","artifactVersion":"1"},{"artifactName":"service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar","artifactChecksum":"NmIzYzkyYzFlZjM3YjA3YjIzODQ5MzIxZjA4ODdmYTg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"a93044a0-e137-47cf-b45c-87a4ec92508e","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-18T14:23:53.506Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T14:23:53.507Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:23:53.507Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:23:53.507Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679148946890,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/resourceInstances/pnf8ecb3a2916990/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:23:54.507Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T14:23:54.508Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:23:54.508Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:23:54.508Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679148946890,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/resourceInstances/pnf8ecb3a2916990/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:23:55.508Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T14:23:55.509Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:23:55.509Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:23:55.510Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679148946890,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/resourceInstances/pnf8ecb3a2916990/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:23:56.510Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T14:23:56.511Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:23:56.511Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:23:56.511Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679148946890,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/resourceInstances/pnf8ecb3a2916990/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:23:57.513Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T14:23:57.513Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:23:57.513Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:23:57.513Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679148946890,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/resourceInstances/pnf8ecb3a2916990/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:23:58.514Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T14:23:58.514Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:23:58.514Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:23:58.515Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679148946890,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/resourceInstances/pnf8ecb3a2916990/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:23:58.919Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:23:58.927Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-18T14:23:58.927Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "74149d2a-f284-47d2-b2fa-4e2fc7be8f3e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679149391140,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-18T14:23:58.927Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:23:58.927Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-18T14:23:58.927Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679148946890,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T14:23:58.927Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:23:58.927Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-18T14:23:58.927Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679148946890,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2023-03-18T14:23:58.927Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:23:58.927Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-18T14:23:58.927Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679148946890,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-03-18T14:23:58.927Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:23:58.927Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-18T14:23:58.927Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679148946890,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T14:23:58.927Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:23:58.927Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-18T14:23:58.927Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679148946890,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-03-18T14:23:58.927Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:23:58.927Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-18T14:23:58.927Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679148946890,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T14:23:58.927Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:23:58.928Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-18T14:23:58.928Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679148946890,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-03-18T14:23:58.928Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:23:58.928Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-18T14:23:58.928Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679149399246,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-18T14:23:58.928Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:23:58.928Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-18T14:23:58.928Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679149400281,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 4b6dc8ac-cbfc-43c0-9e93-2760226914ae already exists"
}
2023-03-18T14:23:58.928Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:23:58.928Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-18T14:23:58.928Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679149401282,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 1903c123-2be6-499b-8524-c9a33406ad4f already exists"
}
2023-03-18T14:23:58.928Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:23:58.928Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-18T14:23:58.928Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679149432487,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-18T14:23:58.928Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:23:58.928Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-18T14:23:58.928Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679148946890,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/resourceInstances/pnf8ecb3a2916990/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T14:23:58.928Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:23:58.928Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-18T14:23:58.928Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679148946890,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/resourceInstances/pnf8ecb3a2916990/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-18T14:23:58.928Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:23:58.929Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-18T14:23:58.929Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679148946890,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/resourceInstances/pnf8ecb3a2916990/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-18T14:23:58.929Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:23:58.929Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-18T14:23:58.929Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679148946890,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/resourceInstances/pnf8ecb3a2916990/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T14:23:58.929Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:23:58.929Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-18T14:23:58.929Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679148946890,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/resourceInstances/pnf8ecb3a2916990/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T14:23:58.929Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:23:58.929Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-18T14:23:58.929Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679148946890,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/resourceInstances/pnf8ecb3a2916990/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T14:23:58.929Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:23:59.515Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T14:23:59.516Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:23:59.516Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:23:59.516Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679148946890,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:24:00.517Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T14:24:00.517Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:24:00.517Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:24:00.517Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679148946890,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:24:01.518Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "serviceName": "Demo_pNF_Qv5TXucXv4n7mssXUGFK",
  "serviceVersion": "1.0",
  "serviceUUID": "73f959ea-1a0e-41cf-b2da-40f07fd6a9c2",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "86b31417-cd30-434e-93e4-34d81e182271",
  "resources": [
    {
      "resourceInstanceName": "pNF 8ecb3a29-1699 0",
      "resourceCustomizationUUID": "3e0c811d-9b69-4eb9-9e2f-6a46c31c8df1",
      "resourceName": "pNF 8ecb3a29-1699",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "79d852b9-56e5-416f-9d37-4483b88de628",
      "resourceInvariantUUID": "c45c5ef7-20e5-4b81-8392-6fbf8a0a1b25",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar",
      "artifactChecksum": "NmIzYzkyYzFlZjM3YjA3YjIzODQ5MzIxZjA4ODdmYTg\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "a93044a0-e137-47cf-b45c-87a4ec92508e"
    }
  ],
  "workloadContext": "Production"
}
2023-03-18T14:24:01.518Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-18T14:24:01.518Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 73f959ea-1a0e-41cf-b2da-40f07fd6a9c2 ASDC
2023-03-18T14:24:01.518Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:5e005e65-61df-4986-a087-00761a388674
ServiceName:Demo_pNF_Qv5TXucXv4n7mssXUGFK
ServiceVersion:1.0
ServiceUUID:73f959ea-1a0e-41cf-b2da-40f07fd6a9c2
ServiceInvariantUUID:86b31417-cd30-434e-93e4-34d81e182271
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar
ArtifactUUID:a93044a0-e137-47cf-b45c-87a4ec92508e
ArtifactChecksum:NmIzYzkyYzFlZjM3YjA3YjIzODQ5MzIxZjA4ODdmYTg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 8ecb3a29-1699 0
ResourceCustomizationUUID:3e0c811d-9b69-4eb9-9e2f-6a46c31c8df1
ResourceInvariantUUID:c45c5ef7-20e5-4b81-8392-6fbf8a0a1b25
ResourceName:pNF 8ecb3a29-1699
ResourceType:PNF
ResourceUUID:79d852b9-56e5-416f-9d37-4483b88de628
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-18T14:24:01.519Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 73f959ea-1a0e-41cf-b2da-40f07fd6a9c2 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: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-18T14:24:01.548Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-18T14:24:01.549Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-03-18T14:24:01.549Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-03-18T14:24:01.549Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: a93044a0-e137-47cf-b45c-87a4ec92508e from URL: /sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar
2023-03-18T14:24:01.549Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-10|||||INFO|500||DistributionClient - download
2023-03-18T14:24:01.549Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-10|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar
2023-03-18T14:24:01.784Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2023-03-18T14:24:01.791Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar a93044a0-e137-47cf-b45c-87a4ec92508e 88004
2023-03-18T14:24:01.792Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar ASDC sendASDCNotification
2023-03-18T14:24:01.792Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar
2023-03-18T14:24:01.792Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-18T14:24:01.792Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:24:01.792Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:24:01.792Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679149441792,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:24:02.793Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-18T14:24:02.794Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-03-18T14:24:02.794Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: a93044a0-e137-47cf-b45c-87a4ec92508e, URL: /sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar to file: /app/ASDC/1/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar
2023-03-18T14:24:02.795Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar
2023-03-18T14:24:02.795Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar
2023-03-18T14:24:02.795Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar
2023-03-18T14:24:02.869Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1490477318433380965/Definitions/service-DemoPnfQv5txucxv4n7mssxugfk-template.yml
2023-03-18T14:24:03.416Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-18T14:24:03.417Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-10|||||WARN|500||####################################################################################################
2023-03-18T14:24:03.417Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar
2023-03-18T14:24:03.417Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-18T14:24:03.417Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-10|||||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-DemoPnfQv5txucxv4n7mssxugfk-csar.csar
2023-03-18T14:24:03.417Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar
2023-03-18T14:24:03.417Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-10|||||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-DemoPnfQv5txucxv4n7mssxugfk-csar.csar
2023-03-18T14:24:03.417Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-10|||||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-DemoPnfQv5txucxv4n7mssxugfk-csar.csar
2023-03-18T14:24:03.417Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-10|||||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-DemoPnfQv5txucxv4n7mssxugfk-csar.csar
2023-03-18T14:24:03.417Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 8ecb3a29-1699 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-DemoPnfQv5txucxv4n7mssxugfk-csar.csar
2023-03-18T14:24:03.417Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-10|||||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-DemoPnfQv5txucxv4n7mssxugfk-csar.csar
2023-03-18T14:24:03.417Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-10|||||WARN|500||####################################################################################################
2023-03-18T14:24:03.417Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T14:24:03.417Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_Qv5TXucXv4n7mssXUGFK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T14:24:03.417Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-10|||||DEBUG|500||Node template pNF 8ecb3a29-1699 0 is matching search criteria
2023-03-18T14:24:03.417Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2023-03-18T14:24:03.417Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-10|||||DEBUG|500||Found topology templates [pNF 8ecb3a29-1699 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-18T14:24:03.417Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T14:24:03.417Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_Qv5TXucXv4n7mssXUGFK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T14:24:03.418Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-10|||||DEBUG|500||Node template pNF 8ecb3a29-1699 0 is matching search criteria
2023-03-18T14:24:03.418Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2023-03-18T14:24:03.418Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-10|||||DEBUG|500||Found topology templates [pNF 8ecb3a29-1699 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-18T14:24:03.418Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T14:24:03.418Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_Qv5TXucXv4n7mssXUGFK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T14:24:03.418Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T14:24:03.418Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_Qv5TXucXv4n7mssXUGFK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T14:24:03.418Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T14:24:03.418Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_Qv5TXucXv4n7mssXUGFK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T14:24:03.418Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T14:24:03.418Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_Qv5TXucXv4n7mssXUGFK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T14:24:03.418Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T14:24:03.418Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_Qv5TXucXv4n7mssXUGFK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T14:24:03.418Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-10|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_Qv5TXucXv4n7mssXUGFK
Description:catalog service description
Model UUID:73f959ea-1a0e-41cf-b2da-40f07fd6a9c2
Model Version:NULL
Model InvariantUuid:86b31417-cd30-434e-93e4-34d81e182271
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=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-03-18T14:24:03.448Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-10|||||ERROR|500||Csar with UUID: a93044a0-e137-47cf-b45c-87a4ec92508e already exists
2023-03-18T14:24:03.448Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar ASDC sendASDCNotification
2023-03-18T14:24:03.448Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar(Csar with UUID: a93044a0-e137-47cf-b45c-87a4ec92508e already exists)
2023-03-18T14:24:03.448Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-18T14:24:03.448Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:24:03.448Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:24:03.448Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679149443448,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: a93044a0-e137-47cf-b45c-87a4ec92508e already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:24:04.449Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar ASDC sendASDCNotification
2023-03-18T14:24:04.449Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar(Resource with UUID: 79d852b9-56e5-416f-9d37-4483b88de628 already exists)
2023-03-18T14:24:04.449Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-18T14:24:04.450Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:24:04.450Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:24:04.450Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679149444449,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 79d852b9-56e5-416f-9d37-4483b88de628 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:24:05.450Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5e005e65-61df-4986-a087-00761a388674
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T14:24:05.471Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5e005e65-61df-4986-a087-00761a388674
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T14:24:05.474Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-18T14:24:05.474Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-18T14:24:05.474Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-18T14:24:05.474Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-18T14:24:05.474Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T14:24:05.475Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T14:24:05.475Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T14:24:05.475Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T14:24:05.475Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T14:24:05.475Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T14:24:05.475Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-18T14:24:05.485Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-18T14:24:35.486Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 5e005e65-61df-4986-a087-00761a388674 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-18T14:24:35.497Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 5e005e65-61df-4986-a087-00761a388674 and serviceModelVersionId: 73f959ea-1a0e-41cf-b2da-40f07fd6a9c2
2023-03-18T14:24:35.497Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 86b31417-cd30-434e-93e4-34d81e182271
2023-03-18T14:24:35.497Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/86b31417-cd30-434e-93e4-34d81e182271/model-vers/model-ver/73f959ea-1a0e-41cf-b2da-40f07fd6a9c2?depth=0
2023-03-18T14:24:35.504Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2023-03-18T14:24:35.516Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/86b31417-cd30-434e-93e4-34d81e182271/model-vers/model-ver/73f959ea-1a0e-41cf-b2da-40f07fd6a9c2?depth=0|INFO|500||Invoke
2023-03-18T14:24:35.516Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/86b31417-cd30-434e-93e4-34d81e182271/model-vers/model-ver/73f959ea-1a0e-41cf-b2da-40f07fd6a9c2?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/86b31417-cd30-434e-93e4-34d81e182271/model-vers/model-ver/73f959ea-1a0e-41cf-b2da-40f07fd6a9c2?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[5e005e65-61df-4986-a087-00761a388674], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[7052bd90-77dd-4469-aafb-e22603401c17], X-ECOMP-RequestID=[5e005e65-61df-4986-a087-00761a388674], X-TransactionId=[], X-ONAP-RequestID=[5e005e65-61df-4986-a087-00761a388674], Content-Type=[application/merge-patch+json]}
2023-03-18T14:24:35.523Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/86b31417-cd30-434e-93e4-34d81e182271/model-vers/model-ver/73f959ea-1a0e-41cf-b2da-40f07fd6a9c2?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-18T14:24:35.648Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/86b31417-cd30-434e-93e4-34d81e182271/model-vers/model-ver/73f959ea-1a0e-41cf-b2da-40f07fd6a9c2?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/86b31417-cd30-434e-93e4-34d81e182271/model-vers/model-ver/73f959ea-1a0e-41cf-b2da-40f07fd6a9c2?depth=0 has http status code:200 and response headers:{date=[Sat, 18 Mar 2023 14:24:35 GMT], content-length=[0], vertex-id=[204904], x-aai-txid=[1-aai-resources-230318-14:24:35:225-47718], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-18T14:24:35.649Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/86b31417-cd30-434e-93e4-34d81e182271/model-vers/model-ver/73f959ea-1a0e-41cf-b2da-40f07fd6a9c2?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-18T14:24:35.649Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/86b31417-cd30-434e-93e4-34d81e182271/model-vers/model-ver/73f959ea-1a0e-41cf-b2da-40f07fd6a9c2?depth=0|INFO|500||InvokeReturn
2023-03-18T14:24:35.649Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-18T14:24:35.650Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-18T14:24:35.658Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-18T14:24:35.659Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 5e005e65-61df-4986-a087-00761a388674 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-18T14:24:35.659Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-18T14:24:35.659Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:24:35.659Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:24:35.659Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679149475659,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-18T14:24:36.686Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-18T14:24:36.686Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-10|||||DEBUG|500||received notification from broker: {"distributionID":"b26959c2-c6ca-4cf7-9cdd-576be04a9c92","serviceName":"Demo_pNF_M5QKMfmDLPuLyaz8OWr9","serviceVersion":"1.0","serviceUUID":"c315cbb3-fd53-45ce-8b0b-ad3e84c78918","serviceDescription":"catalog service description","serviceInvariantUUID":"a46a4505-8d20-4c38-8d99-1b181bf22700","resources":[{"resourceInstanceName":"pNF 66b89d6a-37e2 0","resourceName":"pNF 66b89d6a-37e2","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"5cb48981-5482-4843-a71a-1ebe978a5e90","resourceInvariantUUID":"067cbf90-981e-43f3-86b6-aee782d22bba","resourceCustomizationUUID":"84e6e64b-76cd-40cf-86fd-15855e6c2efb","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/resourceInstances/pnf66b89d6a37e20/artifacts/vf-license-model.xml","artifactChecksum":"NmE3OGI0M2NhMTkzNzdlZjJiNzk5YWUzOGVkODUwZTQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"7cbe96a6-d4de-40e4-9f5f-7effc4b8523d","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/resourceInstances/pnf66b89d6a37e20/artifacts/pNF.csar","artifactChecksum":"YTFmMWQ3MzViYWZhMGQ1ZThlNzU3Y2I3ZGNlYWU4YjA\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"7fd2d8fc-6c10-444b-93e4-8ebf25d579b5","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/resourceInstances/pnf66b89d6a37e20/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"62304596-99e5-46f3-868d-189f9dacc577","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/resourceInstances/pnf66b89d6a37e20/artifacts/vendor-license-model.xml","artifactChecksum":"YzhhZjQxZjBiNGEwYTBlMTMwMDYwZmQ3ZjM5OWY1MTY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"c98a30f6-a6ab-4b74-9a89-a4282ace9636","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/resourceInstances/pnf66b89d6a37e20/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"6ba69e42-ade7-45c2-a4ec-3b8f081071f9","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/resourceInstances/pnf66b89d6a37e20/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"2afae58f-afd7-42b0-ae19-62fbbccae66e","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfM5qkmfmdlpulyaz8owr9-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/artifacts/service-DemoPnfM5qkmfmdlpulyaz8owr9-template.yml","artifactChecksum":"NDU2YjRjNDEyNWEwZGVkZjBjNDY2MTJmOTFhNzRhYzk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"181d2352-caba-4b3f-999f-926eb0949ab9","artifactVersion":"1"},{"artifactName":"service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/artifacts/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar","artifactChecksum":"ZWMyYmIzM2U4YmVmYmIwYmU1ZDhjODY4NGEyYTI4NjI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"fdcf7f15-35cd-49a2-839b-26e97623a9bc","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-18T14:24:36.687Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T14:24:36.687Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:24:36.687Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:24:36.687Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679148946890,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/resourceInstances/pnf66b89d6a37e20/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:24:37.688Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T14:24:37.689Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:24:37.689Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:24:37.689Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679148946890,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/resourceInstances/pnf66b89d6a37e20/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:24:38.690Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T14:24:38.690Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:24:38.690Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:24:38.690Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679148946890,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/resourceInstances/pnf66b89d6a37e20/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:24:39.691Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T14:24:39.691Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:24:39.692Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:24:39.692Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679148946890,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/resourceInstances/pnf66b89d6a37e20/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:24:40.692Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T14:24:40.693Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:24:40.693Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:24:40.693Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679148946890,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/resourceInstances/pnf66b89d6a37e20/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:24:41.693Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T14:24:41.694Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:24:41.694Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:24:41.694Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679148946890,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/resourceInstances/pnf66b89d6a37e20/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:24:42.696Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T14:24:42.697Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:24:42.697Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:24:42.697Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679148946890,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/artifacts/service-DemoPnfM5qkmfmdlpulyaz8owr9-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:24:43.698Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T14:24:43.698Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:24:43.699Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:24:43.699Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679148946890,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/artifacts/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:24:44.700Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "serviceName": "Demo_pNF_M5QKMfmDLPuLyaz8OWr9",
  "serviceVersion": "1.0",
  "serviceUUID": "c315cbb3-fd53-45ce-8b0b-ad3e84c78918",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "a46a4505-8d20-4c38-8d99-1b181bf22700",
  "resources": [
    {
      "resourceInstanceName": "pNF 66b89d6a-37e2 0",
      "resourceCustomizationUUID": "84e6e64b-76cd-40cf-86fd-15855e6c2efb",
      "resourceName": "pNF 66b89d6a-37e2",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "5cb48981-5482-4843-a71a-1ebe978a5e90",
      "resourceInvariantUUID": "067cbf90-981e-43f3-86b6-aee782d22bba",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/artifacts/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar",
      "artifactChecksum": "ZWMyYmIzM2U4YmVmYmIwYmU1ZDhjODY4NGEyYTI4NjI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "fdcf7f15-35cd-49a2-839b-26e97623a9bc"
    }
  ],
  "workloadContext": "Production"
}
2023-03-18T14:24:44.700Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-18T14:24:44.700Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 c315cbb3-fd53-45ce-8b0b-ad3e84c78918 ASDC
2023-03-18T14:24:44.703Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:b26959c2-c6ca-4cf7-9cdd-576be04a9c92
ServiceName:Demo_pNF_M5QKMfmDLPuLyaz8OWr9
ServiceVersion:1.0
ServiceUUID:c315cbb3-fd53-45ce-8b0b-ad3e84c78918
ServiceInvariantUUID:a46a4505-8d20-4c38-8d99-1b181bf22700
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/artifacts/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar
ArtifactUUID:fdcf7f15-35cd-49a2-839b-26e97623a9bc
ArtifactChecksum:ZWMyYmIzM2U4YmVmYmIwYmU1ZDhjODY4NGEyYTI4NjI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 66b89d6a-37e2 0
ResourceCustomizationUUID:84e6e64b-76cd-40cf-86fd-15855e6c2efb
ResourceInvariantUUID:067cbf90-981e-43f3-86b6-aee782d22bba
ResourceName:pNF 66b89d6a-37e2
ResourceType:PNF
ResourceUUID:5cb48981-5482-4843-a71a-1ebe978a5e90
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-18T14:24:44.703Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF c315cbb3-fd53-45ce-8b0b-ad3e84c78918 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: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-18T14:24:44.733Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-18T14:24:44.734Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-03-18T14:24:44.734Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-03-18T14:24:44.734Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: fdcf7f15-35cd-49a2-839b-26e97623a9bc from URL: /sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/artifacts/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar
2023-03-18T14:24:44.735Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-10|||||INFO|500||DistributionClient - download
2023-03-18T14:24:44.735Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-10|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/artifacts/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar
2023-03-18T14:24:44.963Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2023-03-18T14:24:44.969Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/artifacts/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar fdcf7f15-35cd-49a2-839b-26e97623a9bc 88022
2023-03-18T14:24:44.970Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/artifacts/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar ASDC sendASDCNotification
2023-03-18T14:24:44.970Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/artifacts/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar
2023-03-18T14:24:44.970Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-18T14:24:44.971Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:24:44.971Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:24:44.971Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679149484970,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/artifacts/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:24:45.972Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-18T14:24:45.973Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-03-18T14:24:45.973Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: fdcf7f15-35cd-49a2-839b-26e97623a9bc, URL: /sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/artifacts/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar to file: /app/ASDC/1/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar
2023-03-18T14:24:45.973Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar
2023-03-18T14:24:45.974Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar
2023-03-18T14:24:45.974Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar
2023-03-18T14:24:46.047Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5485760874767734929/Definitions/service-DemoPnfM5qkmfmdlpulyaz8owr9-template.yml
2023-03-18T14:24:46.563Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-18T14:24:46.564Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-10|||||WARN|500||####################################################################################################
2023-03-18T14:24:46.573Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar
2023-03-18T14:24:46.573Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-18T14:24:46.574Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-10|||||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-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar
2023-03-18T14:24:46.574Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar
2023-03-18T14:24:46.574Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-10|||||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-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar
2023-03-18T14:24:46.574Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 66b89d6a-37e2 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-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar
2023-03-18T14:24:46.574Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-10|||||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-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar
2023-03-18T14:24:46.574Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-10|||||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-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar
2023-03-18T14:24:46.574Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-10|||||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-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar
2023-03-18T14:24:46.574Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-10|||||WARN|500||####################################################################################################
2023-03-18T14:24:46.574Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T14:24:46.574Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_M5QKMfmDLPuLyaz8OWr9 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T14:24:46.574Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-10|||||DEBUG|500||Node template pNF 66b89d6a-37e2 0 is matching search criteria
2023-03-18T14:24:46.574Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2023-03-18T14:24:46.574Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-10|||||DEBUG|500||Found topology templates [pNF 66b89d6a-37e2 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-18T14:24:46.574Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T14:24:46.574Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_M5QKMfmDLPuLyaz8OWr9 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T14:24:46.574Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-10|||||DEBUG|500||Node template pNF 66b89d6a-37e2 0 is matching search criteria
2023-03-18T14:24:46.574Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2023-03-18T14:24:46.574Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-10|||||DEBUG|500||Found topology templates [pNF 66b89d6a-37e2 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-18T14:24:46.575Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T14:24:46.575Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_M5QKMfmDLPuLyaz8OWr9 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T14:24:46.575Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T14:24:46.575Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_M5QKMfmDLPuLyaz8OWr9 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T14:24:46.575Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T14:24:46.575Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_M5QKMfmDLPuLyaz8OWr9 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T14:24:46.575Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T14:24:46.575Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_M5QKMfmDLPuLyaz8OWr9 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T14:24:46.575Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T14:24:46.575Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_M5QKMfmDLPuLyaz8OWr9 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T14:24:46.575Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-10|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_M5QKMfmDLPuLyaz8OWr9
Description:catalog service description
Model UUID:c315cbb3-fd53-45ce-8b0b-ad3e84c78918
Model Version:NULL
Model InvariantUuid:a46a4505-8d20-4c38-8d99-1b181bf22700
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=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-03-18T14:24:46.603Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-10|||||ERROR|500||Csar with UUID: fdcf7f15-35cd-49a2-839b-26e97623a9bc already exists
2023-03-18T14:24:46.603Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/artifacts/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar ASDC sendASDCNotification
2023-03-18T14:24:46.603Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/artifacts/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar(Csar with UUID: fdcf7f15-35cd-49a2-839b-26e97623a9bc already exists)
2023-03-18T14:24:46.603Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-18T14:24:46.604Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:24:46.604Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:24:46.604Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679149486603,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/artifacts/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: fdcf7f15-35cd-49a2-839b-26e97623a9bc already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:24:47.604Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/artifacts/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar ASDC sendASDCNotification
2023-03-18T14:24:47.605Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/artifacts/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar(Resource with UUID: 5cb48981-5482-4843-a71a-1ebe978a5e90 already exists)
2023-03-18T14:24:47.605Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-18T14:24:47.605Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:24:47.605Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:24:47.605Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679149487604,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/artifacts/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 5cb48981-5482-4843-a71a-1ebe978a5e90 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:24:48.606Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b26959c2-c6ca-4cf7-9cdd-576be04a9c92
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T14:24:48.626Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b26959c2-c6ca-4cf7-9cdd-576be04a9c92
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T14:24:48.628Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-18T14:24:48.628Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-18T14:24:48.628Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-18T14:24:48.628Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-18T14:24:48.628Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T14:24:48.628Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T14:24:48.628Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T14:24:48.629Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T14:24:48.629Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T14:24:48.629Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T14:24:48.629Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-18T14:24:48.637Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-18T14:24:58.920Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:24:58.927Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-18T14:24:58.927Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679148946890,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T14:24:58.928Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:24:58.928Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-18T14:24:58.928Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679148946890,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar",
  "status": "NOTIFIED"
}
2023-03-18T14:24:58.928Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:24:58.928Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-18T14:24:58.928Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679149441792,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-18T14:24:58.928Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:24:58.928Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-18T14:24:58.928Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679149443448,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: a93044a0-e137-47cf-b45c-87a4ec92508e already exists"
}
2023-03-18T14:24:58.928Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:24:58.928Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-18T14:24:58.928Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679149444449,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 79d852b9-56e5-416f-9d37-4483b88de628 already exists"
}
2023-03-18T14:24:58.928Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:24:58.928Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-18T14:24:58.929Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679149475659,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-18T14:24:58.929Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:24:58.929Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-18T14:24:58.929Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679148946890,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/resourceInstances/pnf66b89d6a37e20/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T14:24:58.929Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:24:58.929Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-18T14:24:58.929Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679148946890,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/resourceInstances/pnf66b89d6a37e20/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-18T14:24:58.929Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:24:58.930Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-18T14:24:58.930Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679148946890,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/resourceInstances/pnf66b89d6a37e20/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-18T14:24:58.930Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:24:58.930Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-18T14:24:58.930Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679148946890,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/resourceInstances/pnf66b89d6a37e20/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T14:24:58.930Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:24:58.930Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-18T14:24:58.930Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679148946890,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/resourceInstances/pnf66b89d6a37e20/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T14:24:58.930Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:24:58.930Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-18T14:24:58.930Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679148946890,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/resourceInstances/pnf66b89d6a37e20/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T14:24:58.930Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:24:58.930Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-18T14:24:58.930Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679148946890,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/artifacts/service-DemoPnfM5qkmfmdlpulyaz8owr9-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T14:24:58.930Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:24:58.930Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-18T14:24:58.930Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679148946890,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/artifacts/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar",
  "status": "NOTIFIED"
}
2023-03-18T14:24:58.930Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:24:58.931Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-18T14:24:58.931Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679149484970,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/artifacts/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-18T14:24:58.931Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:24:58.931Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-18T14:24:58.931Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679149486603,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/artifacts/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: fdcf7f15-35cd-49a2-839b-26e97623a9bc already exists"
}
2023-03-18T14:24:58.931Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:24:58.931Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-18T14:24:58.931Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679149487604,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/artifacts/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 5cb48981-5482-4843-a71a-1ebe978a5e90 already exists"
}
2023-03-18T14:24:58.931Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:25:18.637Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: b26959c2-c6ca-4cf7-9cdd-576be04a9c92 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-18T14:25:18.648Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: b26959c2-c6ca-4cf7-9cdd-576be04a9c92 and serviceModelVersionId: c315cbb3-fd53-45ce-8b0b-ad3e84c78918
2023-03-18T14:25:18.648Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : a46a4505-8d20-4c38-8d99-1b181bf22700
2023-03-18T14:25:18.648Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/a46a4505-8d20-4c38-8d99-1b181bf22700/model-vers/model-ver/c315cbb3-fd53-45ce-8b0b-ad3e84c78918?depth=0
2023-03-18T14:25:18.653Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2023-03-18T14:25:18.667Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-10|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a46a4505-8d20-4c38-8d99-1b181bf22700/model-vers/model-ver/c315cbb3-fd53-45ce-8b0b-ad3e84c78918?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-03-18T14:25:18.667Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a46a4505-8d20-4c38-8d99-1b181bf22700/model-vers/model-ver/c315cbb3-fd53-45ce-8b0b-ad3e84c78918?depth=0|INFO|500||Invoke
2023-03-18T14:25:18.675Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a46a4505-8d20-4c38-8d99-1b181bf22700/model-vers/model-ver/c315cbb3-fd53-45ce-8b0b-ad3e84c78918?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-18T14:25:18.793Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a46a4505-8d20-4c38-8d99-1b181bf22700/model-vers/model-ver/c315cbb3-fd53-45ce-8b0b-ad3e84c78918?depth=0|INFO|500||InvokeReturn
2023-03-18T14:25:18.794Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-10|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a46a4505-8d20-4c38-8d99-1b181bf22700/model-vers/model-ver/c315cbb3-fd53-45ce-8b0b-ad3e84c78918?depth=0 has http status code:200 and response headers:{date=[Sat, 18 Mar 2023 14:25:18 GMT], content-length=[0], vertex-id=[217192], x-aai-txid=[0-aai-resources-230318-14:25:18:377-97385], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-18T14:25:18.794Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-10|||||DEBUG|500||Response was returned with an empty entity.
2023-03-18T14:25:18.794Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-18T14:25:18.794Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-18T14:25:18.801Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-18T14:25:18.801Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID b26959c2-c6ca-4cf7-9cdd-576be04a9c92 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-18T14:25:18.801Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-18T14:25:18.802Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:25:18.802Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:25:18.802Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679149518801,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-18T14:25:19.826Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-18T14:25:19.826Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-10|||||DEBUG|500||received notification from broker: {"distributionID":"d6b70362-b450-41db-97c4-ea1285deb273","serviceName":"Demo_pNF_0QRYBIFHiGDyVijApwKS","serviceVersion":"1.0","serviceUUID":"b4fd06db-c144-4037-bb56-9f4d170dc33e","serviceDescription":"catalog service description","serviceInvariantUUID":"4a6b6367-2484-4aa3-9126-d96b480457a8","resources":[{"resourceInstanceName":"pNF 8b249c54-8f1f 0","resourceName":"pNF 8b249c54-8f1f","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"a880e813-b7b0-402c-bffe-74c020d69311","resourceInvariantUUID":"62a7990d-54b9-488c-9976-952482e2993f","resourceCustomizationUUID":"eb0ac2ec-e902-44af-9274-4b7b602bc8c8","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/resourceInstances/pnf8b249c548f1f0/artifacts/vf-license-model.xml","artifactChecksum":"YWEyOGU2NjliMDg5ZDU1NzYwMDhlOTYzNmI4NGZhMzM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"d2ed05b3-c79a-4dce-b90e-d0d7508a3b45","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/resourceInstances/pnf8b249c548f1f0/artifacts/pNF.csar","artifactChecksum":"YTFmMWQ3MzViYWZhMGQ1ZThlNzU3Y2I3ZGNlYWU4YjA\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"8c5f255b-5ba0-461e-8009-527fa558f0ef","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/resourceInstances/pnf8b249c548f1f0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"a4927c34-4090-4c7c-85be-5bfcd5208e7f","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/resourceInstances/pnf8b249c548f1f0/artifacts/vendor-license-model.xml","artifactChecksum":"ZGFjMzBhNjdmYWNhNzZkY2Y1ODcwNmIzODQzMjQ0Yzc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"68e219be-7fd3-4c2f-942d-b58362470046","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/resourceInstances/pnf8b249c548f1f0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"e7878e48-de75-42bd-a2da-c03807bb7be5","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/resourceInstances/pnf8b249c548f1f0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"d4b706a9-5523-4974-846d-b745b2a21dda","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnf0qrybifhigdyvijapwks-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/artifacts/service-DemoPnf0qrybifhigdyvijapwks-template.yml","artifactChecksum":"NjU3ZjBkNGJkNDc4ZWE3Y2M3Njk5NTc3MzNjYmY1YmY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"fdaf04f2-ae49-424a-bb42-d2906911e5ff","artifactVersion":"1"},{"artifactName":"service-DemoPnf0qrybifhigdyvijapwks-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/artifacts/service-DemoPnf0qrybifhigdyvijapwks-csar.csar","artifactChecksum":"MzljYTA3Yjk4Nzg5NjI5MTU3MDE1YTYwNjFmNTc1MTk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"7c894985-6ce0-4ae6-b963-98a29a50f1d8","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-18T14:25:19.826Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T14:25:19.827Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:25:19.827Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:25:19.827Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "d6b70362-b450-41db-97c4-ea1285deb273",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679148946890,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/resourceInstances/pnf8b249c548f1f0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:25:20.828Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T14:25:20.828Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:25:20.828Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:25:20.828Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "d6b70362-b450-41db-97c4-ea1285deb273",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679148946890,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/resourceInstances/pnf8b249c548f1f0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:25:21.829Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T14:25:21.829Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:25:21.829Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:25:21.830Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "d6b70362-b450-41db-97c4-ea1285deb273",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679148946890,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/resourceInstances/pnf8b249c548f1f0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:25:22.830Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T14:25:22.831Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:25:22.831Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:25:22.831Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "d6b70362-b450-41db-97c4-ea1285deb273",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679148946890,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/resourceInstances/pnf8b249c548f1f0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:25:23.832Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T14:25:23.832Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:25:23.832Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:25:23.832Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "d6b70362-b450-41db-97c4-ea1285deb273",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679148946890,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/resourceInstances/pnf8b249c548f1f0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:25:24.833Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T14:25:24.834Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:25:24.834Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:25:24.834Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "d6b70362-b450-41db-97c4-ea1285deb273",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679148946890,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/resourceInstances/pnf8b249c548f1f0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:25:25.834Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T14:25:25.835Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:25:25.835Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:25:25.835Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "d6b70362-b450-41db-97c4-ea1285deb273",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679148946890,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/artifacts/service-DemoPnf0qrybifhigdyvijapwks-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:25:26.836Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T14:25:26.838Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:25:26.838Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:25:26.838Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "d6b70362-b450-41db-97c4-ea1285deb273",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679148946890,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/artifacts/service-DemoPnf0qrybifhigdyvijapwks-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:25:27.841Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "d6b70362-b450-41db-97c4-ea1285deb273",
  "serviceName": "Demo_pNF_0QRYBIFHiGDyVijApwKS",
  "serviceVersion": "1.0",
  "serviceUUID": "b4fd06db-c144-4037-bb56-9f4d170dc33e",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "4a6b6367-2484-4aa3-9126-d96b480457a8",
  "resources": [
    {
      "resourceInstanceName": "pNF 8b249c54-8f1f 0",
      "resourceCustomizationUUID": "eb0ac2ec-e902-44af-9274-4b7b602bc8c8",
      "resourceName": "pNF 8b249c54-8f1f",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "a880e813-b7b0-402c-bffe-74c020d69311",
      "resourceInvariantUUID": "62a7990d-54b9-488c-9976-952482e2993f",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnf0qrybifhigdyvijapwks-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/artifacts/service-DemoPnf0qrybifhigdyvijapwks-csar.csar",
      "artifactChecksum": "MzljYTA3Yjk4Nzg5NjI5MTU3MDE1YTYwNjFmNTc1MTk\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "7c894985-6ce0-4ae6-b963-98a29a50f1d8"
    }
  ],
  "workloadContext": "Production"
}
2023-03-18T14:25:27.841Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-18T14:25:27.842Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 b4fd06db-c144-4037-bb56-9f4d170dc33e ASDC
2023-03-18T14:25:27.842Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:d6b70362-b450-41db-97c4-ea1285deb273
ServiceName:Demo_pNF_0QRYBIFHiGDyVijApwKS
ServiceVersion:1.0
ServiceUUID:b4fd06db-c144-4037-bb56-9f4d170dc33e
ServiceInvariantUUID:4a6b6367-2484-4aa3-9126-d96b480457a8
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnf0qrybifhigdyvijapwks-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/artifacts/service-DemoPnf0qrybifhigdyvijapwks-csar.csar
ArtifactUUID:7c894985-6ce0-4ae6-b963-98a29a50f1d8
ArtifactChecksum:MzljYTA3Yjk4Nzg5NjI5MTU3MDE1YTYwNjFmNTc1MTk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 8b249c54-8f1f 0
ResourceCustomizationUUID:eb0ac2ec-e902-44af-9274-4b7b602bc8c8
ResourceInvariantUUID:62a7990d-54b9-488c-9976-952482e2993f
ResourceName:pNF 8b249c54-8f1f
ResourceType:PNF
ResourceUUID:a880e813-b7b0-402c-bffe-74c020d69311
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-18T14:25:27.843Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF b4fd06db-c144-4037-bb56-9f4d170dc33e 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: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-18T14:25:27.877Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-18T14:25:27.878Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-03-18T14:25:27.878Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-03-18T14:25:27.879Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 7c894985-6ce0-4ae6-b963-98a29a50f1d8 from URL: /sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/artifacts/service-DemoPnf0qrybifhigdyvijapwks-csar.csar
2023-03-18T14:25:27.879Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-10|||||INFO|500||DistributionClient - download
2023-03-18T14:25:27.879Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-10|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/artifacts/service-DemoPnf0qrybifhigdyvijapwks-csar.csar
2023-03-18T14:25:28.104Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2023-03-18T14:25:28.110Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/artifacts/service-DemoPnf0qrybifhigdyvijapwks-csar.csar 7c894985-6ce0-4ae6-b963-98a29a50f1d8 88013
2023-03-18T14:25:28.111Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/artifacts/service-DemoPnf0qrybifhigdyvijapwks-csar.csar ASDC sendASDCNotification
2023-03-18T14:25:28.111Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/artifacts/service-DemoPnf0qrybifhigdyvijapwks-csar.csar
2023-03-18T14:25:28.112Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-18T14:25:28.112Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:25:28.112Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:25:28.112Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "d6b70362-b450-41db-97c4-ea1285deb273",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679149528111,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/artifacts/service-DemoPnf0qrybifhigdyvijapwks-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:25:29.113Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-18T14:25:29.114Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-03-18T14:25:29.114Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 7c894985-6ce0-4ae6-b963-98a29a50f1d8, URL: /sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/artifacts/service-DemoPnf0qrybifhigdyvijapwks-csar.csar to file: /app/ASDC/1/service-DemoPnf0qrybifhigdyvijapwks-csar.csar
2023-03-18T14:25:29.115Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnf0qrybifhigdyvijapwks-csar.csar
2023-03-18T14:25:29.115Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnf0qrybifhigdyvijapwks-csar.csar
2023-03-18T14:25:29.115Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnf0qrybifhigdyvijapwks-csar.csar
2023-03-18T14:25:29.191Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7437835554278926992/Definitions/service-DemoPnf0qrybifhigdyvijapwks-template.yml
2023-03-18T14:25:29.684Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-18T14:25:29.684Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-10|||||WARN|500||####################################################################################################
2023-03-18T14:25:29.684Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnf0qrybifhigdyvijapwks-csar.csar
2023-03-18T14:25:29.684Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-18T14:25:29.684Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-10|||||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-DemoPnf0qrybifhigdyvijapwks-csar.csar
2023-03-18T14:25:29.684Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnf0qrybifhigdyvijapwks-csar.csar
2023-03-18T14:25:29.684Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-10|||||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-DemoPnf0qrybifhigdyvijapwks-csar.csar
2023-03-18T14:25:29.684Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-10|||||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-DemoPnf0qrybifhigdyvijapwks-csar.csar
2023-03-18T14:25:29.684Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 8b249c54-8f1f 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-DemoPnf0qrybifhigdyvijapwks-csar.csar
2023-03-18T14:25:29.684Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-10|||||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-DemoPnf0qrybifhigdyvijapwks-csar.csar
2023-03-18T14:25:29.685Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-10|||||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-DemoPnf0qrybifhigdyvijapwks-csar.csar
2023-03-18T14:25:29.685Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-10|||||WARN|500||####################################################################################################
2023-03-18T14:25:29.685Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T14:25:29.685Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_0QRYBIFHiGDyVijApwKS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T14:25:29.685Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-10|||||DEBUG|500||Node template pNF 8b249c54-8f1f 0 is matching search criteria
2023-03-18T14:25:29.685Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2023-03-18T14:25:29.685Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-10|||||DEBUG|500||Found topology templates [pNF 8b249c54-8f1f 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-18T14:25:29.685Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T14:25:29.685Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_0QRYBIFHiGDyVijApwKS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T14:25:29.685Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-10|||||DEBUG|500||Node template pNF 8b249c54-8f1f 0 is matching search criteria
2023-03-18T14:25:29.685Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2023-03-18T14:25:29.685Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-10|||||DEBUG|500||Found topology templates [pNF 8b249c54-8f1f 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-18T14:25:29.685Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T14:25:29.685Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_0QRYBIFHiGDyVijApwKS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T14:25:29.685Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T14:25:29.685Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_0QRYBIFHiGDyVijApwKS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T14:25:29.685Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T14:25:29.685Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_0QRYBIFHiGDyVijApwKS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T14:25:29.686Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T14:25:29.686Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_0QRYBIFHiGDyVijApwKS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T14:25:29.686Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T14:25:29.686Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_0QRYBIFHiGDyVijApwKS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T14:25:29.686Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-10|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_0QRYBIFHiGDyVijApwKS
Description:catalog service description
Model UUID:b4fd06db-c144-4037-bb56-9f4d170dc33e
Model Version:NULL
Model InvariantUuid:4a6b6367-2484-4aa3-9126-d96b480457a8
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=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-03-18T14:25:29.716Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-10|||||ERROR|500||Csar with UUID: 7c894985-6ce0-4ae6-b963-98a29a50f1d8 already exists
2023-03-18T14:25:29.716Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/artifacts/service-DemoPnf0qrybifhigdyvijapwks-csar.csar ASDC sendASDCNotification
2023-03-18T14:25:29.716Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/artifacts/service-DemoPnf0qrybifhigdyvijapwks-csar.csar(Csar with UUID: 7c894985-6ce0-4ae6-b963-98a29a50f1d8 already exists)
2023-03-18T14:25:29.716Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-18T14:25:29.717Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:25:29.717Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:25:29.717Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "d6b70362-b450-41db-97c4-ea1285deb273",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679149529716,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/artifacts/service-DemoPnf0qrybifhigdyvijapwks-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 7c894985-6ce0-4ae6-b963-98a29a50f1d8 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:25:30.721Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/artifacts/service-DemoPnf0qrybifhigdyvijapwks-csar.csar ASDC sendASDCNotification
2023-03-18T14:25:30.721Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/artifacts/service-DemoPnf0qrybifhigdyvijapwks-csar.csar(Resource with UUID: a880e813-b7b0-402c-bffe-74c020d69311 already exists)
2023-03-18T14:25:30.721Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-18T14:25:30.721Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:25:30.721Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:25:30.722Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "d6b70362-b450-41db-97c4-ea1285deb273",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679149530719,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/artifacts/service-DemoPnf0qrybifhigdyvijapwks-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: a880e813-b7b0-402c-bffe-74c020d69311 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:25:31.722Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d6b70362-b450-41db-97c4-ea1285deb273
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T14:25:31.740Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d6b70362-b450-41db-97c4-ea1285deb273
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T14:25:31.743Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-18T14:25:31.744Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-18T14:25:31.744Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-18T14:25:31.744Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-18T14:25:31.744Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T14:25:31.744Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T14:25:31.744Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T14:25:31.744Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T14:25:31.744Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T14:25:31.744Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T14:25:31.744Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-18T14:25:31.754Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-18T14:25:58.920Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:25:58.926Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-18T14:25:58.927Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679149518801,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-18T14:25:58.927Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:25:58.927Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-18T14:25:58.927Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "d6b70362-b450-41db-97c4-ea1285deb273",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679148946890,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/resourceInstances/pnf8b249c548f1f0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T14:25:58.927Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:25:58.927Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-18T14:25:58.927Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "d6b70362-b450-41db-97c4-ea1285deb273",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679148946890,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/resourceInstances/pnf8b249c548f1f0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-18T14:25:58.927Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:25:58.927Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-18T14:25:58.928Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "d6b70362-b450-41db-97c4-ea1285deb273",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679148946890,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/resourceInstances/pnf8b249c548f1f0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-18T14:25:58.928Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:25:58.928Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-18T14:25:58.928Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "d6b70362-b450-41db-97c4-ea1285deb273",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679148946890,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/resourceInstances/pnf8b249c548f1f0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T14:25:58.928Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:25:58.928Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-18T14:25:58.928Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "d6b70362-b450-41db-97c4-ea1285deb273",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679148946890,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/resourceInstances/pnf8b249c548f1f0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T14:25:58.928Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:25:58.928Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-18T14:25:58.928Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "d6b70362-b450-41db-97c4-ea1285deb273",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679148946890,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/resourceInstances/pnf8b249c548f1f0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T14:25:58.928Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:25:58.929Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-18T14:25:58.929Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "d6b70362-b450-41db-97c4-ea1285deb273",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679148946890,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/artifacts/service-DemoPnf0qrybifhigdyvijapwks-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T14:25:58.929Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:25:58.929Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-18T14:25:58.929Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "d6b70362-b450-41db-97c4-ea1285deb273",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679148946890,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/artifacts/service-DemoPnf0qrybifhigdyvijapwks-csar.csar",
  "status": "NOTIFIED"
}
2023-03-18T14:25:58.929Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:25:58.929Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-18T14:25:58.929Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "d6b70362-b450-41db-97c4-ea1285deb273",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679149528111,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/artifacts/service-DemoPnf0qrybifhigdyvijapwks-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-18T14:25:58.929Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:25:58.929Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-18T14:25:58.929Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "d6b70362-b450-41db-97c4-ea1285deb273",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679149529716,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/artifacts/service-DemoPnf0qrybifhigdyvijapwks-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 7c894985-6ce0-4ae6-b963-98a29a50f1d8 already exists"
}
2023-03-18T14:25:58.929Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:25:58.930Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-18T14:25:58.930Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "d6b70362-b450-41db-97c4-ea1285deb273",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679149530719,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/artifacts/service-DemoPnf0qrybifhigdyvijapwks-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: a880e813-b7b0-402c-bffe-74c020d69311 already exists"
}
2023-03-18T14:25:58.930Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:26:01.754Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: d6b70362-b450-41db-97c4-ea1285deb273 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-18T14:26:01.764Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: d6b70362-b450-41db-97c4-ea1285deb273 and serviceModelVersionId: b4fd06db-c144-4037-bb56-9f4d170dc33e
2023-03-18T14:26:01.765Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 4a6b6367-2484-4aa3-9126-d96b480457a8
2023-03-18T14:26:01.765Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/4a6b6367-2484-4aa3-9126-d96b480457a8/model-vers/model-ver/b4fd06db-c144-4037-bb56-9f4d170dc33e?depth=0
2023-03-18T14:26:01.769Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2023-03-18T14:26:01.780Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/4a6b6367-2484-4aa3-9126-d96b480457a8/model-vers/model-ver/b4fd06db-c144-4037-bb56-9f4d170dc33e?depth=0|INFO|500||Invoke
2023-03-18T14:26:01.780Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/4a6b6367-2484-4aa3-9126-d96b480457a8/model-vers/model-ver/b4fd06db-c144-4037-bb56-9f4d170dc33e?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/4a6b6367-2484-4aa3-9126-d96b480457a8/model-vers/model-ver/b4fd06db-c144-4037-bb56-9f4d170dc33e?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[d6b70362-b450-41db-97c4-ea1285deb273], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[8b6c7245-a2aa-42cc-86b5-6c026304dd25], X-ECOMP-RequestID=[d6b70362-b450-41db-97c4-ea1285deb273], X-TransactionId=[], X-ONAP-RequestID=[d6b70362-b450-41db-97c4-ea1285deb273], Content-Type=[application/merge-patch+json]}
2023-03-18T14:26:01.788Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/4a6b6367-2484-4aa3-9126-d96b480457a8/model-vers/model-ver/b4fd06db-c144-4037-bb56-9f4d170dc33e?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-18T14:26:01.914Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/4a6b6367-2484-4aa3-9126-d96b480457a8/model-vers/model-ver/b4fd06db-c144-4037-bb56-9f4d170dc33e?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/4a6b6367-2484-4aa3-9126-d96b480457a8/model-vers/model-ver/b4fd06db-c144-4037-bb56-9f4d170dc33e?depth=0 has http status code:200 and response headers:{date=[Sat, 18 Mar 2023 14:26:01 GMT], content-length=[0], vertex-id=[233600], x-aai-txid=[1-aai-resources-230318-14:26:01:492-4526], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-18T14:26:01.915Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/4a6b6367-2484-4aa3-9126-d96b480457a8/model-vers/model-ver/b4fd06db-c144-4037-bb56-9f4d170dc33e?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-18T14:26:01.915Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/4a6b6367-2484-4aa3-9126-d96b480457a8/model-vers/model-ver/b4fd06db-c144-4037-bb56-9f4d170dc33e?depth=0|INFO|500||InvokeReturn
2023-03-18T14:26:01.915Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-18T14:26:01.915Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-18T14:26:01.921Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-18T14:26:01.921Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID d6b70362-b450-41db-97c4-ea1285deb273 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-18T14:26:01.922Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-18T14:26:01.922Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:26:01.922Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:26:01.922Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "d6b70362-b450-41db-97c4-ea1285deb273",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679149561922,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-18T14:26:02.945Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-18T14:26:02.945Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-10|||||DEBUG|500||received notification from broker: {"distributionID":"1765e72b-9f37-409d-a48f-62642d8341c6","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"29ccf31e-df21-49dc-ae06-e18b6baf315a","serviceDescription":"service","serviceInvariantUUID":"6ebc743c-a40f-46f3-b5cb-b87b2b100c58","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"67962590-90b8-4f11-901d-d79a952d0f14","resourceInvariantUUID":"b32b83cc-26fe-47f1-99ef-7d7b99983e6f","resourceCustomizationUUID":"e90442b2-f4f5-4f43-8892-737daa520031","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":"ODU1M2UyMGRiMzk2ODc1NjljMzc3NWI1YmRhMTEzY2M\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"b613739b-2455-4017-8b63-dfdd064ed936","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":"MjdmYmViNjE0ZTg1NTQ1YzU2ZmFkYWI5YjVlOGViOTQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"ea42c655-4ace-49bf-99fe-886103db89aa","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":"9a5d7f92-e4b0-45a0-ac74-3acf99b69cc0","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":"917f9665-4e54-4bdc-b104-4b4419dab11d","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":"af205cd0-57b3-443e-a55a-4ecc60d32d0a","artifactVersion":"2","generatedFromUUID":"453a496b-db83-4724-a33b-4f678eed88b4"},{"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":"8939ac4f-6672-4fe9-90ea-fa6b3f0da64d","artifactVersion":"2","generatedFromUUID":"9a5d7f92-e4b0-45a0-ac74-3acf99b69cc0"},{"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":"453a496b-db83-4724-a33b-4f678eed88b4","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":"89e3426c-a0d1-4de8-8662-7406572d2c3f","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":"YzBlODQ2MTk3NDc5Nzk3MDQ4MzI5NGM4ZmZhZjc3ZmE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"36181845-9e97-4a5d-8691-687a01539039","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"OTYyNTM5ZGEwYTExZTI3NmE1Y2RjMzE5OWJkNTUxZDA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"7ac7462c-7a2a-47d2-8257-79de7d0e5c52","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-18T14:26:02.946Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T14:26:02.946Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:26:02.946Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:26:02.946Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "1765e72b-9f37-409d-a48f-62642d8341c6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679148946890,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:26:03.947Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T14:26:03.947Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:26:03.947Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:26:03.947Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "1765e72b-9f37-409d-a48f-62642d8341c6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679148946890,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:26:04.948Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T14:26:04.948Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:26:04.948Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:26:04.949Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "1765e72b-9f37-409d-a48f-62642d8341c6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679148946890,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:26:05.949Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T14:26:05.950Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:26:05.950Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:26:05.950Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "1765e72b-9f37-409d-a48f-62642d8341c6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679148946890,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:26:06.951Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T14:26:06.951Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:26:06.951Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:26:06.952Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "1765e72b-9f37-409d-a48f-62642d8341c6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679148946890,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:26:07.952Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T14:26:07.953Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:26:07.953Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:26:07.953Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "1765e72b-9f37-409d-a48f-62642d8341c6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679148946890,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:26:08.953Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T14:26:08.954Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:26:08.954Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:26:08.954Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "1765e72b-9f37-409d-a48f-62642d8341c6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679148946890,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:26:09.955Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T14:26:09.955Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:26:09.955Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:26:09.955Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "1765e72b-9f37-409d-a48f-62642d8341c6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679148946890,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:26:10.956Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T14:26:10.957Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:26:10.957Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:26:10.957Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "1765e72b-9f37-409d-a48f-62642d8341c6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679148946890,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:26:11.957Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T14:26:11.958Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:26:11.958Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:26:11.959Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "1765e72b-9f37-409d-a48f-62642d8341c6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679148946890,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:26:12.961Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "1765e72b-9f37-409d-a48f-62642d8341c6",
  "serviceName": "basic_cnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "29ccf31e-df21-49dc-ae06-e18b6baf315a",
  "serviceDescription": "service",
  "serviceInvariantUUID": "6ebc743c-a40f-46f3-b5cb-b87b2b100c58",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf_macro 0",
      "resourceCustomizationUUID": "e90442b2-f4f5-4f43-8892-737daa520031",
      "resourceName": "basic_cnf_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "67962590-90b8-4f11-901d-d79a952d0f14",
      "resourceInvariantUUID": "b32b83cc-26fe-47f1-99ef-7d7b99983e6f",
      "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": "MjdmYmViNjE0ZTg1NTQ1YzU2ZmFkYWI5YjVlOGViOTQ\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "ea42c655-4ace-49bf-99fe-886103db89aa",
          "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": "9a5d7f92-e4b0-45a0-ac74-3acf99b69cc0",
          "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": "8939ac4f-6672-4fe9-90ea-fa6b3f0da64d",
            "generatedFromUUID": "9a5d7f92-e4b0-45a0-ac74-3acf99b69cc0"
          },
          "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": "af205cd0-57b3-443e-a55a-4ecc60d32d0a",
          "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": "8939ac4f-6672-4fe9-90ea-fa6b3f0da64d",
          "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": "453a496b-db83-4724-a33b-4f678eed88b4",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnfMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
      "artifactChecksum": "OTYyNTM5ZGEwYTExZTI3NmE1Y2RjMzE5OWJkNTUxZDA\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "7ac7462c-7a2a-47d2-8257-79de7d0e5c52"
    }
  ],
  "workloadContext": "Production"
}
2023-03-18T14:26:12.962Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-18T14:26:12.963Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 29ccf31e-df21-49dc-ae06-e18b6baf315a ASDC
2023-03-18T14:26:12.964Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:1765e72b-9f37-409d-a48f-62642d8341c6
ServiceName:basic_cnf_macro
ServiceVersion:1.0
ServiceUUID:29ccf31e-df21-49dc-ae06-e18b6baf315a
ServiceInvariantUUID:6ebc743c-a40f-46f3-b5cb-b87b2b100c58
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:7ac7462c-7a2a-47d2-8257-79de7d0e5c52
ArtifactChecksum:OTYyNTM5ZGEwYTExZTI3NmE1Y2RjMzE5OWJkNTUxZDA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf_macro 0
ResourceCustomizationUUID:e90442b2-f4f5-4f43-8892-737daa520031
ResourceInvariantUUID:b32b83cc-26fe-47f1-99ef-7d7b99983e6f
ResourceName:basic_cnf_macro
ResourceType:VF
ResourceUUID:67962590-90b8-4f11-901d-d79a952d0f14
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:ea42c655-4ace-49bf-99fe-886103db89aa
ArtifactChecksum:MjdmYmViNjE0ZTg1NTQ1YzU2ZmFkYWI5YjVlOGViOTQ=
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:9a5d7f92-e4b0-45a0-ac74-3acf99b69cc0
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:8939ac4f-6672-4fe9-90ea-fa6b3f0da64d
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:af205cd0-57b3-443e-a55a-4ecc60d32d0a
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:8939ac4f-6672-4fe9-90ea-fa6b3f0da64d
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:453a496b-db83-4724-a33b-4f678eed88b4
ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-18T14:26:12.964Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 29ccf31e-df21-49dc-ae06-e18b6baf315a 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: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-18T14:26:13.003Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-18T14:26:13.004Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-03-18T14:26:13.004Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-03-18T14:26:13.004Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 7ac7462c-7a2a-47d2-8257-79de7d0e5c52 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2023-03-18T14:26:13.004Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-10|||||INFO|500||DistributionClient - download
2023-03-18T14:26:13.004Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-10|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2023-03-18T14:26:13.249Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2023-03-18T14:26:13.261Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 7ac7462c-7a2a-47d2-8257-79de7d0e5c52 163277
2023-03-18T14:26:13.262Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2023-03-18T14:26:13.262Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2023-03-18T14:26:13.262Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-18T14:26:13.262Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:26:13.262Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:26:13.262Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "1765e72b-9f37-409d-a48f-62642d8341c6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679149573262,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:26:14.262Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-18T14:26:14.263Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-03-18T14:26:14.263Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 7ac7462c-7a2a-47d2-8257-79de7d0e5c52, URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar to file: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-03-18T14:26:14.263Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnfMacro-csar.csar
2023-03-18T14:26:14.264Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-03-18T14:26:14.264Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-03-18T14:26:14.355Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15523513378964573628/Definitions/service-BasicCnfMacro-template.yml
Log warning: The required parameter "compute_dummy_base_name" is not provided
2023-03-18T14:26:15.185Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-18T14:26:15.185Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-10|||||WARN|500||####################################################################################################
2023-03-18T14:26:15.185Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-03-18T14:26:15.185Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2023-03-18T14:26:15.185Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-10|||||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
2023-03-18T14:26:15.185Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-10|||||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
2023-03-18T14:26:15.185Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-10|||||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
2023-03-18T14:26:15.185Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-10|||||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
2023-03-18T14:26:15.185Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-10|||||WARN|500||####################################################################################################
2023-03-18T14:26:15.185Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T14:26:15.185Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T14:26:15.185Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-18T14:26:15.185Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2023-03-18T14:26:15.185Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-18T14:26:15.185Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T14:26:15.185Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T14:26:15.185Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-18T14:26:15.185Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2023-03-18T14:26:15.186Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-18T14:26:15.186Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T14:26:15.186Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T14:26:15.186Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T14:26:15.186Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2023-03-18T14:26:15.186Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-10|||||DEBUG|500||Node template abstract_dummy_base is not matching search criteria
2023-03-18T14:26:15.186Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-10|||||DEBUG|500||Node template dummy_base is not matching search criteria
2023-03-18T14:26:15.186Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-03-18T14:26:15.186Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T14:26:15.186Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-03-18T14:26:15.186Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T14:26:15.186Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-18T14:26:15.186Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-18T14:26:15.186Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T14:26:15.186Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-18T14:26:15.186Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-18T14:26:15.186Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T14:26:15.187Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-18T14:26:15.187Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-18T14:26:15.187Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T14:26:15.187Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-18T14:26:15.187Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-18T14:26:15.187Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T14:26:15.187Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2023-03-18T14:26:15.187Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-10|||||DEBUG|500||Node template abstract_dummy_base is matching search criteria
2023-03-18T14:26:15.187Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_dummy_base] matching following query criteria: sdcType=CVFC, customizationUUID=c7a8af58-85a3-4764-a4df-a0945e933c54
2023-03-18T14:26:15.187Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T14:26:15.187Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T14:26:15.187Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T14:26:15.187Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T14:26:15.187Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T14:26:15.187Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T14:26:15.187Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T14:26:15.187Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T14:26:15.187Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-10|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf_macro
Description:service
Model UUID:29ccf31e-df21-49dc-ae06-e18b6baf315a
Model Version:NULL
Model InvariantUuid:6ebc743c-a40f-46f3-b5cb-b87b2b100c58
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf_macro
Model UUID:76cfe813-77a9-4529-b0c0-25c2a2d263ec
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:b32b83cc-26fe-47f1-99ef-7d7b99983e6f
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:e90442b2-f4f5-4f43-8892-737daa520031
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:497569e4-cd1d-43dc-9801-8d8ee43635b5
ModelName:BasicCnfMacro..helm_apache..module-1
ModelUuid:8fc2297d-c495-43fc-95b1-93d3ee60ffd8
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


VF Module Properties:
ModelInvariantUuid:72925299-0e6e-4799-861c-18ca0f095a03
ModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
ModelUuid:213db735-618f-43ae-a63c-210668df959e
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:c7a8af58-85a3-4764-a4df-a0945e933c54
ModelInvariantUuid:24ea2321-2d6c-4d31-a32b-29d44d0a3683
ModelName:basic_cnf_macro-nodes.dummy_baseCvfc
ModelUuid:ecac750a-9cea-4350-a4ca-db1a21d2c4dd
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy_base


VNFC Properties:
ModelCustomizationUuid:e9d1a60b-0d05-4e81-80fb-f008354f12b9
ModelInvariantUuid:fa7ecb4c-1a3e-403a-afbf-13093b5faef4
ModelName:BasicCnfMacro.compute.nodes.heat.dummy_base
ModelUuid:89d82d9d-612a-42f6-af05-45051419e0a3
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=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-03-18T14:26:15.218Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-10|||||ERROR|500||Csar with UUID: 7ac7462c-7a2a-47d2-8257-79de7d0e5c52 already exists
2023-03-18T14:26:15.218Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2023-03-18T14:26:15.218Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar(Csar with UUID: 7ac7462c-7a2a-47d2-8257-79de7d0e5c52 already exists)
2023-03-18T14:26:15.218Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-18T14:26:15.218Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:26:15.218Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:26:15.218Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "1765e72b-9f37-409d-a48f-62642d8341c6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679149575218,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 7ac7462c-7a2a-47d2-8257-79de7d0e5c52 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:26:16.219Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2023-03-18T14:26:16.220Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar(Resource with UUID: 67962590-90b8-4f11-901d-d79a952d0f14 already exists)
2023-03-18T14:26:16.220Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-18T14:26:16.220Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:26:16.220Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:26:16.220Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "1765e72b-9f37-409d-a48f-62642d8341c6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679149576219,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 67962590-90b8-4f11-901d-d79a952d0f14 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:26:17.220Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1765e72b-9f37-409d-a48f-62642d8341c6
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T14:26:17.237Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1765e72b-9f37-409d-a48f-62642d8341c6
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T14:26:17.240Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-18T14:26:17.240Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-18T14:26:17.240Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-18T14:26:17.240Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-18T14:26:17.240Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T14:26:17.240Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T14:26:17.241Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T14:26:17.241Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T14:26:17.241Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T14:26:17.241Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-18T14:26:17.250Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-18T14:26:47.250Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 1765e72b-9f37-409d-a48f-62642d8341c6 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-18T14:26:47.261Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 1765e72b-9f37-409d-a48f-62642d8341c6 and serviceModelVersionId: 29ccf31e-df21-49dc-ae06-e18b6baf315a
2023-03-18T14:26:47.261Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 6ebc743c-a40f-46f3-b5cb-b87b2b100c58
2023-03-18T14:26:47.261Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/6ebc743c-a40f-46f3-b5cb-b87b2b100c58/model-vers/model-ver/29ccf31e-df21-49dc-ae06-e18b6baf315a?depth=0
2023-03-18T14:26:47.267Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2023-03-18T14:26:47.278Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6ebc743c-a40f-46f3-b5cb-b87b2b100c58/model-vers/model-ver/29ccf31e-df21-49dc-ae06-e18b6baf315a?depth=0|INFO|500||Invoke
2023-03-18T14:26:47.278Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6ebc743c-a40f-46f3-b5cb-b87b2b100c58/model-vers/model-ver/29ccf31e-df21-49dc-ae06-e18b6baf315a?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6ebc743c-a40f-46f3-b5cb-b87b2b100c58/model-vers/model-ver/29ccf31e-df21-49dc-ae06-e18b6baf315a?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[1765e72b-9f37-409d-a48f-62642d8341c6], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[f224b0cc-796b-4ce1-91d4-f852898cf814], X-ECOMP-RequestID=[1765e72b-9f37-409d-a48f-62642d8341c6], X-TransactionId=[], X-ONAP-RequestID=[1765e72b-9f37-409d-a48f-62642d8341c6], Content-Type=[application/merge-patch+json]}
2023-03-18T14:26:47.294Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6ebc743c-a40f-46f3-b5cb-b87b2b100c58/model-vers/model-ver/29ccf31e-df21-49dc-ae06-e18b6baf315a?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-18T14:26:47.402Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6ebc743c-a40f-46f3-b5cb-b87b2b100c58/model-vers/model-ver/29ccf31e-df21-49dc-ae06-e18b6baf315a?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/6ebc743c-a40f-46f3-b5cb-b87b2b100c58/model-vers/model-ver/29ccf31e-df21-49dc-ae06-e18b6baf315a?depth=0 has http status code:200 and response headers:{date=[Sat, 18 Mar 2023 14:26:46 GMT], content-length=[0], vertex-id=[241768], x-aai-txid=[2-aai-resources-230318-14:26:46:996-79841], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-18T14:26:47.402Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6ebc743c-a40f-46f3-b5cb-b87b2b100c58/model-vers/model-ver/29ccf31e-df21-49dc-ae06-e18b6baf315a?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-18T14:26:47.403Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6ebc743c-a40f-46f3-b5cb-b87b2b100c58/model-vers/model-ver/29ccf31e-df21-49dc-ae06-e18b6baf315a?depth=0|INFO|500||InvokeReturn
2023-03-18T14:26:47.403Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-18T14:26:47.403Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-18T14:26:47.410Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-18T14:26:47.410Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 1765e72b-9f37-409d-a48f-62642d8341c6 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-18T14:26:47.410Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-18T14:26:47.411Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:26:47.411Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:26:47.411Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "1765e72b-9f37-409d-a48f-62642d8341c6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679149607410,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-18T14:26:48.440Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-18T14:26:48.441Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-10|||||DEBUG|500||received notification from broker: {"distributionID":"a04e84de-dd11-4280-9147-b1e37960b03e","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"fd8ba0dc-1896-4d7a-8d17-8252415f4148","serviceDescription":"service","serviceInvariantUUID":"06780b7c-aa94-422c-93b2-8efce3a7e977","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"fbaf618a-d9c7-4d1a-bd9c-d1a22dcbab14","resourceInvariantUUID":"20679d31-c72a-48fe-9cca-d085ba3d87e2","resourceCustomizationUUID":"5a2455fb-17f2-466c-b0b0-62e7a69549a5","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":"NGE3YjY3NzQ1ZjA3ZGUyMmY0YmU3MTAzMDFiMDNlODY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"07e8dd70-5afe-4bfd-ad6c-2aa9be8ac5c5","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":"NDA0YWNjNjQ5NTc5MzIzZmY5MGI0NTQ5MzkxMDMyMTU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"3505ba6b-8d3f-478c-8142-b2fb22d4f19c","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":"3415bafc-6992-481c-b7de-4378aeab19cc","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":"6e01ed63-04df-47c5-b5b9-edbad7442fb6","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":"f18ebb9c-a530-4121-accd-08ec1bde710e","artifactVersion":"2","generatedFromUUID":"3415bafc-6992-481c-b7de-4378aeab19cc"},{"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":"ZGQwOTc2NTc3MGE4NWU2ZGRkYTI0ODEwNjRiM2M0NDI\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"e0b8d7ca-c681-434f-b664-11315dcdef1b","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":"Y2M2MWFlODUxM2MxOGZjNjQ5Y2Y0YzM0NTUzMTFiMWY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"b990a0ca-504f-4f1f-bc35-5f07167e1c24","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"MTAyMTgyNjgwZDA0MWFiM2RkNzg4NzNhOWVhOTE3OWE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"938cc5f1-eb1c-4c61-971b-7e05e60d5594","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-18T14:26:48.441Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T14:26:48.441Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:26:48.441Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:26:48.441Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "a04e84de-dd11-4280-9147-b1e37960b03e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679148946890,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:26:49.442Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T14:26:49.442Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:26:49.443Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:26:49.443Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "a04e84de-dd11-4280-9147-b1e37960b03e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679148946890,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:26:50.443Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T14:26:50.444Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:26:50.444Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:26:50.444Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "a04e84de-dd11-4280-9147-b1e37960b03e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679148946890,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:26:51.444Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T14:26:51.445Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:26:51.445Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:26:51.445Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "a04e84de-dd11-4280-9147-b1e37960b03e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679148946890,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:26:52.446Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T14:26:52.446Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:26:52.446Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:26:52.446Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "a04e84de-dd11-4280-9147-b1e37960b03e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679148946890,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:26:53.447Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T14:26:53.447Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:26:53.448Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:26:53.448Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "a04e84de-dd11-4280-9147-b1e37960b03e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679148946890,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:26:54.450Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T14:26:54.450Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:26:54.450Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:26:54.450Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "a04e84de-dd11-4280-9147-b1e37960b03e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679148946890,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:26:55.451Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T14:26:55.451Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:26:55.451Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:26:55.452Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "a04e84de-dd11-4280-9147-b1e37960b03e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679148946890,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:26:56.453Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "a04e84de-dd11-4280-9147-b1e37960b03e",
  "serviceName": "basic_vm_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "fd8ba0dc-1896-4d7a-8d17-8252415f4148",
  "serviceDescription": "service",
  "serviceInvariantUUID": "06780b7c-aa94-422c-93b2-8efce3a7e977",
  "resources": [
    {
      "resourceInstanceName": "basic_vm_macro 0",
      "resourceCustomizationUUID": "5a2455fb-17f2-466c-b0b0-62e7a69549a5",
      "resourceName": "basic_vm_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "fbaf618a-d9c7-4d1a-bd9c-d1a22dcbab14",
      "resourceInvariantUUID": "20679d31-c72a-48fe-9cca-d085ba3d87e2",
      "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": "NDA0YWNjNjQ5NTc5MzIzZmY5MGI0NTQ5MzkxMDMyMTU\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "3505ba6b-8d3f-478c-8142-b2fb22d4f19c",
          "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": "3415bafc-6992-481c-b7de-4378aeab19cc",
          "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": "f18ebb9c-a530-4121-accd-08ec1bde710e",
            "generatedFromUUID": "3415bafc-6992-481c-b7de-4378aeab19cc"
          },
          "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": "f18ebb9c-a530-4121-accd-08ec1bde710e",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVmMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
      "artifactChecksum": "MTAyMTgyNjgwZDA0MWFiM2RkNzg4NzNhOWVhOTE3OWE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "938cc5f1-eb1c-4c61-971b-7e05e60d5594"
    }
  ],
  "workloadContext": "Production"
}
2023-03-18T14:26:56.453Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-18T14:26:56.453Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 fd8ba0dc-1896-4d7a-8d17-8252415f4148 ASDC
2023-03-18T14:26:56.453Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:a04e84de-dd11-4280-9147-b1e37960b03e
ServiceName:basic_vm_macro
ServiceVersion:1.0
ServiceUUID:fd8ba0dc-1896-4d7a-8d17-8252415f4148
ServiceInvariantUUID:06780b7c-aa94-422c-93b2-8efce3a7e977
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:938cc5f1-eb1c-4c61-971b-7e05e60d5594
ArtifactChecksum:MTAyMTgyNjgwZDA0MWFiM2RkNzg4NzNhOWVhOTE3OWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm_macro 0
ResourceCustomizationUUID:5a2455fb-17f2-466c-b0b0-62e7a69549a5
ResourceInvariantUUID:20679d31-c72a-48fe-9cca-d085ba3d87e2
ResourceName:basic_vm_macro
ResourceType:VF
ResourceUUID:fbaf618a-d9c7-4d1a-bd9c-d1a22dcbab14
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:3505ba6b-8d3f-478c-8142-b2fb22d4f19c
ArtifactChecksum:NDA0YWNjNjQ5NTc5MzIzZmY5MGI0NTQ5MzkxMDMyMTU=
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:3415bafc-6992-481c-b7de-4378aeab19cc
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:f18ebb9c-a530-4121-accd-08ec1bde710e
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:f18ebb9c-a530-4121-accd-08ec1bde710e
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-18T14:26:56.453Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF fd8ba0dc-1896-4d7a-8d17-8252415f4148 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: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-18T14:26:56.489Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-18T14:26:56.490Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-03-18T14:26:56.490Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-03-18T14:26:56.490Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 938cc5f1-eb1c-4c61-971b-7e05e60d5594 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2023-03-18T14:26:56.490Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||INFO|500||DistributionClient - download
2023-03-18T14:26:56.490Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2023-03-18T14:26:56.728Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2023-03-18T14:26:56.735Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 938cc5f1-eb1c-4c61-971b-7e05e60d5594 83006
2023-03-18T14:26:56.735Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2023-03-18T14:26:56.735Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2023-03-18T14:26:56.735Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-18T14:26:56.735Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:26:56.735Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:26:56.736Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "a04e84de-dd11-4280-9147-b1e37960b03e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679149616735,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:26:57.738Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-18T14:26:57.738Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-03-18T14:26:57.738Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 938cc5f1-eb1c-4c61-971b-7e05e60d5594, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-03-18T14:26:57.739Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar
2023-03-18T14:26:57.739Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-03-18T14:26:57.739Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-03-18T14:26:57.808Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3503500094345977126/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
2023-03-18T14:26:58.569Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-18T14:26:58.569Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||WARN|500||####################################################################################################
2023-03-18T14:26:58.569Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-03-18T14:26:58.569Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-18T14:26:58.569Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||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
2023-03-18T14:26:58.569Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||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
2023-03-18T14:26:58.570Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||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
2023-03-18T14:26:58.570Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||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
2023-03-18T14:26:58.570Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||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
2023-03-18T14:26:58.570Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||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
2023-03-18T14:26:58.570Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||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
2023-03-18T14:26:58.570Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||WARN|500||####################################################################################################
2023-03-18T14:26:58.570Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T14:26:58.570Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T14:26:58.570Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-03-18T14:26:58.570Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2023-03-18T14:26:58.570Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-18T14:26:58.570Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T14:26:58.570Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T14:26:58.571Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-03-18T14:26:58.571Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2023-03-18T14:26:58.571Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-18T14:26:58.571Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T14:26:58.571Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T14:26:58.571Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T14:26:58.571Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2023-03-18T14:26:58.571Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2023-03-18T14:26:58.571Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2023-03-18T14:26:58.571Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2023-03-18T14:26:58.571Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-03-18T14:26:58.571Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-03-18T14:26:58.571Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T14:26:58.571Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-03-18T14:26:58.571Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T14:26:58.571Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-03-18T14:26:58.572Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-18T14:26:58.572Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T14:26:58.572Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-03-18T14:26:58.572Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-18T14:26:58.572Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T14:26:58.572Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-03-18T14:26:58.572Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-18T14:26:58.572Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T14:26:58.572Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2023-03-18T14:26:58.572Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2023-03-18T14:26:58.572Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-03-18T14:26:58.572Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=efed09a9-c37e-4ed1-b779-8f8c87429384
2023-03-18T14:26:58.572Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T14:26:58.572Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T14:26:58.572Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T14:26:58.573Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T14:26:58.573Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T14:26:58.573Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T14:26:58.573Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T14:26:58.573Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T14:26:58.573Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm_macro
Description:service
Model UUID:fd8ba0dc-1896-4d7a-8d17-8252415f4148
Model Version:NULL
Model InvariantUuid:06780b7c-aa94-422c-93b2-8efce3a7e977
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm_macro
Model UUID:ec3b921f-d297-4e16-9e1f-92ec151bb9e1
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:20679d31-c72a-48fe-9cca-d085ba3d87e2
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:5a2455fb-17f2-466c-b0b0-62e7a69549a5
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:09bcab39-c936-4552-ae5f-7f5f6426b9a5
ModelName:BasicVmMacro..base_ubuntu20..module-0
ModelUuid:700018b5-a4a6-4b16-994a-f7af4e22b50a
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:efed09a9-c37e-4ed1-b779-8f8c87429384
ModelInvariantUuid:3a903346-c5d1-4488-bc39-7cbad1a96711
ModelName:basic_vm_macro-nodes.ubuntu20Cvfc
ModelUuid:0288279f-fe30-4eb2-a478-8718942085dc
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:380e2ec9-85aa-4097-b334-4d92a2459672
ModelInvariantUuid:59f014bd-34dc-44b0-98bb-82fc48fcb62d
ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20
ModelUuid:12d9b08f-c393-436a-9f9b-090ba2272261
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=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-03-18T14:26:58.605Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||ERROR|500||Csar with UUID: 938cc5f1-eb1c-4c61-971b-7e05e60d5594 already exists
2023-03-18T14:26:58.605Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2023-03-18T14:26:58.606Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar(Csar with UUID: 938cc5f1-eb1c-4c61-971b-7e05e60d5594 already exists)
2023-03-18T14:26:58.606Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-18T14:26:58.606Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:26:58.606Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:26:58.606Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "a04e84de-dd11-4280-9147-b1e37960b03e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679149618605,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 938cc5f1-eb1c-4c61-971b-7e05e60d5594 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:26:58.920Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:26:58.920Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: cached metadata has changed from (version153: {SDC-DISTR-STATUS-TOPIC-AUTO=6, SDC-DISTR-NOTIF-TOPIC-AUTO=6}) at the beginning of the rebalance to (version154: {SDC-DISTR-STATUS-TOPIC-AUTO=6})
2023-03-18T14:26:58.932Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Revoke previously assigned partitions SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-03-18T14:26:58.932Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] (Re-)joining group
2023-03-18T14:26:58.938Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Successfully joined group with generation Generation{generationId=67, memberId='SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94-2995e74d-4211-4955-93f6-f3f14568571e', protocol='range'}
2023-03-18T14:26:58.940Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Finished assignment for group at generation 67: {SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94-2995e74d-4211-4955-93f6-f3f14568571e=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])}
2023-03-18T14:26:58.953Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Successfully synced group in generation Generation{generationId=67, memberId='SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94-2995e74d-4211-4955-93f6-f3f14568571e', protocol='range'}
2023-03-18T14:26:58.954Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])
2023-03-18T14:26:58.954Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Adding newly assigned partitions: SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-03-18T14:26:58.957Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-18T14:26:58.957Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-18T14:26:58.957Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-18T14:26:58.958Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=1949, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-18T14:26:58.958Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-18T14:26:58.958Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-18T14:26:59.607Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2023-03-18T14:26:59.607Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar(Resource with UUID: fbaf618a-d9c7-4d1a-bd9c-d1a22dcbab14 already exists)
2023-03-18T14:26:59.607Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-18T14:26:59.607Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:26:59.607Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:26:59.608Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "a04e84de-dd11-4280-9147-b1e37960b03e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679149619607,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: fbaf618a-d9c7-4d1a-bd9c-d1a22dcbab14 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:26:59.970Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-18T14:26:59.970Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "d6b70362-b450-41db-97c4-ea1285deb273",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679149561922,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-18T14:26:59.971Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:26:59.971Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-18T14:26:59.971Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "1765e72b-9f37-409d-a48f-62642d8341c6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679148946890,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T14:26:59.971Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:26:59.971Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-18T14:26:59.971Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "1765e72b-9f37-409d-a48f-62642d8341c6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679148946890,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2023-03-18T14:26:59.971Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:26:59.971Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-18T14:26:59.971Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "1765e72b-9f37-409d-a48f-62642d8341c6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679148946890,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2023-03-18T14:26:59.971Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:26:59.971Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-18T14:26:59.971Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "1765e72b-9f37-409d-a48f-62642d8341c6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679148946890,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T14:26:59.971Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:26:59.971Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-18T14:26:59.971Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "1765e72b-9f37-409d-a48f-62642d8341c6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679148946890,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2023-03-18T14:26:59.971Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:26:59.971Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-18T14:26:59.971Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "1765e72b-9f37-409d-a48f-62642d8341c6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679148946890,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2023-03-18T14:26:59.972Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:26:59.972Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-18T14:26:59.972Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "1765e72b-9f37-409d-a48f-62642d8341c6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679148946890,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2023-03-18T14:26:59.972Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:26:59.972Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-18T14:26:59.972Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "1765e72b-9f37-409d-a48f-62642d8341c6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679148946890,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-18T14:26:59.972Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:26:59.972Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-18T14:26:59.972Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "1765e72b-9f37-409d-a48f-62642d8341c6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679148946890,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T14:26:59.972Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:26:59.972Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-18T14:26:59.972Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "1765e72b-9f37-409d-a48f-62642d8341c6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679148946890,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-18T14:26:59.972Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:26:59.972Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-18T14:26:59.972Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "1765e72b-9f37-409d-a48f-62642d8341c6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679149573262,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-18T14:26:59.972Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:26:59.972Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-18T14:26:59.973Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "1765e72b-9f37-409d-a48f-62642d8341c6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679149575218,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 7ac7462c-7a2a-47d2-8257-79de7d0e5c52 already exists"
}
2023-03-18T14:26:59.973Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:26:59.973Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-18T14:26:59.973Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "1765e72b-9f37-409d-a48f-62642d8341c6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679149576219,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 67962590-90b8-4f11-901d-d79a952d0f14 already exists"
}
2023-03-18T14:26:59.973Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:26:59.973Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-18T14:26:59.973Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "1765e72b-9f37-409d-a48f-62642d8341c6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679149607410,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-18T14:26:59.973Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:26:59.973Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-18T14:26:59.973Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "a04e84de-dd11-4280-9147-b1e37960b03e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679148946890,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T14:26:59.973Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:26:59.973Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-18T14:26:59.973Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "a04e84de-dd11-4280-9147-b1e37960b03e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679148946890,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2023-03-18T14:26:59.973Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:26:59.973Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-18T14:26:59.973Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "a04e84de-dd11-4280-9147-b1e37960b03e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679148946890,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-03-18T14:26:59.973Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:26:59.974Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-18T14:26:59.974Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "a04e84de-dd11-4280-9147-b1e37960b03e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679148946890,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T14:26:59.974Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:26:59.974Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-18T14:26:59.974Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "a04e84de-dd11-4280-9147-b1e37960b03e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679148946890,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-03-18T14:26:59.974Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:26:59.974Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-18T14:26:59.974Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "a04e84de-dd11-4280-9147-b1e37960b03e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679148946890,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-18T14:26:59.974Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:26:59.974Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-18T14:26:59.974Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "a04e84de-dd11-4280-9147-b1e37960b03e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679148946890,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T14:26:59.974Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:26:59.974Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-18T14:26:59.974Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "a04e84de-dd11-4280-9147-b1e37960b03e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679148946890,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-18T14:26:59.974Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:26:59.974Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-18T14:26:59.974Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "a04e84de-dd11-4280-9147-b1e37960b03e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679149616735,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-18T14:26:59.974Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:26:59.974Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-18T14:26:59.974Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "a04e84de-dd11-4280-9147-b1e37960b03e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679149618605,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 938cc5f1-eb1c-4c61-971b-7e05e60d5594 already exists"
}
2023-03-18T14:26:59.974Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:26:59.974Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-18T14:26:59.975Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "a04e84de-dd11-4280-9147-b1e37960b03e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679149619607,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: fbaf618a-d9c7-4d1a-bd9c-d1a22dcbab14 already exists"
}
2023-03-18T14:26:59.975Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:27:00.608Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a04e84de-dd11-4280-9147-b1e37960b03e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T14:27:00.624Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a04e84de-dd11-4280-9147-b1e37960b03e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T14:27:00.627Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-18T14:27:00.627Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-18T14:27:00.627Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-18T14:27:00.627Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-18T14:27:00.627Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T14:27:00.627Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T14:27:00.627Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T14:27:00.627Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T14:27:00.627Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T14:27:00.627Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-18T14:27:00.641Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-18T14:27:30.642Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: a04e84de-dd11-4280-9147-b1e37960b03e and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-18T14:27:30.657Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: a04e84de-dd11-4280-9147-b1e37960b03e and serviceModelVersionId: fd8ba0dc-1896-4d7a-8d17-8252415f4148
2023-03-18T14:27:30.657Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 06780b7c-aa94-422c-93b2-8efce3a7e977
2023-03-18T14:27:30.657Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/06780b7c-aa94-422c-93b2-8efce3a7e977/model-vers/model-ver/fd8ba0dc-1896-4d7a-8d17-8252415f4148?depth=0
2023-03-18T14:27:30.661Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2023-03-18T14:27:30.678Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/06780b7c-aa94-422c-93b2-8efce3a7e977/model-vers/model-ver/fd8ba0dc-1896-4d7a-8d17-8252415f4148?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-03-18T14:27:30.679Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/06780b7c-aa94-422c-93b2-8efce3a7e977/model-vers/model-ver/fd8ba0dc-1896-4d7a-8d17-8252415f4148?depth=0|INFO|500||Invoke
2023-03-18T14:27:30.687Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/06780b7c-aa94-422c-93b2-8efce3a7e977/model-vers/model-ver/fd8ba0dc-1896-4d7a-8d17-8252415f4148?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-18T14:27:30.791Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/06780b7c-aa94-422c-93b2-8efce3a7e977/model-vers/model-ver/fd8ba0dc-1896-4d7a-8d17-8252415f4148?depth=0|INFO|500||InvokeReturn
2023-03-18T14:27:30.792Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/06780b7c-aa94-422c-93b2-8efce3a7e977/model-vers/model-ver/fd8ba0dc-1896-4d7a-8d17-8252415f4148?depth=0 has http status code:200 and response headers:{date=[Sat, 18 Mar 2023 14:27:30 GMT], content-length=[0], vertex-id=[770064], x-aai-txid=[0-aai-resources-230318-14:27:30:389-80207], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-18T14:27:30.792Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||DEBUG|500||Response was returned with an empty entity.
2023-03-18T14:27:30.792Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-18T14:27:30.792Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-18T14:27:30.798Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-18T14:27:30.799Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID a04e84de-dd11-4280-9147-b1e37960b03e and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-18T14:27:30.799Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-18T14:27:30.799Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:27:30.799Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:27:30.799Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "a04e84de-dd11-4280-9147-b1e37960b03e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679149650799,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-18T14:27:31.818Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T14:27:31.818Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Failing OffsetCommit request since the consumer is not part of an active group
2023-03-18T14:27:31.819Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Node 1 disconnected.
2023-03-18T14:27:31.820Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Node 2 disconnected.
2023-03-18T14:27:31.820Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Cancelled in-flight METADATA request with correlation id 168210 due to node 2 being disconnected (elapsed time since creation: 0ms, elapsed time since send: 0ms, request timeout: 30000ms)
2023-03-18T14:27:31.820Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||ERROR|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Asynchronous auto-commit of offsets failed: Offset commit cannot be completed since the consumer is not part of an active group for auto partition assignment; it is likely that the consumer was kicked out of the group.. Will continue to join group.
2023-03-18T14:27:31.820Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Giving away all assigned partitions as lost since generation/memberID has been reset,indicating that consumer is in old state or no longer part of the group
2023-03-18T14:27:31.820Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Lost previously assigned partitions SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5
2023-03-18T14:27:31.820Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] (Re-)joining group
2023-03-18T14:27:31.825Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2-6b64c6be-5b0f-4639-b35a-c85594822f23
2023-03-18T14:27:31.825Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Asynchronous auto-commit of offsets {SDC-DISTR-NOTIF-TOPIC-AUTO-5=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-4=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-3=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-2=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-1=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-0=OffsetAndMetadata{offset=10, leaderEpoch=0, metadata=''}} failed: Offset commit cannot be completed since the consumer is not part of an active group for auto partition assignment; it is likely that the consumer was kicked out of the group.
2023-03-18T14:27:31.826Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Request joining group due to: rebalance failed due to 'The group member needs to have a valid member id before actually entering a consumer group.' (MemberIdRequiredException)
2023-03-18T14:27:31.826Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] (Re-)joining group
2023-03-18T14:27:32.164Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T14:27:35.174Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T14:27:38.188Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T14:27:41.209Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T14:27:44.223Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T14:27:47.231Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T14:27:50.244Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T14:27:53.267Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T14:27:56.292Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T14:27:58.919Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:27:58.932Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Revoke previously assigned partitions SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-03-18T14:27:58.932Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] (Re-)joining group
2023-03-18T14:27:58.937Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Successfully joined group with generation Generation{generationId=68, memberId='SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94-2995e74d-4211-4955-93f6-f3f14568571e', protocol='range'}
2023-03-18T14:27:58.937Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Successfully joined group with generation Generation{generationId=68, memberId='SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2-6b64c6be-5b0f-4639-b35a-c85594822f23', protocol='range'}
2023-03-18T14:27:58.940Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Resetting the last seen epoch of partition SDC-DISTR-NOTIF-TOPIC-AUTO-0 to 0 since the associated topicId changed from null to XRzq8BOIRZiZRw2R__X0DA
2023-03-18T14:27:58.941Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Resetting the last seen epoch of partition SDC-DISTR-NOTIF-TOPIC-AUTO-5 to 0 since the associated topicId changed from null to XRzq8BOIRZiZRw2R__X0DA
2023-03-18T14:27:58.941Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Resetting the last seen epoch of partition SDC-DISTR-NOTIF-TOPIC-AUTO-1 to 0 since the associated topicId changed from null to XRzq8BOIRZiZRw2R__X0DA
2023-03-18T14:27:58.941Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Resetting the last seen epoch of partition SDC-DISTR-NOTIF-TOPIC-AUTO-4 to 0 since the associated topicId changed from null to XRzq8BOIRZiZRw2R__X0DA
2023-03-18T14:27:58.941Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Resetting the last seen epoch of partition SDC-DISTR-NOTIF-TOPIC-AUTO-2 to 0 since the associated topicId changed from null to XRzq8BOIRZiZRw2R__X0DA
2023-03-18T14:27:58.941Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Resetting the last seen epoch of partition SDC-DISTR-NOTIF-TOPIC-AUTO-3 to 0 since the associated topicId changed from null to XRzq8BOIRZiZRw2R__X0DA
2023-03-18T14:27:58.942Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Finished assignment for group at generation 68: {SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2-6b64c6be-5b0f-4639-b35a-c85594822f23=Assignment(partitions=[SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5]), SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94-2995e74d-4211-4955-93f6-f3f14568571e=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])}
2023-03-18T14:27:58.953Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Successfully synced group in generation Generation{generationId=68, memberId='SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2-6b64c6be-5b0f-4639-b35a-c85594822f23', protocol='range'}
2023-03-18T14:27:58.953Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Successfully synced group in generation Generation{generationId=68, memberId='SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94-2995e74d-4211-4955-93f6-f3f14568571e', protocol='range'}
2023-03-18T14:27:58.954Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5])
2023-03-18T14:27:58.954Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])
2023-03-18T14:27:58.954Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Adding newly assigned partitions: SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-03-18T14:27:58.954Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Adding newly assigned partitions: SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5
2023-03-18T14:27:58.957Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-18T14:27:58.957Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-18T14:27:58.958Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-18T14:27:58.958Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-18T14:27:58.958Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-18T14:27:58.958Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-18T14:27:58.958Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=1975, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-18T14:27:58.958Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-18T14:27:58.958Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-18T14:27:58.959Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-18T14:27:58.959Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-18T14:27:58.959Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-18T14:27:59.015Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-18T14:27:59.016Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received notification from broker: {"distributionID":"34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846","serviceName":"basic_onboard_gCPnoC","serviceVersion":"1.0","serviceUUID":"dad851ae-1f1d-4e04-8847-f18fd5d51391","serviceDescription":"service","serviceInvariantUUID":"693dcbb7-55f2-41d5-a0d9-572574329dfe","resources":[{"resourceInstanceName":"basic_onboard_gCPnoC 0","resourceName":"basic_onboard_gCPnoC","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"f3fb2f57-aad9-4f33-88db-c458ae09cdfb","resourceInvariantUUID":"d7c6b294-4284-4b69-87ff-a797deedad73","resourceCustomizationUUID":"9327f8c9-4591-449b-b6af-227dc0614cab","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/vf-license-model.xml","artifactChecksum":"OGQ5ZDI0MzIzNDdmMDUyYmQ0MzVmMDVkOWUyNGVlYmE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"5077753b-8cdd-47a9-82d5-e3ff4ce969c3","artifactVersion":"1"},{"artifactName":"basic_onboard_gcpnoc0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json","artifactChecksum":"NjRhMmYzNDQxZDFkYzhiMjZmMTk3NDMzZmQwOWNiNWI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"583db2fa-2045-4011-8045-9fd436580060","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"0846dbe8-d246-42f3-9ba6-3c197d6bb5c4","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"5004fadd-cda9-4566-99ac-bc5d669427a2","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"7d3da3bf-4415-4326-b045-fe6bef605f78","artifactVersion":"2","generatedFromUUID":"0846dbe8-d246-42f3-9ba6-3c197d6bb5c4"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardGcpnoc-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-template.yml","artifactChecksum":"OGFkYWYzODVjYTg1MmE4Y2JhZWM5NDk3ZjljNTAwNTE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"8ab16f5d-5180-4470-b278-f6ea6f7c23e8","artifactVersion":"1"},{"artifactName":"service-BasicOnboardGcpnoc-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar","artifactChecksum":"MjQxYmE3NTM3MTRlYjAwMzA2YjMyYmJjMmU4MmNkYjE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"d6569f72-4f81-428a-8593-389324ccdf48","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-18T14:27:59.016Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T14:27:59.016Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:27:59.016Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:27:59.016Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679149651818,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:27:59.980Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-18T14:27:59.980Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "a04e84de-dd11-4280-9147-b1e37960b03e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679149650799,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-18T14:27:59.980Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:27:59.980Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-18T14:27:59.980Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679149651818,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T14:27:59.981Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:28:00.017Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T14:28:00.017Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:28:00.017Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:28:00.018Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679149651818,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:28:01.018Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T14:28:01.019Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:28:01.019Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:28:01.019Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679149651818,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:28:02.019Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T14:28:02.020Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:28:02.020Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:28:02.020Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679149651818,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:28:03.021Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T14:28:03.022Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:28:03.022Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:28:03.022Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679149651818,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:28:04.023Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T14:28:04.024Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:28:04.024Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:28:04.024Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679149651818,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:28:05.025Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T14:28:05.025Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:28:05.025Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:28:05.026Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679149651818,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:28:06.026Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "serviceName": "basic_onboard_gCPnoC",
  "serviceVersion": "1.0",
  "serviceUUID": "dad851ae-1f1d-4e04-8847-f18fd5d51391",
  "serviceDescription": "service",
  "serviceInvariantUUID": "693dcbb7-55f2-41d5-a0d9-572574329dfe",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_gCPnoC 0",
      "resourceCustomizationUUID": "9327f8c9-4591-449b-b6af-227dc0614cab",
      "resourceName": "basic_onboard_gCPnoC",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "f3fb2f57-aad9-4f33-88db-c458ae09cdfb",
      "resourceInvariantUUID": "d7c6b294-4284-4b69-87ff-a797deedad73",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_gcpnoc0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json",
          "artifactChecksum": "NjRhMmYzNDQxZDFkYzhiMjZmMTk3NDMzZmQwOWNiNWI\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "583db2fa-2045-4011-8045-9fd436580060",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "0846dbe8-d246-42f3-9ba6-3c197d6bb5c4",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "7d3da3bf-4415-4326-b045-fe6bef605f78",
            "generatedFromUUID": "0846dbe8-d246-42f3-9ba6-3c197d6bb5c4"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "7d3da3bf-4415-4326-b045-fe6bef605f78",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardGcpnoc-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar",
      "artifactChecksum": "MjQxYmE3NTM3MTRlYjAwMzA2YjMyYmJjMmU4MmNkYjE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "d6569f72-4f81-428a-8593-389324ccdf48"
    }
  ],
  "workloadContext": "Production"
}
2023-03-18T14:28:06.027Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-18T14:28:06.027Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 dad851ae-1f1d-4e04-8847-f18fd5d51391 ASDC
2023-03-18T14:28:06.027Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
ServiceName:basic_onboard_gCPnoC
ServiceVersion:1.0
ServiceUUID:dad851ae-1f1d-4e04-8847-f18fd5d51391
ServiceInvariantUUID:693dcbb7-55f2-41d5-a0d9-572574329dfe
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardGcpnoc-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar
ArtifactUUID:d6569f72-4f81-428a-8593-389324ccdf48
ArtifactChecksum:MjQxYmE3NTM3MTRlYjAwMzA2YjMyYmJjMmU4MmNkYjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_gCPnoC 0
ResourceCustomizationUUID:9327f8c9-4591-449b-b6af-227dc0614cab
ResourceInvariantUUID:d7c6b294-4284-4b69-87ff-a797deedad73
ResourceName:basic_onboard_gCPnoC
ResourceType:VF
ResourceUUID:f3fb2f57-aad9-4f33-88db-c458ae09cdfb
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_gcpnoc0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json
ArtifactUUID:583db2fa-2045-4011-8045-9fd436580060
ArtifactChecksum:NjRhMmYzNDQxZDFkYzhiMjZmMTk3NDMzZmQwOWNiNWI=
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/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.yaml
ArtifactUUID:0846dbe8-d246-42f3-9ba6-3c197d6bb5c4
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/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.env
ArtifactUUID:7d3da3bf-4415-4326-b045-fe6bef605f78
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/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.env
ArtifactUUID:7d3da3bf-4415-4326-b045-fe6bef605f78
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-18T14:28:06.027Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF dad851ae-1f1d-4e04-8847-f18fd5d51391 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: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-18T14:28:06.049Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-18T14:28:06.050Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-03-18T14:28:06.050Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-03-18T14:28:06.050Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: d6569f72-4f81-428a-8593-389324ccdf48 from URL: /sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar
2023-03-18T14:28:06.050Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||INFO|500||DistributionClient - download
2023-03-18T14:28:06.050Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar
2023-03-18T14:28:06.086Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||GET Response Status 404
2023-03-18T14:28:06.086Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@6b3912ca
2023-03-18T14:28:06.086Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-18T14:28:06.087Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicOnboardGcpnoc"
      ]
    }
  }
}
2023-03-18T14:28:06.087Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicOnboardGcpnoc-csar.csar /sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar d6569f72-4f81-428a-8593-389324ccdf48 Specified artifact is  not found 300 ASDC artifact download fail
2023-03-18T14:28:06.087Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar ASDC sendASDCNotification
2023-03-18T14:28:06.087Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar(Specified artifact is  not found)
2023-03-18T14:28:06.087Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-18T14:28:06.087Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:28:06.088Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:28:06.088Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679149686087,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:28:07.089Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during processCsarServiceArtifacts ASDC processCsarServiceArtifacts 500 Exception in processCsarServiceArtifacts
org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact service-BasicOnboardGcpnoc-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar(UUID:d6569f72-4f81-428a-8593-389324ccdf48)
Error message is Specified artifact is  not found

	at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394)
	at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2023-03-18T14:28:07.101Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||ERROR|500||error NSST process resource failure 
java.lang.NullPointerException: null
	at org.onap.so.asdc.client.ASDCController.processNsstNotification(ASDCController.java:978)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:760)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-18T14:28:07.102Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: f3fb2f57-aad9-4f33-88db-c458ae09cdfb
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-18T14:28:07.106Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||INFO|500||basic_onboard_gCPnoC 0
2023-03-18T14:28:07.106Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: f3fb2f57-aad9-4f33-88db-c458ae09cdfb
2023-03-18T14:28:07.106Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 583db2fa-2045-4011-8045-9fd436580060 from URL: /sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json
2023-03-18T14:28:07.106Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||INFO|500||DistributionClient - download
2023-03-18T14:28:07.106Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json
2023-03-18T14:28:07.126Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||GET Response Status 404
2023-03-18T14:28:07.127Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@139b05bb
2023-03-18T14:28:07.127Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-18T14:28:07.127Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicOnboardGcpnoc"
      ]
    }
  }
}
2023-03-18T14:28:07.128Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL basic_onboard_gcpnoc0_modules.json /sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json 583db2fa-2045-4011-8045-9fd436580060 Specified artifact is  not found 300 ASDC artifact download fail
2023-03-18T14:28:07.128Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json ASDC sendASDCNotification
2023-03-18T14:28:07.128Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json(Specified artifact is  not found)
2023-03-18T14:28:07.128Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-18T14:28:07.128Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:28:07.128Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:28:07.128Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679149687128,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:28:08.129Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during Installation of artifact ASDC processResourceNotification 500 Exception in processResourceNotification
org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact basic_onboard_gcpnoc0_modules.json could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json(UUID:583db2fa-2045-4011-8045-9fd436580060)
Error message is Specified artifact is  not found

	at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:787)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-18T14:28:08.129Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T14:28:08.141Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T14:28:08.144Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-18T14:28:08.144Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-18T14:28:38.144Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T14:28:38.161Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T14:28:38.164Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-18T14:28:38.165Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-18T14:28:58.919Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:28:58.921Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-18T14:28:58.921Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679149651818,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json",
  "status": "NOTIFIED"
}
2023-03-18T14:28:58.922Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:29:08.165Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T14:29:08.186Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T14:29:08.189Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-18T14:29:08.190Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-18T14:29:38.194Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T14:29:38.222Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T14:29:38.225Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-18T14:29:38.226Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-18T14:29:58.920Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:29:58.921Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-18T14:29:58.923Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679149651818,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2023-03-18T14:29:58.924Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:29:58.924Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-18T14:29:58.924Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679149651818,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T14:29:58.924Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:29:58.924Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-18T14:29:58.924Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679149651818,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2023-03-18T14:29:58.924Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:29:58.924Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-18T14:29:58.924Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679149651818,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T14:29:58.925Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:29:58.925Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-18T14:29:58.925Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679149651818,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar",
  "status": "NOTIFIED"
}
2023-03-18T14:29:58.925Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:29:58.925Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-18T14:29:58.925Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679149686087,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-18T14:29:58.925Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:29:58.926Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-18T14:29:58.926Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679149687128,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-18T14:29:58.926Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:30:08.226Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T14:30:08.245Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T14:30:08.248Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-18T14:30:08.248Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-18T14:30:38.248Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T14:30:38.267Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T14:30:38.270Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-18T14:30:38.270Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-18T14:30:58.920Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:31:08.271Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T14:31:08.291Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T14:31:08.294Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-18T14:31:08.295Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-18T14:31:38.295Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T14:31:38.315Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T14:31:38.318Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-18T14:31:38.318Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-18T14:31:58.921Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:32:08.318Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T14:32:08.337Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T14:32:08.341Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-18T14:32:08.341Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-18T14:32:38.341Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T14:32:38.361Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T14:32:38.364Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-18T14:32:38.364Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-18T14:32:58.921Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:32:59.054Z||kafka-coordinator-heartbeat-thread | so|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] consumer poll timeout has expired. This means the time between subsequent calls to poll() was longer than the configured max.poll.interval.ms, which typically implies that the poll loop is spending too much time processing messages. You can address this either by increasing max.poll.interval.ms or by reducing the maximum size of batches returned in poll() with max.poll.records.
2023-03-18T14:32:59.054Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Member SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2-6b64c6be-5b0f-4639-b35a-c85594822f23 sending LeaveGroup request to coordinator onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2147483645 rack: null) due to consumer poll timeout has expired.
2023-03-18T14:32:59.054Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Resetting generation and member id due to: consumer pro-actively leaving the group
2023-03-18T14:32:59.054Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Request joining group due to: consumer pro-actively leaving the group
2023-03-18T14:32:59.714Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T14:32:59.726Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Revoke previously assigned partitions SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-03-18T14:32:59.726Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] (Re-)joining group
2023-03-18T14:32:59.732Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Successfully joined group with generation Generation{generationId=69, memberId='SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94-2995e74d-4211-4955-93f6-f3f14568571e', protocol='range'}
2023-03-18T14:32:59.733Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Finished assignment for group at generation 69: {SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94-2995e74d-4211-4955-93f6-f3f14568571e=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])}
2023-03-18T14:32:59.744Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Successfully synced group in generation Generation{generationId=69, memberId='SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94-2995e74d-4211-4955-93f6-f3f14568571e', protocol='range'}
2023-03-18T14:32:59.745Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])
2023-03-18T14:32:59.745Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Adding newly assigned partitions: SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-03-18T14:32:59.748Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-18T14:32:59.748Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-18T14:32:59.749Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-18T14:32:59.749Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=1985, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-18T14:32:59.749Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-18T14:32:59.749Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-18T14:33:08.364Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2023-03-18T14:33:08.365Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-18T14:33:08.375Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846 and serviceModelVersionId: dad851ae-1f1d-4e04-8847-f18fd5d51391
2023-03-18T14:33:08.375Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 693dcbb7-55f2-41d5-a0d9-572574329dfe
2023-03-18T14:33:08.377Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391?depth=0
2023-03-18T14:33:08.383Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2023-03-18T14:33:08.396Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-03-18T14:33:08.397Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391?depth=0|INFO|500||Invoke
2023-03-18T14:33:08.410Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2023-03-18T14:33:08.440Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391?depth=0|INFO|404|Not Found|InvokeReturn
2023-03-18T14:33:08.440Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391?depth=0 has http status code:404 and response headers:{date=[Sat, 18 Mar 2023 14:33:08 GMT], content-length=[495], x-aai-txid=[0-aai-resources-230318-14:33:08:112-67130], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-18T14:33:08.441Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||{"requestError":{"serviceException":{"messageId":"SVC3001","text":"Resource not found for %1 using id %2 (msg=%3) (ec=%4)","variables":["MERGE_PATCH","service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391","Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391","ERR.5.4.6114"]}}}

2023-03-18T14:33:08.448Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391) (ec=ERR.5.4.6114)
2023-03-18T14:33:08.448Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||ERROR|500||Exception occurred
javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391) (ec=ERR.5.4.6114)
	at org.onap.so.client.ResponseExceptionMapper.map(ResponseExceptionMapper.java:74)
	at org.onap.so.client.RestRequest.get(RestRequest.java:77)
	at org.onap.so.client.RestClient.buildRequest(RestClient.java:326)
	at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322)
	at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283)
	at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67)
	at net.jodah.failsafe.Execution.executeSync(Execution.java:117)
	at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319)
	at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71)
	at org.onap.so.client.RestClient.method(RestClient.java:322)
	at org.onap.so.client.RestClient.patch(RestClient.java:265)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184)
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-18T14:33:08.448Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391) (ec=ERR.5.4.6114)
2023-03-18T14:33:08.448Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391) (ec=ERR.5.4.6114)
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-18T14:33:08.453Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-18T14:33:08.453Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391) (ec=ERR.5.4.6114)
2023-03-18T14:33:08.453Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2023-03-18T14:33:08.454Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:33:08.454Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:33:08.454Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679149988453,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391) (ec\u003dERR.5.4.6114)"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:33:08.467Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-18T14:33:08.467Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679149988453,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391) (ec\u003dERR.5.4.6114)"
}
2023-03-18T14:33:08.467Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-18T14:33:09.478Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-18T14:33:09.478Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||received notification from broker: {"distributionID":"d4dc9e71-f2cb-491c-bcf1-9d51402514be","serviceName":"vFW 2023-03-18 11-08-36","serviceVersion":"1.0","serviceUUID":"27fdb87d-b713-4eaf-90a0-9e48041e5db6","serviceDescription":"catalog service description","serviceInvariantUUID":"cb6d14f9-78ae-470a-a6af-a3a2b9fea472","resources":[{"resourceInstanceName":"vFW 58569f3e-bd56 0","resourceName":"vFW 58569f3e-bd56","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"d26137cf-1389-4abe-8e09-78b44d7a1aae","resourceInvariantUUID":"440b369e-a09c-4c31-8a4e-6692abd11e0c","resourceCustomizationUUID":"e17fe765-865d-4748-ab41-44bdbee5a853","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/vf-license-model.xml","artifactChecksum":"MTFjYmU2ZGQwM2YxYTQxNjdhOWY1YjI5OWUyYjE5OTg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"7238df55-40f7-4cde-93e0-f3c86248a4ba","artifactVersion":"1"},{"artifactName":"vfw58569f3ebd560_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/vfw58569f3ebd560_modules.json","artifactChecksum":"ODg5YTAyNmJiZTFiZTA5MDMwZWVhNmFkMzVmNzk4YTg\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"a8ca7246-150c-4537-b08d-e58462b66bb6","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"be903e28-b266-44db-9c8b-4cbcb6f7ee77","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/vendor-license-model.xml","artifactChecksum":"NDExZWJjY2Q3ZjkxN2NkNTRiYmFlNDViOGZhYWJjM2M\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"cecd91b9-dbd7-4a9b-96a0-72674051949c","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"0637f995-3e6f-44f6-89fc-61906f5ff14b","artifactVersion":"2","generatedFromUUID":"be903e28-b266-44db-9c8b-4cbcb6f7ee77"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20230318110836-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-template.yml","artifactChecksum":"NjdmYzRlMTY1MzM1ODg5NjAzNTEzOWU1ZGFmNmNiNDI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"8648cca8-36e7-40c1-8faf-a7c0be2faa07","artifactVersion":"1"},{"artifactName":"service-Vfw20230318110836-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar","artifactChecksum":"NzY3OTRjMDBhMTZlZjQ1ZTQ3MTU0ZjE0NjliYmU1M2Y\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"436a091b-6820-4621-9f77-4a798268cc9d","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-18T14:33:09.479Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T14:33:09.479Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:33:09.479Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:33:09.479Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679149651818,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:33:10.480Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T14:33:10.480Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:33:10.480Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:33:10.480Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679149651818,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/vfw58569f3ebd560_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:33:11.481Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T14:33:11.481Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:33:11.481Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:33:11.481Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679149651818,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:33:12.482Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T14:33:12.482Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:33:12.482Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:33:12.482Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679149651818,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:33:13.482Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T14:33:13.483Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:33:13.483Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:33:13.483Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679149651818,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/base_vfw.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:33:14.483Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T14:33:14.484Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:33:14.484Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:33:14.484Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679149651818,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:33:15.484Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T14:33:15.485Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:33:15.485Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:33:15.485Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679149651818,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:33:16.486Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "serviceName": "vFW 2023-03-18 11-08-36",
  "serviceVersion": "1.0",
  "serviceUUID": "27fdb87d-b713-4eaf-90a0-9e48041e5db6",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "cb6d14f9-78ae-470a-a6af-a3a2b9fea472",
  "resources": [
    {
      "resourceInstanceName": "vFW 58569f3e-bd56 0",
      "resourceCustomizationUUID": "e17fe765-865d-4748-ab41-44bdbee5a853",
      "resourceName": "vFW 58569f3e-bd56",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "d26137cf-1389-4abe-8e09-78b44d7a1aae",
      "resourceInvariantUUID": "440b369e-a09c-4c31-8a4e-6692abd11e0c",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw58569f3ebd560_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/vfw58569f3ebd560_modules.json",
          "artifactChecksum": "ODg5YTAyNmJiZTFiZTA5MDMwZWVhNmFkMzVmNzk4YTg\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "a8ca7246-150c-4537-b08d-e58462b66bb6",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "be903e28-b266-44db-9c8b-4cbcb6f7ee77",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "0637f995-3e6f-44f6-89fc-61906f5ff14b",
            "generatedFromUUID": "be903e28-b266-44db-9c8b-4cbcb6f7ee77"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "0637f995-3e6f-44f6-89fc-61906f5ff14b",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20230318110836-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar",
      "artifactChecksum": "NzY3OTRjMDBhMTZlZjQ1ZTQ3MTU0ZjE0NjliYmU1M2Y\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "436a091b-6820-4621-9f77-4a798268cc9d"
    }
  ],
  "workloadContext": "Production"
}
2023-03-18T14:33:16.486Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-18T14:33:16.487Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 27fdb87d-b713-4eaf-90a0-9e48041e5db6 ASDC
2023-03-18T14:33:16.487Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:d4dc9e71-f2cb-491c-bcf1-9d51402514be
ServiceName:vFW 2023-03-18 11-08-36
ServiceVersion:1.0
ServiceUUID:27fdb87d-b713-4eaf-90a0-9e48041e5db6
ServiceInvariantUUID:cb6d14f9-78ae-470a-a6af-a3a2b9fea472
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20230318110836-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar
ArtifactUUID:436a091b-6820-4621-9f77-4a798268cc9d
ArtifactChecksum:NzY3OTRjMDBhMTZlZjQ1ZTQ3MTU0ZjE0NjliYmU1M2Y=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 58569f3e-bd56 0
ResourceCustomizationUUID:e17fe765-865d-4748-ab41-44bdbee5a853
ResourceInvariantUUID:440b369e-a09c-4c31-8a4e-6692abd11e0c
ResourceName:vFW 58569f3e-bd56
ResourceType:VF
ResourceUUID:d26137cf-1389-4abe-8e09-78b44d7a1aae
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw58569f3ebd560_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/vfw58569f3ebd560_modules.json
ArtifactUUID:a8ca7246-150c-4537-b08d-e58462b66bb6
ArtifactChecksum:ODg5YTAyNmJiZTFiZTA5MDMwZWVhNmFkMzVmNzk4YTg=
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/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/base_vfw.yaml
ArtifactUUID:be903e28-b266-44db-9c8b-4cbcb6f7ee77
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/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/base_vfw.env
ArtifactUUID:0637f995-3e6f-44f6-89fc-61906f5ff14b
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/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/base_vfw.env
ArtifactUUID:0637f995-3e6f-44f6-89fc-61906f5ff14b
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-18T14:33:16.487Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 27fdb87d-b713-4eaf-90a0-9e48041e5db6 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: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-18T14:33:16.521Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-18T14:33:16.522Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-03-18T14:33:16.522Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-03-18T14:33:16.522Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 436a091b-6820-4621-9f77-4a798268cc9d from URL: /sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar
2023-03-18T14:33:16.522Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||DistributionClient - download
2023-03-18T14:33:16.523Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar
2023-03-18T14:33:17.019Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2023-03-18T14:33:17.026Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar 436a091b-6820-4621-9f77-4a798268cc9d 101467
2023-03-18T14:33:17.026Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar ASDC sendASDCNotification
2023-03-18T14:33:17.026Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar
2023-03-18T14:33:17.026Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-18T14:33:17.026Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:33:17.026Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:33:17.027Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679149997026,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:33:18.027Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-18T14:33:18.027Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-03-18T14:33:18.028Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 436a091b-6820-4621-9f77-4a798268cc9d, URL: /sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar to file: /app/ASDC/1/service-Vfw20230318110836-csar.csar
2023-03-18T14:33:18.028Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20230318110836-csar.csar
2023-03-18T14:33:18.028Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20230318110836-csar.csar
2023-03-18T14:33:18.028Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20230318110836-csar.csar
2023-03-18T14:33:18.187Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13158438246463676464/Definitions/service-Vfw20230318110836-template.yml
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_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vfw_name" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_user_data_format" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_key_name" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "compute_vfw_metadata" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
2023-03-18T14:33:19.519Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-18T14:33:19.520Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||WARN|500||####################################################################################################
2023-03-18T14:33:19.520Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20230318110836-csar.csar
2023-03-18T14:33:19.521Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2023-03-18T14:33:19.521Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230318110836-csar.csar
2023-03-18T14:33:19.521Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230318110836-csar.csar
2023-03-18T14:33:19.521Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20230318110836-csar.csar
2023-03-18T14:33:19.521Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230318110836-csar.csar
2023-03-18T14:33:19.521Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230318110836-csar.csar
2023-03-18T14:33:19.521Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230318110836-csar.csar
2023-03-18T14:33:19.521Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230318110836-csar.csar
2023-03-18T14:33:19.521Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230318110836-csar.csar
2023-03-18T14:33:19.521Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230318110836-csar.csar
2023-03-18T14:33:19.521Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 58569f3e-bd56 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-Vfw20230318110836-csar.csar
2023-03-18T14:33:19.521Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230318110836-csar.csar
2023-03-18T14:33:19.521Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||WARN|500||####################################################################################################
2023-03-18T14:33:19.521Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T14:33:19.521Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Service vFW 2023-03-18 11-08-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T14:33:19.521Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template vFW 58569f3e-bd56 0 is matching search criteria
2023-03-18T14:33:19.522Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2023-03-18T14:33:19.522Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 58569f3e-bd56 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-18T14:33:19.522Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T14:33:19.522Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Service vFW 2023-03-18 11-08-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T14:33:19.522Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template vFW 58569f3e-bd56 0 is matching search criteria
2023-03-18T14:33:19.522Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2023-03-18T14:33:19.522Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 58569f3e-bd56 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-18T14:33:19.522Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T14:33:19.522Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Service vFW 2023-03-18 11-08-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T14:33:19.522Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T14:33:19.522Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template vFW 58569f3e-bd56 0 is not matching search criteria
2023-03-18T14:33:19.522Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-18T14:33:19.522Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-18T14:33:19.522Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-18T14:33:19.523Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-18T14:33:19.523Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-18T14:33:19.523Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-18T14:33:19.523Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-18T14:33:19.523Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-18T14:33:19.523Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-18T14:33:19.523Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-18T14:33:19.523Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-18T14:33:19.523Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-18T14:33:19.523Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-18T14:33:19.523Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-18T14:33:19.523Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-18T14:33:19.523Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-03-18T14:33:19.523Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T14:33:19.523Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Service vFW 2023-03-18 11-08-36 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-03-18T14:33:19.524Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T14:33:19.524Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template vFW 58569f3e-bd56 0 is matching search criteria
2023-03-18T14:33:19.524Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 58569f3e-bd56 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-18T14:33:19.524Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T14:33:19.524Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template vFW 58569f3e-bd56 0 is matching search criteria
2023-03-18T14:33:19.524Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 58569f3e-bd56 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-18T14:33:19.524Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T14:33:19.524Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template vFW 58569f3e-bd56 0 is matching search criteria
2023-03-18T14:33:19.525Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 58569f3e-bd56 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-18T14:33:19.525Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T14:33:19.525Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template vFW 58569f3e-bd56 0 is not matching search criteria
2023-03-18T14:33:19.525Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-18T14:33:19.525Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-18T14:33:19.525Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-03-18T14:33:19.525Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-18T14:33:19.525Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-18T14:33:19.525Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-18T14:33:19.525Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-18T14:33:19.525Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-18T14:33:19.525Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-18T14:33:19.525Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-18T14:33:19.525Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-18T14:33:19.525Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=54648a20-f030-49c4-93d4-4525b2108f51
2023-03-18T14:33:19.525Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T14:33:19.525Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template vFW 58569f3e-bd56 0 is not matching search criteria
2023-03-18T14:33:19.525Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-18T14:33:19.525Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-18T14:33:19.526Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-18T14:33:19.526Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-18T14:33:19.526Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-18T14:33:19.526Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-18T14:33:19.526Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-18T14:33:19.526Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-03-18T14:33:19.526Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-18T14:33:19.526Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-18T14:33:19.526Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-18T14:33:19.526Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-18T14:33:19.526Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=c8000f82-3ea0-499f-845f-48af9ca20f40
2023-03-18T14:33:19.526Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T14:33:19.526Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template vFW 58569f3e-bd56 0 is not matching search criteria
2023-03-18T14:33:19.526Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-18T14:33:19.526Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-18T14:33:19.526Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-18T14:33:19.526Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-18T14:33:19.526Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-18T14:33:19.526Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-18T14:33:19.526Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-18T14:33:19.526Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-18T14:33:19.526Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-18T14:33:19.526Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-18T14:33:19.526Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-18T14:33:19.527Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-03-18T14:33:19.527Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=8d37dce4-ace0-4972-b0ae-359f5ee34e15
2023-03-18T14:33:19.527Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T14:33:19.527Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Service vFW 2023-03-18 11-08-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T14:33:19.527Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T14:33:19.527Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Service vFW 2023-03-18 11-08-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T14:33:19.527Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T14:33:19.527Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Service vFW 2023-03-18 11-08-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T14:33:19.527Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T14:33:19.527Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Service vFW 2023-03-18 11-08-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T14:33:19.527Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2023-03-18 11-08-36
Description:catalog service description
Model UUID:27fdb87d-b713-4eaf-90a0-9e48041e5db6
Model Version:NULL
Model InvariantUuid:cb6d14f9-78ae-470a-a6af-a3a2b9fea472
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 58569f3e-bd56
Model UUID:2fc36073-92c9-4d5d-9644-0bb6550c287b
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:440b369e-a09c-4c31-8a4e-6692abd11e0c
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:e17fe765-865d-4748-ab41-44bdbee5a853
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:351d450e-b1b7-41ae-a83a-2a71f15e25d1
ModelName:Vfw58569f3eBd56..base_vfw..module-0
ModelUuid:0d68d68e-dec8-43d2-aff9-f5d88cc04393
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:54648a20-f030-49c4-93d4-4525b2108f51
ModelInvariantUuid:4ab08134-cd1d-4688-9b75-17c67d1a3e81
ModelName:vFW 58569f3e-bd56-nodes.vfwCvfc
ModelUuid:d6b2f0ba-9202-407c-a163-7cc24d0f18b4
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:056f6090-f73c-4739-af97-620c05ad132a
ModelInvariantUuid:983e3ada-7ea8-4303-8174-d3114334eb9e
ModelName:Vfw58569f3eBd56.compute.nodes.heat.vfw
ModelUuid:3d4b7896-bd84-401c-aa77-b889e41a200a
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:c8000f82-3ea0-499f-845f-48af9ca20f40
ModelInvariantUuid:fcd18208-a79b-409f-9943-f6fdaf7b423e
ModelName:vFW 58569f3e-bd56-nodes.vsnCvfc
ModelUuid:2dc70d22-f13d-4809-b3aa-6be925119137
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:402dc1d7-02f5-4fe5-9c72-942fea6de45f
ModelInvariantUuid:0b0ccbe0-ee97-4020-bd46-0de8c06bfc96
ModelName:Vfw58569f3eBd56.compute.nodes.heat.vsn
ModelUuid:9156b53b-b6f9-40ab-bf18-4e57fbace729
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:8d37dce4-ace0-4972-b0ae-359f5ee34e15
ModelInvariantUuid:5fb0558e-6cb2-4431-b7ca-6445c8799cef
ModelName:vFW 58569f3e-bd56-nodes.vpgCvfc
ModelUuid:fa77263e-b297-4fc8-ad06-fee6a19575f2
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:c490c1b0-6d8a-4e04-bcc3-d1334a874130
ModelInvariantUuid:49041fa9-9665-4fc5-a429-9d3d7490839b
ModelName:Vfw58569f3eBd56.compute.nodes.heat.vpg
ModelUuid:7e8eb1f5-1f60-4b7b-ac6b-192037bf4db6
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=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-03-18T14:33:19.559Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||ERROR|500||Csar with UUID: 436a091b-6820-4621-9f77-4a798268cc9d already exists
2023-03-18T14:33:19.560Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar ASDC sendASDCNotification
2023-03-18T14:33:19.560Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar(Csar with UUID: 436a091b-6820-4621-9f77-4a798268cc9d already exists)
2023-03-18T14:33:19.560Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-18T14:33:19.560Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:33:19.560Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:33:19.560Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679149999560,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 436a091b-6820-4621-9f77-4a798268cc9d already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:33:20.561Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar ASDC sendASDCNotification
2023-03-18T14:33:20.561Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar(Resource with UUID: d26137cf-1389-4abe-8e09-78b44d7a1aae already exists)
2023-03-18T14:33:20.561Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-18T14:33:20.561Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:33:20.561Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:33:20.561Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679150000561,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: d26137cf-1389-4abe-8e09-78b44d7a1aae already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:33:21.562Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d4dc9e71-f2cb-491c-bcf1-9d51402514be
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T14:33:21.577Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d4dc9e71-f2cb-491c-bcf1-9d51402514be
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T14:33:21.580Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-18T14:33:21.581Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-18T14:33:21.581Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-18T14:33:21.581Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-18T14:33:21.581Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T14:33:21.581Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T14:33:21.581Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T14:33:21.581Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T14:33:21.581Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T14:33:21.581Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-18T14:33:21.591Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-18T14:33:51.594Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: d4dc9e71-f2cb-491c-bcf1-9d51402514be and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-18T14:33:51.602Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: d4dc9e71-f2cb-491c-bcf1-9d51402514be and serviceModelVersionId: 27fdb87d-b713-4eaf-90a0-9e48041e5db6
2023-03-18T14:33:51.602Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : cb6d14f9-78ae-470a-a6af-a3a2b9fea472
2023-03-18T14:33:51.602Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/cb6d14f9-78ae-470a-a6af-a3a2b9fea472/model-vers/model-ver/27fdb87d-b713-4eaf-90a0-9e48041e5db6?depth=0
2023-03-18T14:33:51.605Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2023-03-18T14:33:51.615Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cb6d14f9-78ae-470a-a6af-a3a2b9fea472/model-vers/model-ver/27fdb87d-b713-4eaf-90a0-9e48041e5db6?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-03-18T14:33:51.615Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cb6d14f9-78ae-470a-a6af-a3a2b9fea472/model-vers/model-ver/27fdb87d-b713-4eaf-90a0-9e48041e5db6?depth=0|INFO|500||Invoke
2023-03-18T14:33:51.624Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cb6d14f9-78ae-470a-a6af-a3a2b9fea472/model-vers/model-ver/27fdb87d-b713-4eaf-90a0-9e48041e5db6?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-18T14:33:51.751Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cb6d14f9-78ae-470a-a6af-a3a2b9fea472/model-vers/model-ver/27fdb87d-b713-4eaf-90a0-9e48041e5db6?depth=0|INFO|500||InvokeReturn
2023-03-18T14:33:51.751Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cb6d14f9-78ae-470a-a6af-a3a2b9fea472/model-vers/model-ver/27fdb87d-b713-4eaf-90a0-9e48041e5db6?depth=0 has http status code:200 and response headers:{date=[Sat, 18 Mar 2023 14:33:51 GMT], content-length=[0], vertex-id=[593936], x-aai-txid=[2-aai-resources-230318-14:33:51:327-45084], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-18T14:33:51.752Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Response was returned with an empty entity.
2023-03-18T14:33:51.752Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-18T14:33:51.752Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-18T14:33:51.762Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-18T14:33:51.762Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID d4dc9e71-f2cb-491c-bcf1-9d51402514be and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-18T14:33:51.762Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-18T14:33:51.762Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:33:51.763Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:33:51.763Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679150031762,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-18T14:33:52.785Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-18T14:33:52.785Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received notification from broker: {"distributionID":"9f6cbd74-5561-4ebf-ae29-ef09adcdb35a","serviceName":"vFW 2023-03-18 11-49-31","serviceVersion":"1.0","serviceUUID":"6d984351-d1ca-40a4-aad4-cb46662a587a","serviceDescription":"catalog service description","serviceInvariantUUID":"cf32c985-ce6d-438e-ae22-e6fd004665b3","resources":[{"resourceInstanceName":"vFW c11b0f1b-4505 0","resourceName":"vFW c11b0f1b-4505","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"c7374fd6-6727-4426-9587-40812bc7c663","resourceInvariantUUID":"26f1c4e0-d5d2-4519-a829-ba04da79dfd3","resourceCustomizationUUID":"19f5eed0-33a8-4dbf-839a-f2ac2d3b058b","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/vf-license-model.xml","artifactChecksum":"ZmYyYjdhM2U5NTJiNDExYWMwYTMzMTkyZDMwYzcxZTc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"7b8e42e6-1821-4cac-aa27-034f93b9a8bb","artifactVersion":"1"},{"artifactName":"vfwc11b0f1b45050_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/vfwc11b0f1b45050_modules.json","artifactChecksum":"YTA1YjZlZDc1ZGI4M2FjMjI5NWE4ZTQzZjQxZmI1MGE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"40a0f4a8-4459-48c6-8da9-780f32a6e90d","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"3198714b-6cfa-4ae8-9e58-caa5fd7816d1","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/vendor-license-model.xml","artifactChecksum":"OTNkYjEwYTcxMGU1ODVlYThkMzJiZjM0OWMzYWExNTg\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"56d4001a-cb5d-4c8b-a9db-05f6dd036a2e","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"72f0a15a-ad88-4350-921f-de50e44e2b78","artifactVersion":"2","generatedFromUUID":"3198714b-6cfa-4ae8-9e58-caa5fd7816d1"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20230318114931-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-template.yml","artifactChecksum":"MmZjZDk3ZDhkZWNhNmYyZTJiYmJjYzlhZTNjZmUwZDU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"d733d559-0885-4fbb-8573-c3718d9662ac","artifactVersion":"1"},{"artifactName":"service-Vfw20230318114931-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar","artifactChecksum":"NzYyNTc4YTljZWI3YjE3YThjOTU0MjkyMGEyMDMxNDY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"2a8efcaf-0813-4b52-901f-136ba065c343","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-18T14:33:52.785Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T14:33:52.786Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:33:52.786Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:33:52.786Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679149651818,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:33:53.787Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T14:33:53.787Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:33:53.788Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:33:53.788Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679149651818,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/vfwc11b0f1b45050_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:33:54.790Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T14:33:54.790Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:33:54.790Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:33:54.790Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679149651818,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:33:55.791Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T14:33:55.791Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:33:55.791Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:33:55.791Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679149651818,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:33:56.791Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T14:33:56.792Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:33:56.792Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:33:56.792Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679149651818,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/base_vfw.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:33:57.792Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T14:33:57.793Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:33:57.793Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:33:57.794Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679149651818,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:33:58.794Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T14:33:58.795Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:33:58.795Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:33:58.795Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679149651818,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:33:58.919Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:33:58.925Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-18T14:33:58.925Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679149651818,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T14:33:58.925Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:33:58.925Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-18T14:33:58.925Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679149651818,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/vfw58569f3ebd560_modules.json",
  "status": "NOTIFIED"
}
2023-03-18T14:33:58.926Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:33:58.926Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-18T14:33:58.926Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679149651818,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-03-18T14:33:58.926Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:33:58.926Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-18T14:33:58.926Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679149651818,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T14:33:58.926Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:33:58.926Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-18T14:33:58.926Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679149651818,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2023-03-18T14:33:58.926Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:33:58.926Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-18T14:33:58.926Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679149651818,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T14:33:58.926Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:33:58.926Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-18T14:33:58.926Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679149651818,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar",
  "status": "NOTIFIED"
}
2023-03-18T14:33:58.926Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:33:58.926Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-18T14:33:58.926Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679149997026,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-18T14:33:58.926Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:33:58.926Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-18T14:33:58.927Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679149999560,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 436a091b-6820-4621-9f77-4a798268cc9d already exists"
}
2023-03-18T14:33:58.927Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:33:58.927Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-18T14:33:58.927Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679150000561,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: d26137cf-1389-4abe-8e09-78b44d7a1aae already exists"
}
2023-03-18T14:33:58.927Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:33:58.927Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-18T14:33:58.927Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679150031762,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-18T14:33:58.927Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:33:58.927Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-18T14:33:58.927Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679149651818,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T14:33:58.927Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:33:58.927Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-18T14:33:58.927Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679149651818,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/vfwc11b0f1b45050_modules.json",
  "status": "NOTIFIED"
}
2023-03-18T14:33:58.927Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:33:58.927Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-18T14:33:58.927Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679149651818,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-03-18T14:33:58.927Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:33:58.927Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-18T14:33:58.927Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679149651818,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T14:33:58.927Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:33:58.927Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-18T14:33:58.927Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679149651818,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2023-03-18T14:33:58.927Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:33:58.927Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-18T14:33:58.927Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679149651818,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T14:33:58.928Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:33:58.928Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-18T14:33:58.928Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679149651818,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar",
  "status": "NOTIFIED"
}
2023-03-18T14:33:58.928Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:33:59.796Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "serviceName": "vFW 2023-03-18 11-49-31",
  "serviceVersion": "1.0",
  "serviceUUID": "6d984351-d1ca-40a4-aad4-cb46662a587a",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "cf32c985-ce6d-438e-ae22-e6fd004665b3",
  "resources": [
    {
      "resourceInstanceName": "vFW c11b0f1b-4505 0",
      "resourceCustomizationUUID": "19f5eed0-33a8-4dbf-839a-f2ac2d3b058b",
      "resourceName": "vFW c11b0f1b-4505",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "c7374fd6-6727-4426-9587-40812bc7c663",
      "resourceInvariantUUID": "26f1c4e0-d5d2-4519-a829-ba04da79dfd3",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfwc11b0f1b45050_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/vfwc11b0f1b45050_modules.json",
          "artifactChecksum": "YTA1YjZlZDc1ZGI4M2FjMjI5NWE4ZTQzZjQxZmI1MGE\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "40a0f4a8-4459-48c6-8da9-780f32a6e90d",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "3198714b-6cfa-4ae8-9e58-caa5fd7816d1",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "72f0a15a-ad88-4350-921f-de50e44e2b78",
            "generatedFromUUID": "3198714b-6cfa-4ae8-9e58-caa5fd7816d1"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "72f0a15a-ad88-4350-921f-de50e44e2b78",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20230318114931-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar",
      "artifactChecksum": "NzYyNTc4YTljZWI3YjE3YThjOTU0MjkyMGEyMDMxNDY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "2a8efcaf-0813-4b52-901f-136ba065c343"
    }
  ],
  "workloadContext": "Production"
}
2023-03-18T14:33:59.797Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-18T14:33:59.797Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 6d984351-d1ca-40a4-aad4-cb46662a587a ASDC
2023-03-18T14:33:59.797Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:9f6cbd74-5561-4ebf-ae29-ef09adcdb35a
ServiceName:vFW 2023-03-18 11-49-31
ServiceVersion:1.0
ServiceUUID:6d984351-d1ca-40a4-aad4-cb46662a587a
ServiceInvariantUUID:cf32c985-ce6d-438e-ae22-e6fd004665b3
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20230318114931-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar
ArtifactUUID:2a8efcaf-0813-4b52-901f-136ba065c343
ArtifactChecksum:NzYyNTc4YTljZWI3YjE3YThjOTU0MjkyMGEyMDMxNDY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW c11b0f1b-4505 0
ResourceCustomizationUUID:19f5eed0-33a8-4dbf-839a-f2ac2d3b058b
ResourceInvariantUUID:26f1c4e0-d5d2-4519-a829-ba04da79dfd3
ResourceName:vFW c11b0f1b-4505
ResourceType:VF
ResourceUUID:c7374fd6-6727-4426-9587-40812bc7c663
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwc11b0f1b45050_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/vfwc11b0f1b45050_modules.json
ArtifactUUID:40a0f4a8-4459-48c6-8da9-780f32a6e90d
ArtifactChecksum:YTA1YjZlZDc1ZGI4M2FjMjI5NWE4ZTQzZjQxZmI1MGE=
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/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/base_vfw.yaml
ArtifactUUID:3198714b-6cfa-4ae8-9e58-caa5fd7816d1
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/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/base_vfw.env
ArtifactUUID:72f0a15a-ad88-4350-921f-de50e44e2b78
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/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/base_vfw.env
ArtifactUUID:72f0a15a-ad88-4350-921f-de50e44e2b78
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-18T14:33:59.797Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 6d984351-d1ca-40a4-aad4-cb46662a587a 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: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-18T14:33:59.828Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-18T14:33:59.829Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-03-18T14:33:59.829Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-03-18T14:33:59.829Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 2a8efcaf-0813-4b52-901f-136ba065c343 from URL: /sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar
2023-03-18T14:33:59.829Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||INFO|500||DistributionClient - download
2023-03-18T14:33:59.829Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar
2023-03-18T14:34:00.079Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2023-03-18T14:34:00.085Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar 2a8efcaf-0813-4b52-901f-136ba065c343 101507
2023-03-18T14:34:00.086Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar ASDC sendASDCNotification
2023-03-18T14:34:00.086Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar
2023-03-18T14:34:00.086Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-18T14:34:00.086Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:34:00.086Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:34:00.086Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679150040086,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:34:01.087Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-18T14:34:01.088Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-03-18T14:34:01.088Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 2a8efcaf-0813-4b52-901f-136ba065c343, URL: /sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar to file: /app/ASDC/1/service-Vfw20230318114931-csar.csar
2023-03-18T14:34:01.089Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20230318114931-csar.csar
2023-03-18T14:34:01.090Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20230318114931-csar.csar
2023-03-18T14:34:01.091Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20230318114931-csar.csar
2023-03-18T14:34:01.224Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP984872485081456005/Definitions/service-Vfw20230318114931-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
2023-03-18T14:34:02.612Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-18T14:34:02.612Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||WARN|500||####################################################################################################
2023-03-18T14:34:02.612Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20230318114931-csar.csar
2023-03-18T14:34:02.612Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2023-03-18T14:34:02.612Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230318114931-csar.csar
2023-03-18T14:34:02.612Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230318114931-csar.csar
2023-03-18T14:34:02.612Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20230318114931-csar.csar
2023-03-18T14:34:02.612Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230318114931-csar.csar
2023-03-18T14:34:02.612Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230318114931-csar.csar
2023-03-18T14:34:02.612Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230318114931-csar.csar
2023-03-18T14:34:02.613Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230318114931-csar.csar
2023-03-18T14:34:02.613Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230318114931-csar.csar
2023-03-18T14:34:02.613Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230318114931-csar.csar
2023-03-18T14:34:02.613Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230318114931-csar.csar
2023-03-18T14:34:02.613Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW c11b0f1b-4505 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-Vfw20230318114931-csar.csar
2023-03-18T14:34:02.613Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||WARN|500||####################################################################################################
2023-03-18T14:34:02.613Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T14:34:02.613Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Service vFW 2023-03-18 11-49-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T14:34:02.613Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Node template vFW c11b0f1b-4505 0 is matching search criteria
2023-03-18T14:34:02.613Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2023-03-18T14:34:02.613Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW c11b0f1b-4505 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-18T14:34:02.614Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T14:34:02.614Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Service vFW 2023-03-18 11-49-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T14:34:02.614Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Node template vFW c11b0f1b-4505 0 is matching search criteria
2023-03-18T14:34:02.614Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2023-03-18T14:34:02.614Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW c11b0f1b-4505 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-18T14:34:02.614Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T14:34:02.614Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Service vFW 2023-03-18 11-49-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T14:34:02.614Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T14:34:02.614Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Node template vFW c11b0f1b-4505 0 is not matching search criteria
2023-03-18T14:34:02.614Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-18T14:34:02.614Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-18T14:34:02.614Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-18T14:34:02.614Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-18T14:34:02.614Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-18T14:34:02.614Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-18T14:34:02.614Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-18T14:34:02.614Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-18T14:34:02.614Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-18T14:34:02.614Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-18T14:34:02.614Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-18T14:34:02.614Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-18T14:34:02.614Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-18T14:34:02.614Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-18T14:34:02.614Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-18T14:34:02.614Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-03-18T14:34:02.614Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T14:34:02.614Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Service vFW 2023-03-18 11-49-31 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-03-18T14:34:02.614Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T14:34:02.614Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Node template vFW c11b0f1b-4505 0 is matching search criteria
2023-03-18T14:34:02.614Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW c11b0f1b-4505 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-18T14:34:02.615Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T14:34:02.615Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Node template vFW c11b0f1b-4505 0 is matching search criteria
2023-03-18T14:34:02.615Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW c11b0f1b-4505 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-18T14:34:02.615Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T14:34:02.615Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Node template vFW c11b0f1b-4505 0 is matching search criteria
2023-03-18T14:34:02.615Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW c11b0f1b-4505 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-18T14:34:02.615Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T14:34:02.615Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Node template vFW c11b0f1b-4505 0 is not matching search criteria
2023-03-18T14:34:02.615Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-18T14:34:02.615Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-03-18T14:34:02.615Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-18T14:34:02.615Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-18T14:34:02.615Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-18T14:34:02.615Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-18T14:34:02.615Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-18T14:34:02.615Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-18T14:34:02.615Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-18T14:34:02.615Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-18T14:34:02.615Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-18T14:34:02.615Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=93a1b299-440a-4b46-b809-896a244a8c3e
2023-03-18T14:34:02.616Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T14:34:02.616Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Node template vFW c11b0f1b-4505 0 is not matching search criteria
2023-03-18T14:34:02.616Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-18T14:34:02.616Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-18T14:34:02.616Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-18T14:34:02.616Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-18T14:34:02.616Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-18T14:34:02.616Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-18T14:34:02.616Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-18T14:34:02.616Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-03-18T14:34:02.616Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-18T14:34:02.616Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-18T14:34:02.616Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-18T14:34:02.616Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-18T14:34:02.616Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=f46f0c4d-868d-4d5b-9783-ea8cf0f2cc90
2023-03-18T14:34:02.616Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T14:34:02.617Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Node template vFW c11b0f1b-4505 0 is not matching search criteria
2023-03-18T14:34:02.617Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-18T14:34:02.617Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-18T14:34:02.617Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-18T14:34:02.617Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-18T14:34:02.617Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-18T14:34:02.617Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-18T14:34:02.617Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-18T14:34:02.617Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-18T14:34:02.617Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-18T14:34:02.617Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-18T14:34:02.617Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-18T14:34:02.617Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-03-18T14:34:02.617Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=5079a023-f40e-49e5-9a39-abc7b36fa226
2023-03-18T14:34:02.617Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T14:34:02.617Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Service vFW 2023-03-18 11-49-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T14:34:02.617Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T14:34:02.617Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Service vFW 2023-03-18 11-49-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T14:34:02.617Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T14:34:02.617Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Service vFW 2023-03-18 11-49-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T14:34:02.617Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T14:34:02.617Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Service vFW 2023-03-18 11-49-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T14:34:02.617Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2023-03-18 11-49-31
Description:catalog service description
Model UUID:6d984351-d1ca-40a4-aad4-cb46662a587a
Model Version:NULL
Model InvariantUuid:cf32c985-ce6d-438e-ae22-e6fd004665b3
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW c11b0f1b-4505
Model UUID:ebdaa0dd-57e1-4fdd-a831-8135ea117a46
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:26f1c4e0-d5d2-4519-a829-ba04da79dfd3
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:19f5eed0-33a8-4dbf-839a-f2ac2d3b058b
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:6ebe4145-67c2-45e6-9597-53226a0916bd
ModelName:VfwC11b0f1b4505..base_vfw..module-0
ModelUuid:0261834d-3be1-4860-8b24-040e2c80aecd
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:93a1b299-440a-4b46-b809-896a244a8c3e
ModelInvariantUuid:8ec395e7-2102-4d02-844f-c114ac1a4203
ModelName:vFW c11b0f1b-4505-nodes.vfwCvfc
ModelUuid:504b1f13-9ac9-4e16-910b-43ab4acacb0f
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:99287d62-b33c-413e-89ec-87108c575104
ModelInvariantUuid:47f32f44-cd17-4eef-9e16-abcb011ab104
ModelName:VfwC11b0f1b4505.compute.nodes.heat.vfw
ModelUuid:2a6b0c3b-4ab1-49cd-8a96-f1f0feba73a0
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:f46f0c4d-868d-4d5b-9783-ea8cf0f2cc90
ModelInvariantUuid:d8e52c29-a773-431c-95b4-d1f0431b5e9e
ModelName:vFW c11b0f1b-4505-nodes.vsnCvfc
ModelUuid:e2d70f6d-c1ff-493f-99ab-25fea72fcdcc
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:113d5ed4-4ad4-49a7-94a3-7a01856b2205
ModelInvariantUuid:39b9a204-ad6c-4bfc-8b8d-763592e31d47
ModelName:VfwC11b0f1b4505.compute.nodes.heat.vsn
ModelUuid:fb5c808e-fe4a-477f-9cbd-5ab7141bbabe
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:5079a023-f40e-49e5-9a39-abc7b36fa226
ModelInvariantUuid:457dc8a1-b2ed-4d6f-963b-32e7f710a988
ModelName:vFW c11b0f1b-4505-nodes.vpgCvfc
ModelUuid:b289eee2-d7be-43f7-a6eb-232cf9ffa6c4
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:b5a732bf-796a-41d5-8db9-e0467a3c1b4a
ModelInvariantUuid:6626a445-05ec-4eb4-b903-06723caa1195
ModelName:VfwC11b0f1b4505.compute.nodes.heat.vpg
ModelUuid:f6a4ab06-9982-4e1b-be30-d56572ed840e
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=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-03-18T14:34:02.649Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||ERROR|500||Csar with UUID: 2a8efcaf-0813-4b52-901f-136ba065c343 already exists
2023-03-18T14:34:02.650Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar ASDC sendASDCNotification
2023-03-18T14:34:02.650Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar(Csar with UUID: 2a8efcaf-0813-4b52-901f-136ba065c343 already exists)
2023-03-18T14:34:02.650Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-18T14:34:02.650Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:34:02.650Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:34:02.650Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679150042650,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 2a8efcaf-0813-4b52-901f-136ba065c343 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:34:03.651Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar ASDC sendASDCNotification
2023-03-18T14:34:03.651Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar(Resource with UUID: c7374fd6-6727-4426-9587-40812bc7c663 already exists)
2023-03-18T14:34:03.651Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-18T14:34:03.651Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:34:03.651Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:34:03.651Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679150043651,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: c7374fd6-6727-4426-9587-40812bc7c663 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:34:04.653Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9f6cbd74-5561-4ebf-ae29-ef09adcdb35a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T14:34:04.669Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9f6cbd74-5561-4ebf-ae29-ef09adcdb35a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T14:34:04.671Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-18T14:34:04.671Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-18T14:34:04.671Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-18T14:34:04.671Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-18T14:34:04.671Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T14:34:04.671Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T14:34:04.671Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T14:34:04.671Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T14:34:04.671Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T14:34:04.671Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-18T14:34:04.680Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-18T14:34:34.680Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 9f6cbd74-5561-4ebf-ae29-ef09adcdb35a and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-18T14:34:34.688Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 9f6cbd74-5561-4ebf-ae29-ef09adcdb35a and serviceModelVersionId: 6d984351-d1ca-40a4-aad4-cb46662a587a
2023-03-18T14:34:34.689Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : cf32c985-ce6d-438e-ae22-e6fd004665b3
2023-03-18T14:34:34.689Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/cf32c985-ce6d-438e-ae22-e6fd004665b3/model-vers/model-ver/6d984351-d1ca-40a4-aad4-cb46662a587a?depth=0
2023-03-18T14:34:34.692Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2023-03-18T14:34:34.701Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cf32c985-ce6d-438e-ae22-e6fd004665b3/model-vers/model-ver/6d984351-d1ca-40a4-aad4-cb46662a587a?depth=0|INFO|500||Invoke
2023-03-18T14:34:34.701Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cf32c985-ce6d-438e-ae22-e6fd004665b3/model-vers/model-ver/6d984351-d1ca-40a4-aad4-cb46662a587a?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cf32c985-ce6d-438e-ae22-e6fd004665b3/model-vers/model-ver/6d984351-d1ca-40a4-aad4-cb46662a587a?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[9f6cbd74-5561-4ebf-ae29-ef09adcdb35a], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[4420db43-19cc-45ff-b2e9-f760ac14d710], X-ECOMP-RequestID=[9f6cbd74-5561-4ebf-ae29-ef09adcdb35a], X-TransactionId=[], X-ONAP-RequestID=[9f6cbd74-5561-4ebf-ae29-ef09adcdb35a], Content-Type=[application/merge-patch+json]}
2023-03-18T14:34:34.708Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cf32c985-ce6d-438e-ae22-e6fd004665b3/model-vers/model-ver/6d984351-d1ca-40a4-aad4-cb46662a587a?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-18T14:34:34.834Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cf32c985-ce6d-438e-ae22-e6fd004665b3/model-vers/model-ver/6d984351-d1ca-40a4-aad4-cb46662a587a?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/cf32c985-ce6d-438e-ae22-e6fd004665b3/model-vers/model-ver/6d984351-d1ca-40a4-aad4-cb46662a587a?depth=0 has http status code:200 and response headers:{date=[Sat, 18 Mar 2023 14:34:34 GMT], content-length=[0], vertex-id=[364760], x-aai-txid=[0-aai-resources-230318-14:34:34:410-40265], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-18T14:34:34.835Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cf32c985-ce6d-438e-ae22-e6fd004665b3/model-vers/model-ver/6d984351-d1ca-40a4-aad4-cb46662a587a?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-18T14:34:34.835Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cf32c985-ce6d-438e-ae22-e6fd004665b3/model-vers/model-ver/6d984351-d1ca-40a4-aad4-cb46662a587a?depth=0|INFO|500||InvokeReturn
2023-03-18T14:34:34.835Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-18T14:34:34.836Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-18T14:34:34.841Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-18T14:34:34.841Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 9f6cbd74-5561-4ebf-ae29-ef09adcdb35a and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-18T14:34:34.841Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-18T14:34:34.841Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:34:34.841Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:34:34.841Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679150074841,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-18T14:34:35.862Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-18T14:34:35.862Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||received notification from broker: {"distributionID":"74149d2a-f284-47d2-b2fa-4e2fc7be8f3e","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"942654ba-46c2-4f05-ae3d-6460a7c9e9a7","serviceDescription":"service","serviceInvariantUUID":"ccdda148-11a2-4587-8a73-4287349e801a","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"9290846e-2e09-452f-a45d-c33314796f1f","resourceInvariantUUID":"df78bcaa-4726-47cb-aa3f-3d44f5870fc0","resourceCustomizationUUID":"014700c6-fb42-406a-8786-743311c39dea","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":"YzAxYzRjZjI5ZDYxYzM3NGE1ZWQzMDUyNDdmNzFlYjI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"0c62aeb4-b847-4e92-887d-05928e34bd2a","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"MjQwMDY3MzNlZjViMGM0YmQ4Mzg2OTA4MTFiM2YxYTQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"01ded22f-bc0d-42c0-9fad-2915e46c71e4","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-18T14:34:35.863Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T14:34:35.863Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:34:35.863Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:34:35.863Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "74149d2a-f284-47d2-b2fa-4e2fc7be8f3e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679149651818,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:34:36.865Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T14:34:36.865Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:34:36.865Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:34:36.865Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "74149d2a-f284-47d2-b2fa-4e2fc7be8f3e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679149651818,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:34:37.866Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "74149d2a-f284-47d2-b2fa-4e2fc7be8f3e",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "942654ba-46c2-4f05-ae3d-6460a7c9e9a7",
  "serviceDescription": "service",
  "serviceInvariantUUID": "ccdda148-11a2-4587-8a73-4287349e801a",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "014700c6-fb42-406a-8786-743311c39dea",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "9290846e-2e09-452f-a45d-c33314796f1f",
      "resourceInvariantUUID": "df78bcaa-4726-47cb-aa3f-3d44f5870fc0",
      "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": "MjQwMDY3MzNlZjViMGM0YmQ4Mzg2OTA4MTFiM2YxYTQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "01ded22f-bc0d-42c0-9fad-2915e46c71e4"
    }
  ],
  "workloadContext": "Production"
}
2023-03-18T14:34:37.867Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-18T14:34:37.868Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 942654ba-46c2-4f05-ae3d-6460a7c9e9a7 ASDC
2023-03-18T14:34:37.869Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:74149d2a-f284-47d2-b2fa-4e2fc7be8f3e
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:942654ba-46c2-4f05-ae3d-6460a7c9e9a7
ServiceInvariantUUID:ccdda148-11a2-4587-8a73-4287349e801a
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:01ded22f-bc0d-42c0-9fad-2915e46c71e4
ArtifactChecksum:MjQwMDY3MzNlZjViMGM0YmQ4Mzg2OTA4MTFiM2YxYTQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:014700c6-fb42-406a-8786-743311c39dea
ResourceInvariantUUID:df78bcaa-4726-47cb-aa3f-3d44f5870fc0
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:9290846e-2e09-452f-a45d-c33314796f1f
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2023-03-18T14:34:37.869Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 942654ba-46c2-4f05-ae3d-6460a7c9e9a7 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: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-18T14:34:37.903Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-18T14:34:37.903Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-03-18T14:34:37.903Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-03-18T14:34:37.903Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 01ded22f-bc0d-42c0-9fad-2915e46c71e4 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-03-18T14:34:37.904Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||||INFO|500||DistributionClient - download
2023-03-18T14:34:37.904Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-03-18T14:34:37.935Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||||DEBUG|500||GET Response Status 404
2023-03-18T14:34:37.935Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@7132deb5
2023-03-18T14:34:37.936Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-18T14:34:37.936Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicNetwork"
      ]
    }
  }
}
2023-03-18T14:34:37.936Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicNetwork-csar.csar /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 01ded22f-bc0d-42c0-9fad-2915e46c71e4 Specified artifact is  not found 300 ASDC artifact download fail
2023-03-18T14:34:37.936Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-03-18T14:34:37.937Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar(Specified artifact is  not found)
2023-03-18T14:34:37.937Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-18T14:34:37.937Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:34:37.937Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:34:37.937Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "74149d2a-f284-47d2-b2fa-4e2fc7be8f3e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679150077936,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:34:38.938Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during processCsarServiceArtifacts ASDC processCsarServiceArtifacts 500 Exception in processCsarServiceArtifacts
org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact service-BasicNetwork-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar(UUID:01ded22f-bc0d-42c0-9fad-2915e46c71e4)
Error message is Specified artifact is  not found

	at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394)
	at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
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 watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-03-18T14:34:38.970Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||||ERROR|500||Csar with UUID: 01ded22f-bc0d-42c0-9fad-2915e46c71e4 already exists
2023-03-18T14:34:38.970Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-03-18T14:34:38.971Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar(Csar with UUID: 01ded22f-bc0d-42c0-9fad-2915e46c71e4 already exists)
2023-03-18T14:34:38.971Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-18T14:34:38.971Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:34:38.971Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:34:38.971Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "74149d2a-f284-47d2-b2fa-4e2fc7be8f3e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679150078970,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 01ded22f-bc0d-42c0-9fad-2915e46c71e4 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:34:39.972Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-03-18T14:34:39.972Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar(Resource with UUID: 9290846e-2e09-452f-a45d-c33314796f1f already exists)
2023-03-18T14:34:39.972Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-18T14:34:39.972Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:34:39.972Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:34:39.972Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "74149d2a-f284-47d2-b2fa-4e2fc7be8f3e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679150079972,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 9290846e-2e09-452f-a45d-c33314796f1f already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:34:40.973Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 74149d2a-f284-47d2-b2fa-4e2fc7be8f3e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T14:34:40.988Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 74149d2a-f284-47d2-b2fa-4e2fc7be8f3e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T14:34:40.991Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-18T14:34:40.991Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-18T14:34:40.991Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-18T14:34:40.991Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-18T14:34:40.991Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T14:34:40.991Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T14:34:40.992Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T14:34:40.992Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T14:34:40.992Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T14:34:40.992Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-18T14:34:41.001Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-18T14:34:58.920Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:34:58.927Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-18T14:34:58.927Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679150040086,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-18T14:34:58.928Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:34:58.928Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-18T14:34:58.928Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679150042650,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 2a8efcaf-0813-4b52-901f-136ba065c343 already exists"
}
2023-03-18T14:34:58.928Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:34:58.928Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-18T14:34:58.928Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679150043651,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: c7374fd6-6727-4426-9587-40812bc7c663 already exists"
}
2023-03-18T14:34:58.928Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:34:58.929Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-18T14:34:58.929Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679150074841,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-18T14:34:58.929Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:34:58.929Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-18T14:34:58.929Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "74149d2a-f284-47d2-b2fa-4e2fc7be8f3e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679149651818,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T14:34:58.929Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:34:58.929Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-18T14:34:58.929Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "74149d2a-f284-47d2-b2fa-4e2fc7be8f3e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679149651818,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-03-18T14:34:58.929Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:34:58.929Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-18T14:34:58.929Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "74149d2a-f284-47d2-b2fa-4e2fc7be8f3e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679150077936,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-18T14:34:58.929Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:34:58.929Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-18T14:34:58.929Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "74149d2a-f284-47d2-b2fa-4e2fc7be8f3e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679150078970,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 01ded22f-bc0d-42c0-9fad-2915e46c71e4 already exists"
}
2023-03-18T14:34:58.929Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:34:58.930Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-18T14:34:58.930Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "74149d2a-f284-47d2-b2fa-4e2fc7be8f3e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679150079972,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 9290846e-2e09-452f-a45d-c33314796f1f already exists"
}
2023-03-18T14:34:58.930Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:35:11.002Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 74149d2a-f284-47d2-b2fa-4e2fc7be8f3e and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-18T14:35:11.010Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 74149d2a-f284-47d2-b2fa-4e2fc7be8f3e and serviceModelVersionId: 942654ba-46c2-4f05-ae3d-6460a7c9e9a7
2023-03-18T14:35:11.011Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : ccdda148-11a2-4587-8a73-4287349e801a
2023-03-18T14:35:11.011Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/ccdda148-11a2-4587-8a73-4287349e801a/model-vers/model-ver/942654ba-46c2-4f05-ae3d-6460a7c9e9a7?depth=0
2023-03-18T14:35:11.015Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2023-03-18T14:35:11.024Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ccdda148-11a2-4587-8a73-4287349e801a/model-vers/model-ver/942654ba-46c2-4f05-ae3d-6460a7c9e9a7?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-03-18T14:35:11.025Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ccdda148-11a2-4587-8a73-4287349e801a/model-vers/model-ver/942654ba-46c2-4f05-ae3d-6460a7c9e9a7?depth=0|INFO|500||Invoke
2023-03-18T14:35:11.035Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ccdda148-11a2-4587-8a73-4287349e801a/model-vers/model-ver/942654ba-46c2-4f05-ae3d-6460a7c9e9a7?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-18T14:35:11.144Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ccdda148-11a2-4587-8a73-4287349e801a/model-vers/model-ver/942654ba-46c2-4f05-ae3d-6460a7c9e9a7?depth=0|INFO|500||InvokeReturn
2023-03-18T14:35:11.145Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ccdda148-11a2-4587-8a73-4287349e801a/model-vers/model-ver/942654ba-46c2-4f05-ae3d-6460a7c9e9a7?depth=0 has http status code:200 and response headers:{date=[Sat, 18 Mar 2023 14:35:10 GMT], content-length=[0], vertex-id=[192760], x-aai-txid=[1-aai-resources-230318-14:35:10:737-17168], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-18T14:35:11.146Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||||DEBUG|500||Response was returned with an empty entity.
2023-03-18T14:35:11.146Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-18T14:35:11.146Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-18T14:35:11.152Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-18T14:35:11.152Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 74149d2a-f284-47d2-b2fa-4e2fc7be8f3e and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-18T14:35:11.153Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-18T14:35:11.153Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:35:11.153Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:35:11.153Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "74149d2a-f284-47d2-b2fa-4e2fc7be8f3e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679150111152,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-18T14:35:12.176Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-18T14:35:12.176Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||||DEBUG|500||received notification from broker: {"distributionID":"6a074a1e-4b47-4382-9b90-afa918276d12","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"e17bf563-7a13-4701-b853-11ed8cbb93d7","serviceDescription":"service","serviceInvariantUUID":"8a45306d-3ac3-4f10-a742-9812edbe591e","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"1903c123-2be6-499b-8524-c9a33406ad4f","resourceInvariantUUID":"65a560ec-f509-40c5-b364-3c4cd0a20185","resourceCustomizationUUID":"41b30cb0-d009-4e4b-99c2-e95f691a4b2e","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":"YTFjZGVjMmU0NGZhOGFkMDlhZGI4ODkyYzk4MDRmOGE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"38ef1f0d-98ea-4e28-b00a-3091e61f54bc","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":"OWZmNjBmNzNmNGQ1ZThmYzNkMzdkODk3MzFkMDI2MDg\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"d3c6917c-1f70-48e9-9465-f259ee8cda65","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":"7aa99321-7b67-40f7-bd98-0e99d422bb2e","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":"5444e6a4-9351-40da-b837-0dd388e7cb3b","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":"cb506ca5-fd50-4406-abfc-b51858ac789a","artifactVersion":"2","generatedFromUUID":"7aa99321-7b67-40f7-bd98-0e99d422bb2e"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"ZjQyZmQxMjdjZDk5ZDY2OTQ3ZmIyZWI4MjExZGE4OGQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"204adab0-5bde-4230-9b3d-b26c0f4d57b4","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"NjI4YzVmZDFmMjYwMDhlNTZlOTY1M2NmMzExN2VkMjg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"4b6dc8ac-cbfc-43c0-9e93-2760226914ae","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-18T14:35:12.177Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T14:35:12.177Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:35:12.177Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:35:12.177Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679149651818,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:35:13.178Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T14:35:13.178Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:35:13.179Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:35:13.179Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679149651818,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:35:14.180Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T14:35:14.180Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:35:14.181Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:35:14.181Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679149651818,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:35:15.182Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T14:35:15.183Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:35:15.183Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:35:15.183Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679149651818,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:35:16.187Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T14:35:16.187Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:35:16.188Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:35:16.188Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679149651818,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:35:17.189Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T14:35:17.190Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:35:17.190Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:35:17.190Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679149651818,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:35:18.191Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T14:35:18.191Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:35:18.192Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:35:18.192Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679149651818,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:35:19.193Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "e17bf563-7a13-4701-b853-11ed8cbb93d7",
  "serviceDescription": "service",
  "serviceInvariantUUID": "8a45306d-3ac3-4f10-a742-9812edbe591e",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "41b30cb0-d009-4e4b-99c2-e95f691a4b2e",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "1903c123-2be6-499b-8524-c9a33406ad4f",
      "resourceInvariantUUID": "65a560ec-f509-40c5-b364-3c4cd0a20185",
      "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": "OWZmNjBmNzNmNGQ1ZThmYzNkMzdkODk3MzFkMDI2MDg\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "d3c6917c-1f70-48e9-9465-f259ee8cda65",
          "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": "7aa99321-7b67-40f7-bd98-0e99d422bb2e",
          "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": "cb506ca5-fd50-4406-abfc-b51858ac789a",
            "generatedFromUUID": "7aa99321-7b67-40f7-bd98-0e99d422bb2e"
          },
          "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": "cb506ca5-fd50-4406-abfc-b51858ac789a",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "NjI4YzVmZDFmMjYwMDhlNTZlOTY1M2NmMzExN2VkMjg\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "4b6dc8ac-cbfc-43c0-9e93-2760226914ae"
    }
  ],
  "workloadContext": "Production"
}
2023-03-18T14:35:19.194Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-18T14:35:19.194Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 e17bf563-7a13-4701-b853-11ed8cbb93d7 ASDC
2023-03-18T14:35:19.195Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:6a074a1e-4b47-4382-9b90-afa918276d12
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:e17bf563-7a13-4701-b853-11ed8cbb93d7
ServiceInvariantUUID:8a45306d-3ac3-4f10-a742-9812edbe591e
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:4b6dc8ac-cbfc-43c0-9e93-2760226914ae
ArtifactChecksum:NjI4YzVmZDFmMjYwMDhlNTZlOTY1M2NmMzExN2VkMjg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:41b30cb0-d009-4e4b-99c2-e95f691a4b2e
ResourceInvariantUUID:65a560ec-f509-40c5-b364-3c4cd0a20185
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:1903c123-2be6-499b-8524-c9a33406ad4f
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:d3c6917c-1f70-48e9-9465-f259ee8cda65
ArtifactChecksum:OWZmNjBmNzNmNGQ1ZThmYzNkMzdkODk3MzFkMDI2MDg=
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:7aa99321-7b67-40f7-bd98-0e99d422bb2e
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:cb506ca5-fd50-4406-abfc-b51858ac789a
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:cb506ca5-fd50-4406-abfc-b51858ac789a
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-18T14:35:19.195Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF e17bf563-7a13-4701-b853-11ed8cbb93d7 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: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-18T14:35:19.222Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-18T14:35:19.223Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-03-18T14:35:19.223Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-03-18T14:35:19.223Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 4b6dc8ac-cbfc-43c0-9e93-2760226914ae from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-03-18T14:35:19.223Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||INFO|500||DistributionClient - download
2023-03-18T14:35:19.223Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-03-18T14:35:19.256Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||DEBUG|500||GET Response Status 404
2023-03-18T14:35:19.257Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@2545d27b
2023-03-18T14:35:19.257Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-18T14:35:19.257Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicVm"
      ]
    }
  }
}
2023-03-18T14:35:19.257Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicVm-csar.csar /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 4b6dc8ac-cbfc-43c0-9e93-2760226914ae Specified artifact is  not found 300 ASDC artifact download fail
2023-03-18T14:35:19.258Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-03-18T14:35:19.258Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar(Specified artifact is  not found)
2023-03-18T14:35:19.258Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-18T14:35:19.258Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:35:19.258Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:35:19.258Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679150119258,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:35:20.259Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during processCsarServiceArtifacts ASDC processCsarServiceArtifacts 500 Exception in processCsarServiceArtifacts
org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact service-BasicVm-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar(UUID:4b6dc8ac-cbfc-43c0-9e93-2760226914ae)
Error message is Specified artifact is  not found

	at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394)
	at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
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 watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-03-18T14:35:20.294Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||ERROR|500||Csar with UUID: 4b6dc8ac-cbfc-43c0-9e93-2760226914ae already exists
2023-03-18T14:35:20.295Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-03-18T14:35:20.295Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar(Csar with UUID: 4b6dc8ac-cbfc-43c0-9e93-2760226914ae already exists)
2023-03-18T14:35:20.295Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-18T14:35:20.296Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:35:20.296Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:35:20.296Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679150120295,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 4b6dc8ac-cbfc-43c0-9e93-2760226914ae already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:35:21.297Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-03-18T14:35:21.298Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar(Resource with UUID: 1903c123-2be6-499b-8524-c9a33406ad4f already exists)
2023-03-18T14:35:21.298Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-18T14:35:21.298Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:35:21.298Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:35:21.299Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679150121297,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 1903c123-2be6-499b-8524-c9a33406ad4f already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:35:22.299Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6a074a1e-4b47-4382-9b90-afa918276d12
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T14:35:22.319Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6a074a1e-4b47-4382-9b90-afa918276d12
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T14:35:22.322Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-18T14:35:22.323Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-18T14:35:22.323Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-18T14:35:22.323Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-18T14:35:22.324Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T14:35:22.324Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T14:35:22.324Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T14:35:22.324Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T14:35:22.325Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T14:35:22.325Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-18T14:35:22.335Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-18T14:35:52.336Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 6a074a1e-4b47-4382-9b90-afa918276d12 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-18T14:35:52.345Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 6a074a1e-4b47-4382-9b90-afa918276d12 and serviceModelVersionId: e17bf563-7a13-4701-b853-11ed8cbb93d7
2023-03-18T14:35:52.345Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 8a45306d-3ac3-4f10-a742-9812edbe591e
2023-03-18T14:35:52.345Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/8a45306d-3ac3-4f10-a742-9812edbe591e/model-vers/model-ver/e17bf563-7a13-4701-b853-11ed8cbb93d7?depth=0
2023-03-18T14:35:52.349Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2023-03-18T14:35:52.359Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8a45306d-3ac3-4f10-a742-9812edbe591e/model-vers/model-ver/e17bf563-7a13-4701-b853-11ed8cbb93d7?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-03-18T14:35:52.360Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8a45306d-3ac3-4f10-a742-9812edbe591e/model-vers/model-ver/e17bf563-7a13-4701-b853-11ed8cbb93d7?depth=0|INFO|500||Invoke
2023-03-18T14:35:52.369Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8a45306d-3ac3-4f10-a742-9812edbe591e/model-vers/model-ver/e17bf563-7a13-4701-b853-11ed8cbb93d7?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-18T14:35:52.478Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8a45306d-3ac3-4f10-a742-9812edbe591e/model-vers/model-ver/e17bf563-7a13-4701-b853-11ed8cbb93d7?depth=0|INFO|500||InvokeReturn
2023-03-18T14:35:52.479Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8a45306d-3ac3-4f10-a742-9812edbe591e/model-vers/model-ver/e17bf563-7a13-4701-b853-11ed8cbb93d7?depth=0 has http status code:200 and response headers:{date=[Sat, 18 Mar 2023 14:35:52 GMT], content-length=[0], vertex-id=[188464], x-aai-txid=[0-aai-resources-230318-14:35:52:072-74514], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-18T14:35:52.479Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||DEBUG|500||Response was returned with an empty entity.
2023-03-18T14:35:52.480Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-18T14:35:52.480Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-18T14:35:52.485Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-18T14:35:52.486Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 6a074a1e-4b47-4382-9b90-afa918276d12 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-18T14:35:52.486Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-18T14:35:52.486Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:35:52.486Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:35:52.486Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679150152486,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-18T14:35:53.508Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-18T14:35:53.509Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||DEBUG|500||received notification from broker: {"distributionID":"5e005e65-61df-4986-a087-00761a388674","serviceName":"Demo_pNF_Qv5TXucXv4n7mssXUGFK","serviceVersion":"1.0","serviceUUID":"73f959ea-1a0e-41cf-b2da-40f07fd6a9c2","serviceDescription":"catalog service description","serviceInvariantUUID":"86b31417-cd30-434e-93e4-34d81e182271","resources":[{"resourceInstanceName":"pNF 8ecb3a29-1699 0","resourceName":"pNF 8ecb3a29-1699","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"79d852b9-56e5-416f-9d37-4483b88de628","resourceInvariantUUID":"c45c5ef7-20e5-4b81-8392-6fbf8a0a1b25","resourceCustomizationUUID":"3e0c811d-9b69-4eb9-9e2f-6a46c31c8df1","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/resourceInstances/pnf8ecb3a2916990/artifacts/vf-license-model.xml","artifactChecksum":"ZjYwMDAwM2MyYWM5MThmNDNmMGIxMzExNzJmYzM1YzQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"fe22c4be-1d3d-49d6-aaf8-5fb691f2c5bb","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/resourceInstances/pnf8ecb3a2916990/artifacts/pNF.csar","artifactChecksum":"YTFmMWQ3MzViYWZhMGQ1ZThlNzU3Y2I3ZGNlYWU4YjA\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"aee06125-71e1-4665-8ce8-8f87625d3137","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/resourceInstances/pnf8ecb3a2916990/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"d0d177b6-7fdc-4b24-a378-3361c335ea57","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/resourceInstances/pnf8ecb3a2916990/artifacts/vendor-license-model.xml","artifactChecksum":"NmIzN2Y3YWJiZDEyYzZiMDEyNjdiMzJhNGM5MzQ1OGI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"b3fc6aeb-2efb-45ec-a7fe-d71b1477f76e","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/resourceInstances/pnf8ecb3a2916990/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"e7ba57a9-59ef-4efe-90bb-fffece281605","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/resourceInstances/pnf8ecb3a2916990/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"cc689d97-ea39-40b8-b7d1-5326d5b71836","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfQv5txucxv4n7mssxugfk-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-template.yml","artifactChecksum":"ZTJjZGFlZDI3YjNkYzI4ZWNlMWMyNmM5NGMwOGRiNmY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"036d837c-a9b5-4c6b-9026-ef8b033600cc","artifactVersion":"1"},{"artifactName":"service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar","artifactChecksum":"NmIzYzkyYzFlZjM3YjA3YjIzODQ5MzIxZjA4ODdmYTg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"a93044a0-e137-47cf-b45c-87a4ec92508e","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-18T14:35:53.509Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T14:35:53.509Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:35:53.509Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:35:53.509Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679149651818,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/resourceInstances/pnf8ecb3a2916990/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:35:54.510Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T14:35:54.510Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:35:54.511Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:35:54.511Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679149651818,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/resourceInstances/pnf8ecb3a2916990/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:35:55.511Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T14:35:55.512Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:35:55.512Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:35:55.512Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679149651818,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/resourceInstances/pnf8ecb3a2916990/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:35:56.513Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T14:35:56.514Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:35:56.514Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:35:56.515Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679149651818,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/resourceInstances/pnf8ecb3a2916990/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:35:57.515Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T14:35:57.516Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:35:57.516Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:35:57.516Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679149651818,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/resourceInstances/pnf8ecb3a2916990/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:35:58.522Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T14:35:58.522Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:35:58.522Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:35:58.522Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679149651818,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/resourceInstances/pnf8ecb3a2916990/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:35:58.919Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:35:58.924Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-18T14:35:58.924Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "74149d2a-f284-47d2-b2fa-4e2fc7be8f3e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679150111152,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-18T14:35:58.925Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:35:58.925Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-18T14:35:58.925Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679149651818,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T14:35:58.925Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:35:58.925Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-18T14:35:58.925Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679149651818,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2023-03-18T14:35:58.926Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:35:58.926Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-18T14:35:58.926Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679149651818,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-03-18T14:35:58.926Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:35:58.926Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-18T14:35:58.926Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679149651818,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T14:35:58.926Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:35:58.926Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-18T14:35:58.926Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679149651818,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-03-18T14:35:58.927Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:35:58.927Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-18T14:35:58.927Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679149651818,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T14:35:58.927Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:35:58.927Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-18T14:35:58.927Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679149651818,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-03-18T14:35:58.927Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:35:58.927Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-18T14:35:58.927Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679150119258,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-18T14:35:58.927Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:35:58.928Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-18T14:35:58.928Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679150120295,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 4b6dc8ac-cbfc-43c0-9e93-2760226914ae already exists"
}
2023-03-18T14:35:58.928Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:35:58.928Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-18T14:35:58.928Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679150121297,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 1903c123-2be6-499b-8524-c9a33406ad4f already exists"
}
2023-03-18T14:35:58.928Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:35:58.928Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-18T14:35:58.928Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679150152486,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-18T14:35:58.929Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:35:58.929Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-18T14:35:58.929Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679149651818,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/resourceInstances/pnf8ecb3a2916990/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T14:35:58.929Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:35:58.929Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-18T14:35:58.929Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679149651818,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/resourceInstances/pnf8ecb3a2916990/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-18T14:35:58.929Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:35:58.930Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-18T14:35:58.930Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679149651818,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/resourceInstances/pnf8ecb3a2916990/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-18T14:35:58.930Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:35:58.930Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-18T14:35:58.930Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679149651818,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/resourceInstances/pnf8ecb3a2916990/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T14:35:58.930Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:35:58.930Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-18T14:35:58.930Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679149651818,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/resourceInstances/pnf8ecb3a2916990/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T14:35:58.930Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:35:58.930Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-18T14:35:58.931Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679149651818,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/resourceInstances/pnf8ecb3a2916990/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T14:35:58.931Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:35:59.523Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T14:35:59.523Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:35:59.524Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:35:59.524Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679149651818,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:36:00.524Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T14:36:00.525Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:36:00.525Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:36:00.525Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679149651818,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:36:01.526Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "serviceName": "Demo_pNF_Qv5TXucXv4n7mssXUGFK",
  "serviceVersion": "1.0",
  "serviceUUID": "73f959ea-1a0e-41cf-b2da-40f07fd6a9c2",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "86b31417-cd30-434e-93e4-34d81e182271",
  "resources": [
    {
      "resourceInstanceName": "pNF 8ecb3a29-1699 0",
      "resourceCustomizationUUID": "3e0c811d-9b69-4eb9-9e2f-6a46c31c8df1",
      "resourceName": "pNF 8ecb3a29-1699",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "79d852b9-56e5-416f-9d37-4483b88de628",
      "resourceInvariantUUID": "c45c5ef7-20e5-4b81-8392-6fbf8a0a1b25",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar",
      "artifactChecksum": "NmIzYzkyYzFlZjM3YjA3YjIzODQ5MzIxZjA4ODdmYTg\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "a93044a0-e137-47cf-b45c-87a4ec92508e"
    }
  ],
  "workloadContext": "Production"
}
2023-03-18T14:36:01.527Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-18T14:36:01.527Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 73f959ea-1a0e-41cf-b2da-40f07fd6a9c2 ASDC
2023-03-18T14:36:01.527Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:5e005e65-61df-4986-a087-00761a388674
ServiceName:Demo_pNF_Qv5TXucXv4n7mssXUGFK
ServiceVersion:1.0
ServiceUUID:73f959ea-1a0e-41cf-b2da-40f07fd6a9c2
ServiceInvariantUUID:86b31417-cd30-434e-93e4-34d81e182271
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar
ArtifactUUID:a93044a0-e137-47cf-b45c-87a4ec92508e
ArtifactChecksum:NmIzYzkyYzFlZjM3YjA3YjIzODQ5MzIxZjA4ODdmYTg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 8ecb3a29-1699 0
ResourceCustomizationUUID:3e0c811d-9b69-4eb9-9e2f-6a46c31c8df1
ResourceInvariantUUID:c45c5ef7-20e5-4b81-8392-6fbf8a0a1b25
ResourceName:pNF 8ecb3a29-1699
ResourceType:PNF
ResourceUUID:79d852b9-56e5-416f-9d37-4483b88de628
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-18T14:36:01.527Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 73f959ea-1a0e-41cf-b2da-40f07fd6a9c2 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: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-18T14:36:01.555Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-18T14:36:01.556Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-03-18T14:36:01.556Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-03-18T14:36:01.556Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: a93044a0-e137-47cf-b45c-87a4ec92508e from URL: /sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar
2023-03-18T14:36:01.556Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||INFO|500||DistributionClient - download
2023-03-18T14:36:01.556Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar
2023-03-18T14:36:01.792Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2023-03-18T14:36:01.797Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar a93044a0-e137-47cf-b45c-87a4ec92508e 88004
2023-03-18T14:36:01.797Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar ASDC sendASDCNotification
2023-03-18T14:36:01.797Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar
2023-03-18T14:36:01.797Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-18T14:36:01.797Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:36:01.797Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:36:01.797Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679150161797,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:36:02.798Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-18T14:36:02.799Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-03-18T14:36:02.799Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: a93044a0-e137-47cf-b45c-87a4ec92508e, URL: /sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar to file: /app/ASDC/1/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar
2023-03-18T14:36:02.800Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar
2023-03-18T14:36:02.801Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar
2023-03-18T14:36:02.801Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar
2023-03-18T14:36:02.894Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP485750681554819610/Definitions/service-DemoPnfQv5txucxv4n7mssxugfk-template.yml
2023-03-18T14:36:03.393Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-18T14:36:03.394Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||WARN|500||####################################################################################################
2023-03-18T14:36:03.394Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar
2023-03-18T14:36:03.394Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-18T14:36:03.394Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||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-DemoPnfQv5txucxv4n7mssxugfk-csar.csar
2023-03-18T14:36:03.394Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar
2023-03-18T14:36:03.394Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||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-DemoPnfQv5txucxv4n7mssxugfk-csar.csar
2023-03-18T14:36:03.394Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar
2023-03-18T14:36:03.394Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar
2023-03-18T14:36:03.394Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 8ecb3a29-1699 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-DemoPnfQv5txucxv4n7mssxugfk-csar.csar
2023-03-18T14:36:03.394Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar
2023-03-18T14:36:03.394Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||WARN|500||####################################################################################################
2023-03-18T14:36:03.394Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T14:36:03.394Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_Qv5TXucXv4n7mssXUGFK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T14:36:03.395Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||DEBUG|500||Node template pNF 8ecb3a29-1699 0 is matching search criteria
2023-03-18T14:36:03.395Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2023-03-18T14:36:03.395Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||DEBUG|500||Found topology templates [pNF 8ecb3a29-1699 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-18T14:36:03.395Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T14:36:03.395Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_Qv5TXucXv4n7mssXUGFK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T14:36:03.395Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||DEBUG|500||Node template pNF 8ecb3a29-1699 0 is matching search criteria
2023-03-18T14:36:03.395Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2023-03-18T14:36:03.395Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||DEBUG|500||Found topology templates [pNF 8ecb3a29-1699 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-18T14:36:03.395Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T14:36:03.395Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_Qv5TXucXv4n7mssXUGFK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T14:36:03.395Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T14:36:03.395Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_Qv5TXucXv4n7mssXUGFK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T14:36:03.395Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T14:36:03.395Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_Qv5TXucXv4n7mssXUGFK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T14:36:03.395Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T14:36:03.396Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_Qv5TXucXv4n7mssXUGFK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T14:36:03.396Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T14:36:03.396Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_Qv5TXucXv4n7mssXUGFK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T14:36:03.396Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_Qv5TXucXv4n7mssXUGFK
Description:catalog service description
Model UUID:73f959ea-1a0e-41cf-b2da-40f07fd6a9c2
Model Version:NULL
Model InvariantUuid:86b31417-cd30-434e-93e4-34d81e182271
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=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-03-18T14:36:03.426Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||ERROR|500||Csar with UUID: a93044a0-e137-47cf-b45c-87a4ec92508e already exists
2023-03-18T14:36:03.427Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar ASDC sendASDCNotification
2023-03-18T14:36:03.427Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar(Csar with UUID: a93044a0-e137-47cf-b45c-87a4ec92508e already exists)
2023-03-18T14:36:03.427Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-18T14:36:03.427Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:36:03.427Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:36:03.427Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679150163427,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: a93044a0-e137-47cf-b45c-87a4ec92508e already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:36:04.428Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar ASDC sendASDCNotification
2023-03-18T14:36:04.429Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar(Resource with UUID: 79d852b9-56e5-416f-9d37-4483b88de628 already exists)
2023-03-18T14:36:04.429Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-18T14:36:04.429Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:36:04.429Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:36:04.429Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679150164428,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 79d852b9-56e5-416f-9d37-4483b88de628 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:36:05.431Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5e005e65-61df-4986-a087-00761a388674
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T14:36:05.449Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5e005e65-61df-4986-a087-00761a388674
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T14:36:05.453Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-18T14:36:05.453Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-18T14:36:05.453Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-18T14:36:05.453Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-18T14:36:05.453Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T14:36:05.453Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T14:36:05.453Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T14:36:05.453Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T14:36:05.453Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T14:36:05.453Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T14:36:05.453Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-18T14:36:05.462Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-18T14:36:35.465Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 5e005e65-61df-4986-a087-00761a388674 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-18T14:36:35.473Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 5e005e65-61df-4986-a087-00761a388674 and serviceModelVersionId: 73f959ea-1a0e-41cf-b2da-40f07fd6a9c2
2023-03-18T14:36:35.474Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 86b31417-cd30-434e-93e4-34d81e182271
2023-03-18T14:36:35.474Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/86b31417-cd30-434e-93e4-34d81e182271/model-vers/model-ver/73f959ea-1a0e-41cf-b2da-40f07fd6a9c2?depth=0
2023-03-18T14:36:35.478Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2023-03-18T14:36:35.489Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/86b31417-cd30-434e-93e4-34d81e182271/model-vers/model-ver/73f959ea-1a0e-41cf-b2da-40f07fd6a9c2?depth=0|INFO|500||Invoke
2023-03-18T14:36:35.489Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/86b31417-cd30-434e-93e4-34d81e182271/model-vers/model-ver/73f959ea-1a0e-41cf-b2da-40f07fd6a9c2?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/86b31417-cd30-434e-93e4-34d81e182271/model-vers/model-ver/73f959ea-1a0e-41cf-b2da-40f07fd6a9c2?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[5e005e65-61df-4986-a087-00761a388674], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[2d146ab6-edb2-4751-beca-2dd1f3b38ea3], X-ECOMP-RequestID=[5e005e65-61df-4986-a087-00761a388674], X-TransactionId=[], X-ONAP-RequestID=[5e005e65-61df-4986-a087-00761a388674], Content-Type=[application/merge-patch+json]}
2023-03-18T14:36:35.497Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/86b31417-cd30-434e-93e4-34d81e182271/model-vers/model-ver/73f959ea-1a0e-41cf-b2da-40f07fd6a9c2?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-18T14:36:35.618Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/86b31417-cd30-434e-93e4-34d81e182271/model-vers/model-ver/73f959ea-1a0e-41cf-b2da-40f07fd6a9c2?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/86b31417-cd30-434e-93e4-34d81e182271/model-vers/model-ver/73f959ea-1a0e-41cf-b2da-40f07fd6a9c2?depth=0 has http status code:200 and response headers:{date=[Sat, 18 Mar 2023 14:36:35 GMT], content-length=[0], vertex-id=[204904], x-aai-txid=[0-aai-resources-230318-14:36:35:200-47981], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-18T14:36:35.618Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/86b31417-cd30-434e-93e4-34d81e182271/model-vers/model-ver/73f959ea-1a0e-41cf-b2da-40f07fd6a9c2?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-18T14:36:35.619Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/86b31417-cd30-434e-93e4-34d81e182271/model-vers/model-ver/73f959ea-1a0e-41cf-b2da-40f07fd6a9c2?depth=0|INFO|500||InvokeReturn
2023-03-18T14:36:35.620Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-18T14:36:35.620Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-18T14:36:35.627Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-18T14:36:35.627Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 5e005e65-61df-4986-a087-00761a388674 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-18T14:36:35.628Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-18T14:36:35.628Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:36:35.628Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:36:35.628Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679150195628,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-18T14:36:36.652Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-18T14:36:36.652Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||DEBUG|500||received notification from broker: {"distributionID":"b26959c2-c6ca-4cf7-9cdd-576be04a9c92","serviceName":"Demo_pNF_M5QKMfmDLPuLyaz8OWr9","serviceVersion":"1.0","serviceUUID":"c315cbb3-fd53-45ce-8b0b-ad3e84c78918","serviceDescription":"catalog service description","serviceInvariantUUID":"a46a4505-8d20-4c38-8d99-1b181bf22700","resources":[{"resourceInstanceName":"pNF 66b89d6a-37e2 0","resourceName":"pNF 66b89d6a-37e2","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"5cb48981-5482-4843-a71a-1ebe978a5e90","resourceInvariantUUID":"067cbf90-981e-43f3-86b6-aee782d22bba","resourceCustomizationUUID":"84e6e64b-76cd-40cf-86fd-15855e6c2efb","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/resourceInstances/pnf66b89d6a37e20/artifacts/vf-license-model.xml","artifactChecksum":"NmE3OGI0M2NhMTkzNzdlZjJiNzk5YWUzOGVkODUwZTQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"7cbe96a6-d4de-40e4-9f5f-7effc4b8523d","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/resourceInstances/pnf66b89d6a37e20/artifacts/pNF.csar","artifactChecksum":"YTFmMWQ3MzViYWZhMGQ1ZThlNzU3Y2I3ZGNlYWU4YjA\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"7fd2d8fc-6c10-444b-93e4-8ebf25d579b5","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/resourceInstances/pnf66b89d6a37e20/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"62304596-99e5-46f3-868d-189f9dacc577","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/resourceInstances/pnf66b89d6a37e20/artifacts/vendor-license-model.xml","artifactChecksum":"YzhhZjQxZjBiNGEwYTBlMTMwMDYwZmQ3ZjM5OWY1MTY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"c98a30f6-a6ab-4b74-9a89-a4282ace9636","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/resourceInstances/pnf66b89d6a37e20/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"6ba69e42-ade7-45c2-a4ec-3b8f081071f9","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/resourceInstances/pnf66b89d6a37e20/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"2afae58f-afd7-42b0-ae19-62fbbccae66e","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfM5qkmfmdlpulyaz8owr9-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/artifacts/service-DemoPnfM5qkmfmdlpulyaz8owr9-template.yml","artifactChecksum":"NDU2YjRjNDEyNWEwZGVkZjBjNDY2MTJmOTFhNzRhYzk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"181d2352-caba-4b3f-999f-926eb0949ab9","artifactVersion":"1"},{"artifactName":"service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/artifacts/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar","artifactChecksum":"ZWMyYmIzM2U4YmVmYmIwYmU1ZDhjODY4NGEyYTI4NjI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"fdcf7f15-35cd-49a2-839b-26e97623a9bc","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-18T14:36:36.652Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T14:36:36.653Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:36:36.653Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:36:36.653Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679149651818,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/resourceInstances/pnf66b89d6a37e20/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:36:37.654Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T14:36:37.654Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:36:37.654Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:36:37.654Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679149651818,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/resourceInstances/pnf66b89d6a37e20/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:36:38.655Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T14:36:38.655Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:36:38.655Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:36:38.655Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679149651818,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/resourceInstances/pnf66b89d6a37e20/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:36:39.656Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T14:36:39.656Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:36:39.656Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:36:39.657Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679149651818,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/resourceInstances/pnf66b89d6a37e20/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:36:40.658Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T14:36:40.658Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:36:40.659Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:36:40.659Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679149651818,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/resourceInstances/pnf66b89d6a37e20/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:36:41.660Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T14:36:41.660Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:36:41.660Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:36:41.661Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679149651818,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/resourceInstances/pnf66b89d6a37e20/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:36:42.662Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T14:36:42.662Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:36:42.662Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:36:42.662Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679149651818,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/artifacts/service-DemoPnfM5qkmfmdlpulyaz8owr9-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:36:43.664Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T14:36:43.664Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:36:43.664Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:36:43.664Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679149651818,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/artifacts/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:36:44.666Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "serviceName": "Demo_pNF_M5QKMfmDLPuLyaz8OWr9",
  "serviceVersion": "1.0",
  "serviceUUID": "c315cbb3-fd53-45ce-8b0b-ad3e84c78918",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "a46a4505-8d20-4c38-8d99-1b181bf22700",
  "resources": [
    {
      "resourceInstanceName": "pNF 66b89d6a-37e2 0",
      "resourceCustomizationUUID": "84e6e64b-76cd-40cf-86fd-15855e6c2efb",
      "resourceName": "pNF 66b89d6a-37e2",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "5cb48981-5482-4843-a71a-1ebe978a5e90",
      "resourceInvariantUUID": "067cbf90-981e-43f3-86b6-aee782d22bba",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/artifacts/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar",
      "artifactChecksum": "ZWMyYmIzM2U4YmVmYmIwYmU1ZDhjODY4NGEyYTI4NjI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "fdcf7f15-35cd-49a2-839b-26e97623a9bc"
    }
  ],
  "workloadContext": "Production"
}
2023-03-18T14:36:44.666Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-18T14:36:44.666Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 c315cbb3-fd53-45ce-8b0b-ad3e84c78918 ASDC
2023-03-18T14:36:44.666Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:b26959c2-c6ca-4cf7-9cdd-576be04a9c92
ServiceName:Demo_pNF_M5QKMfmDLPuLyaz8OWr9
ServiceVersion:1.0
ServiceUUID:c315cbb3-fd53-45ce-8b0b-ad3e84c78918
ServiceInvariantUUID:a46a4505-8d20-4c38-8d99-1b181bf22700
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/artifacts/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar
ArtifactUUID:fdcf7f15-35cd-49a2-839b-26e97623a9bc
ArtifactChecksum:ZWMyYmIzM2U4YmVmYmIwYmU1ZDhjODY4NGEyYTI4NjI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 66b89d6a-37e2 0
ResourceCustomizationUUID:84e6e64b-76cd-40cf-86fd-15855e6c2efb
ResourceInvariantUUID:067cbf90-981e-43f3-86b6-aee782d22bba
ResourceName:pNF 66b89d6a-37e2
ResourceType:PNF
ResourceUUID:5cb48981-5482-4843-a71a-1ebe978a5e90
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-18T14:36:44.666Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF c315cbb3-fd53-45ce-8b0b-ad3e84c78918 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: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-18T14:36:44.698Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-18T14:36:44.699Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-03-18T14:36:44.699Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-03-18T14:36:44.699Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: fdcf7f15-35cd-49a2-839b-26e97623a9bc from URL: /sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/artifacts/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar
2023-03-18T14:36:44.699Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||INFO|500||DistributionClient - download
2023-03-18T14:36:44.699Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/artifacts/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar
2023-03-18T14:36:44.948Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2023-03-18T14:36:44.955Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/artifacts/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar fdcf7f15-35cd-49a2-839b-26e97623a9bc 88022
2023-03-18T14:36:44.955Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/artifacts/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar ASDC sendASDCNotification
2023-03-18T14:36:44.955Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/artifacts/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar
2023-03-18T14:36:44.955Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-18T14:36:44.956Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:36:44.956Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:36:44.956Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679150204955,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/artifacts/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:36:45.958Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-18T14:36:45.959Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-03-18T14:36:45.959Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: fdcf7f15-35cd-49a2-839b-26e97623a9bc, URL: /sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/artifacts/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar to file: /app/ASDC/1/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar
2023-03-18T14:36:45.959Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar
2023-03-18T14:36:45.960Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar
2023-03-18T14:36:45.960Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar
2023-03-18T14:36:46.039Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9022171572075541618/Definitions/service-DemoPnfM5qkmfmdlpulyaz8owr9-template.yml
2023-03-18T14:36:46.533Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-18T14:36:46.533Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||WARN|500||####################################################################################################
2023-03-18T14:36:46.533Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar
2023-03-18T14:36:46.534Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-18T14:36:46.534Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||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-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar
2023-03-18T14:36:46.534Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar
2023-03-18T14:36:46.534Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||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-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar
2023-03-18T14:36:46.534Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 66b89d6a-37e2 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-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar
2023-03-18T14:36:46.534Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar
2023-03-18T14:36:46.534Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar
2023-03-18T14:36:46.534Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar
2023-03-18T14:36:46.534Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||WARN|500||####################################################################################################
2023-03-18T14:36:46.534Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T14:36:46.534Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_M5QKMfmDLPuLyaz8OWr9 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T14:36:46.535Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||DEBUG|500||Node template pNF 66b89d6a-37e2 0 is matching search criteria
2023-03-18T14:36:46.535Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2023-03-18T14:36:46.535Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||DEBUG|500||Found topology templates [pNF 66b89d6a-37e2 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-18T14:36:46.535Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T14:36:46.535Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_M5QKMfmDLPuLyaz8OWr9 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T14:36:46.535Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||DEBUG|500||Node template pNF 66b89d6a-37e2 0 is matching search criteria
2023-03-18T14:36:46.535Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2023-03-18T14:36:46.535Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||DEBUG|500||Found topology templates [pNF 66b89d6a-37e2 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-18T14:36:46.535Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T14:36:46.535Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_M5QKMfmDLPuLyaz8OWr9 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T14:36:46.535Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T14:36:46.535Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_M5QKMfmDLPuLyaz8OWr9 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T14:36:46.535Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T14:36:46.536Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_M5QKMfmDLPuLyaz8OWr9 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T14:36:46.536Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T14:36:46.536Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_M5QKMfmDLPuLyaz8OWr9 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T14:36:46.536Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T14:36:46.536Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_M5QKMfmDLPuLyaz8OWr9 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T14:36:46.536Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_M5QKMfmDLPuLyaz8OWr9
Description:catalog service description
Model UUID:c315cbb3-fd53-45ce-8b0b-ad3e84c78918
Model Version:NULL
Model InvariantUuid:a46a4505-8d20-4c38-8d99-1b181bf22700
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=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-03-18T14:36:46.565Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||ERROR|500||Csar with UUID: fdcf7f15-35cd-49a2-839b-26e97623a9bc already exists
2023-03-18T14:36:46.566Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/artifacts/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar ASDC sendASDCNotification
2023-03-18T14:36:46.566Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/artifacts/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar(Csar with UUID: fdcf7f15-35cd-49a2-839b-26e97623a9bc already exists)
2023-03-18T14:36:46.566Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-18T14:36:46.566Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:36:46.566Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:36:46.566Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679150206566,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/artifacts/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: fdcf7f15-35cd-49a2-839b-26e97623a9bc already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:36:47.569Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/artifacts/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar ASDC sendASDCNotification
2023-03-18T14:36:47.569Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/artifacts/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar(Resource with UUID: 5cb48981-5482-4843-a71a-1ebe978a5e90 already exists)
2023-03-18T14:36:47.569Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-18T14:36:47.570Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:36:47.570Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:36:47.570Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679150207569,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/artifacts/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 5cb48981-5482-4843-a71a-1ebe978a5e90 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:36:48.571Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b26959c2-c6ca-4cf7-9cdd-576be04a9c92
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T14:36:48.586Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b26959c2-c6ca-4cf7-9cdd-576be04a9c92
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T14:36:48.589Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-18T14:36:48.589Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-18T14:36:48.589Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-18T14:36:48.589Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-18T14:36:48.589Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T14:36:48.590Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T14:36:48.590Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T14:36:48.590Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T14:36:48.590Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T14:36:48.590Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T14:36:48.590Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-18T14:36:48.598Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-18T14:36:58.920Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:36:58.928Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-18T14:36:58.929Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679149651818,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T14:36:58.930Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:36:58.930Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-18T14:36:58.930Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679149651818,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar",
  "status": "NOTIFIED"
}
2023-03-18T14:36:58.930Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:36:58.931Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-18T14:36:58.931Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679150161797,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-18T14:36:58.931Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:36:58.931Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-18T14:36:58.931Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679150163427,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: a93044a0-e137-47cf-b45c-87a4ec92508e already exists"
}
2023-03-18T14:36:58.932Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:36:58.932Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-18T14:36:58.932Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679150164428,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 79d852b9-56e5-416f-9d37-4483b88de628 already exists"
}
2023-03-18T14:36:58.932Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:36:58.932Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-18T14:36:58.932Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679150195628,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-18T14:36:58.932Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:36:58.932Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-18T14:36:58.932Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679149651818,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/resourceInstances/pnf66b89d6a37e20/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T14:36:58.932Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:36:58.932Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-18T14:36:58.932Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679149651818,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/resourceInstances/pnf66b89d6a37e20/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-18T14:36:58.932Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:36:58.932Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-18T14:36:58.933Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679149651818,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/resourceInstances/pnf66b89d6a37e20/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-18T14:36:58.933Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:36:58.933Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-18T14:36:58.933Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679149651818,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/resourceInstances/pnf66b89d6a37e20/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T14:36:58.933Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:36:58.933Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-18T14:36:58.933Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679149651818,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/resourceInstances/pnf66b89d6a37e20/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T14:36:58.933Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:36:58.933Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-18T14:36:58.933Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679149651818,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/resourceInstances/pnf66b89d6a37e20/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T14:36:58.933Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:36:58.933Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-18T14:36:58.933Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679149651818,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/artifacts/service-DemoPnfM5qkmfmdlpulyaz8owr9-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T14:36:58.934Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:36:58.934Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-18T14:36:58.934Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679149651818,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/artifacts/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar",
  "status": "NOTIFIED"
}
2023-03-18T14:36:58.934Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:36:58.934Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-18T14:36:58.934Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679150204955,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/artifacts/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-18T14:36:58.934Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:36:58.934Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-18T14:36:58.934Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679150206566,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/artifacts/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: fdcf7f15-35cd-49a2-839b-26e97623a9bc already exists"
}
2023-03-18T14:36:58.934Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:36:58.934Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-18T14:36:58.934Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679150207569,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/artifacts/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 5cb48981-5482-4843-a71a-1ebe978a5e90 already exists"
}
2023-03-18T14:36:58.934Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:37:18.599Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: b26959c2-c6ca-4cf7-9cdd-576be04a9c92 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-18T14:37:18.609Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: b26959c2-c6ca-4cf7-9cdd-576be04a9c92 and serviceModelVersionId: c315cbb3-fd53-45ce-8b0b-ad3e84c78918
2023-03-18T14:37:18.609Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : a46a4505-8d20-4c38-8d99-1b181bf22700
2023-03-18T14:37:18.610Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/a46a4505-8d20-4c38-8d99-1b181bf22700/model-vers/model-ver/c315cbb3-fd53-45ce-8b0b-ad3e84c78918?depth=0
2023-03-18T14:37:18.614Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2023-03-18T14:37:18.627Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a46a4505-8d20-4c38-8d99-1b181bf22700/model-vers/model-ver/c315cbb3-fd53-45ce-8b0b-ad3e84c78918?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-03-18T14:37:18.627Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a46a4505-8d20-4c38-8d99-1b181bf22700/model-vers/model-ver/c315cbb3-fd53-45ce-8b0b-ad3e84c78918?depth=0|INFO|500||Invoke
2023-03-18T14:37:18.642Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a46a4505-8d20-4c38-8d99-1b181bf22700/model-vers/model-ver/c315cbb3-fd53-45ce-8b0b-ad3e84c78918?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-18T14:37:18.756Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a46a4505-8d20-4c38-8d99-1b181bf22700/model-vers/model-ver/c315cbb3-fd53-45ce-8b0b-ad3e84c78918?depth=0|INFO|500||InvokeReturn
2023-03-18T14:37:18.757Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a46a4505-8d20-4c38-8d99-1b181bf22700/model-vers/model-ver/c315cbb3-fd53-45ce-8b0b-ad3e84c78918?depth=0 has http status code:200 and response headers:{date=[Sat, 18 Mar 2023 14:37:18 GMT], content-length=[0], vertex-id=[217192], x-aai-txid=[1-aai-resources-230318-14:37:18:344-25748], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-18T14:37:18.757Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||DEBUG|500||Response was returned with an empty entity.
2023-03-18T14:37:18.759Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-18T14:37:18.759Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-18T14:37:18.764Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-18T14:37:18.764Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID b26959c2-c6ca-4cf7-9cdd-576be04a9c92 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-18T14:37:18.764Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-18T14:37:18.764Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:37:18.764Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:37:18.764Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679150238764,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-18T14:37:19.788Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-18T14:37:19.789Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||DEBUG|500||received notification from broker: {"distributionID":"d6b70362-b450-41db-97c4-ea1285deb273","serviceName":"Demo_pNF_0QRYBIFHiGDyVijApwKS","serviceVersion":"1.0","serviceUUID":"b4fd06db-c144-4037-bb56-9f4d170dc33e","serviceDescription":"catalog service description","serviceInvariantUUID":"4a6b6367-2484-4aa3-9126-d96b480457a8","resources":[{"resourceInstanceName":"pNF 8b249c54-8f1f 0","resourceName":"pNF 8b249c54-8f1f","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"a880e813-b7b0-402c-bffe-74c020d69311","resourceInvariantUUID":"62a7990d-54b9-488c-9976-952482e2993f","resourceCustomizationUUID":"eb0ac2ec-e902-44af-9274-4b7b602bc8c8","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/resourceInstances/pnf8b249c548f1f0/artifacts/vf-license-model.xml","artifactChecksum":"YWEyOGU2NjliMDg5ZDU1NzYwMDhlOTYzNmI4NGZhMzM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"d2ed05b3-c79a-4dce-b90e-d0d7508a3b45","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/resourceInstances/pnf8b249c548f1f0/artifacts/pNF.csar","artifactChecksum":"YTFmMWQ3MzViYWZhMGQ1ZThlNzU3Y2I3ZGNlYWU4YjA\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"8c5f255b-5ba0-461e-8009-527fa558f0ef","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/resourceInstances/pnf8b249c548f1f0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"a4927c34-4090-4c7c-85be-5bfcd5208e7f","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/resourceInstances/pnf8b249c548f1f0/artifacts/vendor-license-model.xml","artifactChecksum":"ZGFjMzBhNjdmYWNhNzZkY2Y1ODcwNmIzODQzMjQ0Yzc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"68e219be-7fd3-4c2f-942d-b58362470046","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/resourceInstances/pnf8b249c548f1f0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"e7878e48-de75-42bd-a2da-c03807bb7be5","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/resourceInstances/pnf8b249c548f1f0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"d4b706a9-5523-4974-846d-b745b2a21dda","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnf0qrybifhigdyvijapwks-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/artifacts/service-DemoPnf0qrybifhigdyvijapwks-template.yml","artifactChecksum":"NjU3ZjBkNGJkNDc4ZWE3Y2M3Njk5NTc3MzNjYmY1YmY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"fdaf04f2-ae49-424a-bb42-d2906911e5ff","artifactVersion":"1"},{"artifactName":"service-DemoPnf0qrybifhigdyvijapwks-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/artifacts/service-DemoPnf0qrybifhigdyvijapwks-csar.csar","artifactChecksum":"MzljYTA3Yjk4Nzg5NjI5MTU3MDE1YTYwNjFmNTc1MTk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"7c894985-6ce0-4ae6-b963-98a29a50f1d8","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-18T14:37:19.789Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T14:37:19.789Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:37:19.789Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:37:19.789Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "d6b70362-b450-41db-97c4-ea1285deb273",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679149651818,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/resourceInstances/pnf8b249c548f1f0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:37:20.790Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T14:37:20.790Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:37:20.790Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:37:20.791Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "d6b70362-b450-41db-97c4-ea1285deb273",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679149651818,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/resourceInstances/pnf8b249c548f1f0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:37:21.791Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T14:37:21.792Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:37:21.792Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:37:21.792Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "d6b70362-b450-41db-97c4-ea1285deb273",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679149651818,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/resourceInstances/pnf8b249c548f1f0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:37:22.792Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T14:37:22.793Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:37:22.793Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:37:22.793Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "d6b70362-b450-41db-97c4-ea1285deb273",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679149651818,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/resourceInstances/pnf8b249c548f1f0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:37:23.793Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T14:37:23.794Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:37:23.794Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:37:23.794Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "d6b70362-b450-41db-97c4-ea1285deb273",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679149651818,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/resourceInstances/pnf8b249c548f1f0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:37:24.794Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T14:37:24.795Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:37:24.795Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:37:24.795Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "d6b70362-b450-41db-97c4-ea1285deb273",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679149651818,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/resourceInstances/pnf8b249c548f1f0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:37:25.796Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T14:37:25.796Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:37:25.796Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:37:25.796Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "d6b70362-b450-41db-97c4-ea1285deb273",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679149651818,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/artifacts/service-DemoPnf0qrybifhigdyvijapwks-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:37:26.797Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T14:37:26.797Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:37:26.797Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:37:26.797Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "d6b70362-b450-41db-97c4-ea1285deb273",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679149651818,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/artifacts/service-DemoPnf0qrybifhigdyvijapwks-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:37:27.798Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "d6b70362-b450-41db-97c4-ea1285deb273",
  "serviceName": "Demo_pNF_0QRYBIFHiGDyVijApwKS",
  "serviceVersion": "1.0",
  "serviceUUID": "b4fd06db-c144-4037-bb56-9f4d170dc33e",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "4a6b6367-2484-4aa3-9126-d96b480457a8",
  "resources": [
    {
      "resourceInstanceName": "pNF 8b249c54-8f1f 0",
      "resourceCustomizationUUID": "eb0ac2ec-e902-44af-9274-4b7b602bc8c8",
      "resourceName": "pNF 8b249c54-8f1f",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "a880e813-b7b0-402c-bffe-74c020d69311",
      "resourceInvariantUUID": "62a7990d-54b9-488c-9976-952482e2993f",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnf0qrybifhigdyvijapwks-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/artifacts/service-DemoPnf0qrybifhigdyvijapwks-csar.csar",
      "artifactChecksum": "MzljYTA3Yjk4Nzg5NjI5MTU3MDE1YTYwNjFmNTc1MTk\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "7c894985-6ce0-4ae6-b963-98a29a50f1d8"
    }
  ],
  "workloadContext": "Production"
}
2023-03-18T14:37:27.798Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-18T14:37:27.798Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 b4fd06db-c144-4037-bb56-9f4d170dc33e ASDC
2023-03-18T14:37:27.799Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:d6b70362-b450-41db-97c4-ea1285deb273
ServiceName:Demo_pNF_0QRYBIFHiGDyVijApwKS
ServiceVersion:1.0
ServiceUUID:b4fd06db-c144-4037-bb56-9f4d170dc33e
ServiceInvariantUUID:4a6b6367-2484-4aa3-9126-d96b480457a8
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnf0qrybifhigdyvijapwks-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/artifacts/service-DemoPnf0qrybifhigdyvijapwks-csar.csar
ArtifactUUID:7c894985-6ce0-4ae6-b963-98a29a50f1d8
ArtifactChecksum:MzljYTA3Yjk4Nzg5NjI5MTU3MDE1YTYwNjFmNTc1MTk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 8b249c54-8f1f 0
ResourceCustomizationUUID:eb0ac2ec-e902-44af-9274-4b7b602bc8c8
ResourceInvariantUUID:62a7990d-54b9-488c-9976-952482e2993f
ResourceName:pNF 8b249c54-8f1f
ResourceType:PNF
ResourceUUID:a880e813-b7b0-402c-bffe-74c020d69311
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-18T14:37:27.799Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF b4fd06db-c144-4037-bb56-9f4d170dc33e 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: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-18T14:37:27.831Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-18T14:37:27.831Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-03-18T14:37:27.832Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-03-18T14:37:27.832Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 7c894985-6ce0-4ae6-b963-98a29a50f1d8 from URL: /sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/artifacts/service-DemoPnf0qrybifhigdyvijapwks-csar.csar
2023-03-18T14:37:27.832Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||INFO|500||DistributionClient - download
2023-03-18T14:37:27.832Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/artifacts/service-DemoPnf0qrybifhigdyvijapwks-csar.csar
2023-03-18T14:37:28.061Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2023-03-18T14:37:28.065Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/artifacts/service-DemoPnf0qrybifhigdyvijapwks-csar.csar 7c894985-6ce0-4ae6-b963-98a29a50f1d8 88013
2023-03-18T14:37:28.066Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/artifacts/service-DemoPnf0qrybifhigdyvijapwks-csar.csar ASDC sendASDCNotification
2023-03-18T14:37:28.066Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/artifacts/service-DemoPnf0qrybifhigdyvijapwks-csar.csar
2023-03-18T14:37:28.066Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-18T14:37:28.067Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:37:28.067Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:37:28.067Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "d6b70362-b450-41db-97c4-ea1285deb273",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679150248066,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/artifacts/service-DemoPnf0qrybifhigdyvijapwks-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:37:29.067Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-18T14:37:29.068Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-03-18T14:37:29.068Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 7c894985-6ce0-4ae6-b963-98a29a50f1d8, URL: /sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/artifacts/service-DemoPnf0qrybifhigdyvijapwks-csar.csar to file: /app/ASDC/1/service-DemoPnf0qrybifhigdyvijapwks-csar.csar
2023-03-18T14:37:29.069Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnf0qrybifhigdyvijapwks-csar.csar
2023-03-18T14:37:29.069Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnf0qrybifhigdyvijapwks-csar.csar
2023-03-18T14:37:29.069Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnf0qrybifhigdyvijapwks-csar.csar
2023-03-18T14:37:29.142Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4594229698737505955/Definitions/service-DemoPnf0qrybifhigdyvijapwks-template.yml
2023-03-18T14:37:29.671Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-18T14:37:29.672Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||WARN|500||####################################################################################################
2023-03-18T14:37:29.672Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnf0qrybifhigdyvijapwks-csar.csar
2023-03-18T14:37:29.672Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-18T14:37:29.672Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||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-DemoPnf0qrybifhigdyvijapwks-csar.csar
2023-03-18T14:37:29.672Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnf0qrybifhigdyvijapwks-csar.csar
2023-03-18T14:37:29.672Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||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-DemoPnf0qrybifhigdyvijapwks-csar.csar
2023-03-18T14:37:29.672Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf0qrybifhigdyvijapwks-csar.csar
2023-03-18T14:37:29.672Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 8b249c54-8f1f 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-DemoPnf0qrybifhigdyvijapwks-csar.csar
2023-03-18T14:37:29.672Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf0qrybifhigdyvijapwks-csar.csar
2023-03-18T14:37:29.672Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf0qrybifhigdyvijapwks-csar.csar
2023-03-18T14:37:29.672Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||WARN|500||####################################################################################################
2023-03-18T14:37:29.672Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T14:37:29.672Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_0QRYBIFHiGDyVijApwKS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T14:37:29.672Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||DEBUG|500||Node template pNF 8b249c54-8f1f 0 is matching search criteria
2023-03-18T14:37:29.672Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2023-03-18T14:37:29.673Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||DEBUG|500||Found topology templates [pNF 8b249c54-8f1f 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-18T14:37:29.673Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T14:37:29.673Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_0QRYBIFHiGDyVijApwKS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T14:37:29.673Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||DEBUG|500||Node template pNF 8b249c54-8f1f 0 is matching search criteria
2023-03-18T14:37:29.673Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2023-03-18T14:37:29.673Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||DEBUG|500||Found topology templates [pNF 8b249c54-8f1f 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-18T14:37:29.673Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T14:37:29.673Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_0QRYBIFHiGDyVijApwKS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T14:37:29.673Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T14:37:29.673Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_0QRYBIFHiGDyVijApwKS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T14:37:29.673Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T14:37:29.673Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_0QRYBIFHiGDyVijApwKS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T14:37:29.673Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T14:37:29.673Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_0QRYBIFHiGDyVijApwKS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T14:37:29.673Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T14:37:29.673Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_0QRYBIFHiGDyVijApwKS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T14:37:29.673Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_0QRYBIFHiGDyVijApwKS
Description:catalog service description
Model UUID:b4fd06db-c144-4037-bb56-9f4d170dc33e
Model Version:NULL
Model InvariantUuid:4a6b6367-2484-4aa3-9126-d96b480457a8
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=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-03-18T14:37:29.702Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||ERROR|500||Csar with UUID: 7c894985-6ce0-4ae6-b963-98a29a50f1d8 already exists
2023-03-18T14:37:29.702Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/artifacts/service-DemoPnf0qrybifhigdyvijapwks-csar.csar ASDC sendASDCNotification
2023-03-18T14:37:29.703Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/artifacts/service-DemoPnf0qrybifhigdyvijapwks-csar.csar(Csar with UUID: 7c894985-6ce0-4ae6-b963-98a29a50f1d8 already exists)
2023-03-18T14:37:29.703Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-18T14:37:29.703Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:37:29.703Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:37:29.703Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "d6b70362-b450-41db-97c4-ea1285deb273",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679150249702,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/artifacts/service-DemoPnf0qrybifhigdyvijapwks-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 7c894985-6ce0-4ae6-b963-98a29a50f1d8 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:37:30.704Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/artifacts/service-DemoPnf0qrybifhigdyvijapwks-csar.csar ASDC sendASDCNotification
2023-03-18T14:37:30.704Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/artifacts/service-DemoPnf0qrybifhigdyvijapwks-csar.csar(Resource with UUID: a880e813-b7b0-402c-bffe-74c020d69311 already exists)
2023-03-18T14:37:30.704Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-18T14:37:30.705Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:37:30.705Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:37:30.705Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "d6b70362-b450-41db-97c4-ea1285deb273",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679150250704,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/artifacts/service-DemoPnf0qrybifhigdyvijapwks-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: a880e813-b7b0-402c-bffe-74c020d69311 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:37:31.706Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d6b70362-b450-41db-97c4-ea1285deb273
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T14:37:31.726Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d6b70362-b450-41db-97c4-ea1285deb273
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T14:37:31.729Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-18T14:37:31.729Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-18T14:37:31.729Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-18T14:37:31.729Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-18T14:37:31.729Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T14:37:31.730Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T14:37:31.730Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T14:37:31.730Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T14:37:31.730Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T14:37:31.730Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T14:37:31.730Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-18T14:37:31.742Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-18T14:37:58.920Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:37:58.926Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-18T14:37:58.927Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679150238764,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-18T14:37:58.927Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:37:58.927Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-18T14:37:58.927Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "d6b70362-b450-41db-97c4-ea1285deb273",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679149651818,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/resourceInstances/pnf8b249c548f1f0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T14:37:58.927Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:37:58.928Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-18T14:37:58.928Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "d6b70362-b450-41db-97c4-ea1285deb273",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679149651818,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/resourceInstances/pnf8b249c548f1f0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-18T14:37:58.928Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:37:58.928Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-18T14:37:58.928Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "d6b70362-b450-41db-97c4-ea1285deb273",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679149651818,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/resourceInstances/pnf8b249c548f1f0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-18T14:37:58.928Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:37:58.928Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-18T14:37:58.928Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "d6b70362-b450-41db-97c4-ea1285deb273",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679149651818,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/resourceInstances/pnf8b249c548f1f0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T14:37:58.928Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:37:58.928Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-18T14:37:58.928Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "d6b70362-b450-41db-97c4-ea1285deb273",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679149651818,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/resourceInstances/pnf8b249c548f1f0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T14:37:58.928Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:37:58.928Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-18T14:37:58.928Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "d6b70362-b450-41db-97c4-ea1285deb273",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679149651818,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/resourceInstances/pnf8b249c548f1f0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T14:37:58.929Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:37:58.929Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-18T14:37:58.929Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "d6b70362-b450-41db-97c4-ea1285deb273",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679149651818,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/artifacts/service-DemoPnf0qrybifhigdyvijapwks-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T14:37:58.929Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:37:58.929Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-18T14:37:58.929Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "d6b70362-b450-41db-97c4-ea1285deb273",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679149651818,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/artifacts/service-DemoPnf0qrybifhigdyvijapwks-csar.csar",
  "status": "NOTIFIED"
}
2023-03-18T14:37:58.929Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:37:58.929Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-18T14:37:58.929Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "d6b70362-b450-41db-97c4-ea1285deb273",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679150248066,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/artifacts/service-DemoPnf0qrybifhigdyvijapwks-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-18T14:37:58.929Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:37:58.929Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-18T14:37:58.929Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "d6b70362-b450-41db-97c4-ea1285deb273",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679150249702,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/artifacts/service-DemoPnf0qrybifhigdyvijapwks-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 7c894985-6ce0-4ae6-b963-98a29a50f1d8 already exists"
}
2023-03-18T14:37:58.929Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:37:58.930Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-18T14:37:58.930Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "d6b70362-b450-41db-97c4-ea1285deb273",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679150250704,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/artifacts/service-DemoPnf0qrybifhigdyvijapwks-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: a880e813-b7b0-402c-bffe-74c020d69311 already exists"
}
2023-03-18T14:37:58.930Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:38:01.743Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: d6b70362-b450-41db-97c4-ea1285deb273 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-18T14:38:01.752Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: d6b70362-b450-41db-97c4-ea1285deb273 and serviceModelVersionId: b4fd06db-c144-4037-bb56-9f4d170dc33e
2023-03-18T14:38:01.752Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 4a6b6367-2484-4aa3-9126-d96b480457a8
2023-03-18T14:38:01.753Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/4a6b6367-2484-4aa3-9126-d96b480457a8/model-vers/model-ver/b4fd06db-c144-4037-bb56-9f4d170dc33e?depth=0
2023-03-18T14:38:01.763Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2023-03-18T14:38:01.775Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/4a6b6367-2484-4aa3-9126-d96b480457a8/model-vers/model-ver/b4fd06db-c144-4037-bb56-9f4d170dc33e?depth=0|INFO|500||Invoke
2023-03-18T14:38:01.776Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/4a6b6367-2484-4aa3-9126-d96b480457a8/model-vers/model-ver/b4fd06db-c144-4037-bb56-9f4d170dc33e?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/4a6b6367-2484-4aa3-9126-d96b480457a8/model-vers/model-ver/b4fd06db-c144-4037-bb56-9f4d170dc33e?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[d6b70362-b450-41db-97c4-ea1285deb273], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[d739ff91-5453-4e13-8d24-d3157541f80e], X-ECOMP-RequestID=[d6b70362-b450-41db-97c4-ea1285deb273], X-TransactionId=[], X-ONAP-RequestID=[d6b70362-b450-41db-97c4-ea1285deb273], Content-Type=[application/merge-patch+json]}
2023-03-18T14:38:01.785Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/4a6b6367-2484-4aa3-9126-d96b480457a8/model-vers/model-ver/b4fd06db-c144-4037-bb56-9f4d170dc33e?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-18T14:38:01.904Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/4a6b6367-2484-4aa3-9126-d96b480457a8/model-vers/model-ver/b4fd06db-c144-4037-bb56-9f4d170dc33e?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/4a6b6367-2484-4aa3-9126-d96b480457a8/model-vers/model-ver/b4fd06db-c144-4037-bb56-9f4d170dc33e?depth=0 has http status code:200 and response headers:{date=[Sat, 18 Mar 2023 14:38:01 GMT], content-length=[0], vertex-id=[233600], x-aai-txid=[2-aai-resources-230318-14:38:01:488-96905], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-18T14:38:01.905Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/4a6b6367-2484-4aa3-9126-d96b480457a8/model-vers/model-ver/b4fd06db-c144-4037-bb56-9f4d170dc33e?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-18T14:38:01.907Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/4a6b6367-2484-4aa3-9126-d96b480457a8/model-vers/model-ver/b4fd06db-c144-4037-bb56-9f4d170dc33e?depth=0|INFO|500||InvokeReturn
2023-03-18T14:38:01.907Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-18T14:38:01.907Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-18T14:38:01.914Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-18T14:38:01.924Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID d6b70362-b450-41db-97c4-ea1285deb273 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-18T14:38:01.924Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-18T14:38:01.925Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:38:01.925Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:38:01.925Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "d6b70362-b450-41db-97c4-ea1285deb273",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679150281924,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-18T14:38:02.948Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-18T14:38:02.948Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||DEBUG|500||received notification from broker: {"distributionID":"1765e72b-9f37-409d-a48f-62642d8341c6","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"29ccf31e-df21-49dc-ae06-e18b6baf315a","serviceDescription":"service","serviceInvariantUUID":"6ebc743c-a40f-46f3-b5cb-b87b2b100c58","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"67962590-90b8-4f11-901d-d79a952d0f14","resourceInvariantUUID":"b32b83cc-26fe-47f1-99ef-7d7b99983e6f","resourceCustomizationUUID":"e90442b2-f4f5-4f43-8892-737daa520031","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":"ODU1M2UyMGRiMzk2ODc1NjljMzc3NWI1YmRhMTEzY2M\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"b613739b-2455-4017-8b63-dfdd064ed936","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":"MjdmYmViNjE0ZTg1NTQ1YzU2ZmFkYWI5YjVlOGViOTQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"ea42c655-4ace-49bf-99fe-886103db89aa","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":"9a5d7f92-e4b0-45a0-ac74-3acf99b69cc0","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":"917f9665-4e54-4bdc-b104-4b4419dab11d","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":"af205cd0-57b3-443e-a55a-4ecc60d32d0a","artifactVersion":"2","generatedFromUUID":"453a496b-db83-4724-a33b-4f678eed88b4"},{"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":"8939ac4f-6672-4fe9-90ea-fa6b3f0da64d","artifactVersion":"2","generatedFromUUID":"9a5d7f92-e4b0-45a0-ac74-3acf99b69cc0"},{"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":"453a496b-db83-4724-a33b-4f678eed88b4","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":"89e3426c-a0d1-4de8-8662-7406572d2c3f","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":"YzBlODQ2MTk3NDc5Nzk3MDQ4MzI5NGM4ZmZhZjc3ZmE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"36181845-9e97-4a5d-8691-687a01539039","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"OTYyNTM5ZGEwYTExZTI3NmE1Y2RjMzE5OWJkNTUxZDA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"7ac7462c-7a2a-47d2-8257-79de7d0e5c52","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-18T14:38:02.948Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T14:38:02.949Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:38:02.949Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:38:02.949Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "1765e72b-9f37-409d-a48f-62642d8341c6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679149651818,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:38:03.949Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T14:38:03.950Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:38:03.950Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:38:03.950Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "1765e72b-9f37-409d-a48f-62642d8341c6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679149651818,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:38:04.951Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T14:38:04.951Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:38:04.951Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:38:04.951Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "1765e72b-9f37-409d-a48f-62642d8341c6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679149651818,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:38:05.953Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T14:38:05.953Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:38:05.954Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:38:05.954Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "1765e72b-9f37-409d-a48f-62642d8341c6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679149651818,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:38:06.955Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T14:38:06.956Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:38:06.956Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:38:06.957Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "1765e72b-9f37-409d-a48f-62642d8341c6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679149651818,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:38:07.958Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T14:38:07.959Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:38:07.959Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:38:07.959Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "1765e72b-9f37-409d-a48f-62642d8341c6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679149651818,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:38:08.961Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T14:38:08.961Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:38:08.961Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:38:08.962Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "1765e72b-9f37-409d-a48f-62642d8341c6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679149651818,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:38:09.963Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T14:38:09.964Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:38:09.964Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:38:09.964Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "1765e72b-9f37-409d-a48f-62642d8341c6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679149651818,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:38:10.965Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T14:38:10.966Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:38:10.966Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:38:10.966Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "1765e72b-9f37-409d-a48f-62642d8341c6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679149651818,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:38:11.969Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T14:38:11.969Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:38:11.970Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:38:11.970Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "1765e72b-9f37-409d-a48f-62642d8341c6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679149651818,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:38:12.971Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "1765e72b-9f37-409d-a48f-62642d8341c6",
  "serviceName": "basic_cnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "29ccf31e-df21-49dc-ae06-e18b6baf315a",
  "serviceDescription": "service",
  "serviceInvariantUUID": "6ebc743c-a40f-46f3-b5cb-b87b2b100c58",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf_macro 0",
      "resourceCustomizationUUID": "e90442b2-f4f5-4f43-8892-737daa520031",
      "resourceName": "basic_cnf_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "67962590-90b8-4f11-901d-d79a952d0f14",
      "resourceInvariantUUID": "b32b83cc-26fe-47f1-99ef-7d7b99983e6f",
      "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": "MjdmYmViNjE0ZTg1NTQ1YzU2ZmFkYWI5YjVlOGViOTQ\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "ea42c655-4ace-49bf-99fe-886103db89aa",
          "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": "9a5d7f92-e4b0-45a0-ac74-3acf99b69cc0",
          "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": "8939ac4f-6672-4fe9-90ea-fa6b3f0da64d",
            "generatedFromUUID": "9a5d7f92-e4b0-45a0-ac74-3acf99b69cc0"
          },
          "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": "af205cd0-57b3-443e-a55a-4ecc60d32d0a",
          "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": "8939ac4f-6672-4fe9-90ea-fa6b3f0da64d",
          "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": "453a496b-db83-4724-a33b-4f678eed88b4",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnfMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
      "artifactChecksum": "OTYyNTM5ZGEwYTExZTI3NmE1Y2RjMzE5OWJkNTUxZDA\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "7ac7462c-7a2a-47d2-8257-79de7d0e5c52"
    }
  ],
  "workloadContext": "Production"
}
2023-03-18T14:38:12.972Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-18T14:38:12.972Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 29ccf31e-df21-49dc-ae06-e18b6baf315a ASDC
2023-03-18T14:38:12.973Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:1765e72b-9f37-409d-a48f-62642d8341c6
ServiceName:basic_cnf_macro
ServiceVersion:1.0
ServiceUUID:29ccf31e-df21-49dc-ae06-e18b6baf315a
ServiceInvariantUUID:6ebc743c-a40f-46f3-b5cb-b87b2b100c58
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:7ac7462c-7a2a-47d2-8257-79de7d0e5c52
ArtifactChecksum:OTYyNTM5ZGEwYTExZTI3NmE1Y2RjMzE5OWJkNTUxZDA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf_macro 0
ResourceCustomizationUUID:e90442b2-f4f5-4f43-8892-737daa520031
ResourceInvariantUUID:b32b83cc-26fe-47f1-99ef-7d7b99983e6f
ResourceName:basic_cnf_macro
ResourceType:VF
ResourceUUID:67962590-90b8-4f11-901d-d79a952d0f14
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:ea42c655-4ace-49bf-99fe-886103db89aa
ArtifactChecksum:MjdmYmViNjE0ZTg1NTQ1YzU2ZmFkYWI5YjVlOGViOTQ=
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:9a5d7f92-e4b0-45a0-ac74-3acf99b69cc0
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:8939ac4f-6672-4fe9-90ea-fa6b3f0da64d
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:af205cd0-57b3-443e-a55a-4ecc60d32d0a
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:8939ac4f-6672-4fe9-90ea-fa6b3f0da64d
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:453a496b-db83-4724-a33b-4f678eed88b4
ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-18T14:38:12.973Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 29ccf31e-df21-49dc-ae06-e18b6baf315a 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: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-18T14:38:13.008Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-18T14:38:13.009Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-03-18T14:38:13.009Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-03-18T14:38:13.009Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 7ac7462c-7a2a-47d2-8257-79de7d0e5c52 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2023-03-18T14:38:13.009Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||INFO|500||DistributionClient - download
2023-03-18T14:38:13.010Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2023-03-18T14:38:13.251Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2023-03-18T14:38:13.261Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 7ac7462c-7a2a-47d2-8257-79de7d0e5c52 163277
2023-03-18T14:38:13.261Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2023-03-18T14:38:13.262Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2023-03-18T14:38:13.262Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-18T14:38:13.262Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:38:13.262Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:38:13.262Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "1765e72b-9f37-409d-a48f-62642d8341c6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679150293261,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:38:14.264Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-18T14:38:14.264Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-03-18T14:38:14.265Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 7ac7462c-7a2a-47d2-8257-79de7d0e5c52, URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar to file: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-03-18T14:38:14.265Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnfMacro-csar.csar
2023-03-18T14:38:14.266Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-03-18T14:38:14.266Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-03-18T14:38:14.340Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6426691784426211637/Definitions/service-BasicCnfMacro-template.yml
Log warning: The required parameter "compute_dummy_base_name" is not provided
2023-03-18T14:38:15.112Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-18T14:38:15.113Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||WARN|500||####################################################################################################
2023-03-18T14:38:15.113Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-03-18T14:38:15.113Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2023-03-18T14:38:15.113Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-03-18T14:38:15.113Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf_macro 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-03-18T14:38:15.113Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy_base" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-03-18T14:38:15.113Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy_base" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-03-18T14:38:15.113Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||WARN|500||####################################################################################################
2023-03-18T14:38:15.114Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T14:38:15.114Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T14:38:15.114Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-18T14:38:15.114Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2023-03-18T14:38:15.114Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-18T14:38:15.114Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T14:38:15.114Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T14:38:15.114Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-18T14:38:15.115Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2023-03-18T14:38:15.115Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-18T14:38:15.115Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T14:38:15.115Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T14:38:15.115Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T14:38:15.115Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2023-03-18T14:38:15.115Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||DEBUG|500||Node template abstract_dummy_base is not matching search criteria
2023-03-18T14:38:15.115Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||DEBUG|500||Node template dummy_base is not matching search criteria
2023-03-18T14:38:15.115Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-03-18T14:38:15.116Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T14:38:15.116Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-03-18T14:38:15.116Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T14:38:15.116Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-18T14:38:15.116Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-18T14:38:15.116Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T14:38:15.116Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-18T14:38:15.116Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-18T14:38:15.116Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T14:38:15.116Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-18T14:38:15.117Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-18T14:38:15.117Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T14:38:15.117Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-18T14:38:15.117Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-18T14:38:15.117Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T14:38:15.117Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2023-03-18T14:38:15.117Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||DEBUG|500||Node template abstract_dummy_base is matching search criteria
2023-03-18T14:38:15.117Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_dummy_base] matching following query criteria: sdcType=CVFC, customizationUUID=c7a8af58-85a3-4764-a4df-a0945e933c54
2023-03-18T14:38:15.117Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T14:38:15.117Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T14:38:15.117Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T14:38:15.118Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T14:38:15.118Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T14:38:15.118Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T14:38:15.118Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T14:38:15.118Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T14:38:15.118Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf_macro
Description:service
Model UUID:29ccf31e-df21-49dc-ae06-e18b6baf315a
Model Version:NULL
Model InvariantUuid:6ebc743c-a40f-46f3-b5cb-b87b2b100c58
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf_macro
Model UUID:76cfe813-77a9-4529-b0c0-25c2a2d263ec
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:b32b83cc-26fe-47f1-99ef-7d7b99983e6f
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:e90442b2-f4f5-4f43-8892-737daa520031
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:497569e4-cd1d-43dc-9801-8d8ee43635b5
ModelName:BasicCnfMacro..helm_apache..module-1
ModelUuid:8fc2297d-c495-43fc-95b1-93d3ee60ffd8
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


VF Module Properties:
ModelInvariantUuid:72925299-0e6e-4799-861c-18ca0f095a03
ModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
ModelUuid:213db735-618f-43ae-a63c-210668df959e
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:c7a8af58-85a3-4764-a4df-a0945e933c54
ModelInvariantUuid:24ea2321-2d6c-4d31-a32b-29d44d0a3683
ModelName:basic_cnf_macro-nodes.dummy_baseCvfc
ModelUuid:ecac750a-9cea-4350-a4ca-db1a21d2c4dd
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy_base


VNFC Properties:
ModelCustomizationUuid:e9d1a60b-0d05-4e81-80fb-f008354f12b9
ModelInvariantUuid:fa7ecb4c-1a3e-403a-afbf-13093b5faef4
ModelName:BasicCnfMacro.compute.nodes.heat.dummy_base
ModelUuid:89d82d9d-612a-42f6-af05-45051419e0a3
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=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-03-18T14:38:15.153Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||ERROR|500||Csar with UUID: 7ac7462c-7a2a-47d2-8257-79de7d0e5c52 already exists
2023-03-18T14:38:15.153Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2023-03-18T14:38:15.153Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar(Csar with UUID: 7ac7462c-7a2a-47d2-8257-79de7d0e5c52 already exists)
2023-03-18T14:38:15.153Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-18T14:38:15.154Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:38:15.154Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:38:15.154Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "1765e72b-9f37-409d-a48f-62642d8341c6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679150295153,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 7ac7462c-7a2a-47d2-8257-79de7d0e5c52 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:38:16.155Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2023-03-18T14:38:16.155Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar(Resource with UUID: 67962590-90b8-4f11-901d-d79a952d0f14 already exists)
2023-03-18T14:38:16.155Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-18T14:38:16.156Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:38:16.156Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:38:16.156Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "1765e72b-9f37-409d-a48f-62642d8341c6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679150296155,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 67962590-90b8-4f11-901d-d79a952d0f14 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:38:17.158Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1765e72b-9f37-409d-a48f-62642d8341c6
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T14:38:17.175Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1765e72b-9f37-409d-a48f-62642d8341c6
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T14:38:17.178Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-18T14:38:17.178Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-18T14:38:17.178Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-18T14:38:17.178Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-18T14:38:17.178Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T14:38:17.178Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T14:38:17.178Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T14:38:17.178Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T14:38:17.178Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T14:38:17.179Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-18T14:38:17.189Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-18T14:38:47.189Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 1765e72b-9f37-409d-a48f-62642d8341c6 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-18T14:38:47.200Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 1765e72b-9f37-409d-a48f-62642d8341c6 and serviceModelVersionId: 29ccf31e-df21-49dc-ae06-e18b6baf315a
2023-03-18T14:38:47.200Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 6ebc743c-a40f-46f3-b5cb-b87b2b100c58
2023-03-18T14:38:47.200Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/6ebc743c-a40f-46f3-b5cb-b87b2b100c58/model-vers/model-ver/29ccf31e-df21-49dc-ae06-e18b6baf315a?depth=0
2023-03-18T14:38:47.205Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2023-03-18T14:38:47.217Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6ebc743c-a40f-46f3-b5cb-b87b2b100c58/model-vers/model-ver/29ccf31e-df21-49dc-ae06-e18b6baf315a?depth=0|INFO|500||Invoke
2023-03-18T14:38:47.217Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6ebc743c-a40f-46f3-b5cb-b87b2b100c58/model-vers/model-ver/29ccf31e-df21-49dc-ae06-e18b6baf315a?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6ebc743c-a40f-46f3-b5cb-b87b2b100c58/model-vers/model-ver/29ccf31e-df21-49dc-ae06-e18b6baf315a?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[1765e72b-9f37-409d-a48f-62642d8341c6], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[d361ab3b-1645-44b1-8f59-795602bbf101], X-ECOMP-RequestID=[1765e72b-9f37-409d-a48f-62642d8341c6], X-TransactionId=[], X-ONAP-RequestID=[1765e72b-9f37-409d-a48f-62642d8341c6], Content-Type=[application/merge-patch+json]}
2023-03-18T14:38:47.231Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6ebc743c-a40f-46f3-b5cb-b87b2b100c58/model-vers/model-ver/29ccf31e-df21-49dc-ae06-e18b6baf315a?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-18T14:38:47.359Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6ebc743c-a40f-46f3-b5cb-b87b2b100c58/model-vers/model-ver/29ccf31e-df21-49dc-ae06-e18b6baf315a?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/6ebc743c-a40f-46f3-b5cb-b87b2b100c58/model-vers/model-ver/29ccf31e-df21-49dc-ae06-e18b6baf315a?depth=0 has http status code:200 and response headers:{date=[Sat, 18 Mar 2023 14:38:46 GMT], content-length=[0], vertex-id=[241768], x-aai-txid=[1-aai-resources-230318-14:38:46:933-67620], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-18T14:38:47.360Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6ebc743c-a40f-46f3-b5cb-b87b2b100c58/model-vers/model-ver/29ccf31e-df21-49dc-ae06-e18b6baf315a?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-18T14:38:47.362Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6ebc743c-a40f-46f3-b5cb-b87b2b100c58/model-vers/model-ver/29ccf31e-df21-49dc-ae06-e18b6baf315a?depth=0|INFO|500||InvokeReturn
2023-03-18T14:38:47.363Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-18T14:38:47.363Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-18T14:38:47.370Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-18T14:38:47.370Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 1765e72b-9f37-409d-a48f-62642d8341c6 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-18T14:38:47.370Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-18T14:38:47.371Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:38:47.371Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:38:47.371Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "1765e72b-9f37-409d-a48f-62642d8341c6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679150327370,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-18T14:38:48.394Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-18T14:38:48.394Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||DEBUG|500||received notification from broker: {"distributionID":"a04e84de-dd11-4280-9147-b1e37960b03e","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"fd8ba0dc-1896-4d7a-8d17-8252415f4148","serviceDescription":"service","serviceInvariantUUID":"06780b7c-aa94-422c-93b2-8efce3a7e977","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"fbaf618a-d9c7-4d1a-bd9c-d1a22dcbab14","resourceInvariantUUID":"20679d31-c72a-48fe-9cca-d085ba3d87e2","resourceCustomizationUUID":"5a2455fb-17f2-466c-b0b0-62e7a69549a5","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":"NGE3YjY3NzQ1ZjA3ZGUyMmY0YmU3MTAzMDFiMDNlODY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"07e8dd70-5afe-4bfd-ad6c-2aa9be8ac5c5","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":"NDA0YWNjNjQ5NTc5MzIzZmY5MGI0NTQ5MzkxMDMyMTU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"3505ba6b-8d3f-478c-8142-b2fb22d4f19c","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":"3415bafc-6992-481c-b7de-4378aeab19cc","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":"6e01ed63-04df-47c5-b5b9-edbad7442fb6","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":"f18ebb9c-a530-4121-accd-08ec1bde710e","artifactVersion":"2","generatedFromUUID":"3415bafc-6992-481c-b7de-4378aeab19cc"},{"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":"ZGQwOTc2NTc3MGE4NWU2ZGRkYTI0ODEwNjRiM2M0NDI\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"e0b8d7ca-c681-434f-b664-11315dcdef1b","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":"Y2M2MWFlODUxM2MxOGZjNjQ5Y2Y0YzM0NTUzMTFiMWY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"b990a0ca-504f-4f1f-bc35-5f07167e1c24","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"MTAyMTgyNjgwZDA0MWFiM2RkNzg4NzNhOWVhOTE3OWE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"938cc5f1-eb1c-4c61-971b-7e05e60d5594","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-18T14:38:48.394Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T14:38:48.394Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:38:48.394Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:38:48.394Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "a04e84de-dd11-4280-9147-b1e37960b03e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679149651818,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:38:49.395Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T14:38:49.395Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:38:49.395Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:38:49.395Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "a04e84de-dd11-4280-9147-b1e37960b03e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679149651818,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:38:50.396Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T14:38:50.396Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:38:50.396Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:38:50.396Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "a04e84de-dd11-4280-9147-b1e37960b03e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679149651818,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:38:51.397Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T14:38:51.397Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:38:51.397Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:38:51.398Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "a04e84de-dd11-4280-9147-b1e37960b03e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679149651818,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:38:52.398Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T14:38:52.399Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:38:52.400Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:38:52.400Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "a04e84de-dd11-4280-9147-b1e37960b03e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679149651818,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:38:53.402Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T14:38:53.402Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:38:53.403Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:38:53.403Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "a04e84de-dd11-4280-9147-b1e37960b03e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679149651818,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:38:54.403Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T14:38:54.404Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:38:54.404Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:38:54.405Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "a04e84de-dd11-4280-9147-b1e37960b03e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679149651818,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:38:55.405Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T14:38:55.406Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:38:55.407Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:38:55.407Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "a04e84de-dd11-4280-9147-b1e37960b03e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679149651818,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:38:56.408Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "a04e84de-dd11-4280-9147-b1e37960b03e",
  "serviceName": "basic_vm_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "fd8ba0dc-1896-4d7a-8d17-8252415f4148",
  "serviceDescription": "service",
  "serviceInvariantUUID": "06780b7c-aa94-422c-93b2-8efce3a7e977",
  "resources": [
    {
      "resourceInstanceName": "basic_vm_macro 0",
      "resourceCustomizationUUID": "5a2455fb-17f2-466c-b0b0-62e7a69549a5",
      "resourceName": "basic_vm_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "fbaf618a-d9c7-4d1a-bd9c-d1a22dcbab14",
      "resourceInvariantUUID": "20679d31-c72a-48fe-9cca-d085ba3d87e2",
      "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": "NDA0YWNjNjQ5NTc5MzIzZmY5MGI0NTQ5MzkxMDMyMTU\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "3505ba6b-8d3f-478c-8142-b2fb22d4f19c",
          "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": "3415bafc-6992-481c-b7de-4378aeab19cc",
          "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": "f18ebb9c-a530-4121-accd-08ec1bde710e",
            "generatedFromUUID": "3415bafc-6992-481c-b7de-4378aeab19cc"
          },
          "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": "f18ebb9c-a530-4121-accd-08ec1bde710e",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVmMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
      "artifactChecksum": "MTAyMTgyNjgwZDA0MWFiM2RkNzg4NzNhOWVhOTE3OWE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "938cc5f1-eb1c-4c61-971b-7e05e60d5594"
    }
  ],
  "workloadContext": "Production"
}
2023-03-18T14:38:56.409Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-18T14:38:56.409Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 fd8ba0dc-1896-4d7a-8d17-8252415f4148 ASDC
2023-03-18T14:38:56.409Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:a04e84de-dd11-4280-9147-b1e37960b03e
ServiceName:basic_vm_macro
ServiceVersion:1.0
ServiceUUID:fd8ba0dc-1896-4d7a-8d17-8252415f4148
ServiceInvariantUUID:06780b7c-aa94-422c-93b2-8efce3a7e977
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:938cc5f1-eb1c-4c61-971b-7e05e60d5594
ArtifactChecksum:MTAyMTgyNjgwZDA0MWFiM2RkNzg4NzNhOWVhOTE3OWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm_macro 0
ResourceCustomizationUUID:5a2455fb-17f2-466c-b0b0-62e7a69549a5
ResourceInvariantUUID:20679d31-c72a-48fe-9cca-d085ba3d87e2
ResourceName:basic_vm_macro
ResourceType:VF
ResourceUUID:fbaf618a-d9c7-4d1a-bd9c-d1a22dcbab14
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:3505ba6b-8d3f-478c-8142-b2fb22d4f19c
ArtifactChecksum:NDA0YWNjNjQ5NTc5MzIzZmY5MGI0NTQ5MzkxMDMyMTU=
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:3415bafc-6992-481c-b7de-4378aeab19cc
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:f18ebb9c-a530-4121-accd-08ec1bde710e
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:f18ebb9c-a530-4121-accd-08ec1bde710e
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-18T14:38:56.409Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF fd8ba0dc-1896-4d7a-8d17-8252415f4148 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: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-18T14:38:56.444Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-18T14:38:56.445Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-03-18T14:38:56.445Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-03-18T14:38:56.445Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 938cc5f1-eb1c-4c61-971b-7e05e60d5594 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2023-03-18T14:38:56.445Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||INFO|500||DistributionClient - download
2023-03-18T14:38:56.445Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2023-03-18T14:38:56.696Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2023-03-18T14:38:56.701Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 938cc5f1-eb1c-4c61-971b-7e05e60d5594 83006
2023-03-18T14:38:56.701Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2023-03-18T14:38:56.701Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2023-03-18T14:38:56.702Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-18T14:38:56.702Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:38:56.702Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:38:56.702Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "a04e84de-dd11-4280-9147-b1e37960b03e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679150336701,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:38:57.703Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-18T14:38:57.704Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-03-18T14:38:57.705Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 938cc5f1-eb1c-4c61-971b-7e05e60d5594, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-03-18T14:38:57.705Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar
2023-03-18T14:38:57.706Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-03-18T14:38:57.707Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-03-18T14:38:57.793Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1183588418716882570/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
2023-03-18T14:38:58.562Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-18T14:38:58.563Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||WARN|500||####################################################################################################
2023-03-18T14:38:58.563Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-03-18T14:38:58.563Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-18T14:38:58.563Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-03-18T14:38:58.563Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-03-18T14:38:58.563Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-03-18T14:38:58.563Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-03-18T14:38:58.563Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-03-18T14:38:58.563Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-03-18T14:38:58.563Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm_macro 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-03-18T14:38:58.563Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||WARN|500||####################################################################################################
2023-03-18T14:38:58.563Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T14:38:58.563Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T14:38:58.563Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-03-18T14:38:58.563Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2023-03-18T14:38:58.563Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-18T14:38:58.563Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T14:38:58.563Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T14:38:58.563Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-03-18T14:38:58.563Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2023-03-18T14:38:58.563Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-18T14:38:58.563Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T14:38:58.563Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T14:38:58.564Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T14:38:58.564Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2023-03-18T14:38:58.564Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2023-03-18T14:38:58.564Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2023-03-18T14:38:58.564Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2023-03-18T14:38:58.564Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-03-18T14:38:58.564Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-03-18T14:38:58.564Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T14:38:58.564Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-03-18T14:38:58.564Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T14:38:58.564Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-03-18T14:38:58.564Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-18T14:38:58.564Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T14:38:58.564Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-03-18T14:38:58.564Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-18T14:38:58.564Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T14:38:58.564Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-03-18T14:38:58.565Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-18T14:38:58.565Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T14:38:58.565Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2023-03-18T14:38:58.565Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2023-03-18T14:38:58.565Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-03-18T14:38:58.565Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=efed09a9-c37e-4ed1-b779-8f8c87429384
2023-03-18T14:38:58.565Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T14:38:58.565Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T14:38:58.565Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T14:38:58.565Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T14:38:58.565Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T14:38:58.565Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T14:38:58.565Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T14:38:58.565Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T14:38:58.565Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm_macro
Description:service
Model UUID:fd8ba0dc-1896-4d7a-8d17-8252415f4148
Model Version:NULL
Model InvariantUuid:06780b7c-aa94-422c-93b2-8efce3a7e977
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm_macro
Model UUID:ec3b921f-d297-4e16-9e1f-92ec151bb9e1
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:20679d31-c72a-48fe-9cca-d085ba3d87e2
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:5a2455fb-17f2-466c-b0b0-62e7a69549a5
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:09bcab39-c936-4552-ae5f-7f5f6426b9a5
ModelName:BasicVmMacro..base_ubuntu20..module-0
ModelUuid:700018b5-a4a6-4b16-994a-f7af4e22b50a
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:efed09a9-c37e-4ed1-b779-8f8c87429384
ModelInvariantUuid:3a903346-c5d1-4488-bc39-7cbad1a96711
ModelName:basic_vm_macro-nodes.ubuntu20Cvfc
ModelUuid:0288279f-fe30-4eb2-a478-8718942085dc
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:380e2ec9-85aa-4097-b334-4d92a2459672
ModelInvariantUuid:59f014bd-34dc-44b0-98bb-82fc48fcb62d
ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20
ModelUuid:12d9b08f-c393-436a-9f9b-090ba2272261
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=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-03-18T14:38:58.594Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||ERROR|500||Csar with UUID: 938cc5f1-eb1c-4c61-971b-7e05e60d5594 already exists
2023-03-18T14:38:58.594Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2023-03-18T14:38:58.594Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar(Csar with UUID: 938cc5f1-eb1c-4c61-971b-7e05e60d5594 already exists)
2023-03-18T14:38:58.594Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-18T14:38:58.594Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:38:58.594Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:38:58.594Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "a04e84de-dd11-4280-9147-b1e37960b03e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679150338594,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 938cc5f1-eb1c-4c61-971b-7e05e60d5594 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:38:58.920Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:38:58.920Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: cached metadata has changed from (version156: {SDC-DISTR-STATUS-TOPIC-AUTO=6, SDC-DISTR-NOTIF-TOPIC-AUTO=6}) at the beginning of the rebalance to (version157: {SDC-DISTR-STATUS-TOPIC-AUTO=6})
2023-03-18T14:38:58.932Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Revoke previously assigned partitions SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-03-18T14:38:58.932Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] (Re-)joining group
2023-03-18T14:38:58.942Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Successfully joined group with generation Generation{generationId=70, memberId='SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94-2995e74d-4211-4955-93f6-f3f14568571e', protocol='range'}
2023-03-18T14:38:58.942Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Finished assignment for group at generation 70: {SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94-2995e74d-4211-4955-93f6-f3f14568571e=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])}
2023-03-18T14:38:58.954Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Successfully synced group in generation Generation{generationId=70, memberId='SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94-2995e74d-4211-4955-93f6-f3f14568571e', protocol='range'}
2023-03-18T14:38:58.955Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])
2023-03-18T14:38:58.955Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Adding newly assigned partitions: SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-03-18T14:38:58.958Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-18T14:38:58.959Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-18T14:38:58.959Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-18T14:38:58.959Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=2060, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-18T14:38:58.959Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-18T14:38:58.959Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-18T14:38:59.595Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2023-03-18T14:38:59.595Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar(Resource with UUID: fbaf618a-d9c7-4d1a-bd9c-d1a22dcbab14 already exists)
2023-03-18T14:38:59.595Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-18T14:38:59.595Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:38:59.595Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:38:59.596Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "a04e84de-dd11-4280-9147-b1e37960b03e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679150339595,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: fbaf618a-d9c7-4d1a-bd9c-d1a22dcbab14 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:38:59.973Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-18T14:38:59.973Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "d6b70362-b450-41db-97c4-ea1285deb273",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679150281924,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-18T14:38:59.973Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:38:59.973Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-18T14:38:59.973Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "1765e72b-9f37-409d-a48f-62642d8341c6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679149651818,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T14:38:59.974Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:38:59.974Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-18T14:38:59.974Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "1765e72b-9f37-409d-a48f-62642d8341c6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679149651818,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2023-03-18T14:38:59.974Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:38:59.974Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-18T14:38:59.974Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "1765e72b-9f37-409d-a48f-62642d8341c6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679149651818,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2023-03-18T14:38:59.974Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:38:59.974Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-18T14:38:59.974Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "1765e72b-9f37-409d-a48f-62642d8341c6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679149651818,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T14:38:59.974Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:38:59.974Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-18T14:38:59.974Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "1765e72b-9f37-409d-a48f-62642d8341c6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679149651818,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2023-03-18T14:38:59.974Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:38:59.974Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-18T14:38:59.974Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "1765e72b-9f37-409d-a48f-62642d8341c6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679149651818,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2023-03-18T14:38:59.974Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:38:59.975Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-18T14:38:59.975Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "1765e72b-9f37-409d-a48f-62642d8341c6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679149651818,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2023-03-18T14:38:59.975Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:38:59.975Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-18T14:38:59.975Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "1765e72b-9f37-409d-a48f-62642d8341c6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679149651818,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-18T14:38:59.975Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:38:59.975Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-18T14:38:59.975Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "1765e72b-9f37-409d-a48f-62642d8341c6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679149651818,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T14:38:59.975Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:38:59.975Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-18T14:38:59.975Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "1765e72b-9f37-409d-a48f-62642d8341c6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679149651818,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-18T14:38:59.975Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:38:59.975Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-18T14:38:59.975Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "1765e72b-9f37-409d-a48f-62642d8341c6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679150293261,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-18T14:38:59.976Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:38:59.976Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-18T14:38:59.976Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "1765e72b-9f37-409d-a48f-62642d8341c6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679150295153,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 7ac7462c-7a2a-47d2-8257-79de7d0e5c52 already exists"
}
2023-03-18T14:38:59.976Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:38:59.976Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-18T14:38:59.976Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "1765e72b-9f37-409d-a48f-62642d8341c6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679150296155,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 67962590-90b8-4f11-901d-d79a952d0f14 already exists"
}
2023-03-18T14:38:59.976Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:38:59.976Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-18T14:38:59.976Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "1765e72b-9f37-409d-a48f-62642d8341c6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679150327370,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-18T14:38:59.976Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:38:59.976Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-18T14:38:59.976Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "a04e84de-dd11-4280-9147-b1e37960b03e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679149651818,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T14:38:59.976Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:38:59.977Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-18T14:38:59.977Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "a04e84de-dd11-4280-9147-b1e37960b03e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679149651818,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2023-03-18T14:38:59.977Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:38:59.977Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-18T14:38:59.977Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "a04e84de-dd11-4280-9147-b1e37960b03e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679149651818,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-03-18T14:38:59.977Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:38:59.977Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-18T14:38:59.977Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "a04e84de-dd11-4280-9147-b1e37960b03e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679149651818,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T14:38:59.977Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:38:59.977Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-18T14:38:59.977Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "a04e84de-dd11-4280-9147-b1e37960b03e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679149651818,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-03-18T14:38:59.977Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:38:59.977Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-18T14:38:59.977Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "a04e84de-dd11-4280-9147-b1e37960b03e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679149651818,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-18T14:38:59.977Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:38:59.978Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-18T14:38:59.978Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "a04e84de-dd11-4280-9147-b1e37960b03e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679149651818,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T14:38:59.978Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:38:59.978Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-18T14:38:59.978Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "a04e84de-dd11-4280-9147-b1e37960b03e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679149651818,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-18T14:38:59.978Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:38:59.978Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-18T14:38:59.978Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "a04e84de-dd11-4280-9147-b1e37960b03e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679150336701,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-18T14:38:59.978Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:38:59.978Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-18T14:38:59.978Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "a04e84de-dd11-4280-9147-b1e37960b03e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679150338594,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 938cc5f1-eb1c-4c61-971b-7e05e60d5594 already exists"
}
2023-03-18T14:38:59.978Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:38:59.978Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-18T14:38:59.978Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "a04e84de-dd11-4280-9147-b1e37960b03e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679150339595,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: fbaf618a-d9c7-4d1a-bd9c-d1a22dcbab14 already exists"
}
2023-03-18T14:38:59.978Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:39:00.596Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a04e84de-dd11-4280-9147-b1e37960b03e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T14:39:00.616Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a04e84de-dd11-4280-9147-b1e37960b03e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T14:39:00.620Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-18T14:39:00.620Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-18T14:39:00.620Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-18T14:39:00.620Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-18T14:39:00.620Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T14:39:00.620Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T14:39:00.620Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T14:39:00.621Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T14:39:00.621Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T14:39:00.621Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-18T14:39:00.632Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-18T14:39:30.633Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: a04e84de-dd11-4280-9147-b1e37960b03e and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-18T14:39:30.637Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: a04e84de-dd11-4280-9147-b1e37960b03e and serviceModelVersionId: fd8ba0dc-1896-4d7a-8d17-8252415f4148
2023-03-18T14:39:30.637Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 06780b7c-aa94-422c-93b2-8efce3a7e977
2023-03-18T14:39:30.638Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/06780b7c-aa94-422c-93b2-8efce3a7e977/model-vers/model-ver/fd8ba0dc-1896-4d7a-8d17-8252415f4148?depth=0
2023-03-18T14:39:30.641Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2023-03-18T14:39:30.654Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/06780b7c-aa94-422c-93b2-8efce3a7e977/model-vers/model-ver/fd8ba0dc-1896-4d7a-8d17-8252415f4148?depth=0|INFO|500||Invoke
2023-03-18T14:39:30.654Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/06780b7c-aa94-422c-93b2-8efce3a7e977/model-vers/model-ver/fd8ba0dc-1896-4d7a-8d17-8252415f4148?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/06780b7c-aa94-422c-93b2-8efce3a7e977/model-vers/model-ver/fd8ba0dc-1896-4d7a-8d17-8252415f4148?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[a04e84de-dd11-4280-9147-b1e37960b03e], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[551ea29c-5a6a-4ed9-b7b2-a6960e764b5f], X-ECOMP-RequestID=[a04e84de-dd11-4280-9147-b1e37960b03e], X-TransactionId=[], X-ONAP-RequestID=[a04e84de-dd11-4280-9147-b1e37960b03e], Content-Type=[application/merge-patch+json]}
2023-03-18T14:39:30.662Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/06780b7c-aa94-422c-93b2-8efce3a7e977/model-vers/model-ver/fd8ba0dc-1896-4d7a-8d17-8252415f4148?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-18T14:39:30.778Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/06780b7c-aa94-422c-93b2-8efce3a7e977/model-vers/model-ver/fd8ba0dc-1896-4d7a-8d17-8252415f4148?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/06780b7c-aa94-422c-93b2-8efce3a7e977/model-vers/model-ver/fd8ba0dc-1896-4d7a-8d17-8252415f4148?depth=0 has http status code:200 and response headers:{date=[Sat, 18 Mar 2023 14:39:30 GMT], content-length=[0], vertex-id=[770064], x-aai-txid=[0-aai-resources-230318-14:39:30:364-42169], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-18T14:39:30.779Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/06780b7c-aa94-422c-93b2-8efce3a7e977/model-vers/model-ver/fd8ba0dc-1896-4d7a-8d17-8252415f4148?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-18T14:39:30.779Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/06780b7c-aa94-422c-93b2-8efce3a7e977/model-vers/model-ver/fd8ba0dc-1896-4d7a-8d17-8252415f4148?depth=0|INFO|500||InvokeReturn
2023-03-18T14:39:30.779Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-18T14:39:30.779Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-18T14:39:30.783Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-18T14:39:30.783Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID a04e84de-dd11-4280-9147-b1e37960b03e and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-18T14:39:30.783Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-18T14:39:30.783Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:39:30.783Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:39:30.783Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "a04e84de-dd11-4280-9147-b1e37960b03e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679150370783,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-18T14:39:31.808Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T14:39:31.808Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Failing OffsetCommit request since the consumer is not part of an active group
2023-03-18T14:39:31.809Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Node 0 disconnected.
2023-03-18T14:39:31.810Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Node 2 disconnected.
2023-03-18T14:39:31.810Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Cancelled in-flight METADATA request with correlation id 168323 due to node 2 being disconnected (elapsed time since creation: 1ms, elapsed time since send: 1ms, request timeout: 30000ms)
2023-03-18T14:39:31.811Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||ERROR|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Asynchronous auto-commit of offsets failed: Offset commit cannot be completed since the consumer is not part of an active group for auto partition assignment; it is likely that the consumer was kicked out of the group.. Will continue to join group.
2023-03-18T14:39:31.811Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Giving away all assigned partitions as lost since generation/memberID has been reset,indicating that consumer is in old state or no longer part of the group
2023-03-18T14:39:31.811Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Lost previously assigned partitions SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5
2023-03-18T14:39:31.811Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] (Re-)joining group
2023-03-18T14:39:31.816Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2-454d5c6c-7ce3-42e2-ac59-11e9799bb931
2023-03-18T14:39:31.816Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Asynchronous auto-commit of offsets {SDC-DISTR-NOTIF-TOPIC-AUTO-5=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-4=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-3=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-2=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-1=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-0=OffsetAndMetadata{offset=10, leaderEpoch=0, metadata=''}} failed: Offset commit cannot be completed since the consumer is not part of an active group for auto partition assignment; it is likely that the consumer was kicked out of the group.
2023-03-18T14:39:31.816Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Request joining group due to: rebalance failed due to 'The group member needs to have a valid member id before actually entering a consumer group.' (MemberIdRequiredException)
2023-03-18T14:39:31.816Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] (Re-)joining group
2023-03-18T14:39:32.193Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T14:39:35.208Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T14:39:38.231Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T14:39:41.244Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T14:39:44.255Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T14:39:47.267Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T14:39:50.285Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T14:39:53.300Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T14:39:56.308Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T14:39:58.921Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:39:58.932Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Revoke previously assigned partitions SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-03-18T14:39:58.933Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] (Re-)joining group
2023-03-18T14:39:58.937Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Successfully joined group with generation Generation{generationId=71, memberId='SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94-2995e74d-4211-4955-93f6-f3f14568571e', protocol='range'}
2023-03-18T14:39:58.937Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Successfully joined group with generation Generation{generationId=71, memberId='SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2-454d5c6c-7ce3-42e2-ac59-11e9799bb931', protocol='range'}
2023-03-18T14:39:58.941Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Resetting the last seen epoch of partition SDC-DISTR-NOTIF-TOPIC-AUTO-0 to 0 since the associated topicId changed from null to XRzq8BOIRZiZRw2R__X0DA
2023-03-18T14:39:58.941Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Resetting the last seen epoch of partition SDC-DISTR-NOTIF-TOPIC-AUTO-5 to 0 since the associated topicId changed from null to XRzq8BOIRZiZRw2R__X0DA
2023-03-18T14:39:58.941Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Resetting the last seen epoch of partition SDC-DISTR-NOTIF-TOPIC-AUTO-1 to 0 since the associated topicId changed from null to XRzq8BOIRZiZRw2R__X0DA
2023-03-18T14:39:58.942Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Resetting the last seen epoch of partition SDC-DISTR-NOTIF-TOPIC-AUTO-4 to 0 since the associated topicId changed from null to XRzq8BOIRZiZRw2R__X0DA
2023-03-18T14:39:58.942Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Resetting the last seen epoch of partition SDC-DISTR-NOTIF-TOPIC-AUTO-2 to 0 since the associated topicId changed from null to XRzq8BOIRZiZRw2R__X0DA
2023-03-18T14:39:58.942Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Resetting the last seen epoch of partition SDC-DISTR-NOTIF-TOPIC-AUTO-3 to 0 since the associated topicId changed from null to XRzq8BOIRZiZRw2R__X0DA
2023-03-18T14:39:58.942Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Finished assignment for group at generation 71: {SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2-454d5c6c-7ce3-42e2-ac59-11e9799bb931=Assignment(partitions=[SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5]), SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94-2995e74d-4211-4955-93f6-f3f14568571e=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])}
2023-03-18T14:39:58.962Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Successfully synced group in generation Generation{generationId=71, memberId='SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2-454d5c6c-7ce3-42e2-ac59-11e9799bb931', protocol='range'}
2023-03-18T14:39:58.962Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Successfully synced group in generation Generation{generationId=71, memberId='SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94-2995e74d-4211-4955-93f6-f3f14568571e', protocol='range'}
2023-03-18T14:39:58.963Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5])
2023-03-18T14:39:58.963Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])
2023-03-18T14:39:58.963Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Adding newly assigned partitions: SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5
2023-03-18T14:39:58.963Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Adding newly assigned partitions: SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-03-18T14:39:58.966Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-18T14:39:58.966Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-18T14:39:58.966Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-18T14:39:58.966Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-18T14:39:58.967Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-18T14:39:58.966Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-18T14:39:58.967Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-18T14:39:58.967Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-18T14:39:58.967Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-18T14:39:58.967Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=2086, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-18T14:39:58.967Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-18T14:39:58.967Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-18T14:39:59.018Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-18T14:39:59.018Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||DEBUG|500||received notification from broker: {"distributionID":"34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846","serviceName":"basic_onboard_gCPnoC","serviceVersion":"1.0","serviceUUID":"dad851ae-1f1d-4e04-8847-f18fd5d51391","serviceDescription":"service","serviceInvariantUUID":"693dcbb7-55f2-41d5-a0d9-572574329dfe","resources":[{"resourceInstanceName":"basic_onboard_gCPnoC 0","resourceName":"basic_onboard_gCPnoC","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"f3fb2f57-aad9-4f33-88db-c458ae09cdfb","resourceInvariantUUID":"d7c6b294-4284-4b69-87ff-a797deedad73","resourceCustomizationUUID":"9327f8c9-4591-449b-b6af-227dc0614cab","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/vf-license-model.xml","artifactChecksum":"OGQ5ZDI0MzIzNDdmMDUyYmQ0MzVmMDVkOWUyNGVlYmE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"5077753b-8cdd-47a9-82d5-e3ff4ce969c3","artifactVersion":"1"},{"artifactName":"basic_onboard_gcpnoc0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json","artifactChecksum":"NjRhMmYzNDQxZDFkYzhiMjZmMTk3NDMzZmQwOWNiNWI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"583db2fa-2045-4011-8045-9fd436580060","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"0846dbe8-d246-42f3-9ba6-3c197d6bb5c4","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"5004fadd-cda9-4566-99ac-bc5d669427a2","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"7d3da3bf-4415-4326-b045-fe6bef605f78","artifactVersion":"2","generatedFromUUID":"0846dbe8-d246-42f3-9ba6-3c197d6bb5c4"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardGcpnoc-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-template.yml","artifactChecksum":"OGFkYWYzODVjYTg1MmE4Y2JhZWM5NDk3ZjljNTAwNTE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"8ab16f5d-5180-4470-b278-f6ea6f7c23e8","artifactVersion":"1"},{"artifactName":"service-BasicOnboardGcpnoc-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar","artifactChecksum":"MjQxYmE3NTM3MTRlYjAwMzA2YjMyYmJjMmU4MmNkYjE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"d6569f72-4f81-428a-8593-389324ccdf48","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-18T14:39:59.019Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T14:39:59.019Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:39:59.019Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:39:59.019Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679150371808,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:39:59.979Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-18T14:39:59.979Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "a04e84de-dd11-4280-9147-b1e37960b03e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679150370783,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-18T14:39:59.980Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:39:59.980Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-18T14:39:59.980Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679150371808,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T14:39:59.980Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:40:00.019Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T14:40:00.020Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:40:00.020Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:40:00.020Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679150371808,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:40:01.020Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T14:40:01.021Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:40:01.021Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:40:01.021Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679150371808,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:40:02.022Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T14:40:02.022Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:40:02.022Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:40:02.022Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679150371808,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:40:03.023Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T14:40:03.023Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:40:03.023Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:40:03.024Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679150371808,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:40:04.025Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T14:40:04.025Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:40:04.025Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:40:04.025Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679150371808,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:40:05.026Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T14:40:05.026Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:40:05.026Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:40:05.026Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679150371808,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:40:06.030Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "serviceName": "basic_onboard_gCPnoC",
  "serviceVersion": "1.0",
  "serviceUUID": "dad851ae-1f1d-4e04-8847-f18fd5d51391",
  "serviceDescription": "service",
  "serviceInvariantUUID": "693dcbb7-55f2-41d5-a0d9-572574329dfe",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_gCPnoC 0",
      "resourceCustomizationUUID": "9327f8c9-4591-449b-b6af-227dc0614cab",
      "resourceName": "basic_onboard_gCPnoC",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "f3fb2f57-aad9-4f33-88db-c458ae09cdfb",
      "resourceInvariantUUID": "d7c6b294-4284-4b69-87ff-a797deedad73",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_gcpnoc0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json",
          "artifactChecksum": "NjRhMmYzNDQxZDFkYzhiMjZmMTk3NDMzZmQwOWNiNWI\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "583db2fa-2045-4011-8045-9fd436580060",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "0846dbe8-d246-42f3-9ba6-3c197d6bb5c4",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "7d3da3bf-4415-4326-b045-fe6bef605f78",
            "generatedFromUUID": "0846dbe8-d246-42f3-9ba6-3c197d6bb5c4"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "7d3da3bf-4415-4326-b045-fe6bef605f78",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardGcpnoc-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar",
      "artifactChecksum": "MjQxYmE3NTM3MTRlYjAwMzA2YjMyYmJjMmU4MmNkYjE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "d6569f72-4f81-428a-8593-389324ccdf48"
    }
  ],
  "workloadContext": "Production"
}
2023-03-18T14:40:06.031Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-18T14:40:06.031Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 dad851ae-1f1d-4e04-8847-f18fd5d51391 ASDC
2023-03-18T14:40:06.032Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
ServiceName:basic_onboard_gCPnoC
ServiceVersion:1.0
ServiceUUID:dad851ae-1f1d-4e04-8847-f18fd5d51391
ServiceInvariantUUID:693dcbb7-55f2-41d5-a0d9-572574329dfe
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardGcpnoc-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar
ArtifactUUID:d6569f72-4f81-428a-8593-389324ccdf48
ArtifactChecksum:MjQxYmE3NTM3MTRlYjAwMzA2YjMyYmJjMmU4MmNkYjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_gCPnoC 0
ResourceCustomizationUUID:9327f8c9-4591-449b-b6af-227dc0614cab
ResourceInvariantUUID:d7c6b294-4284-4b69-87ff-a797deedad73
ResourceName:basic_onboard_gCPnoC
ResourceType:VF
ResourceUUID:f3fb2f57-aad9-4f33-88db-c458ae09cdfb
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_gcpnoc0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json
ArtifactUUID:583db2fa-2045-4011-8045-9fd436580060
ArtifactChecksum:NjRhMmYzNDQxZDFkYzhiMjZmMTk3NDMzZmQwOWNiNWI=
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/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.yaml
ArtifactUUID:0846dbe8-d246-42f3-9ba6-3c197d6bb5c4
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/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.env
ArtifactUUID:7d3da3bf-4415-4326-b045-fe6bef605f78
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/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.env
ArtifactUUID:7d3da3bf-4415-4326-b045-fe6bef605f78
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-18T14:40:06.032Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF dad851ae-1f1d-4e04-8847-f18fd5d51391 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: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-18T14:40:06.078Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-18T14:40:06.079Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-03-18T14:40:06.079Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-03-18T14:40:06.079Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: d6569f72-4f81-428a-8593-389324ccdf48 from URL: /sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar
2023-03-18T14:40:06.079Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||INFO|500||DistributionClient - download
2023-03-18T14:40:06.079Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar
2023-03-18T14:40:06.117Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||GET Response Status 404
2023-03-18T14:40:06.117Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@431c94b4
2023-03-18T14:40:06.118Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-18T14:40:06.118Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicOnboardGcpnoc"
      ]
    }
  }
}
2023-03-18T14:40:06.118Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicOnboardGcpnoc-csar.csar /sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar d6569f72-4f81-428a-8593-389324ccdf48 Specified artifact is  not found 300 ASDC artifact download fail
2023-03-18T14:40:06.118Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar ASDC sendASDCNotification
2023-03-18T14:40:06.118Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar(Specified artifact is  not found)
2023-03-18T14:40:06.118Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-18T14:40:06.118Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:40:06.118Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:40:06.118Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679150406118,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:40:07.119Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during processCsarServiceArtifacts ASDC processCsarServiceArtifacts 500 Exception in processCsarServiceArtifacts
org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact service-BasicOnboardGcpnoc-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar(UUID:d6569f72-4f81-428a-8593-389324ccdf48)
Error message is Specified artifact is  not found

	at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394)
	at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2023-03-18T14:40:07.135Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||ERROR|500||error NSST process resource failure 
java.lang.NullPointerException: null
	at org.onap.so.asdc.client.ASDCController.processNsstNotification(ASDCController.java:978)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:760)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-18T14:40:07.135Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: f3fb2f57-aad9-4f33-88db-c458ae09cdfb
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-18T14:40:07.138Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||INFO|500||basic_onboard_gCPnoC 0
2023-03-18T14:40:07.139Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: f3fb2f57-aad9-4f33-88db-c458ae09cdfb
2023-03-18T14:40:07.139Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 583db2fa-2045-4011-8045-9fd436580060 from URL: /sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json
2023-03-18T14:40:07.139Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||INFO|500||DistributionClient - download
2023-03-18T14:40:07.139Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json
2023-03-18T14:40:07.162Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||GET Response Status 404
2023-03-18T14:40:07.163Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@290e7554
2023-03-18T14:40:07.163Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-18T14:40:07.163Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicOnboardGcpnoc"
      ]
    }
  }
}
2023-03-18T14:40:07.163Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL basic_onboard_gcpnoc0_modules.json /sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json 583db2fa-2045-4011-8045-9fd436580060 Specified artifact is  not found 300 ASDC artifact download fail
2023-03-18T14:40:07.163Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json ASDC sendASDCNotification
2023-03-18T14:40:07.163Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json(Specified artifact is  not found)
2023-03-18T14:40:07.163Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-18T14:40:07.163Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:40:07.164Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:40:07.164Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679150407163,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:40:08.164Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during Installation of artifact ASDC processResourceNotification 500 Exception in processResourceNotification
org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact basic_onboard_gcpnoc0_modules.json could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json(UUID:583db2fa-2045-4011-8045-9fd436580060)
Error message is Specified artifact is  not found

	at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:787)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-18T14:40:08.165Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T14:40:08.183Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T14:40:08.186Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-18T14:40:08.186Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-18T14:40:38.187Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T14:40:38.202Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T14:40:38.205Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-18T14:40:38.205Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-18T14:40:58.920Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:40:58.921Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-18T14:40:58.921Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679150371808,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json",
  "status": "NOTIFIED"
}
2023-03-18T14:40:58.921Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:41:08.206Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T14:41:08.224Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T14:41:08.227Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-18T14:41:08.227Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-18T14:41:38.227Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T14:41:38.248Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T14:41:38.252Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-18T14:41:38.252Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-18T14:41:58.920Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:41:58.923Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-18T14:41:58.923Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679150371808,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2023-03-18T14:41:58.923Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:41:58.923Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-18T14:41:58.923Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679150371808,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T14:41:58.923Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:41:58.923Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-18T14:41:58.923Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679150371808,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2023-03-18T14:41:58.923Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:41:58.923Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-18T14:41:58.923Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679150371808,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T14:41:58.923Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:41:58.924Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-18T14:41:58.924Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679150371808,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar",
  "status": "NOTIFIED"
}
2023-03-18T14:41:58.924Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:41:58.924Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-18T14:41:58.924Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679150406118,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-18T14:41:58.924Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:41:58.924Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-18T14:41:58.924Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679150407163,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-18T14:41:58.924Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:42:08.253Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T14:42:08.274Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T14:42:08.277Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-18T14:42:08.278Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-18T14:42:38.278Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T14:42:38.295Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T14:42:38.299Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-18T14:42:38.299Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-18T14:42:58.920Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:43:08.299Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T14:43:08.315Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T14:43:08.319Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-18T14:43:08.319Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-18T14:43:38.319Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T14:43:38.337Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T14:43:38.339Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-18T14:43:38.340Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-18T14:43:58.920Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:44:08.340Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T14:44:08.371Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T14:44:08.374Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-18T14:44:08.374Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-18T14:44:38.374Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T14:44:38.390Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T14:44:38.393Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-18T14:44:38.394Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-18T14:44:58.922Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:44:59.052Z||kafka-coordinator-heartbeat-thread | so|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] consumer poll timeout has expired. This means the time between subsequent calls to poll() was longer than the configured max.poll.interval.ms, which typically implies that the poll loop is spending too much time processing messages. You can address this either by increasing max.poll.interval.ms or by reducing the maximum size of batches returned in poll() with max.poll.records.
2023-03-18T14:44:59.053Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Member SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2-454d5c6c-7ce3-42e2-ac59-11e9799bb931 sending LeaveGroup request to coordinator onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2147483645 rack: null) due to consumer poll timeout has expired.
2023-03-18T14:44:59.053Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Resetting generation and member id due to: consumer pro-actively leaving the group
2023-03-18T14:44:59.053Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Request joining group due to: consumer pro-actively leaving the group
2023-03-18T14:44:59.708Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T14:44:59.720Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Revoke previously assigned partitions SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-03-18T14:44:59.720Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] (Re-)joining group
2023-03-18T14:44:59.725Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Successfully joined group with generation Generation{generationId=72, memberId='SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94-2995e74d-4211-4955-93f6-f3f14568571e', protocol='range'}
2023-03-18T14:44:59.726Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Finished assignment for group at generation 72: {SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94-2995e74d-4211-4955-93f6-f3f14568571e=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])}
2023-03-18T14:44:59.740Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Successfully synced group in generation Generation{generationId=72, memberId='SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94-2995e74d-4211-4955-93f6-f3f14568571e', protocol='range'}
2023-03-18T14:44:59.740Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])
2023-03-18T14:44:59.740Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Adding newly assigned partitions: SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-03-18T14:44:59.744Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-18T14:44:59.744Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-18T14:44:59.744Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-18T14:44:59.745Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=2096, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-18T14:44:59.745Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-18T14:44:59.745Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-18T14:45:08.394Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2023-03-18T14:45:08.394Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-18T14:45:08.401Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846 and serviceModelVersionId: dad851ae-1f1d-4e04-8847-f18fd5d51391
2023-03-18T14:45:08.401Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 693dcbb7-55f2-41d5-a0d9-572574329dfe
2023-03-18T14:45:08.402Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391?depth=0
2023-03-18T14:45:08.407Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2023-03-18T14:45:08.420Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-03-18T14:45:08.421Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391?depth=0|INFO|500||Invoke
2023-03-18T14:45:08.430Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2023-03-18T14:45:08.454Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391?depth=0|INFO|404|Not Found|InvokeReturn
2023-03-18T14:45:08.455Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391?depth=0 has http status code:404 and response headers:{date=[Sat, 18 Mar 2023 14:45:08 GMT], content-length=[495], x-aai-txid=[0-aai-resources-230318-14:45:08:132-76245], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-18T14:45:08.456Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||{"requestError":{"serviceException":{"messageId":"SVC3001","text":"Resource not found for %1 using id %2 (msg=%3) (ec=%4)","variables":["MERGE_PATCH","service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391","Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391","ERR.5.4.6114"]}}}

2023-03-18T14:45:08.458Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391) (ec=ERR.5.4.6114)
2023-03-18T14:45:08.459Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||ERROR|500||Exception occurred
javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391) (ec=ERR.5.4.6114)
	at org.onap.so.client.ResponseExceptionMapper.map(ResponseExceptionMapper.java:74)
	at org.onap.so.client.RestRequest.get(RestRequest.java:77)
	at org.onap.so.client.RestClient.buildRequest(RestClient.java:326)
	at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322)
	at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283)
	at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67)
	at net.jodah.failsafe.Execution.executeSync(Execution.java:117)
	at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319)
	at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71)
	at org.onap.so.client.RestClient.method(RestClient.java:322)
	at org.onap.so.client.RestClient.patch(RestClient.java:265)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184)
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-18T14:45:08.460Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391) (ec=ERR.5.4.6114)
2023-03-18T14:45:08.460Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391) (ec=ERR.5.4.6114)
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-18T14:45:08.466Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-18T14:45:08.467Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391) (ec=ERR.5.4.6114)
2023-03-18T14:45:08.467Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2023-03-18T14:45:08.467Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:45:08.467Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:45:08.467Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679150708467,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391) (ec\u003dERR.5.4.6114)"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:45:08.483Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-18T14:45:08.483Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679150708467,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391) (ec\u003dERR.5.4.6114)"
}
2023-03-18T14:45:08.483Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-18T14:45:09.490Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-18T14:45:09.490Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||received notification from broker: {"distributionID":"d4dc9e71-f2cb-491c-bcf1-9d51402514be","serviceName":"vFW 2023-03-18 11-08-36","serviceVersion":"1.0","serviceUUID":"27fdb87d-b713-4eaf-90a0-9e48041e5db6","serviceDescription":"catalog service description","serviceInvariantUUID":"cb6d14f9-78ae-470a-a6af-a3a2b9fea472","resources":[{"resourceInstanceName":"vFW 58569f3e-bd56 0","resourceName":"vFW 58569f3e-bd56","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"d26137cf-1389-4abe-8e09-78b44d7a1aae","resourceInvariantUUID":"440b369e-a09c-4c31-8a4e-6692abd11e0c","resourceCustomizationUUID":"e17fe765-865d-4748-ab41-44bdbee5a853","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/vf-license-model.xml","artifactChecksum":"MTFjYmU2ZGQwM2YxYTQxNjdhOWY1YjI5OWUyYjE5OTg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"7238df55-40f7-4cde-93e0-f3c86248a4ba","artifactVersion":"1"},{"artifactName":"vfw58569f3ebd560_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/vfw58569f3ebd560_modules.json","artifactChecksum":"ODg5YTAyNmJiZTFiZTA5MDMwZWVhNmFkMzVmNzk4YTg\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"a8ca7246-150c-4537-b08d-e58462b66bb6","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"be903e28-b266-44db-9c8b-4cbcb6f7ee77","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/vendor-license-model.xml","artifactChecksum":"NDExZWJjY2Q3ZjkxN2NkNTRiYmFlNDViOGZhYWJjM2M\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"cecd91b9-dbd7-4a9b-96a0-72674051949c","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"0637f995-3e6f-44f6-89fc-61906f5ff14b","artifactVersion":"2","generatedFromUUID":"be903e28-b266-44db-9c8b-4cbcb6f7ee77"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20230318110836-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-template.yml","artifactChecksum":"NjdmYzRlMTY1MzM1ODg5NjAzNTEzOWU1ZGFmNmNiNDI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"8648cca8-36e7-40c1-8faf-a7c0be2faa07","artifactVersion":"1"},{"artifactName":"service-Vfw20230318110836-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar","artifactChecksum":"NzY3OTRjMDBhMTZlZjQ1ZTQ3MTU0ZjE0NjliYmU1M2Y\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"436a091b-6820-4621-9f77-4a798268cc9d","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-18T14:45:09.490Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T14:45:09.491Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:45:09.491Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:45:09.491Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679150371808,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:45:10.492Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T14:45:10.492Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:45:10.493Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:45:10.493Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679150371808,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/vfw58569f3ebd560_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:45:11.493Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T14:45:11.493Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:45:11.494Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:45:11.494Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679150371808,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:45:12.494Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T14:45:12.495Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:45:12.495Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:45:12.495Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679150371808,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:45:13.495Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T14:45:13.496Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:45:13.496Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:45:13.496Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679150371808,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/base_vfw.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:45:14.497Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T14:45:14.498Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:45:14.498Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:45:14.498Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679150371808,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:45:15.499Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T14:45:15.499Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:45:15.499Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:45:15.499Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679150371808,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:45:16.501Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "serviceName": "vFW 2023-03-18 11-08-36",
  "serviceVersion": "1.0",
  "serviceUUID": "27fdb87d-b713-4eaf-90a0-9e48041e5db6",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "cb6d14f9-78ae-470a-a6af-a3a2b9fea472",
  "resources": [
    {
      "resourceInstanceName": "vFW 58569f3e-bd56 0",
      "resourceCustomizationUUID": "e17fe765-865d-4748-ab41-44bdbee5a853",
      "resourceName": "vFW 58569f3e-bd56",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "d26137cf-1389-4abe-8e09-78b44d7a1aae",
      "resourceInvariantUUID": "440b369e-a09c-4c31-8a4e-6692abd11e0c",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw58569f3ebd560_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/vfw58569f3ebd560_modules.json",
          "artifactChecksum": "ODg5YTAyNmJiZTFiZTA5MDMwZWVhNmFkMzVmNzk4YTg\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "a8ca7246-150c-4537-b08d-e58462b66bb6",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "be903e28-b266-44db-9c8b-4cbcb6f7ee77",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "0637f995-3e6f-44f6-89fc-61906f5ff14b",
            "generatedFromUUID": "be903e28-b266-44db-9c8b-4cbcb6f7ee77"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "0637f995-3e6f-44f6-89fc-61906f5ff14b",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20230318110836-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar",
      "artifactChecksum": "NzY3OTRjMDBhMTZlZjQ1ZTQ3MTU0ZjE0NjliYmU1M2Y\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "436a091b-6820-4621-9f77-4a798268cc9d"
    }
  ],
  "workloadContext": "Production"
}
2023-03-18T14:45:16.501Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-18T14:45:16.501Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 27fdb87d-b713-4eaf-90a0-9e48041e5db6 ASDC
2023-03-18T14:45:16.502Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:d4dc9e71-f2cb-491c-bcf1-9d51402514be
ServiceName:vFW 2023-03-18 11-08-36
ServiceVersion:1.0
ServiceUUID:27fdb87d-b713-4eaf-90a0-9e48041e5db6
ServiceInvariantUUID:cb6d14f9-78ae-470a-a6af-a3a2b9fea472
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20230318110836-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar
ArtifactUUID:436a091b-6820-4621-9f77-4a798268cc9d
ArtifactChecksum:NzY3OTRjMDBhMTZlZjQ1ZTQ3MTU0ZjE0NjliYmU1M2Y=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 58569f3e-bd56 0
ResourceCustomizationUUID:e17fe765-865d-4748-ab41-44bdbee5a853
ResourceInvariantUUID:440b369e-a09c-4c31-8a4e-6692abd11e0c
ResourceName:vFW 58569f3e-bd56
ResourceType:VF
ResourceUUID:d26137cf-1389-4abe-8e09-78b44d7a1aae
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw58569f3ebd560_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/vfw58569f3ebd560_modules.json
ArtifactUUID:a8ca7246-150c-4537-b08d-e58462b66bb6
ArtifactChecksum:ODg5YTAyNmJiZTFiZTA5MDMwZWVhNmFkMzVmNzk4YTg=
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/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/base_vfw.yaml
ArtifactUUID:be903e28-b266-44db-9c8b-4cbcb6f7ee77
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/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/base_vfw.env
ArtifactUUID:0637f995-3e6f-44f6-89fc-61906f5ff14b
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/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/base_vfw.env
ArtifactUUID:0637f995-3e6f-44f6-89fc-61906f5ff14b
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-18T14:45:16.502Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 27fdb87d-b713-4eaf-90a0-9e48041e5db6 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: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-18T14:45:16.537Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-18T14:45:16.537Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-03-18T14:45:16.538Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-03-18T14:45:16.538Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 436a091b-6820-4621-9f77-4a798268cc9d from URL: /sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar
2023-03-18T14:45:16.538Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||DistributionClient - download
2023-03-18T14:45:16.538Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar
2023-03-18T14:45:17.110Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2023-03-18T14:45:17.119Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar 436a091b-6820-4621-9f77-4a798268cc9d 101467
2023-03-18T14:45:17.119Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar ASDC sendASDCNotification
2023-03-18T14:45:17.119Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar
2023-03-18T14:45:17.119Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-18T14:45:17.119Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:45:17.119Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:45:17.120Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679150717119,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:45:18.121Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-18T14:45:18.122Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-03-18T14:45:18.122Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 436a091b-6820-4621-9f77-4a798268cc9d, URL: /sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar to file: /app/ASDC/1/service-Vfw20230318110836-csar.csar
2023-03-18T14:45:18.123Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20230318110836-csar.csar
2023-03-18T14:45:18.123Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20230318110836-csar.csar
2023-03-18T14:45:18.124Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20230318110836-csar.csar
2023-03-18T14:45:18.233Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8033611262156649479/Definitions/service-Vfw20230318110836-template.yml
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_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_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
2023-03-18T14:45:19.572Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-18T14:45:19.572Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||WARN|500||####################################################################################################
2023-03-18T14:45:19.572Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20230318110836-csar.csar
2023-03-18T14:45:19.572Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2023-03-18T14:45:19.573Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230318110836-csar.csar
2023-03-18T14:45:19.573Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230318110836-csar.csar
2023-03-18T14:45:19.573Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20230318110836-csar.csar
2023-03-18T14:45:19.573Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230318110836-csar.csar
2023-03-18T14:45:19.573Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230318110836-csar.csar
2023-03-18T14:45:19.573Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230318110836-csar.csar
2023-03-18T14:45:19.573Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230318110836-csar.csar
2023-03-18T14:45:19.573Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230318110836-csar.csar
2023-03-18T14:45:19.573Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230318110836-csar.csar
2023-03-18T14:45:19.573Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 58569f3e-bd56 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-Vfw20230318110836-csar.csar
2023-03-18T14:45:19.573Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230318110836-csar.csar
2023-03-18T14:45:19.573Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||WARN|500||####################################################################################################
2023-03-18T14:45:19.573Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T14:45:19.573Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Service vFW 2023-03-18 11-08-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T14:45:19.573Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template vFW 58569f3e-bd56 0 is matching search criteria
2023-03-18T14:45:19.573Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2023-03-18T14:45:19.573Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 58569f3e-bd56 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-18T14:45:19.573Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T14:45:19.574Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Service vFW 2023-03-18 11-08-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T14:45:19.574Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template vFW 58569f3e-bd56 0 is matching search criteria
2023-03-18T14:45:19.574Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2023-03-18T14:45:19.574Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 58569f3e-bd56 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-18T14:45:19.574Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T14:45:19.574Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Service vFW 2023-03-18 11-08-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T14:45:19.574Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T14:45:19.574Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template vFW 58569f3e-bd56 0 is not matching search criteria
2023-03-18T14:45:19.574Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-18T14:45:19.574Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-18T14:45:19.574Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-18T14:45:19.574Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-18T14:45:19.574Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-18T14:45:19.574Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-18T14:45:19.574Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-18T14:45:19.575Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-18T14:45:19.575Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-18T14:45:19.575Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-18T14:45:19.575Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-18T14:45:19.575Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-18T14:45:19.575Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-18T14:45:19.575Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-18T14:45:19.575Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-18T14:45:19.575Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-03-18T14:45:19.575Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T14:45:19.575Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Service vFW 2023-03-18 11-08-36 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-03-18T14:45:19.575Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T14:45:19.575Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template vFW 58569f3e-bd56 0 is matching search criteria
2023-03-18T14:45:19.575Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 58569f3e-bd56 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-18T14:45:19.575Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T14:45:19.575Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template vFW 58569f3e-bd56 0 is matching search criteria
2023-03-18T14:45:19.576Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 58569f3e-bd56 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-18T14:45:19.576Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T14:45:19.576Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template vFW 58569f3e-bd56 0 is matching search criteria
2023-03-18T14:45:19.576Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 58569f3e-bd56 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-18T14:45:19.576Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T14:45:19.576Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template vFW 58569f3e-bd56 0 is not matching search criteria
2023-03-18T14:45:19.576Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-18T14:45:19.576Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-18T14:45:19.576Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-03-18T14:45:19.576Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-18T14:45:19.576Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-18T14:45:19.576Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-18T14:45:19.576Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-18T14:45:19.576Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-18T14:45:19.576Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-18T14:45:19.576Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-18T14:45:19.576Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-18T14:45:19.577Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=54648a20-f030-49c4-93d4-4525b2108f51
2023-03-18T14:45:19.577Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T14:45:19.577Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template vFW 58569f3e-bd56 0 is not matching search criteria
2023-03-18T14:45:19.577Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-18T14:45:19.577Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-18T14:45:19.577Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-18T14:45:19.577Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-18T14:45:19.577Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-18T14:45:19.577Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-18T14:45:19.577Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-18T14:45:19.577Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-03-18T14:45:19.577Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-18T14:45:19.577Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-18T14:45:19.577Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-18T14:45:19.577Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-18T14:45:19.577Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=c8000f82-3ea0-499f-845f-48af9ca20f40
2023-03-18T14:45:19.577Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T14:45:19.578Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template vFW 58569f3e-bd56 0 is not matching search criteria
2023-03-18T14:45:19.578Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-18T14:45:19.578Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-18T14:45:19.578Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-18T14:45:19.578Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-18T14:45:19.578Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-18T14:45:19.578Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-18T14:45:19.578Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-18T14:45:19.578Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-18T14:45:19.578Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-18T14:45:19.578Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-18T14:45:19.578Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-18T14:45:19.578Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-03-18T14:45:19.578Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=8d37dce4-ace0-4972-b0ae-359f5ee34e15
2023-03-18T14:45:19.578Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T14:45:19.579Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Service vFW 2023-03-18 11-08-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T14:45:19.579Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T14:45:19.579Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Service vFW 2023-03-18 11-08-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T14:45:19.579Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T14:45:19.579Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Service vFW 2023-03-18 11-08-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T14:45:19.579Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T14:45:19.579Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Service vFW 2023-03-18 11-08-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T14:45:19.579Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2023-03-18 11-08-36
Description:catalog service description
Model UUID:27fdb87d-b713-4eaf-90a0-9e48041e5db6
Model Version:NULL
Model InvariantUuid:cb6d14f9-78ae-470a-a6af-a3a2b9fea472
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 58569f3e-bd56
Model UUID:2fc36073-92c9-4d5d-9644-0bb6550c287b
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:440b369e-a09c-4c31-8a4e-6692abd11e0c
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:e17fe765-865d-4748-ab41-44bdbee5a853
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:351d450e-b1b7-41ae-a83a-2a71f15e25d1
ModelName:Vfw58569f3eBd56..base_vfw..module-0
ModelUuid:0d68d68e-dec8-43d2-aff9-f5d88cc04393
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:54648a20-f030-49c4-93d4-4525b2108f51
ModelInvariantUuid:4ab08134-cd1d-4688-9b75-17c67d1a3e81
ModelName:vFW 58569f3e-bd56-nodes.vfwCvfc
ModelUuid:d6b2f0ba-9202-407c-a163-7cc24d0f18b4
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:056f6090-f73c-4739-af97-620c05ad132a
ModelInvariantUuid:983e3ada-7ea8-4303-8174-d3114334eb9e
ModelName:Vfw58569f3eBd56.compute.nodes.heat.vfw
ModelUuid:3d4b7896-bd84-401c-aa77-b889e41a200a
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:c8000f82-3ea0-499f-845f-48af9ca20f40
ModelInvariantUuid:fcd18208-a79b-409f-9943-f6fdaf7b423e
ModelName:vFW 58569f3e-bd56-nodes.vsnCvfc
ModelUuid:2dc70d22-f13d-4809-b3aa-6be925119137
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:402dc1d7-02f5-4fe5-9c72-942fea6de45f
ModelInvariantUuid:0b0ccbe0-ee97-4020-bd46-0de8c06bfc96
ModelName:Vfw58569f3eBd56.compute.nodes.heat.vsn
ModelUuid:9156b53b-b6f9-40ab-bf18-4e57fbace729
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:8d37dce4-ace0-4972-b0ae-359f5ee34e15
ModelInvariantUuid:5fb0558e-6cb2-4431-b7ca-6445c8799cef
ModelName:vFW 58569f3e-bd56-nodes.vpgCvfc
ModelUuid:fa77263e-b297-4fc8-ad06-fee6a19575f2
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:c490c1b0-6d8a-4e04-bcc3-d1334a874130
ModelInvariantUuid:49041fa9-9665-4fc5-a429-9d3d7490839b
ModelName:Vfw58569f3eBd56.compute.nodes.heat.vpg
ModelUuid:7e8eb1f5-1f60-4b7b-ac6b-192037bf4db6
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=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-03-18T14:45:19.608Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||ERROR|500||Csar with UUID: 436a091b-6820-4621-9f77-4a798268cc9d already exists
2023-03-18T14:45:19.608Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar ASDC sendASDCNotification
2023-03-18T14:45:19.608Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar(Csar with UUID: 436a091b-6820-4621-9f77-4a798268cc9d already exists)
2023-03-18T14:45:19.608Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-18T14:45:19.609Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:45:19.609Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:45:19.609Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679150719608,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 436a091b-6820-4621-9f77-4a798268cc9d already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:45:20.610Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar ASDC sendASDCNotification
2023-03-18T14:45:20.611Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar(Resource with UUID: d26137cf-1389-4abe-8e09-78b44d7a1aae already exists)
2023-03-18T14:45:20.611Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-18T14:45:20.611Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:45:20.611Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:45:20.611Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679150720610,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: d26137cf-1389-4abe-8e09-78b44d7a1aae already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:45:21.613Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d4dc9e71-f2cb-491c-bcf1-9d51402514be
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T14:45:21.633Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d4dc9e71-f2cb-491c-bcf1-9d51402514be
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T14:45:21.636Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-18T14:45:21.636Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-18T14:45:21.636Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-18T14:45:21.637Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-18T14:45:21.637Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T14:45:21.637Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T14:45:21.637Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T14:45:21.637Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T14:45:21.637Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T14:45:21.637Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-18T14:45:21.647Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-18T14:45:51.647Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: d4dc9e71-f2cb-491c-bcf1-9d51402514be and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-18T14:45:51.655Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: d4dc9e71-f2cb-491c-bcf1-9d51402514be and serviceModelVersionId: 27fdb87d-b713-4eaf-90a0-9e48041e5db6
2023-03-18T14:45:51.656Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : cb6d14f9-78ae-470a-a6af-a3a2b9fea472
2023-03-18T14:45:51.656Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/cb6d14f9-78ae-470a-a6af-a3a2b9fea472/model-vers/model-ver/27fdb87d-b713-4eaf-90a0-9e48041e5db6?depth=0
2023-03-18T14:45:51.662Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2023-03-18T14:45:51.672Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cb6d14f9-78ae-470a-a6af-a3a2b9fea472/model-vers/model-ver/27fdb87d-b713-4eaf-90a0-9e48041e5db6?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-03-18T14:45:51.672Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cb6d14f9-78ae-470a-a6af-a3a2b9fea472/model-vers/model-ver/27fdb87d-b713-4eaf-90a0-9e48041e5db6?depth=0|INFO|500||Invoke
2023-03-18T14:45:51.683Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cb6d14f9-78ae-470a-a6af-a3a2b9fea472/model-vers/model-ver/27fdb87d-b713-4eaf-90a0-9e48041e5db6?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-18T14:45:51.804Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cb6d14f9-78ae-470a-a6af-a3a2b9fea472/model-vers/model-ver/27fdb87d-b713-4eaf-90a0-9e48041e5db6?depth=0|INFO|500||InvokeReturn
2023-03-18T14:45:51.805Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cb6d14f9-78ae-470a-a6af-a3a2b9fea472/model-vers/model-ver/27fdb87d-b713-4eaf-90a0-9e48041e5db6?depth=0 has http status code:200 and response headers:{date=[Sat, 18 Mar 2023 14:45:51 GMT], content-length=[0], vertex-id=[593936], x-aai-txid=[1-aai-resources-230318-14:45:51:385-88038], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-18T14:45:51.805Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Response was returned with an empty entity.
2023-03-18T14:45:51.805Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-18T14:45:51.806Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-18T14:45:51.813Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-18T14:45:51.813Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID d4dc9e71-f2cb-491c-bcf1-9d51402514be and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-18T14:45:51.814Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-18T14:45:51.814Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:45:51.814Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:45:51.815Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679150751814,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-18T14:45:52.833Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-18T14:45:52.834Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received notification from broker: {"distributionID":"9f6cbd74-5561-4ebf-ae29-ef09adcdb35a","serviceName":"vFW 2023-03-18 11-49-31","serviceVersion":"1.0","serviceUUID":"6d984351-d1ca-40a4-aad4-cb46662a587a","serviceDescription":"catalog service description","serviceInvariantUUID":"cf32c985-ce6d-438e-ae22-e6fd004665b3","resources":[{"resourceInstanceName":"vFW c11b0f1b-4505 0","resourceName":"vFW c11b0f1b-4505","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"c7374fd6-6727-4426-9587-40812bc7c663","resourceInvariantUUID":"26f1c4e0-d5d2-4519-a829-ba04da79dfd3","resourceCustomizationUUID":"19f5eed0-33a8-4dbf-839a-f2ac2d3b058b","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/vf-license-model.xml","artifactChecksum":"ZmYyYjdhM2U5NTJiNDExYWMwYTMzMTkyZDMwYzcxZTc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"7b8e42e6-1821-4cac-aa27-034f93b9a8bb","artifactVersion":"1"},{"artifactName":"vfwc11b0f1b45050_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/vfwc11b0f1b45050_modules.json","artifactChecksum":"YTA1YjZlZDc1ZGI4M2FjMjI5NWE4ZTQzZjQxZmI1MGE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"40a0f4a8-4459-48c6-8da9-780f32a6e90d","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"3198714b-6cfa-4ae8-9e58-caa5fd7816d1","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/vendor-license-model.xml","artifactChecksum":"OTNkYjEwYTcxMGU1ODVlYThkMzJiZjM0OWMzYWExNTg\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"56d4001a-cb5d-4c8b-a9db-05f6dd036a2e","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"72f0a15a-ad88-4350-921f-de50e44e2b78","artifactVersion":"2","generatedFromUUID":"3198714b-6cfa-4ae8-9e58-caa5fd7816d1"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20230318114931-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-template.yml","artifactChecksum":"MmZjZDk3ZDhkZWNhNmYyZTJiYmJjYzlhZTNjZmUwZDU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"d733d559-0885-4fbb-8573-c3718d9662ac","artifactVersion":"1"},{"artifactName":"service-Vfw20230318114931-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar","artifactChecksum":"NzYyNTc4YTljZWI3YjE3YThjOTU0MjkyMGEyMDMxNDY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"2a8efcaf-0813-4b52-901f-136ba065c343","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-18T14:45:52.834Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T14:45:52.834Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:45:52.834Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:45:52.834Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679150371808,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:45:53.838Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T14:45:53.838Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:45:53.838Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:45:53.839Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679150371808,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/vfwc11b0f1b45050_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:45:54.839Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T14:45:54.839Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:45:54.839Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:45:54.840Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679150371808,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:45:55.841Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T14:45:55.841Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:45:55.841Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:45:55.841Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679150371808,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:45:56.842Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T14:45:56.842Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:45:56.842Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:45:56.842Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679150371808,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/base_vfw.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:45:57.843Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T14:45:57.843Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:45:57.843Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:45:57.843Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679150371808,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:45:58.845Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T14:45:58.845Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:45:58.845Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:45:58.846Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679150371808,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:45:58.920Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:45:58.924Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-18T14:45:58.925Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679150371808,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T14:45:58.925Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:45:58.925Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-18T14:45:58.926Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679150371808,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/vfw58569f3ebd560_modules.json",
  "status": "NOTIFIED"
}
2023-03-18T14:45:58.926Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:45:58.926Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-18T14:45:58.926Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679150371808,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-03-18T14:45:58.926Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:45:58.926Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-18T14:45:58.926Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679150371808,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T14:45:58.926Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:45:58.926Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-18T14:45:58.927Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679150371808,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2023-03-18T14:45:58.927Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:45:58.927Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-18T14:45:58.927Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679150371808,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T14:45:58.927Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:45:58.927Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-18T14:45:58.927Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679150371808,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar",
  "status": "NOTIFIED"
}
2023-03-18T14:45:58.927Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:45:58.928Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-18T14:45:58.928Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679150717119,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-18T14:45:58.928Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:45:58.928Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-18T14:45:58.928Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679150719608,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 436a091b-6820-4621-9f77-4a798268cc9d already exists"
}
2023-03-18T14:45:58.928Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:45:58.928Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-18T14:45:58.928Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679150720610,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: d26137cf-1389-4abe-8e09-78b44d7a1aae already exists"
}
2023-03-18T14:45:58.929Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:45:58.929Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-18T14:45:58.929Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679150751814,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-18T14:45:58.929Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:45:58.929Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-18T14:45:58.929Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679150371808,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T14:45:58.929Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:45:58.929Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-18T14:45:58.930Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679150371808,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/vfwc11b0f1b45050_modules.json",
  "status": "NOTIFIED"
}
2023-03-18T14:45:58.930Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:45:58.930Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-18T14:45:58.930Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679150371808,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-03-18T14:45:58.930Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:45:58.930Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-18T14:45:58.930Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679150371808,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T14:45:58.930Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:45:58.931Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-18T14:45:58.931Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679150371808,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2023-03-18T14:45:58.931Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:45:58.931Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-18T14:45:58.931Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679150371808,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T14:45:58.931Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:45:58.931Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-18T14:45:58.931Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679150371808,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar",
  "status": "NOTIFIED"
}
2023-03-18T14:45:58.932Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:45:59.847Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "serviceName": "vFW 2023-03-18 11-49-31",
  "serviceVersion": "1.0",
  "serviceUUID": "6d984351-d1ca-40a4-aad4-cb46662a587a",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "cf32c985-ce6d-438e-ae22-e6fd004665b3",
  "resources": [
    {
      "resourceInstanceName": "vFW c11b0f1b-4505 0",
      "resourceCustomizationUUID": "19f5eed0-33a8-4dbf-839a-f2ac2d3b058b",
      "resourceName": "vFW c11b0f1b-4505",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "c7374fd6-6727-4426-9587-40812bc7c663",
      "resourceInvariantUUID": "26f1c4e0-d5d2-4519-a829-ba04da79dfd3",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfwc11b0f1b45050_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/vfwc11b0f1b45050_modules.json",
          "artifactChecksum": "YTA1YjZlZDc1ZGI4M2FjMjI5NWE4ZTQzZjQxZmI1MGE\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "40a0f4a8-4459-48c6-8da9-780f32a6e90d",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "3198714b-6cfa-4ae8-9e58-caa5fd7816d1",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "72f0a15a-ad88-4350-921f-de50e44e2b78",
            "generatedFromUUID": "3198714b-6cfa-4ae8-9e58-caa5fd7816d1"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "72f0a15a-ad88-4350-921f-de50e44e2b78",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20230318114931-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar",
      "artifactChecksum": "NzYyNTc4YTljZWI3YjE3YThjOTU0MjkyMGEyMDMxNDY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "2a8efcaf-0813-4b52-901f-136ba065c343"
    }
  ],
  "workloadContext": "Production"
}
2023-03-18T14:45:59.847Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-18T14:45:59.847Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 6d984351-d1ca-40a4-aad4-cb46662a587a ASDC
2023-03-18T14:45:59.848Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:9f6cbd74-5561-4ebf-ae29-ef09adcdb35a
ServiceName:vFW 2023-03-18 11-49-31
ServiceVersion:1.0
ServiceUUID:6d984351-d1ca-40a4-aad4-cb46662a587a
ServiceInvariantUUID:cf32c985-ce6d-438e-ae22-e6fd004665b3
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20230318114931-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar
ArtifactUUID:2a8efcaf-0813-4b52-901f-136ba065c343
ArtifactChecksum:NzYyNTc4YTljZWI3YjE3YThjOTU0MjkyMGEyMDMxNDY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW c11b0f1b-4505 0
ResourceCustomizationUUID:19f5eed0-33a8-4dbf-839a-f2ac2d3b058b
ResourceInvariantUUID:26f1c4e0-d5d2-4519-a829-ba04da79dfd3
ResourceName:vFW c11b0f1b-4505
ResourceType:VF
ResourceUUID:c7374fd6-6727-4426-9587-40812bc7c663
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwc11b0f1b45050_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/vfwc11b0f1b45050_modules.json
ArtifactUUID:40a0f4a8-4459-48c6-8da9-780f32a6e90d
ArtifactChecksum:YTA1YjZlZDc1ZGI4M2FjMjI5NWE4ZTQzZjQxZmI1MGE=
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/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/base_vfw.yaml
ArtifactUUID:3198714b-6cfa-4ae8-9e58-caa5fd7816d1
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/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/base_vfw.env
ArtifactUUID:72f0a15a-ad88-4350-921f-de50e44e2b78
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/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/base_vfw.env
ArtifactUUID:72f0a15a-ad88-4350-921f-de50e44e2b78
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-18T14:45:59.848Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 6d984351-d1ca-40a4-aad4-cb46662a587a 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: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-18T14:45:59.882Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-18T14:45:59.882Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-03-18T14:45:59.882Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-03-18T14:45:59.883Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 2a8efcaf-0813-4b52-901f-136ba065c343 from URL: /sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar
2023-03-18T14:45:59.883Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||INFO|500||DistributionClient - download
2023-03-18T14:45:59.883Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar
2023-03-18T14:46:00.128Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2023-03-18T14:46:00.135Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar 2a8efcaf-0813-4b52-901f-136ba065c343 101507
2023-03-18T14:46:00.135Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar ASDC sendASDCNotification
2023-03-18T14:46:00.135Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar
2023-03-18T14:46:00.135Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-18T14:46:00.135Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:46:00.135Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:46:00.135Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679150760135,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:46:01.136Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-18T14:46:01.137Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-03-18T14:46:01.137Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 2a8efcaf-0813-4b52-901f-136ba065c343, URL: /sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar to file: /app/ASDC/1/service-Vfw20230318114931-csar.csar
2023-03-18T14:46:01.137Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20230318114931-csar.csar
2023-03-18T14:46:01.138Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20230318114931-csar.csar
2023-03-18T14:46:01.138Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20230318114931-csar.csar
2023-03-18T14:46:01.246Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13784059302602186810/Definitions/service-Vfw20230318114931-template.yml
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_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vfw_name" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_user_data_format" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_key_name" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "compute_vfw_metadata" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
2023-03-18T14:46:02.633Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-18T14:46:02.634Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||WARN|500||####################################################################################################
2023-03-18T14:46:02.634Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20230318114931-csar.csar
2023-03-18T14:46:02.634Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2023-03-18T14:46:02.634Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230318114931-csar.csar
2023-03-18T14:46:02.634Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230318114931-csar.csar
2023-03-18T14:46:02.634Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20230318114931-csar.csar
2023-03-18T14:46:02.634Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230318114931-csar.csar
2023-03-18T14:46:02.634Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230318114931-csar.csar
2023-03-18T14:46:02.634Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230318114931-csar.csar
2023-03-18T14:46:02.634Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230318114931-csar.csar
2023-03-18T14:46:02.634Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230318114931-csar.csar
2023-03-18T14:46:02.634Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230318114931-csar.csar
2023-03-18T14:46:02.634Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230318114931-csar.csar
2023-03-18T14:46:02.634Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW c11b0f1b-4505 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-Vfw20230318114931-csar.csar
2023-03-18T14:46:02.634Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||WARN|500||####################################################################################################
2023-03-18T14:46:02.634Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T14:46:02.634Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Service vFW 2023-03-18 11-49-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T14:46:02.635Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Node template vFW c11b0f1b-4505 0 is matching search criteria
2023-03-18T14:46:02.635Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2023-03-18T14:46:02.635Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW c11b0f1b-4505 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-18T14:46:02.635Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T14:46:02.635Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Service vFW 2023-03-18 11-49-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T14:46:02.635Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Node template vFW c11b0f1b-4505 0 is matching search criteria
2023-03-18T14:46:02.635Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2023-03-18T14:46:02.635Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW c11b0f1b-4505 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-18T14:46:02.635Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T14:46:02.635Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Service vFW 2023-03-18 11-49-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T14:46:02.635Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T14:46:02.635Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Node template vFW c11b0f1b-4505 0 is not matching search criteria
2023-03-18T14:46:02.635Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-18T14:46:02.635Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-18T14:46:02.635Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-18T14:46:02.635Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-18T14:46:02.635Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-18T14:46:02.635Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-18T14:46:02.635Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-18T14:46:02.635Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-18T14:46:02.635Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-18T14:46:02.636Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-18T14:46:02.636Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-18T14:46:02.636Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-18T14:46:02.636Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-18T14:46:02.636Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-18T14:46:02.636Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-18T14:46:02.636Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-03-18T14:46:02.636Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T14:46:02.636Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Service vFW 2023-03-18 11-49-31 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-03-18T14:46:02.636Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T14:46:02.636Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Node template vFW c11b0f1b-4505 0 is matching search criteria
2023-03-18T14:46:02.636Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW c11b0f1b-4505 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-18T14:46:02.636Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T14:46:02.636Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Node template vFW c11b0f1b-4505 0 is matching search criteria
2023-03-18T14:46:02.636Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW c11b0f1b-4505 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-18T14:46:02.636Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T14:46:02.636Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Node template vFW c11b0f1b-4505 0 is matching search criteria
2023-03-18T14:46:02.636Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW c11b0f1b-4505 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-18T14:46:02.636Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T14:46:02.636Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Node template vFW c11b0f1b-4505 0 is not matching search criteria
2023-03-18T14:46:02.637Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-18T14:46:02.637Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-03-18T14:46:02.637Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-18T14:46:02.637Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-18T14:46:02.637Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-18T14:46:02.637Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-18T14:46:02.637Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-18T14:46:02.637Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-18T14:46:02.637Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-18T14:46:02.637Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-18T14:46:02.637Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-18T14:46:02.637Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=93a1b299-440a-4b46-b809-896a244a8c3e
2023-03-18T14:46:02.637Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T14:46:02.637Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Node template vFW c11b0f1b-4505 0 is not matching search criteria
2023-03-18T14:46:02.637Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-18T14:46:02.637Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-18T14:46:02.637Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-18T14:46:02.637Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-18T14:46:02.637Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-18T14:46:02.637Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-18T14:46:02.638Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-18T14:46:02.638Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-03-18T14:46:02.638Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-18T14:46:02.638Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-18T14:46:02.638Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-18T14:46:02.638Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-18T14:46:02.638Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=f46f0c4d-868d-4d5b-9783-ea8cf0f2cc90
2023-03-18T14:46:02.638Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T14:46:02.638Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Node template vFW c11b0f1b-4505 0 is not matching search criteria
2023-03-18T14:46:02.638Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-18T14:46:02.638Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-18T14:46:02.638Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-18T14:46:02.638Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-18T14:46:02.638Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-18T14:46:02.638Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-18T14:46:02.638Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-18T14:46:02.638Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-18T14:46:02.639Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-18T14:46:02.639Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-18T14:46:02.639Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-18T14:46:02.639Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-03-18T14:46:02.639Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=5079a023-f40e-49e5-9a39-abc7b36fa226
2023-03-18T14:46:02.639Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T14:46:02.639Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Service vFW 2023-03-18 11-49-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T14:46:02.639Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T14:46:02.639Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Service vFW 2023-03-18 11-49-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T14:46:02.639Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T14:46:02.639Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Service vFW 2023-03-18 11-49-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T14:46:02.639Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T14:46:02.639Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Service vFW 2023-03-18 11-49-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T14:46:02.639Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2023-03-18 11-49-31
Description:catalog service description
Model UUID:6d984351-d1ca-40a4-aad4-cb46662a587a
Model Version:NULL
Model InvariantUuid:cf32c985-ce6d-438e-ae22-e6fd004665b3
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW c11b0f1b-4505
Model UUID:ebdaa0dd-57e1-4fdd-a831-8135ea117a46
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:26f1c4e0-d5d2-4519-a829-ba04da79dfd3
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:19f5eed0-33a8-4dbf-839a-f2ac2d3b058b
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:6ebe4145-67c2-45e6-9597-53226a0916bd
ModelName:VfwC11b0f1b4505..base_vfw..module-0
ModelUuid:0261834d-3be1-4860-8b24-040e2c80aecd
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:93a1b299-440a-4b46-b809-896a244a8c3e
ModelInvariantUuid:8ec395e7-2102-4d02-844f-c114ac1a4203
ModelName:vFW c11b0f1b-4505-nodes.vfwCvfc
ModelUuid:504b1f13-9ac9-4e16-910b-43ab4acacb0f
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:99287d62-b33c-413e-89ec-87108c575104
ModelInvariantUuid:47f32f44-cd17-4eef-9e16-abcb011ab104
ModelName:VfwC11b0f1b4505.compute.nodes.heat.vfw
ModelUuid:2a6b0c3b-4ab1-49cd-8a96-f1f0feba73a0
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:f46f0c4d-868d-4d5b-9783-ea8cf0f2cc90
ModelInvariantUuid:d8e52c29-a773-431c-95b4-d1f0431b5e9e
ModelName:vFW c11b0f1b-4505-nodes.vsnCvfc
ModelUuid:e2d70f6d-c1ff-493f-99ab-25fea72fcdcc
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:113d5ed4-4ad4-49a7-94a3-7a01856b2205
ModelInvariantUuid:39b9a204-ad6c-4bfc-8b8d-763592e31d47
ModelName:VfwC11b0f1b4505.compute.nodes.heat.vsn
ModelUuid:fb5c808e-fe4a-477f-9cbd-5ab7141bbabe
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:5079a023-f40e-49e5-9a39-abc7b36fa226
ModelInvariantUuid:457dc8a1-b2ed-4d6f-963b-32e7f710a988
ModelName:vFW c11b0f1b-4505-nodes.vpgCvfc
ModelUuid:b289eee2-d7be-43f7-a6eb-232cf9ffa6c4
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:b5a732bf-796a-41d5-8db9-e0467a3c1b4a
ModelInvariantUuid:6626a445-05ec-4eb4-b903-06723caa1195
ModelName:VfwC11b0f1b4505.compute.nodes.heat.vpg
ModelUuid:f6a4ab06-9982-4e1b-be30-d56572ed840e
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=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-03-18T14:46:02.669Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||ERROR|500||Csar with UUID: 2a8efcaf-0813-4b52-901f-136ba065c343 already exists
2023-03-18T14:46:02.670Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar ASDC sendASDCNotification
2023-03-18T14:46:02.670Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar(Csar with UUID: 2a8efcaf-0813-4b52-901f-136ba065c343 already exists)
2023-03-18T14:46:02.670Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-18T14:46:02.670Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:46:02.670Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:46:02.670Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679150762670,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 2a8efcaf-0813-4b52-901f-136ba065c343 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:46:03.671Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar ASDC sendASDCNotification
2023-03-18T14:46:03.671Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar(Resource with UUID: c7374fd6-6727-4426-9587-40812bc7c663 already exists)
2023-03-18T14:46:03.672Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-18T14:46:03.672Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:46:03.672Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:46:03.672Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679150763671,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: c7374fd6-6727-4426-9587-40812bc7c663 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:46:04.674Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9f6cbd74-5561-4ebf-ae29-ef09adcdb35a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T14:46:04.686Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9f6cbd74-5561-4ebf-ae29-ef09adcdb35a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T14:46:04.689Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-18T14:46:04.689Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-18T14:46:04.689Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-18T14:46:04.689Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-18T14:46:04.689Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T14:46:04.689Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T14:46:04.689Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T14:46:04.689Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T14:46:04.689Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T14:46:04.689Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-18T14:46:04.696Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-18T14:46:34.696Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 9f6cbd74-5561-4ebf-ae29-ef09adcdb35a and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-18T14:46:34.704Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 9f6cbd74-5561-4ebf-ae29-ef09adcdb35a and serviceModelVersionId: 6d984351-d1ca-40a4-aad4-cb46662a587a
2023-03-18T14:46:34.704Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : cf32c985-ce6d-438e-ae22-e6fd004665b3
2023-03-18T14:46:34.705Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/cf32c985-ce6d-438e-ae22-e6fd004665b3/model-vers/model-ver/6d984351-d1ca-40a4-aad4-cb46662a587a?depth=0
2023-03-18T14:46:34.708Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2023-03-18T14:46:34.720Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cf32c985-ce6d-438e-ae22-e6fd004665b3/model-vers/model-ver/6d984351-d1ca-40a4-aad4-cb46662a587a?depth=0|INFO|500||Invoke
2023-03-18T14:46:34.720Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cf32c985-ce6d-438e-ae22-e6fd004665b3/model-vers/model-ver/6d984351-d1ca-40a4-aad4-cb46662a587a?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cf32c985-ce6d-438e-ae22-e6fd004665b3/model-vers/model-ver/6d984351-d1ca-40a4-aad4-cb46662a587a?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[9f6cbd74-5561-4ebf-ae29-ef09adcdb35a], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[166cad7e-2879-4faf-a049-d4eb973f205b], X-ECOMP-RequestID=[9f6cbd74-5561-4ebf-ae29-ef09adcdb35a], X-TransactionId=[], X-ONAP-RequestID=[9f6cbd74-5561-4ebf-ae29-ef09adcdb35a], Content-Type=[application/merge-patch+json]}
2023-03-18T14:46:34.729Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cf32c985-ce6d-438e-ae22-e6fd004665b3/model-vers/model-ver/6d984351-d1ca-40a4-aad4-cb46662a587a?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-18T14:46:34.843Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cf32c985-ce6d-438e-ae22-e6fd004665b3/model-vers/model-ver/6d984351-d1ca-40a4-aad4-cb46662a587a?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/cf32c985-ce6d-438e-ae22-e6fd004665b3/model-vers/model-ver/6d984351-d1ca-40a4-aad4-cb46662a587a?depth=0 has http status code:200 and response headers:{date=[Sat, 18 Mar 2023 14:46:34 GMT], content-length=[0], vertex-id=[364760], x-aai-txid=[2-aai-resources-230318-14:46:34:431-70648], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-18T14:46:34.843Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cf32c985-ce6d-438e-ae22-e6fd004665b3/model-vers/model-ver/6d984351-d1ca-40a4-aad4-cb46662a587a?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-18T14:46:34.845Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cf32c985-ce6d-438e-ae22-e6fd004665b3/model-vers/model-ver/6d984351-d1ca-40a4-aad4-cb46662a587a?depth=0|INFO|500||InvokeReturn
2023-03-18T14:46:34.845Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-18T14:46:34.845Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-18T14:46:34.851Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-18T14:46:34.851Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 9f6cbd74-5561-4ebf-ae29-ef09adcdb35a and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-18T14:46:34.851Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-18T14:46:34.851Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:46:34.851Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:46:34.851Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679150794851,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-18T14:46:35.872Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-18T14:46:35.872Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||received notification from broker: {"distributionID":"74149d2a-f284-47d2-b2fa-4e2fc7be8f3e","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"942654ba-46c2-4f05-ae3d-6460a7c9e9a7","serviceDescription":"service","serviceInvariantUUID":"ccdda148-11a2-4587-8a73-4287349e801a","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"9290846e-2e09-452f-a45d-c33314796f1f","resourceInvariantUUID":"df78bcaa-4726-47cb-aa3f-3d44f5870fc0","resourceCustomizationUUID":"014700c6-fb42-406a-8786-743311c39dea","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":"YzAxYzRjZjI5ZDYxYzM3NGE1ZWQzMDUyNDdmNzFlYjI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"0c62aeb4-b847-4e92-887d-05928e34bd2a","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"MjQwMDY3MzNlZjViMGM0YmQ4Mzg2OTA4MTFiM2YxYTQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"01ded22f-bc0d-42c0-9fad-2915e46c71e4","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-18T14:46:35.872Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T14:46:35.872Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:46:35.872Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:46:35.872Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "74149d2a-f284-47d2-b2fa-4e2fc7be8f3e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679150371808,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:46:36.874Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T14:46:36.874Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:46:36.874Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:46:36.874Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "74149d2a-f284-47d2-b2fa-4e2fc7be8f3e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679150371808,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:46:37.875Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "74149d2a-f284-47d2-b2fa-4e2fc7be8f3e",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "942654ba-46c2-4f05-ae3d-6460a7c9e9a7",
  "serviceDescription": "service",
  "serviceInvariantUUID": "ccdda148-11a2-4587-8a73-4287349e801a",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "014700c6-fb42-406a-8786-743311c39dea",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "9290846e-2e09-452f-a45d-c33314796f1f",
      "resourceInvariantUUID": "df78bcaa-4726-47cb-aa3f-3d44f5870fc0",
      "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": "MjQwMDY3MzNlZjViMGM0YmQ4Mzg2OTA4MTFiM2YxYTQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "01ded22f-bc0d-42c0-9fad-2915e46c71e4"
    }
  ],
  "workloadContext": "Production"
}
2023-03-18T14:46:37.876Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-18T14:46:37.876Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 942654ba-46c2-4f05-ae3d-6460a7c9e9a7 ASDC
2023-03-18T14:46:37.876Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:74149d2a-f284-47d2-b2fa-4e2fc7be8f3e
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:942654ba-46c2-4f05-ae3d-6460a7c9e9a7
ServiceInvariantUUID:ccdda148-11a2-4587-8a73-4287349e801a
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:01ded22f-bc0d-42c0-9fad-2915e46c71e4
ArtifactChecksum:MjQwMDY3MzNlZjViMGM0YmQ4Mzg2OTA4MTFiM2YxYTQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:014700c6-fb42-406a-8786-743311c39dea
ResourceInvariantUUID:df78bcaa-4726-47cb-aa3f-3d44f5870fc0
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:9290846e-2e09-452f-a45d-c33314796f1f
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2023-03-18T14:46:37.876Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 942654ba-46c2-4f05-ae3d-6460a7c9e9a7 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: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-18T14:46:37.907Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-18T14:46:37.907Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-03-18T14:46:37.907Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-03-18T14:46:37.907Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 01ded22f-bc0d-42c0-9fad-2915e46c71e4 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-03-18T14:46:37.907Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||||INFO|500||DistributionClient - download
2023-03-18T14:46:37.908Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-03-18T14:46:37.935Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||||DEBUG|500||GET Response Status 404
2023-03-18T14:46:37.936Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@67d02cb
2023-03-18T14:46:37.936Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-18T14:46:37.936Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicNetwork"
      ]
    }
  }
}
2023-03-18T14:46:37.936Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicNetwork-csar.csar /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 01ded22f-bc0d-42c0-9fad-2915e46c71e4 Specified artifact is  not found 300 ASDC artifact download fail
2023-03-18T14:46:37.936Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-03-18T14:46:37.936Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar(Specified artifact is  not found)
2023-03-18T14:46:37.936Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-18T14:46:37.936Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:46:37.936Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:46:37.937Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "74149d2a-f284-47d2-b2fa-4e2fc7be8f3e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679150797936,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:46:38.937Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during processCsarServiceArtifacts ASDC processCsarServiceArtifacts 500 Exception in processCsarServiceArtifacts
org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact service-BasicNetwork-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar(UUID:01ded22f-bc0d-42c0-9fad-2915e46c71e4)
Error message is Specified artifact is  not found

	at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394)
	at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
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 watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-03-18T14:46:38.969Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||||ERROR|500||Csar with UUID: 01ded22f-bc0d-42c0-9fad-2915e46c71e4 already exists
2023-03-18T14:46:38.969Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-03-18T14:46:38.970Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar(Csar with UUID: 01ded22f-bc0d-42c0-9fad-2915e46c71e4 already exists)
2023-03-18T14:46:38.970Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-18T14:46:38.970Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:46:38.970Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:46:38.970Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "74149d2a-f284-47d2-b2fa-4e2fc7be8f3e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679150798969,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 01ded22f-bc0d-42c0-9fad-2915e46c71e4 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:46:39.971Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-03-18T14:46:39.971Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar(Resource with UUID: 9290846e-2e09-452f-a45d-c33314796f1f already exists)
2023-03-18T14:46:39.971Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-18T14:46:39.971Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:46:39.971Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:46:39.971Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "74149d2a-f284-47d2-b2fa-4e2fc7be8f3e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679150799971,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 9290846e-2e09-452f-a45d-c33314796f1f already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:46:40.972Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 74149d2a-f284-47d2-b2fa-4e2fc7be8f3e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T14:46:40.990Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 74149d2a-f284-47d2-b2fa-4e2fc7be8f3e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T14:46:40.993Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-18T14:46:40.993Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-18T14:46:40.993Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-18T14:46:40.993Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-18T14:46:40.993Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T14:46:40.993Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T14:46:40.993Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T14:46:40.993Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T14:46:40.993Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T14:46:40.993Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-18T14:46:41.003Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-18T14:46:58.920Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:46:58.926Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-18T14:46:58.926Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679150760135,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-18T14:46:58.927Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:46:58.927Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-18T14:46:58.927Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679150762670,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 2a8efcaf-0813-4b52-901f-136ba065c343 already exists"
}
2023-03-18T14:46:58.927Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:46:58.927Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-18T14:46:58.927Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679150763671,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: c7374fd6-6727-4426-9587-40812bc7c663 already exists"
}
2023-03-18T14:46:58.927Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:46:58.928Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-18T14:46:58.928Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679150794851,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-18T14:46:58.928Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:46:58.928Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-18T14:46:58.928Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "74149d2a-f284-47d2-b2fa-4e2fc7be8f3e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679150371808,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T14:46:58.928Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:46:58.928Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-18T14:46:58.928Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "74149d2a-f284-47d2-b2fa-4e2fc7be8f3e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679150371808,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-03-18T14:46:58.929Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:46:58.929Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-18T14:46:58.929Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "74149d2a-f284-47d2-b2fa-4e2fc7be8f3e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679150797936,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-18T14:46:58.929Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:46:58.929Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-18T14:46:58.929Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "74149d2a-f284-47d2-b2fa-4e2fc7be8f3e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679150798969,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 01ded22f-bc0d-42c0-9fad-2915e46c71e4 already exists"
}
2023-03-18T14:46:58.929Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:46:58.930Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-18T14:46:58.930Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "74149d2a-f284-47d2-b2fa-4e2fc7be8f3e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679150799971,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 9290846e-2e09-452f-a45d-c33314796f1f already exists"
}
2023-03-18T14:46:58.930Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:47:11.004Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 74149d2a-f284-47d2-b2fa-4e2fc7be8f3e and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-18T14:47:11.013Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 74149d2a-f284-47d2-b2fa-4e2fc7be8f3e and serviceModelVersionId: 942654ba-46c2-4f05-ae3d-6460a7c9e9a7
2023-03-18T14:47:11.013Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : ccdda148-11a2-4587-8a73-4287349e801a
2023-03-18T14:47:11.014Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/ccdda148-11a2-4587-8a73-4287349e801a/model-vers/model-ver/942654ba-46c2-4f05-ae3d-6460a7c9e9a7?depth=0
2023-03-18T14:47:11.018Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2023-03-18T14:47:11.030Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ccdda148-11a2-4587-8a73-4287349e801a/model-vers/model-ver/942654ba-46c2-4f05-ae3d-6460a7c9e9a7?depth=0|INFO|500||Invoke
2023-03-18T14:47:11.031Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ccdda148-11a2-4587-8a73-4287349e801a/model-vers/model-ver/942654ba-46c2-4f05-ae3d-6460a7c9e9a7?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ccdda148-11a2-4587-8a73-4287349e801a/model-vers/model-ver/942654ba-46c2-4f05-ae3d-6460a7c9e9a7?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[74149d2a-f284-47d2-b2fa-4e2fc7be8f3e], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[c860c409-a3ff-46b0-b22c-06a85c3f89a9], X-ECOMP-RequestID=[74149d2a-f284-47d2-b2fa-4e2fc7be8f3e], X-TransactionId=[], X-ONAP-RequestID=[74149d2a-f284-47d2-b2fa-4e2fc7be8f3e], Content-Type=[application/merge-patch+json]}
2023-03-18T14:47:11.039Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ccdda148-11a2-4587-8a73-4287349e801a/model-vers/model-ver/942654ba-46c2-4f05-ae3d-6460a7c9e9a7?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-18T14:47:11.154Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ccdda148-11a2-4587-8a73-4287349e801a/model-vers/model-ver/942654ba-46c2-4f05-ae3d-6460a7c9e9a7?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/ccdda148-11a2-4587-8a73-4287349e801a/model-vers/model-ver/942654ba-46c2-4f05-ae3d-6460a7c9e9a7?depth=0 has http status code:200 and response headers:{date=[Sat, 18 Mar 2023 14:47:10 GMT], content-length=[0], vertex-id=[192760], x-aai-txid=[2-aai-resources-230318-14:47:10:741-16258], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-18T14:47:11.154Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ccdda148-11a2-4587-8a73-4287349e801a/model-vers/model-ver/942654ba-46c2-4f05-ae3d-6460a7c9e9a7?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-18T14:47:11.155Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ccdda148-11a2-4587-8a73-4287349e801a/model-vers/model-ver/942654ba-46c2-4f05-ae3d-6460a7c9e9a7?depth=0|INFO|500||InvokeReturn
2023-03-18T14:47:11.155Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-18T14:47:11.155Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-18T14:47:11.161Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-18T14:47:11.161Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 74149d2a-f284-47d2-b2fa-4e2fc7be8f3e and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-18T14:47:11.162Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-18T14:47:11.162Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:47:11.162Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:47:11.162Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "74149d2a-f284-47d2-b2fa-4e2fc7be8f3e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679150831162,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-18T14:47:12.184Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-18T14:47:12.184Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||||DEBUG|500||received notification from broker: {"distributionID":"6a074a1e-4b47-4382-9b90-afa918276d12","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"e17bf563-7a13-4701-b853-11ed8cbb93d7","serviceDescription":"service","serviceInvariantUUID":"8a45306d-3ac3-4f10-a742-9812edbe591e","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"1903c123-2be6-499b-8524-c9a33406ad4f","resourceInvariantUUID":"65a560ec-f509-40c5-b364-3c4cd0a20185","resourceCustomizationUUID":"41b30cb0-d009-4e4b-99c2-e95f691a4b2e","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":"YTFjZGVjMmU0NGZhOGFkMDlhZGI4ODkyYzk4MDRmOGE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"38ef1f0d-98ea-4e28-b00a-3091e61f54bc","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":"OWZmNjBmNzNmNGQ1ZThmYzNkMzdkODk3MzFkMDI2MDg\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"d3c6917c-1f70-48e9-9465-f259ee8cda65","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":"7aa99321-7b67-40f7-bd98-0e99d422bb2e","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":"5444e6a4-9351-40da-b837-0dd388e7cb3b","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":"cb506ca5-fd50-4406-abfc-b51858ac789a","artifactVersion":"2","generatedFromUUID":"7aa99321-7b67-40f7-bd98-0e99d422bb2e"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"ZjQyZmQxMjdjZDk5ZDY2OTQ3ZmIyZWI4MjExZGE4OGQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"204adab0-5bde-4230-9b3d-b26c0f4d57b4","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"NjI4YzVmZDFmMjYwMDhlNTZlOTY1M2NmMzExN2VkMjg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"4b6dc8ac-cbfc-43c0-9e93-2760226914ae","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-18T14:47:12.185Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T14:47:12.185Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:47:12.185Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:47:12.185Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679150371808,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:47:13.200Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T14:47:13.200Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:47:13.200Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:47:13.200Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679150371808,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:47:14.201Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T14:47:14.201Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:47:14.201Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:47:14.201Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679150371808,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:47:15.202Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T14:47:15.203Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:47:15.203Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:47:15.203Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679150371808,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:47:16.205Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T14:47:16.205Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:47:16.206Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:47:16.206Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679150371808,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:47:17.207Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T14:47:17.207Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:47:17.208Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:47:17.208Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679150371808,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:47:18.210Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T14:47:18.210Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:47:18.210Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:47:18.210Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679150371808,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:47:19.211Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "e17bf563-7a13-4701-b853-11ed8cbb93d7",
  "serviceDescription": "service",
  "serviceInvariantUUID": "8a45306d-3ac3-4f10-a742-9812edbe591e",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "41b30cb0-d009-4e4b-99c2-e95f691a4b2e",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "1903c123-2be6-499b-8524-c9a33406ad4f",
      "resourceInvariantUUID": "65a560ec-f509-40c5-b364-3c4cd0a20185",
      "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": "OWZmNjBmNzNmNGQ1ZThmYzNkMzdkODk3MzFkMDI2MDg\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "d3c6917c-1f70-48e9-9465-f259ee8cda65",
          "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": "7aa99321-7b67-40f7-bd98-0e99d422bb2e",
          "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": "cb506ca5-fd50-4406-abfc-b51858ac789a",
            "generatedFromUUID": "7aa99321-7b67-40f7-bd98-0e99d422bb2e"
          },
          "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": "cb506ca5-fd50-4406-abfc-b51858ac789a",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "NjI4YzVmZDFmMjYwMDhlNTZlOTY1M2NmMzExN2VkMjg\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "4b6dc8ac-cbfc-43c0-9e93-2760226914ae"
    }
  ],
  "workloadContext": "Production"
}
2023-03-18T14:47:19.211Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-18T14:47:19.211Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 e17bf563-7a13-4701-b853-11ed8cbb93d7 ASDC
2023-03-18T14:47:19.212Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:6a074a1e-4b47-4382-9b90-afa918276d12
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:e17bf563-7a13-4701-b853-11ed8cbb93d7
ServiceInvariantUUID:8a45306d-3ac3-4f10-a742-9812edbe591e
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:4b6dc8ac-cbfc-43c0-9e93-2760226914ae
ArtifactChecksum:NjI4YzVmZDFmMjYwMDhlNTZlOTY1M2NmMzExN2VkMjg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:41b30cb0-d009-4e4b-99c2-e95f691a4b2e
ResourceInvariantUUID:65a560ec-f509-40c5-b364-3c4cd0a20185
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:1903c123-2be6-499b-8524-c9a33406ad4f
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:d3c6917c-1f70-48e9-9465-f259ee8cda65
ArtifactChecksum:OWZmNjBmNzNmNGQ1ZThmYzNkMzdkODk3MzFkMDI2MDg=
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:7aa99321-7b67-40f7-bd98-0e99d422bb2e
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:cb506ca5-fd50-4406-abfc-b51858ac789a
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:cb506ca5-fd50-4406-abfc-b51858ac789a
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-18T14:47:19.212Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF e17bf563-7a13-4701-b853-11ed8cbb93d7 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: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-18T14:47:19.242Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-18T14:47:19.242Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-03-18T14:47:19.242Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-03-18T14:47:19.242Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 4b6dc8ac-cbfc-43c0-9e93-2760226914ae from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-03-18T14:47:19.242Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||INFO|500||DistributionClient - download
2023-03-18T14:47:19.242Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-03-18T14:47:19.277Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||DEBUG|500||GET Response Status 404
2023-03-18T14:47:19.278Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@63915d36
2023-03-18T14:47:19.278Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-18T14:47:19.278Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicVm"
      ]
    }
  }
}
2023-03-18T14:47:19.278Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicVm-csar.csar /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 4b6dc8ac-cbfc-43c0-9e93-2760226914ae Specified artifact is  not found 300 ASDC artifact download fail
2023-03-18T14:47:19.278Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-03-18T14:47:19.278Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar(Specified artifact is  not found)
2023-03-18T14:47:19.278Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-18T14:47:19.278Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:47:19.278Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:47:19.278Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679150839278,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:47:20.279Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during processCsarServiceArtifacts ASDC processCsarServiceArtifacts 500 Exception in processCsarServiceArtifacts
org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact service-BasicVm-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar(UUID:4b6dc8ac-cbfc-43c0-9e93-2760226914ae)
Error message is Specified artifact is  not found

	at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394)
	at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
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 watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-03-18T14:47:20.310Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||ERROR|500||Csar with UUID: 4b6dc8ac-cbfc-43c0-9e93-2760226914ae already exists
2023-03-18T14:47:20.310Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-03-18T14:47:20.311Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar(Csar with UUID: 4b6dc8ac-cbfc-43c0-9e93-2760226914ae already exists)
2023-03-18T14:47:20.311Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-18T14:47:20.311Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:47:20.311Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:47:20.311Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679150840310,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 4b6dc8ac-cbfc-43c0-9e93-2760226914ae already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:47:21.313Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-03-18T14:47:21.313Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar(Resource with UUID: 1903c123-2be6-499b-8524-c9a33406ad4f already exists)
2023-03-18T14:47:21.313Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-18T14:47:21.313Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:47:21.314Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:47:21.314Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679150841313,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 1903c123-2be6-499b-8524-c9a33406ad4f already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:47:22.315Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6a074a1e-4b47-4382-9b90-afa918276d12
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T14:47:22.333Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6a074a1e-4b47-4382-9b90-afa918276d12
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T14:47:22.338Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-18T14:47:22.338Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-18T14:47:22.338Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-18T14:47:22.338Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-18T14:47:22.338Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T14:47:22.338Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T14:47:22.338Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T14:47:22.338Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T14:47:22.338Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T14:47:22.338Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-18T14:47:22.350Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-18T14:47:52.350Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 6a074a1e-4b47-4382-9b90-afa918276d12 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-18T14:47:52.357Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 6a074a1e-4b47-4382-9b90-afa918276d12 and serviceModelVersionId: e17bf563-7a13-4701-b853-11ed8cbb93d7
2023-03-18T14:47:52.357Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 8a45306d-3ac3-4f10-a742-9812edbe591e
2023-03-18T14:47:52.358Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/8a45306d-3ac3-4f10-a742-9812edbe591e/model-vers/model-ver/e17bf563-7a13-4701-b853-11ed8cbb93d7?depth=0
2023-03-18T14:47:52.364Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2023-03-18T14:47:52.374Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8a45306d-3ac3-4f10-a742-9812edbe591e/model-vers/model-ver/e17bf563-7a13-4701-b853-11ed8cbb93d7?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-03-18T14:47:52.375Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8a45306d-3ac3-4f10-a742-9812edbe591e/model-vers/model-ver/e17bf563-7a13-4701-b853-11ed8cbb93d7?depth=0|INFO|500||Invoke
2023-03-18T14:47:52.388Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8a45306d-3ac3-4f10-a742-9812edbe591e/model-vers/model-ver/e17bf563-7a13-4701-b853-11ed8cbb93d7?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-18T14:47:52.500Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8a45306d-3ac3-4f10-a742-9812edbe591e/model-vers/model-ver/e17bf563-7a13-4701-b853-11ed8cbb93d7?depth=0|INFO|500||InvokeReturn
2023-03-18T14:47:52.500Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8a45306d-3ac3-4f10-a742-9812edbe591e/model-vers/model-ver/e17bf563-7a13-4701-b853-11ed8cbb93d7?depth=0 has http status code:200 and response headers:{date=[Sat, 18 Mar 2023 14:47:52 GMT], content-length=[0], vertex-id=[188464], x-aai-txid=[2-aai-resources-230318-14:47:52:090-53845], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-18T14:47:52.501Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||DEBUG|500||Response was returned with an empty entity.
2023-03-18T14:47:52.501Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-18T14:47:52.501Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-18T14:47:52.506Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-18T14:47:52.506Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 6a074a1e-4b47-4382-9b90-afa918276d12 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-18T14:47:52.506Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-18T14:47:52.507Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:47:52.507Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:47:52.507Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679150872506,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-18T14:47:53.526Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-18T14:47:53.527Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||DEBUG|500||received notification from broker: {"distributionID":"5e005e65-61df-4986-a087-00761a388674","serviceName":"Demo_pNF_Qv5TXucXv4n7mssXUGFK","serviceVersion":"1.0","serviceUUID":"73f959ea-1a0e-41cf-b2da-40f07fd6a9c2","serviceDescription":"catalog service description","serviceInvariantUUID":"86b31417-cd30-434e-93e4-34d81e182271","resources":[{"resourceInstanceName":"pNF 8ecb3a29-1699 0","resourceName":"pNF 8ecb3a29-1699","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"79d852b9-56e5-416f-9d37-4483b88de628","resourceInvariantUUID":"c45c5ef7-20e5-4b81-8392-6fbf8a0a1b25","resourceCustomizationUUID":"3e0c811d-9b69-4eb9-9e2f-6a46c31c8df1","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/resourceInstances/pnf8ecb3a2916990/artifacts/vf-license-model.xml","artifactChecksum":"ZjYwMDAwM2MyYWM5MThmNDNmMGIxMzExNzJmYzM1YzQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"fe22c4be-1d3d-49d6-aaf8-5fb691f2c5bb","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/resourceInstances/pnf8ecb3a2916990/artifacts/pNF.csar","artifactChecksum":"YTFmMWQ3MzViYWZhMGQ1ZThlNzU3Y2I3ZGNlYWU4YjA\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"aee06125-71e1-4665-8ce8-8f87625d3137","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/resourceInstances/pnf8ecb3a2916990/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"d0d177b6-7fdc-4b24-a378-3361c335ea57","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/resourceInstances/pnf8ecb3a2916990/artifacts/vendor-license-model.xml","artifactChecksum":"NmIzN2Y3YWJiZDEyYzZiMDEyNjdiMzJhNGM5MzQ1OGI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"b3fc6aeb-2efb-45ec-a7fe-d71b1477f76e","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/resourceInstances/pnf8ecb3a2916990/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"e7ba57a9-59ef-4efe-90bb-fffece281605","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/resourceInstances/pnf8ecb3a2916990/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"cc689d97-ea39-40b8-b7d1-5326d5b71836","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfQv5txucxv4n7mssxugfk-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-template.yml","artifactChecksum":"ZTJjZGFlZDI3YjNkYzI4ZWNlMWMyNmM5NGMwOGRiNmY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"036d837c-a9b5-4c6b-9026-ef8b033600cc","artifactVersion":"1"},{"artifactName":"service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar","artifactChecksum":"NmIzYzkyYzFlZjM3YjA3YjIzODQ5MzIxZjA4ODdmYTg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"a93044a0-e137-47cf-b45c-87a4ec92508e","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-18T14:47:53.527Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T14:47:53.527Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:47:53.527Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:47:53.527Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679150371808,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/resourceInstances/pnf8ecb3a2916990/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:47:54.528Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T14:47:54.529Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:47:54.529Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:47:54.529Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679150371808,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/resourceInstances/pnf8ecb3a2916990/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:47:55.530Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T14:47:55.530Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:47:55.533Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:47:55.533Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679150371808,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/resourceInstances/pnf8ecb3a2916990/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:47:56.535Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T14:47:56.535Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:47:56.535Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:47:56.535Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679150371808,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/resourceInstances/pnf8ecb3a2916990/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:47:57.536Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T14:47:57.537Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:47:57.537Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:47:57.537Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679150371808,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/resourceInstances/pnf8ecb3a2916990/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:47:58.539Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T14:47:58.539Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:47:58.540Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:47:58.540Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679150371808,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/resourceInstances/pnf8ecb3a2916990/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:47:58.919Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:47:58.924Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-18T14:47:58.924Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "74149d2a-f284-47d2-b2fa-4e2fc7be8f3e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679150831162,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-18T14:47:58.924Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:47:58.925Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-18T14:47:58.925Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679150371808,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T14:47:58.925Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:47:58.925Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-18T14:47:58.925Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679150371808,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2023-03-18T14:47:58.925Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:47:58.925Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-18T14:47:58.925Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679150371808,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-03-18T14:47:58.925Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:47:58.925Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-18T14:47:58.925Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679150371808,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T14:47:58.925Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:47:58.925Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-18T14:47:58.925Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679150371808,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-03-18T14:47:58.925Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:47:58.926Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-18T14:47:58.926Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679150371808,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T14:47:58.926Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:47:58.926Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-18T14:47:58.926Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679150371808,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-03-18T14:47:58.926Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:47:58.926Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-18T14:47:58.926Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679150839278,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-18T14:47:58.927Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:47:58.927Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-18T14:47:58.927Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679150840310,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 4b6dc8ac-cbfc-43c0-9e93-2760226914ae already exists"
}
2023-03-18T14:47:58.927Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:47:58.927Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-18T14:47:58.927Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679150841313,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 1903c123-2be6-499b-8524-c9a33406ad4f already exists"
}
2023-03-18T14:47:58.927Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:47:58.927Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-18T14:47:58.927Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679150872506,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-18T14:47:58.927Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:47:58.927Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-18T14:47:58.928Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679150371808,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/resourceInstances/pnf8ecb3a2916990/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T14:47:58.928Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:47:58.928Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-18T14:47:58.928Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679150371808,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/resourceInstances/pnf8ecb3a2916990/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-18T14:47:58.928Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:47:58.928Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-18T14:47:58.928Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679150371808,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/resourceInstances/pnf8ecb3a2916990/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-18T14:47:58.928Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:47:58.928Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-18T14:47:58.928Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679150371808,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/resourceInstances/pnf8ecb3a2916990/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T14:47:58.928Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:47:58.928Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-18T14:47:58.928Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679150371808,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/resourceInstances/pnf8ecb3a2916990/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T14:47:58.929Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:47:58.929Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-18T14:47:58.929Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679150371808,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/resourceInstances/pnf8ecb3a2916990/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T14:47:58.929Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:47:59.542Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T14:47:59.542Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:47:59.542Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:47:59.542Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679150371808,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:48:00.543Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T14:48:00.543Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:48:00.543Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:48:00.543Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679150371808,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:48:01.546Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "serviceName": "Demo_pNF_Qv5TXucXv4n7mssXUGFK",
  "serviceVersion": "1.0",
  "serviceUUID": "73f959ea-1a0e-41cf-b2da-40f07fd6a9c2",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "86b31417-cd30-434e-93e4-34d81e182271",
  "resources": [
    {
      "resourceInstanceName": "pNF 8ecb3a29-1699 0",
      "resourceCustomizationUUID": "3e0c811d-9b69-4eb9-9e2f-6a46c31c8df1",
      "resourceName": "pNF 8ecb3a29-1699",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "79d852b9-56e5-416f-9d37-4483b88de628",
      "resourceInvariantUUID": "c45c5ef7-20e5-4b81-8392-6fbf8a0a1b25",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar",
      "artifactChecksum": "NmIzYzkyYzFlZjM3YjA3YjIzODQ5MzIxZjA4ODdmYTg\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "a93044a0-e137-47cf-b45c-87a4ec92508e"
    }
  ],
  "workloadContext": "Production"
}
2023-03-18T14:48:01.546Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-18T14:48:01.546Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 73f959ea-1a0e-41cf-b2da-40f07fd6a9c2 ASDC
2023-03-18T14:48:01.546Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:5e005e65-61df-4986-a087-00761a388674
ServiceName:Demo_pNF_Qv5TXucXv4n7mssXUGFK
ServiceVersion:1.0
ServiceUUID:73f959ea-1a0e-41cf-b2da-40f07fd6a9c2
ServiceInvariantUUID:86b31417-cd30-434e-93e4-34d81e182271
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar
ArtifactUUID:a93044a0-e137-47cf-b45c-87a4ec92508e
ArtifactChecksum:NmIzYzkyYzFlZjM3YjA3YjIzODQ5MzIxZjA4ODdmYTg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 8ecb3a29-1699 0
ResourceCustomizationUUID:3e0c811d-9b69-4eb9-9e2f-6a46c31c8df1
ResourceInvariantUUID:c45c5ef7-20e5-4b81-8392-6fbf8a0a1b25
ResourceName:pNF 8ecb3a29-1699
ResourceType:PNF
ResourceUUID:79d852b9-56e5-416f-9d37-4483b88de628
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-18T14:48:01.546Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 73f959ea-1a0e-41cf-b2da-40f07fd6a9c2 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: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-18T14:48:01.578Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-18T14:48:01.578Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-03-18T14:48:01.578Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-03-18T14:48:01.578Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: a93044a0-e137-47cf-b45c-87a4ec92508e from URL: /sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar
2023-03-18T14:48:01.578Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||INFO|500||DistributionClient - download
2023-03-18T14:48:01.578Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar
2023-03-18T14:48:01.818Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2023-03-18T14:48:01.825Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar a93044a0-e137-47cf-b45c-87a4ec92508e 88004
2023-03-18T14:48:01.825Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar ASDC sendASDCNotification
2023-03-18T14:48:01.826Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar
2023-03-18T14:48:01.826Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-18T14:48:01.826Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:48:01.826Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:48:01.826Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679150881825,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:48:02.828Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-18T14:48:02.828Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-03-18T14:48:02.828Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: a93044a0-e137-47cf-b45c-87a4ec92508e, URL: /sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar to file: /app/ASDC/1/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar
2023-03-18T14:48:02.830Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar
2023-03-18T14:48:02.831Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar
2023-03-18T14:48:02.831Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar
2023-03-18T14:48:02.900Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14223328702320643906/Definitions/service-DemoPnfQv5txucxv4n7mssxugfk-template.yml
2023-03-18T14:48:03.400Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-18T14:48:03.400Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||WARN|500||####################################################################################################
2023-03-18T14:48:03.400Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar
2023-03-18T14:48:03.400Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-18T14:48:03.400Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||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-DemoPnfQv5txucxv4n7mssxugfk-csar.csar
2023-03-18T14:48:03.401Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar
2023-03-18T14:48:03.401Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||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-DemoPnfQv5txucxv4n7mssxugfk-csar.csar
2023-03-18T14:48:03.401Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar
2023-03-18T14:48:03.401Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar
2023-03-18T14:48:03.401Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 8ecb3a29-1699 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-DemoPnfQv5txucxv4n7mssxugfk-csar.csar
2023-03-18T14:48:03.401Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar
2023-03-18T14:48:03.401Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||WARN|500||####################################################################################################
2023-03-18T14:48:03.401Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T14:48:03.401Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_Qv5TXucXv4n7mssXUGFK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T14:48:03.401Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||DEBUG|500||Node template pNF 8ecb3a29-1699 0 is matching search criteria
2023-03-18T14:48:03.401Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2023-03-18T14:48:03.401Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||DEBUG|500||Found topology templates [pNF 8ecb3a29-1699 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-18T14:48:03.401Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T14:48:03.401Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_Qv5TXucXv4n7mssXUGFK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T14:48:03.401Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||DEBUG|500||Node template pNF 8ecb3a29-1699 0 is matching search criteria
2023-03-18T14:48:03.401Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2023-03-18T14:48:03.401Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||DEBUG|500||Found topology templates [pNF 8ecb3a29-1699 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-18T14:48:03.401Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T14:48:03.402Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_Qv5TXucXv4n7mssXUGFK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T14:48:03.402Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T14:48:03.402Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_Qv5TXucXv4n7mssXUGFK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T14:48:03.402Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T14:48:03.402Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_Qv5TXucXv4n7mssXUGFK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T14:48:03.402Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T14:48:03.402Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_Qv5TXucXv4n7mssXUGFK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T14:48:03.402Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T14:48:03.402Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_Qv5TXucXv4n7mssXUGFK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T14:48:03.402Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_Qv5TXucXv4n7mssXUGFK
Description:catalog service description
Model UUID:73f959ea-1a0e-41cf-b2da-40f07fd6a9c2
Model Version:NULL
Model InvariantUuid:86b31417-cd30-434e-93e4-34d81e182271
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=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-03-18T14:48:03.432Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||ERROR|500||Csar with UUID: a93044a0-e137-47cf-b45c-87a4ec92508e already exists
2023-03-18T14:48:03.432Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar ASDC sendASDCNotification
2023-03-18T14:48:03.432Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar(Csar with UUID: a93044a0-e137-47cf-b45c-87a4ec92508e already exists)
2023-03-18T14:48:03.432Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-18T14:48:03.432Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:48:03.432Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:48:03.432Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679150883432,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: a93044a0-e137-47cf-b45c-87a4ec92508e already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:48:04.434Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar ASDC sendASDCNotification
2023-03-18T14:48:04.434Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar(Resource with UUID: 79d852b9-56e5-416f-9d37-4483b88de628 already exists)
2023-03-18T14:48:04.434Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-18T14:48:04.434Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:48:04.434Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:48:04.434Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679150884434,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 79d852b9-56e5-416f-9d37-4483b88de628 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:48:05.436Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5e005e65-61df-4986-a087-00761a388674
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T14:48:05.453Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5e005e65-61df-4986-a087-00761a388674
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T14:48:05.456Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-18T14:48:05.456Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-18T14:48:05.456Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-18T14:48:05.456Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-18T14:48:05.456Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T14:48:05.457Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T14:48:05.457Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T14:48:05.457Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T14:48:05.457Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T14:48:05.457Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T14:48:05.457Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-18T14:48:05.465Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-18T14:48:35.466Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 5e005e65-61df-4986-a087-00761a388674 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-18T14:48:35.475Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 5e005e65-61df-4986-a087-00761a388674 and serviceModelVersionId: 73f959ea-1a0e-41cf-b2da-40f07fd6a9c2
2023-03-18T14:48:35.475Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 86b31417-cd30-434e-93e4-34d81e182271
2023-03-18T14:48:35.476Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/86b31417-cd30-434e-93e4-34d81e182271/model-vers/model-ver/73f959ea-1a0e-41cf-b2da-40f07fd6a9c2?depth=0
2023-03-18T14:48:35.481Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2023-03-18T14:48:35.495Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/86b31417-cd30-434e-93e4-34d81e182271/model-vers/model-ver/73f959ea-1a0e-41cf-b2da-40f07fd6a9c2?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-03-18T14:48:35.496Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/86b31417-cd30-434e-93e4-34d81e182271/model-vers/model-ver/73f959ea-1a0e-41cf-b2da-40f07fd6a9c2?depth=0|INFO|500||Invoke
2023-03-18T14:48:35.504Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/86b31417-cd30-434e-93e4-34d81e182271/model-vers/model-ver/73f959ea-1a0e-41cf-b2da-40f07fd6a9c2?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-18T14:48:35.624Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/86b31417-cd30-434e-93e4-34d81e182271/model-vers/model-ver/73f959ea-1a0e-41cf-b2da-40f07fd6a9c2?depth=0|INFO|500||InvokeReturn
2023-03-18T14:48:35.624Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/86b31417-cd30-434e-93e4-34d81e182271/model-vers/model-ver/73f959ea-1a0e-41cf-b2da-40f07fd6a9c2?depth=0 has http status code:200 and response headers:{date=[Sat, 18 Mar 2023 14:48:35 GMT], content-length=[0], vertex-id=[204904], x-aai-txid=[2-aai-resources-230318-14:48:35:206-19411], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-18T14:48:35.624Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||DEBUG|500||Response was returned with an empty entity.
2023-03-18T14:48:35.625Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-18T14:48:35.625Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-18T14:48:35.630Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-18T14:48:35.630Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 5e005e65-61df-4986-a087-00761a388674 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-18T14:48:35.630Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-18T14:48:35.631Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:48:35.631Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:48:35.631Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679150915630,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-18T14:48:36.654Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-18T14:48:36.654Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||DEBUG|500||received notification from broker: {"distributionID":"b26959c2-c6ca-4cf7-9cdd-576be04a9c92","serviceName":"Demo_pNF_M5QKMfmDLPuLyaz8OWr9","serviceVersion":"1.0","serviceUUID":"c315cbb3-fd53-45ce-8b0b-ad3e84c78918","serviceDescription":"catalog service description","serviceInvariantUUID":"a46a4505-8d20-4c38-8d99-1b181bf22700","resources":[{"resourceInstanceName":"pNF 66b89d6a-37e2 0","resourceName":"pNF 66b89d6a-37e2","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"5cb48981-5482-4843-a71a-1ebe978a5e90","resourceInvariantUUID":"067cbf90-981e-43f3-86b6-aee782d22bba","resourceCustomizationUUID":"84e6e64b-76cd-40cf-86fd-15855e6c2efb","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/resourceInstances/pnf66b89d6a37e20/artifacts/vf-license-model.xml","artifactChecksum":"NmE3OGI0M2NhMTkzNzdlZjJiNzk5YWUzOGVkODUwZTQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"7cbe96a6-d4de-40e4-9f5f-7effc4b8523d","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/resourceInstances/pnf66b89d6a37e20/artifacts/pNF.csar","artifactChecksum":"YTFmMWQ3MzViYWZhMGQ1ZThlNzU3Y2I3ZGNlYWU4YjA\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"7fd2d8fc-6c10-444b-93e4-8ebf25d579b5","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/resourceInstances/pnf66b89d6a37e20/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"62304596-99e5-46f3-868d-189f9dacc577","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/resourceInstances/pnf66b89d6a37e20/artifacts/vendor-license-model.xml","artifactChecksum":"YzhhZjQxZjBiNGEwYTBlMTMwMDYwZmQ3ZjM5OWY1MTY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"c98a30f6-a6ab-4b74-9a89-a4282ace9636","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/resourceInstances/pnf66b89d6a37e20/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"6ba69e42-ade7-45c2-a4ec-3b8f081071f9","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/resourceInstances/pnf66b89d6a37e20/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"2afae58f-afd7-42b0-ae19-62fbbccae66e","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfM5qkmfmdlpulyaz8owr9-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/artifacts/service-DemoPnfM5qkmfmdlpulyaz8owr9-template.yml","artifactChecksum":"NDU2YjRjNDEyNWEwZGVkZjBjNDY2MTJmOTFhNzRhYzk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"181d2352-caba-4b3f-999f-926eb0949ab9","artifactVersion":"1"},{"artifactName":"service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/artifacts/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar","artifactChecksum":"ZWMyYmIzM2U4YmVmYmIwYmU1ZDhjODY4NGEyYTI4NjI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"fdcf7f15-35cd-49a2-839b-26e97623a9bc","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-18T14:48:36.655Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T14:48:36.655Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:48:36.655Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:48:36.655Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679150371808,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/resourceInstances/pnf66b89d6a37e20/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:48:37.656Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T14:48:37.656Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:48:37.656Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:48:37.657Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679150371808,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/resourceInstances/pnf66b89d6a37e20/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:48:38.658Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T14:48:38.658Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:48:38.658Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:48:38.658Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679150371808,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/resourceInstances/pnf66b89d6a37e20/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:48:39.659Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T14:48:39.660Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:48:39.660Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:48:39.660Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679150371808,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/resourceInstances/pnf66b89d6a37e20/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:48:40.662Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T14:48:40.662Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:48:40.662Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:48:40.662Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679150371808,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/resourceInstances/pnf66b89d6a37e20/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:48:41.663Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T14:48:41.664Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:48:41.664Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:48:41.664Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679150371808,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/resourceInstances/pnf66b89d6a37e20/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:48:42.665Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T14:48:42.665Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:48:42.665Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:48:42.666Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679150371808,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/artifacts/service-DemoPnfM5qkmfmdlpulyaz8owr9-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:48:43.666Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T14:48:43.667Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:48:43.667Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:48:43.667Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679150371808,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/artifacts/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:48:44.668Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "serviceName": "Demo_pNF_M5QKMfmDLPuLyaz8OWr9",
  "serviceVersion": "1.0",
  "serviceUUID": "c315cbb3-fd53-45ce-8b0b-ad3e84c78918",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "a46a4505-8d20-4c38-8d99-1b181bf22700",
  "resources": [
    {
      "resourceInstanceName": "pNF 66b89d6a-37e2 0",
      "resourceCustomizationUUID": "84e6e64b-76cd-40cf-86fd-15855e6c2efb",
      "resourceName": "pNF 66b89d6a-37e2",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "5cb48981-5482-4843-a71a-1ebe978a5e90",
      "resourceInvariantUUID": "067cbf90-981e-43f3-86b6-aee782d22bba",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/artifacts/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar",
      "artifactChecksum": "ZWMyYmIzM2U4YmVmYmIwYmU1ZDhjODY4NGEyYTI4NjI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "fdcf7f15-35cd-49a2-839b-26e97623a9bc"
    }
  ],
  "workloadContext": "Production"
}
2023-03-18T14:48:44.668Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-18T14:48:44.668Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 c315cbb3-fd53-45ce-8b0b-ad3e84c78918 ASDC
2023-03-18T14:48:44.668Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:b26959c2-c6ca-4cf7-9cdd-576be04a9c92
ServiceName:Demo_pNF_M5QKMfmDLPuLyaz8OWr9
ServiceVersion:1.0
ServiceUUID:c315cbb3-fd53-45ce-8b0b-ad3e84c78918
ServiceInvariantUUID:a46a4505-8d20-4c38-8d99-1b181bf22700
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/artifacts/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar
ArtifactUUID:fdcf7f15-35cd-49a2-839b-26e97623a9bc
ArtifactChecksum:ZWMyYmIzM2U4YmVmYmIwYmU1ZDhjODY4NGEyYTI4NjI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 66b89d6a-37e2 0
ResourceCustomizationUUID:84e6e64b-76cd-40cf-86fd-15855e6c2efb
ResourceInvariantUUID:067cbf90-981e-43f3-86b6-aee782d22bba
ResourceName:pNF 66b89d6a-37e2
ResourceType:PNF
ResourceUUID:5cb48981-5482-4843-a71a-1ebe978a5e90
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-18T14:48:44.668Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF c315cbb3-fd53-45ce-8b0b-ad3e84c78918 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: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-18T14:48:44.697Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-18T14:48:44.697Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-03-18T14:48:44.697Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-03-18T14:48:44.698Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: fdcf7f15-35cd-49a2-839b-26e97623a9bc from URL: /sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/artifacts/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar
2023-03-18T14:48:44.698Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||INFO|500||DistributionClient - download
2023-03-18T14:48:44.698Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/artifacts/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar
2023-03-18T14:48:44.927Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2023-03-18T14:48:44.933Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/artifacts/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar fdcf7f15-35cd-49a2-839b-26e97623a9bc 88022
2023-03-18T14:48:44.933Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/artifacts/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar ASDC sendASDCNotification
2023-03-18T14:48:44.933Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/artifacts/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar
2023-03-18T14:48:44.933Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-18T14:48:44.933Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:48:44.934Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:48:44.934Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679150924933,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/artifacts/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:48:45.934Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-18T14:48:45.935Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-03-18T14:48:45.935Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: fdcf7f15-35cd-49a2-839b-26e97623a9bc, URL: /sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/artifacts/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar to file: /app/ASDC/1/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar
2023-03-18T14:48:45.936Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar
2023-03-18T14:48:45.937Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar
2023-03-18T14:48:45.937Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar
2023-03-18T14:48:46.014Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9901070535403842340/Definitions/service-DemoPnfM5qkmfmdlpulyaz8owr9-template.yml
2023-03-18T14:48:46.499Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-18T14:48:46.499Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||WARN|500||####################################################################################################
2023-03-18T14:48:46.499Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar
2023-03-18T14:48:46.499Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-18T14:48:46.499Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||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-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar
2023-03-18T14:48:46.499Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar
2023-03-18T14:48:46.500Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||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-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar
2023-03-18T14:48:46.500Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 66b89d6a-37e2 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-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar
2023-03-18T14:48:46.500Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar
2023-03-18T14:48:46.500Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar
2023-03-18T14:48:46.500Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar
2023-03-18T14:48:46.500Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||WARN|500||####################################################################################################
2023-03-18T14:48:46.500Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T14:48:46.500Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_M5QKMfmDLPuLyaz8OWr9 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T14:48:46.500Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||DEBUG|500||Node template pNF 66b89d6a-37e2 0 is matching search criteria
2023-03-18T14:48:46.500Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2023-03-18T14:48:46.500Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||DEBUG|500||Found topology templates [pNF 66b89d6a-37e2 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-18T14:48:46.500Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T14:48:46.500Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_M5QKMfmDLPuLyaz8OWr9 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T14:48:46.500Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||DEBUG|500||Node template pNF 66b89d6a-37e2 0 is matching search criteria
2023-03-18T14:48:46.500Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2023-03-18T14:48:46.500Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||DEBUG|500||Found topology templates [pNF 66b89d6a-37e2 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-18T14:48:46.500Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T14:48:46.500Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_M5QKMfmDLPuLyaz8OWr9 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T14:48:46.500Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T14:48:46.500Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_M5QKMfmDLPuLyaz8OWr9 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T14:48:46.501Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T14:48:46.501Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_M5QKMfmDLPuLyaz8OWr9 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T14:48:46.501Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T14:48:46.501Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_M5QKMfmDLPuLyaz8OWr9 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T14:48:46.501Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T14:48:46.501Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_M5QKMfmDLPuLyaz8OWr9 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T14:48:46.501Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_M5QKMfmDLPuLyaz8OWr9
Description:catalog service description
Model UUID:c315cbb3-fd53-45ce-8b0b-ad3e84c78918
Model Version:NULL
Model InvariantUuid:a46a4505-8d20-4c38-8d99-1b181bf22700
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=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-03-18T14:48:46.526Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||ERROR|500||Csar with UUID: fdcf7f15-35cd-49a2-839b-26e97623a9bc already exists
2023-03-18T14:48:46.526Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/artifacts/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar ASDC sendASDCNotification
2023-03-18T14:48:46.526Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/artifacts/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar(Csar with UUID: fdcf7f15-35cd-49a2-839b-26e97623a9bc already exists)
2023-03-18T14:48:46.526Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-18T14:48:46.526Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:48:46.526Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:48:46.526Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679150926526,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/artifacts/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: fdcf7f15-35cd-49a2-839b-26e97623a9bc already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:48:47.527Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/artifacts/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar ASDC sendASDCNotification
2023-03-18T14:48:47.527Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/artifacts/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar(Resource with UUID: 5cb48981-5482-4843-a71a-1ebe978a5e90 already exists)
2023-03-18T14:48:47.527Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-18T14:48:47.527Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:48:47.527Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:48:47.528Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679150927527,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/artifacts/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 5cb48981-5482-4843-a71a-1ebe978a5e90 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:48:48.528Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b26959c2-c6ca-4cf7-9cdd-576be04a9c92
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T14:48:48.544Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b26959c2-c6ca-4cf7-9cdd-576be04a9c92
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T14:48:48.547Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-18T14:48:48.547Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-18T14:48:48.547Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-18T14:48:48.547Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-18T14:48:48.548Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T14:48:48.548Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T14:48:48.548Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T14:48:48.548Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T14:48:48.548Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T14:48:48.548Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T14:48:48.548Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-18T14:48:48.557Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-18T14:48:58.920Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:48:58.925Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-18T14:48:58.926Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679150371808,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T14:48:58.926Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:48:58.926Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-18T14:48:58.926Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679150371808,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar",
  "status": "NOTIFIED"
}
2023-03-18T14:48:58.926Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:48:58.926Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-18T14:48:58.926Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679150881825,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-18T14:48:58.926Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:48:58.927Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-18T14:48:58.927Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679150883432,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: a93044a0-e137-47cf-b45c-87a4ec92508e already exists"
}
2023-03-18T14:48:58.927Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:48:58.927Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-18T14:48:58.927Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679150884434,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 79d852b9-56e5-416f-9d37-4483b88de628 already exists"
}
2023-03-18T14:48:58.927Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:48:58.927Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-18T14:48:58.927Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679150915630,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-18T14:48:58.927Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:48:58.927Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-18T14:48:58.927Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679150371808,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/resourceInstances/pnf66b89d6a37e20/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T14:48:58.927Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:48:58.927Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-18T14:48:58.927Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679150371808,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/resourceInstances/pnf66b89d6a37e20/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-18T14:48:58.927Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:48:58.928Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-18T14:48:58.928Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679150371808,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/resourceInstances/pnf66b89d6a37e20/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-18T14:48:58.928Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:48:58.928Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-18T14:48:58.928Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679150371808,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/resourceInstances/pnf66b89d6a37e20/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T14:48:58.928Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:48:58.928Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-18T14:48:58.928Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679150371808,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/resourceInstances/pnf66b89d6a37e20/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T14:48:58.928Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:48:58.928Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-18T14:48:58.928Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679150371808,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/resourceInstances/pnf66b89d6a37e20/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T14:48:58.928Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:48:58.928Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-18T14:48:58.928Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679150371808,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/artifacts/service-DemoPnfM5qkmfmdlpulyaz8owr9-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T14:48:58.929Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:48:58.929Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-18T14:48:58.929Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679150371808,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/artifacts/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar",
  "status": "NOTIFIED"
}
2023-03-18T14:48:58.929Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:48:58.929Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-18T14:48:58.929Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679150924933,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/artifacts/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-18T14:48:58.929Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:48:58.929Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-18T14:48:58.929Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679150926526,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/artifacts/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: fdcf7f15-35cd-49a2-839b-26e97623a9bc already exists"
}
2023-03-18T14:48:58.929Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:48:58.929Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-18T14:48:58.929Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679150927527,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/artifacts/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 5cb48981-5482-4843-a71a-1ebe978a5e90 already exists"
}
2023-03-18T14:48:58.929Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:49:18.557Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: b26959c2-c6ca-4cf7-9cdd-576be04a9c92 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-18T14:49:18.566Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: b26959c2-c6ca-4cf7-9cdd-576be04a9c92 and serviceModelVersionId: c315cbb3-fd53-45ce-8b0b-ad3e84c78918
2023-03-18T14:49:18.566Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : a46a4505-8d20-4c38-8d99-1b181bf22700
2023-03-18T14:49:18.566Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/a46a4505-8d20-4c38-8d99-1b181bf22700/model-vers/model-ver/c315cbb3-fd53-45ce-8b0b-ad3e84c78918?depth=0
2023-03-18T14:49:18.572Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2023-03-18T14:49:18.586Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a46a4505-8d20-4c38-8d99-1b181bf22700/model-vers/model-ver/c315cbb3-fd53-45ce-8b0b-ad3e84c78918?depth=0|INFO|500||Invoke
2023-03-18T14:49:18.586Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a46a4505-8d20-4c38-8d99-1b181bf22700/model-vers/model-ver/c315cbb3-fd53-45ce-8b0b-ad3e84c78918?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a46a4505-8d20-4c38-8d99-1b181bf22700/model-vers/model-ver/c315cbb3-fd53-45ce-8b0b-ad3e84c78918?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[b26959c2-c6ca-4cf7-9cdd-576be04a9c92], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[f8d30c5e-2de2-4fff-adfa-5620e88578f9], X-ECOMP-RequestID=[b26959c2-c6ca-4cf7-9cdd-576be04a9c92], X-TransactionId=[], X-ONAP-RequestID=[b26959c2-c6ca-4cf7-9cdd-576be04a9c92], Content-Type=[application/merge-patch+json]}
2023-03-18T14:49:18.594Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a46a4505-8d20-4c38-8d99-1b181bf22700/model-vers/model-ver/c315cbb3-fd53-45ce-8b0b-ad3e84c78918?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-18T14:49:18.695Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a46a4505-8d20-4c38-8d99-1b181bf22700/model-vers/model-ver/c315cbb3-fd53-45ce-8b0b-ad3e84c78918?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/a46a4505-8d20-4c38-8d99-1b181bf22700/model-vers/model-ver/c315cbb3-fd53-45ce-8b0b-ad3e84c78918?depth=0 has http status code:200 and response headers:{date=[Sat, 18 Mar 2023 14:49:18 GMT], content-length=[0], vertex-id=[217192], x-aai-txid=[1-aai-resources-230318-14:49:18:297-50807], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-18T14:49:18.695Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a46a4505-8d20-4c38-8d99-1b181bf22700/model-vers/model-ver/c315cbb3-fd53-45ce-8b0b-ad3e84c78918?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-18T14:49:18.695Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a46a4505-8d20-4c38-8d99-1b181bf22700/model-vers/model-ver/c315cbb3-fd53-45ce-8b0b-ad3e84c78918?depth=0|INFO|500||InvokeReturn
2023-03-18T14:49:18.696Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-18T14:49:18.696Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-18T14:49:18.702Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-18T14:49:18.702Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID b26959c2-c6ca-4cf7-9cdd-576be04a9c92 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-18T14:49:18.702Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-18T14:49:18.702Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:49:18.702Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:49:18.702Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679150958702,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-18T14:49:19.725Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-18T14:49:19.725Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||DEBUG|500||received notification from broker: {"distributionID":"d6b70362-b450-41db-97c4-ea1285deb273","serviceName":"Demo_pNF_0QRYBIFHiGDyVijApwKS","serviceVersion":"1.0","serviceUUID":"b4fd06db-c144-4037-bb56-9f4d170dc33e","serviceDescription":"catalog service description","serviceInvariantUUID":"4a6b6367-2484-4aa3-9126-d96b480457a8","resources":[{"resourceInstanceName":"pNF 8b249c54-8f1f 0","resourceName":"pNF 8b249c54-8f1f","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"a880e813-b7b0-402c-bffe-74c020d69311","resourceInvariantUUID":"62a7990d-54b9-488c-9976-952482e2993f","resourceCustomizationUUID":"eb0ac2ec-e902-44af-9274-4b7b602bc8c8","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/resourceInstances/pnf8b249c548f1f0/artifacts/vf-license-model.xml","artifactChecksum":"YWEyOGU2NjliMDg5ZDU1NzYwMDhlOTYzNmI4NGZhMzM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"d2ed05b3-c79a-4dce-b90e-d0d7508a3b45","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/resourceInstances/pnf8b249c548f1f0/artifacts/pNF.csar","artifactChecksum":"YTFmMWQ3MzViYWZhMGQ1ZThlNzU3Y2I3ZGNlYWU4YjA\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"8c5f255b-5ba0-461e-8009-527fa558f0ef","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/resourceInstances/pnf8b249c548f1f0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"a4927c34-4090-4c7c-85be-5bfcd5208e7f","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/resourceInstances/pnf8b249c548f1f0/artifacts/vendor-license-model.xml","artifactChecksum":"ZGFjMzBhNjdmYWNhNzZkY2Y1ODcwNmIzODQzMjQ0Yzc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"68e219be-7fd3-4c2f-942d-b58362470046","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/resourceInstances/pnf8b249c548f1f0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"e7878e48-de75-42bd-a2da-c03807bb7be5","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/resourceInstances/pnf8b249c548f1f0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"d4b706a9-5523-4974-846d-b745b2a21dda","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnf0qrybifhigdyvijapwks-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/artifacts/service-DemoPnf0qrybifhigdyvijapwks-template.yml","artifactChecksum":"NjU3ZjBkNGJkNDc4ZWE3Y2M3Njk5NTc3MzNjYmY1YmY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"fdaf04f2-ae49-424a-bb42-d2906911e5ff","artifactVersion":"1"},{"artifactName":"service-DemoPnf0qrybifhigdyvijapwks-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/artifacts/service-DemoPnf0qrybifhigdyvijapwks-csar.csar","artifactChecksum":"MzljYTA3Yjk4Nzg5NjI5MTU3MDE1YTYwNjFmNTc1MTk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"7c894985-6ce0-4ae6-b963-98a29a50f1d8","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-18T14:49:19.726Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T14:49:19.726Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:49:19.726Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:49:19.726Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "d6b70362-b450-41db-97c4-ea1285deb273",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679150371808,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/resourceInstances/pnf8b249c548f1f0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:49:20.727Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T14:49:20.727Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:49:20.727Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:49:20.727Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "d6b70362-b450-41db-97c4-ea1285deb273",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679150371808,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/resourceInstances/pnf8b249c548f1f0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:49:21.728Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T14:49:21.728Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:49:21.728Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:49:21.728Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "d6b70362-b450-41db-97c4-ea1285deb273",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679150371808,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/resourceInstances/pnf8b249c548f1f0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:49:22.729Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T14:49:22.729Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:49:22.729Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:49:22.729Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "d6b70362-b450-41db-97c4-ea1285deb273",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679150371808,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/resourceInstances/pnf8b249c548f1f0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:49:23.730Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T14:49:23.730Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:49:23.730Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:49:23.730Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "d6b70362-b450-41db-97c4-ea1285deb273",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679150371808,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/resourceInstances/pnf8b249c548f1f0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:49:24.730Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T14:49:24.731Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:49:24.731Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:49:24.731Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "d6b70362-b450-41db-97c4-ea1285deb273",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679150371808,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/resourceInstances/pnf8b249c548f1f0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:49:25.731Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T14:49:25.732Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:49:25.732Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:49:25.732Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "d6b70362-b450-41db-97c4-ea1285deb273",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679150371808,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/artifacts/service-DemoPnf0qrybifhigdyvijapwks-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:49:26.733Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T14:49:26.733Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:49:26.733Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:49:26.733Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "d6b70362-b450-41db-97c4-ea1285deb273",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679150371808,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/artifacts/service-DemoPnf0qrybifhigdyvijapwks-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:49:27.734Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "d6b70362-b450-41db-97c4-ea1285deb273",
  "serviceName": "Demo_pNF_0QRYBIFHiGDyVijApwKS",
  "serviceVersion": "1.0",
  "serviceUUID": "b4fd06db-c144-4037-bb56-9f4d170dc33e",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "4a6b6367-2484-4aa3-9126-d96b480457a8",
  "resources": [
    {
      "resourceInstanceName": "pNF 8b249c54-8f1f 0",
      "resourceCustomizationUUID": "eb0ac2ec-e902-44af-9274-4b7b602bc8c8",
      "resourceName": "pNF 8b249c54-8f1f",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "a880e813-b7b0-402c-bffe-74c020d69311",
      "resourceInvariantUUID": "62a7990d-54b9-488c-9976-952482e2993f",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnf0qrybifhigdyvijapwks-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/artifacts/service-DemoPnf0qrybifhigdyvijapwks-csar.csar",
      "artifactChecksum": "MzljYTA3Yjk4Nzg5NjI5MTU3MDE1YTYwNjFmNTc1MTk\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "7c894985-6ce0-4ae6-b963-98a29a50f1d8"
    }
  ],
  "workloadContext": "Production"
}
2023-03-18T14:49:27.735Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-18T14:49:27.735Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 b4fd06db-c144-4037-bb56-9f4d170dc33e ASDC
2023-03-18T14:49:27.736Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:d6b70362-b450-41db-97c4-ea1285deb273
ServiceName:Demo_pNF_0QRYBIFHiGDyVijApwKS
ServiceVersion:1.0
ServiceUUID:b4fd06db-c144-4037-bb56-9f4d170dc33e
ServiceInvariantUUID:4a6b6367-2484-4aa3-9126-d96b480457a8
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnf0qrybifhigdyvijapwks-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/artifacts/service-DemoPnf0qrybifhigdyvijapwks-csar.csar
ArtifactUUID:7c894985-6ce0-4ae6-b963-98a29a50f1d8
ArtifactChecksum:MzljYTA3Yjk4Nzg5NjI5MTU3MDE1YTYwNjFmNTc1MTk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 8b249c54-8f1f 0
ResourceCustomizationUUID:eb0ac2ec-e902-44af-9274-4b7b602bc8c8
ResourceInvariantUUID:62a7990d-54b9-488c-9976-952482e2993f
ResourceName:pNF 8b249c54-8f1f
ResourceType:PNF
ResourceUUID:a880e813-b7b0-402c-bffe-74c020d69311
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-18T14:49:27.736Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF b4fd06db-c144-4037-bb56-9f4d170dc33e 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: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-18T14:49:27.770Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-18T14:49:27.770Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-03-18T14:49:27.770Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-03-18T14:49:27.770Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 7c894985-6ce0-4ae6-b963-98a29a50f1d8 from URL: /sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/artifacts/service-DemoPnf0qrybifhigdyvijapwks-csar.csar
2023-03-18T14:49:27.771Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||INFO|500||DistributionClient - download
2023-03-18T14:49:27.771Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/artifacts/service-DemoPnf0qrybifhigdyvijapwks-csar.csar
2023-03-18T14:49:28.004Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2023-03-18T14:49:28.011Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/artifacts/service-DemoPnf0qrybifhigdyvijapwks-csar.csar 7c894985-6ce0-4ae6-b963-98a29a50f1d8 88013
2023-03-18T14:49:28.011Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/artifacts/service-DemoPnf0qrybifhigdyvijapwks-csar.csar ASDC sendASDCNotification
2023-03-18T14:49:28.011Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/artifacts/service-DemoPnf0qrybifhigdyvijapwks-csar.csar
2023-03-18T14:49:28.011Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-18T14:49:28.011Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:49:28.011Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:49:28.011Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "d6b70362-b450-41db-97c4-ea1285deb273",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679150968011,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/artifacts/service-DemoPnf0qrybifhigdyvijapwks-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:49:29.012Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-18T14:49:29.013Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-03-18T14:49:29.013Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 7c894985-6ce0-4ae6-b963-98a29a50f1d8, URL: /sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/artifacts/service-DemoPnf0qrybifhigdyvijapwks-csar.csar to file: /app/ASDC/1/service-DemoPnf0qrybifhigdyvijapwks-csar.csar
2023-03-18T14:49:29.013Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnf0qrybifhigdyvijapwks-csar.csar
2023-03-18T14:49:29.014Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnf0qrybifhigdyvijapwks-csar.csar
2023-03-18T14:49:29.014Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnf0qrybifhigdyvijapwks-csar.csar
2023-03-18T14:49:29.113Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP18079535154445204608/Definitions/service-DemoPnf0qrybifhigdyvijapwks-template.yml
2023-03-18T14:49:29.637Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-18T14:49:29.637Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||WARN|500||####################################################################################################
2023-03-18T14:49:29.637Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnf0qrybifhigdyvijapwks-csar.csar
2023-03-18T14:49:29.637Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-18T14:49:29.637Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||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-DemoPnf0qrybifhigdyvijapwks-csar.csar
2023-03-18T14:49:29.637Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnf0qrybifhigdyvijapwks-csar.csar
2023-03-18T14:49:29.638Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||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-DemoPnf0qrybifhigdyvijapwks-csar.csar
2023-03-18T14:49:29.638Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf0qrybifhigdyvijapwks-csar.csar
2023-03-18T14:49:29.638Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 8b249c54-8f1f 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-DemoPnf0qrybifhigdyvijapwks-csar.csar
2023-03-18T14:49:29.638Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf0qrybifhigdyvijapwks-csar.csar
2023-03-18T14:49:29.638Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf0qrybifhigdyvijapwks-csar.csar
2023-03-18T14:49:29.638Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||WARN|500||####################################################################################################
2023-03-18T14:49:29.638Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T14:49:29.638Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_0QRYBIFHiGDyVijApwKS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T14:49:29.638Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||DEBUG|500||Node template pNF 8b249c54-8f1f 0 is matching search criteria
2023-03-18T14:49:29.638Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2023-03-18T14:49:29.638Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||DEBUG|500||Found topology templates [pNF 8b249c54-8f1f 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-18T14:49:29.638Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T14:49:29.638Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_0QRYBIFHiGDyVijApwKS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T14:49:29.638Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||DEBUG|500||Node template pNF 8b249c54-8f1f 0 is matching search criteria
2023-03-18T14:49:29.638Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2023-03-18T14:49:29.638Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||DEBUG|500||Found topology templates [pNF 8b249c54-8f1f 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-18T14:49:29.638Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T14:49:29.638Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_0QRYBIFHiGDyVijApwKS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T14:49:29.638Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T14:49:29.638Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_0QRYBIFHiGDyVijApwKS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T14:49:29.638Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T14:49:29.638Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_0QRYBIFHiGDyVijApwKS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T14:49:29.638Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T14:49:29.638Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_0QRYBIFHiGDyVijApwKS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T14:49:29.638Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T14:49:29.639Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_0QRYBIFHiGDyVijApwKS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T14:49:29.639Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_0QRYBIFHiGDyVijApwKS
Description:catalog service description
Model UUID:b4fd06db-c144-4037-bb56-9f4d170dc33e
Model Version:NULL
Model InvariantUuid:4a6b6367-2484-4aa3-9126-d96b480457a8
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=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-03-18T14:49:29.672Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||ERROR|500||Csar with UUID: 7c894985-6ce0-4ae6-b963-98a29a50f1d8 already exists
2023-03-18T14:49:29.672Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/artifacts/service-DemoPnf0qrybifhigdyvijapwks-csar.csar ASDC sendASDCNotification
2023-03-18T14:49:29.672Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/artifacts/service-DemoPnf0qrybifhigdyvijapwks-csar.csar(Csar with UUID: 7c894985-6ce0-4ae6-b963-98a29a50f1d8 already exists)
2023-03-18T14:49:29.673Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-18T14:49:29.673Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:49:29.673Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:49:29.673Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "d6b70362-b450-41db-97c4-ea1285deb273",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679150969672,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/artifacts/service-DemoPnf0qrybifhigdyvijapwks-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 7c894985-6ce0-4ae6-b963-98a29a50f1d8 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:49:30.674Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/artifacts/service-DemoPnf0qrybifhigdyvijapwks-csar.csar ASDC sendASDCNotification
2023-03-18T14:49:30.674Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/artifacts/service-DemoPnf0qrybifhigdyvijapwks-csar.csar(Resource with UUID: a880e813-b7b0-402c-bffe-74c020d69311 already exists)
2023-03-18T14:49:30.674Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-18T14:49:30.674Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:49:30.674Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:49:30.674Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "d6b70362-b450-41db-97c4-ea1285deb273",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679150970674,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/artifacts/service-DemoPnf0qrybifhigdyvijapwks-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: a880e813-b7b0-402c-bffe-74c020d69311 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:49:31.675Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d6b70362-b450-41db-97c4-ea1285deb273
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T14:49:31.691Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d6b70362-b450-41db-97c4-ea1285deb273
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T14:49:31.693Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-18T14:49:31.693Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-18T14:49:31.694Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-18T14:49:31.694Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-18T14:49:31.694Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T14:49:31.694Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T14:49:31.694Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T14:49:31.694Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T14:49:31.694Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T14:49:31.694Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T14:49:31.694Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-18T14:49:31.702Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-18T14:49:58.919Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:49:58.926Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-18T14:49:58.926Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679150958702,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-18T14:49:58.927Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:49:58.927Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-18T14:49:58.927Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "d6b70362-b450-41db-97c4-ea1285deb273",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679150371808,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/resourceInstances/pnf8b249c548f1f0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T14:49:58.927Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:49:58.927Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-18T14:49:58.927Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "d6b70362-b450-41db-97c4-ea1285deb273",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679150371808,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/resourceInstances/pnf8b249c548f1f0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-18T14:49:58.927Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:49:58.927Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-18T14:49:58.927Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "d6b70362-b450-41db-97c4-ea1285deb273",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679150371808,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/resourceInstances/pnf8b249c548f1f0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-18T14:49:58.927Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:49:58.927Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-18T14:49:58.927Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "d6b70362-b450-41db-97c4-ea1285deb273",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679150371808,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/resourceInstances/pnf8b249c548f1f0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T14:49:58.927Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:49:58.927Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-18T14:49:58.927Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "d6b70362-b450-41db-97c4-ea1285deb273",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679150371808,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/resourceInstances/pnf8b249c548f1f0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T14:49:58.927Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:49:58.927Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-18T14:49:58.927Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "d6b70362-b450-41db-97c4-ea1285deb273",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679150371808,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/resourceInstances/pnf8b249c548f1f0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T14:49:58.927Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:49:58.928Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-18T14:49:58.928Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "d6b70362-b450-41db-97c4-ea1285deb273",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679150371808,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/artifacts/service-DemoPnf0qrybifhigdyvijapwks-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T14:49:58.928Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:49:58.928Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-18T14:49:58.928Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "d6b70362-b450-41db-97c4-ea1285deb273",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679150371808,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/artifacts/service-DemoPnf0qrybifhigdyvijapwks-csar.csar",
  "status": "NOTIFIED"
}
2023-03-18T14:49:58.928Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:49:58.928Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-18T14:49:58.928Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "d6b70362-b450-41db-97c4-ea1285deb273",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679150968011,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/artifacts/service-DemoPnf0qrybifhigdyvijapwks-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-18T14:49:58.928Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:49:58.928Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-18T14:49:58.928Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "d6b70362-b450-41db-97c4-ea1285deb273",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679150969672,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/artifacts/service-DemoPnf0qrybifhigdyvijapwks-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 7c894985-6ce0-4ae6-b963-98a29a50f1d8 already exists"
}
2023-03-18T14:49:58.928Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:49:58.928Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-18T14:49:58.928Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "d6b70362-b450-41db-97c4-ea1285deb273",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679150970674,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/artifacts/service-DemoPnf0qrybifhigdyvijapwks-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: a880e813-b7b0-402c-bffe-74c020d69311 already exists"
}
2023-03-18T14:49:58.928Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:50:01.703Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: d6b70362-b450-41db-97c4-ea1285deb273 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-18T14:50:01.713Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: d6b70362-b450-41db-97c4-ea1285deb273 and serviceModelVersionId: b4fd06db-c144-4037-bb56-9f4d170dc33e
2023-03-18T14:50:01.713Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 4a6b6367-2484-4aa3-9126-d96b480457a8
2023-03-18T14:50:01.714Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/4a6b6367-2484-4aa3-9126-d96b480457a8/model-vers/model-ver/b4fd06db-c144-4037-bb56-9f4d170dc33e?depth=0
2023-03-18T14:50:01.722Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2023-03-18T14:50:01.739Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/4a6b6367-2484-4aa3-9126-d96b480457a8/model-vers/model-ver/b4fd06db-c144-4037-bb56-9f4d170dc33e?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-03-18T14:50:01.739Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/4a6b6367-2484-4aa3-9126-d96b480457a8/model-vers/model-ver/b4fd06db-c144-4037-bb56-9f4d170dc33e?depth=0|INFO|500||Invoke
2023-03-18T14:50:01.750Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/4a6b6367-2484-4aa3-9126-d96b480457a8/model-vers/model-ver/b4fd06db-c144-4037-bb56-9f4d170dc33e?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-18T14:50:01.862Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/4a6b6367-2484-4aa3-9126-d96b480457a8/model-vers/model-ver/b4fd06db-c144-4037-bb56-9f4d170dc33e?depth=0|INFO|500||InvokeReturn
2023-03-18T14:50:01.863Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/4a6b6367-2484-4aa3-9126-d96b480457a8/model-vers/model-ver/b4fd06db-c144-4037-bb56-9f4d170dc33e?depth=0 has http status code:200 and response headers:{date=[Sat, 18 Mar 2023 14:50:01 GMT], content-length=[0], vertex-id=[233600], x-aai-txid=[2-aai-resources-230318-14:50:01:453-58120], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-18T14:50:01.863Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||DEBUG|500||Response was returned with an empty entity.
2023-03-18T14:50:01.864Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-18T14:50:01.864Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-18T14:50:01.869Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-18T14:50:01.870Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID d6b70362-b450-41db-97c4-ea1285deb273 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-18T14:50:01.870Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-18T14:50:01.870Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:50:01.870Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:50:01.870Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "d6b70362-b450-41db-97c4-ea1285deb273",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679151001870,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-18T14:50:02.890Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-18T14:50:02.890Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||DEBUG|500||received notification from broker: {"distributionID":"1765e72b-9f37-409d-a48f-62642d8341c6","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"29ccf31e-df21-49dc-ae06-e18b6baf315a","serviceDescription":"service","serviceInvariantUUID":"6ebc743c-a40f-46f3-b5cb-b87b2b100c58","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"67962590-90b8-4f11-901d-d79a952d0f14","resourceInvariantUUID":"b32b83cc-26fe-47f1-99ef-7d7b99983e6f","resourceCustomizationUUID":"e90442b2-f4f5-4f43-8892-737daa520031","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":"ODU1M2UyMGRiMzk2ODc1NjljMzc3NWI1YmRhMTEzY2M\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"b613739b-2455-4017-8b63-dfdd064ed936","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":"MjdmYmViNjE0ZTg1NTQ1YzU2ZmFkYWI5YjVlOGViOTQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"ea42c655-4ace-49bf-99fe-886103db89aa","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":"9a5d7f92-e4b0-45a0-ac74-3acf99b69cc0","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":"917f9665-4e54-4bdc-b104-4b4419dab11d","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":"af205cd0-57b3-443e-a55a-4ecc60d32d0a","artifactVersion":"2","generatedFromUUID":"453a496b-db83-4724-a33b-4f678eed88b4"},{"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":"8939ac4f-6672-4fe9-90ea-fa6b3f0da64d","artifactVersion":"2","generatedFromUUID":"9a5d7f92-e4b0-45a0-ac74-3acf99b69cc0"},{"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":"453a496b-db83-4724-a33b-4f678eed88b4","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":"89e3426c-a0d1-4de8-8662-7406572d2c3f","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":"YzBlODQ2MTk3NDc5Nzk3MDQ4MzI5NGM4ZmZhZjc3ZmE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"36181845-9e97-4a5d-8691-687a01539039","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"OTYyNTM5ZGEwYTExZTI3NmE1Y2RjMzE5OWJkNTUxZDA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"7ac7462c-7a2a-47d2-8257-79de7d0e5c52","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-18T14:50:02.890Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T14:50:02.890Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:50:02.890Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:50:02.890Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "1765e72b-9f37-409d-a48f-62642d8341c6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679150371808,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:50:03.892Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T14:50:03.893Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:50:03.893Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:50:03.893Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "1765e72b-9f37-409d-a48f-62642d8341c6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679150371808,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:50:04.893Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T14:50:04.894Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:50:04.894Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:50:04.894Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "1765e72b-9f37-409d-a48f-62642d8341c6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679150371808,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:50:05.896Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T14:50:05.896Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:50:05.896Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:50:05.897Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "1765e72b-9f37-409d-a48f-62642d8341c6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679150371808,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:50:06.898Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T14:50:06.898Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:50:06.898Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:50:06.898Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "1765e72b-9f37-409d-a48f-62642d8341c6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679150371808,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:50:07.899Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T14:50:07.899Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:50:07.899Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:50:07.900Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "1765e72b-9f37-409d-a48f-62642d8341c6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679150371808,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:50:08.900Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T14:50:08.904Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:50:08.904Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:50:08.904Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "1765e72b-9f37-409d-a48f-62642d8341c6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679150371808,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:50:09.904Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T14:50:09.905Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:50:09.905Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:50:09.905Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "1765e72b-9f37-409d-a48f-62642d8341c6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679150371808,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:50:10.906Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T14:50:10.906Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:50:10.906Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:50:10.906Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "1765e72b-9f37-409d-a48f-62642d8341c6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679150371808,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:50:11.907Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T14:50:11.907Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:50:11.907Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:50:11.908Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "1765e72b-9f37-409d-a48f-62642d8341c6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679150371808,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:50:12.908Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "1765e72b-9f37-409d-a48f-62642d8341c6",
  "serviceName": "basic_cnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "29ccf31e-df21-49dc-ae06-e18b6baf315a",
  "serviceDescription": "service",
  "serviceInvariantUUID": "6ebc743c-a40f-46f3-b5cb-b87b2b100c58",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf_macro 0",
      "resourceCustomizationUUID": "e90442b2-f4f5-4f43-8892-737daa520031",
      "resourceName": "basic_cnf_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "67962590-90b8-4f11-901d-d79a952d0f14",
      "resourceInvariantUUID": "b32b83cc-26fe-47f1-99ef-7d7b99983e6f",
      "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": "MjdmYmViNjE0ZTg1NTQ1YzU2ZmFkYWI5YjVlOGViOTQ\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "ea42c655-4ace-49bf-99fe-886103db89aa",
          "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": "9a5d7f92-e4b0-45a0-ac74-3acf99b69cc0",
          "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": "8939ac4f-6672-4fe9-90ea-fa6b3f0da64d",
            "generatedFromUUID": "9a5d7f92-e4b0-45a0-ac74-3acf99b69cc0"
          },
          "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": "af205cd0-57b3-443e-a55a-4ecc60d32d0a",
          "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": "8939ac4f-6672-4fe9-90ea-fa6b3f0da64d",
          "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": "453a496b-db83-4724-a33b-4f678eed88b4",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnfMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
      "artifactChecksum": "OTYyNTM5ZGEwYTExZTI3NmE1Y2RjMzE5OWJkNTUxZDA\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "7ac7462c-7a2a-47d2-8257-79de7d0e5c52"
    }
  ],
  "workloadContext": "Production"
}
2023-03-18T14:50:12.909Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-18T14:50:12.909Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 29ccf31e-df21-49dc-ae06-e18b6baf315a ASDC
2023-03-18T14:50:12.910Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:1765e72b-9f37-409d-a48f-62642d8341c6
ServiceName:basic_cnf_macro
ServiceVersion:1.0
ServiceUUID:29ccf31e-df21-49dc-ae06-e18b6baf315a
ServiceInvariantUUID:6ebc743c-a40f-46f3-b5cb-b87b2b100c58
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:7ac7462c-7a2a-47d2-8257-79de7d0e5c52
ArtifactChecksum:OTYyNTM5ZGEwYTExZTI3NmE1Y2RjMzE5OWJkNTUxZDA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf_macro 0
ResourceCustomizationUUID:e90442b2-f4f5-4f43-8892-737daa520031
ResourceInvariantUUID:b32b83cc-26fe-47f1-99ef-7d7b99983e6f
ResourceName:basic_cnf_macro
ResourceType:VF
ResourceUUID:67962590-90b8-4f11-901d-d79a952d0f14
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:ea42c655-4ace-49bf-99fe-886103db89aa
ArtifactChecksum:MjdmYmViNjE0ZTg1NTQ1YzU2ZmFkYWI5YjVlOGViOTQ=
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:9a5d7f92-e4b0-45a0-ac74-3acf99b69cc0
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:8939ac4f-6672-4fe9-90ea-fa6b3f0da64d
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:af205cd0-57b3-443e-a55a-4ecc60d32d0a
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:8939ac4f-6672-4fe9-90ea-fa6b3f0da64d
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:453a496b-db83-4724-a33b-4f678eed88b4
ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-18T14:50:12.910Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 29ccf31e-df21-49dc-ae06-e18b6baf315a 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: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-18T14:50:12.946Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-18T14:50:12.947Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-03-18T14:50:12.947Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-03-18T14:50:12.947Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 7ac7462c-7a2a-47d2-8257-79de7d0e5c52 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2023-03-18T14:50:12.947Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||INFO|500||DistributionClient - download
2023-03-18T14:50:12.948Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2023-03-18T14:50:13.188Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2023-03-18T14:50:13.201Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 7ac7462c-7a2a-47d2-8257-79de7d0e5c52 163277
2023-03-18T14:50:13.201Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2023-03-18T14:50:13.201Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2023-03-18T14:50:13.201Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-18T14:50:13.202Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:50:13.202Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:50:13.202Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "1765e72b-9f37-409d-a48f-62642d8341c6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679151013201,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:50:14.202Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-18T14:50:14.206Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-03-18T14:50:14.207Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 7ac7462c-7a2a-47d2-8257-79de7d0e5c52, URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar to file: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-03-18T14:50:14.207Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnfMacro-csar.csar
2023-03-18T14:50:14.208Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-03-18T14:50:14.208Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-03-18T14:50:14.279Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6396669857239152668/Definitions/service-BasicCnfMacro-template.yml
Log warning: The required parameter "compute_dummy_base_name" is not provided
2023-03-18T14:50:15.023Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-18T14:50:15.023Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||WARN|500||####################################################################################################
2023-03-18T14:50:15.023Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-03-18T14:50:15.023Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2023-03-18T14:50:15.023Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-03-18T14:50:15.023Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf_macro 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-03-18T14:50:15.023Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy_base" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-03-18T14:50:15.023Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy_base" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-03-18T14:50:15.023Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||WARN|500||####################################################################################################
2023-03-18T14:50:15.024Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T14:50:15.024Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T14:50:15.024Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-18T14:50:15.024Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2023-03-18T14:50:15.024Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-18T14:50:15.024Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T14:50:15.024Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T14:50:15.024Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-18T14:50:15.024Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2023-03-18T14:50:15.024Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-18T14:50:15.024Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T14:50:15.024Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T14:50:15.024Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T14:50:15.024Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2023-03-18T14:50:15.024Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||DEBUG|500||Node template abstract_dummy_base is not matching search criteria
2023-03-18T14:50:15.024Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||DEBUG|500||Node template dummy_base is not matching search criteria
2023-03-18T14:50:15.024Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-03-18T14:50:15.024Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T14:50:15.024Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-03-18T14:50:15.025Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T14:50:15.025Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-18T14:50:15.025Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-18T14:50:15.025Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T14:50:15.025Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-18T14:50:15.025Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-18T14:50:15.025Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T14:50:15.025Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-18T14:50:15.025Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-18T14:50:15.025Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T14:50:15.025Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-18T14:50:15.025Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-18T14:50:15.025Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T14:50:15.025Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2023-03-18T14:50:15.025Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||DEBUG|500||Node template abstract_dummy_base is matching search criteria
2023-03-18T14:50:15.025Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_dummy_base] matching following query criteria: sdcType=CVFC, customizationUUID=c7a8af58-85a3-4764-a4df-a0945e933c54
2023-03-18T14:50:15.025Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T14:50:15.025Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T14:50:15.025Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T14:50:15.026Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T14:50:15.026Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T14:50:15.026Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T14:50:15.026Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T14:50:15.026Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T14:50:15.026Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf_macro
Description:service
Model UUID:29ccf31e-df21-49dc-ae06-e18b6baf315a
Model Version:NULL
Model InvariantUuid:6ebc743c-a40f-46f3-b5cb-b87b2b100c58
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf_macro
Model UUID:76cfe813-77a9-4529-b0c0-25c2a2d263ec
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:b32b83cc-26fe-47f1-99ef-7d7b99983e6f
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:e90442b2-f4f5-4f43-8892-737daa520031
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:497569e4-cd1d-43dc-9801-8d8ee43635b5
ModelName:BasicCnfMacro..helm_apache..module-1
ModelUuid:8fc2297d-c495-43fc-95b1-93d3ee60ffd8
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


VF Module Properties:
ModelInvariantUuid:72925299-0e6e-4799-861c-18ca0f095a03
ModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
ModelUuid:213db735-618f-43ae-a63c-210668df959e
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:c7a8af58-85a3-4764-a4df-a0945e933c54
ModelInvariantUuid:24ea2321-2d6c-4d31-a32b-29d44d0a3683
ModelName:basic_cnf_macro-nodes.dummy_baseCvfc
ModelUuid:ecac750a-9cea-4350-a4ca-db1a21d2c4dd
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy_base


VNFC Properties:
ModelCustomizationUuid:e9d1a60b-0d05-4e81-80fb-f008354f12b9
ModelInvariantUuid:fa7ecb4c-1a3e-403a-afbf-13093b5faef4
ModelName:BasicCnfMacro.compute.nodes.heat.dummy_base
ModelUuid:89d82d9d-612a-42f6-af05-45051419e0a3
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=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-03-18T14:50:15.057Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||ERROR|500||Csar with UUID: 7ac7462c-7a2a-47d2-8257-79de7d0e5c52 already exists
2023-03-18T14:50:15.057Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2023-03-18T14:50:15.057Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar(Csar with UUID: 7ac7462c-7a2a-47d2-8257-79de7d0e5c52 already exists)
2023-03-18T14:50:15.057Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-18T14:50:15.057Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:50:15.057Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:50:15.057Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "1765e72b-9f37-409d-a48f-62642d8341c6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679151015057,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 7ac7462c-7a2a-47d2-8257-79de7d0e5c52 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:50:16.060Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2023-03-18T14:50:16.062Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar(Resource with UUID: 67962590-90b8-4f11-901d-d79a952d0f14 already exists)
2023-03-18T14:50:16.062Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-18T14:50:16.062Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:50:16.062Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:50:16.062Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "1765e72b-9f37-409d-a48f-62642d8341c6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679151016060,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 67962590-90b8-4f11-901d-d79a952d0f14 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:50:17.063Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1765e72b-9f37-409d-a48f-62642d8341c6
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T14:50:17.079Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1765e72b-9f37-409d-a48f-62642d8341c6
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T14:50:17.083Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-18T14:50:17.083Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-18T14:50:17.083Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-18T14:50:17.083Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-18T14:50:17.083Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T14:50:17.083Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T14:50:17.083Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T14:50:17.083Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T14:50:17.083Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T14:50:17.083Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-18T14:50:17.092Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-18T14:50:47.093Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 1765e72b-9f37-409d-a48f-62642d8341c6 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-18T14:50:47.099Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 1765e72b-9f37-409d-a48f-62642d8341c6 and serviceModelVersionId: 29ccf31e-df21-49dc-ae06-e18b6baf315a
2023-03-18T14:50:47.099Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 6ebc743c-a40f-46f3-b5cb-b87b2b100c58
2023-03-18T14:50:47.100Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/6ebc743c-a40f-46f3-b5cb-b87b2b100c58/model-vers/model-ver/29ccf31e-df21-49dc-ae06-e18b6baf315a?depth=0
2023-03-18T14:50:47.135Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2023-03-18T14:50:47.145Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6ebc743c-a40f-46f3-b5cb-b87b2b100c58/model-vers/model-ver/29ccf31e-df21-49dc-ae06-e18b6baf315a?depth=0|INFO|500||Invoke
2023-03-18T14:50:47.145Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6ebc743c-a40f-46f3-b5cb-b87b2b100c58/model-vers/model-ver/29ccf31e-df21-49dc-ae06-e18b6baf315a?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6ebc743c-a40f-46f3-b5cb-b87b2b100c58/model-vers/model-ver/29ccf31e-df21-49dc-ae06-e18b6baf315a?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[1765e72b-9f37-409d-a48f-62642d8341c6], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[95c54c8f-56e3-4de4-9b44-7b6f8c37fd68], X-ECOMP-RequestID=[1765e72b-9f37-409d-a48f-62642d8341c6], X-TransactionId=[], X-ONAP-RequestID=[1765e72b-9f37-409d-a48f-62642d8341c6], Content-Type=[application/merge-patch+json]}
2023-03-18T14:50:47.155Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6ebc743c-a40f-46f3-b5cb-b87b2b100c58/model-vers/model-ver/29ccf31e-df21-49dc-ae06-e18b6baf315a?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-18T14:50:47.275Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6ebc743c-a40f-46f3-b5cb-b87b2b100c58/model-vers/model-ver/29ccf31e-df21-49dc-ae06-e18b6baf315a?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/6ebc743c-a40f-46f3-b5cb-b87b2b100c58/model-vers/model-ver/29ccf31e-df21-49dc-ae06-e18b6baf315a?depth=0 has http status code:200 and response headers:{date=[Sat, 18 Mar 2023 14:50:46 GMT], content-length=[0], vertex-id=[241768], x-aai-txid=[2-aai-resources-230318-14:50:46:857-16838], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-18T14:50:47.275Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6ebc743c-a40f-46f3-b5cb-b87b2b100c58/model-vers/model-ver/29ccf31e-df21-49dc-ae06-e18b6baf315a?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-18T14:50:47.276Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6ebc743c-a40f-46f3-b5cb-b87b2b100c58/model-vers/model-ver/29ccf31e-df21-49dc-ae06-e18b6baf315a?depth=0|INFO|500||InvokeReturn
2023-03-18T14:50:47.276Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-18T14:50:47.276Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-18T14:50:47.281Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-18T14:50:47.281Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 1765e72b-9f37-409d-a48f-62642d8341c6 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-18T14:50:47.281Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-18T14:50:47.281Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:50:47.281Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:50:47.282Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "1765e72b-9f37-409d-a48f-62642d8341c6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679151047281,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-18T14:50:48.299Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-18T14:50:48.299Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||DEBUG|500||received notification from broker: {"distributionID":"a04e84de-dd11-4280-9147-b1e37960b03e","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"fd8ba0dc-1896-4d7a-8d17-8252415f4148","serviceDescription":"service","serviceInvariantUUID":"06780b7c-aa94-422c-93b2-8efce3a7e977","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"fbaf618a-d9c7-4d1a-bd9c-d1a22dcbab14","resourceInvariantUUID":"20679d31-c72a-48fe-9cca-d085ba3d87e2","resourceCustomizationUUID":"5a2455fb-17f2-466c-b0b0-62e7a69549a5","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":"NGE3YjY3NzQ1ZjA3ZGUyMmY0YmU3MTAzMDFiMDNlODY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"07e8dd70-5afe-4bfd-ad6c-2aa9be8ac5c5","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":"NDA0YWNjNjQ5NTc5MzIzZmY5MGI0NTQ5MzkxMDMyMTU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"3505ba6b-8d3f-478c-8142-b2fb22d4f19c","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":"3415bafc-6992-481c-b7de-4378aeab19cc","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":"6e01ed63-04df-47c5-b5b9-edbad7442fb6","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":"f18ebb9c-a530-4121-accd-08ec1bde710e","artifactVersion":"2","generatedFromUUID":"3415bafc-6992-481c-b7de-4378aeab19cc"},{"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":"ZGQwOTc2NTc3MGE4NWU2ZGRkYTI0ODEwNjRiM2M0NDI\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"e0b8d7ca-c681-434f-b664-11315dcdef1b","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":"Y2M2MWFlODUxM2MxOGZjNjQ5Y2Y0YzM0NTUzMTFiMWY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"b990a0ca-504f-4f1f-bc35-5f07167e1c24","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"MTAyMTgyNjgwZDA0MWFiM2RkNzg4NzNhOWVhOTE3OWE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"938cc5f1-eb1c-4c61-971b-7e05e60d5594","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-18T14:50:48.299Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T14:50:48.299Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:50:48.299Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:50:48.299Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "a04e84de-dd11-4280-9147-b1e37960b03e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679150371808,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:50:49.300Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T14:50:49.300Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:50:49.300Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:50:49.300Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "a04e84de-dd11-4280-9147-b1e37960b03e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679150371808,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:50:50.301Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T14:50:50.301Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:50:50.301Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:50:50.301Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "a04e84de-dd11-4280-9147-b1e37960b03e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679150371808,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:50:51.302Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T14:50:51.302Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:50:51.302Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:50:51.302Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "a04e84de-dd11-4280-9147-b1e37960b03e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679150371808,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:50:52.303Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T14:50:52.303Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:50:52.303Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:50:52.303Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "a04e84de-dd11-4280-9147-b1e37960b03e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679150371808,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:50:53.304Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T14:50:53.304Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:50:53.304Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:50:53.304Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "a04e84de-dd11-4280-9147-b1e37960b03e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679150371808,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:50:54.305Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T14:50:54.305Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:50:54.306Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:50:54.306Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "a04e84de-dd11-4280-9147-b1e37960b03e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679150371808,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:50:55.306Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T14:50:55.307Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:50:55.307Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:50:55.307Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "a04e84de-dd11-4280-9147-b1e37960b03e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679150371808,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:50:56.308Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "a04e84de-dd11-4280-9147-b1e37960b03e",
  "serviceName": "basic_vm_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "fd8ba0dc-1896-4d7a-8d17-8252415f4148",
  "serviceDescription": "service",
  "serviceInvariantUUID": "06780b7c-aa94-422c-93b2-8efce3a7e977",
  "resources": [
    {
      "resourceInstanceName": "basic_vm_macro 0",
      "resourceCustomizationUUID": "5a2455fb-17f2-466c-b0b0-62e7a69549a5",
      "resourceName": "basic_vm_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "fbaf618a-d9c7-4d1a-bd9c-d1a22dcbab14",
      "resourceInvariantUUID": "20679d31-c72a-48fe-9cca-d085ba3d87e2",
      "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": "NDA0YWNjNjQ5NTc5MzIzZmY5MGI0NTQ5MzkxMDMyMTU\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "3505ba6b-8d3f-478c-8142-b2fb22d4f19c",
          "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": "3415bafc-6992-481c-b7de-4378aeab19cc",
          "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": "f18ebb9c-a530-4121-accd-08ec1bde710e",
            "generatedFromUUID": "3415bafc-6992-481c-b7de-4378aeab19cc"
          },
          "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": "f18ebb9c-a530-4121-accd-08ec1bde710e",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVmMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
      "artifactChecksum": "MTAyMTgyNjgwZDA0MWFiM2RkNzg4NzNhOWVhOTE3OWE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "938cc5f1-eb1c-4c61-971b-7e05e60d5594"
    }
  ],
  "workloadContext": "Production"
}
2023-03-18T14:50:56.308Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-18T14:50:56.308Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 fd8ba0dc-1896-4d7a-8d17-8252415f4148 ASDC
2023-03-18T14:50:56.308Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:a04e84de-dd11-4280-9147-b1e37960b03e
ServiceName:basic_vm_macro
ServiceVersion:1.0
ServiceUUID:fd8ba0dc-1896-4d7a-8d17-8252415f4148
ServiceInvariantUUID:06780b7c-aa94-422c-93b2-8efce3a7e977
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:938cc5f1-eb1c-4c61-971b-7e05e60d5594
ArtifactChecksum:MTAyMTgyNjgwZDA0MWFiM2RkNzg4NzNhOWVhOTE3OWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm_macro 0
ResourceCustomizationUUID:5a2455fb-17f2-466c-b0b0-62e7a69549a5
ResourceInvariantUUID:20679d31-c72a-48fe-9cca-d085ba3d87e2
ResourceName:basic_vm_macro
ResourceType:VF
ResourceUUID:fbaf618a-d9c7-4d1a-bd9c-d1a22dcbab14
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:3505ba6b-8d3f-478c-8142-b2fb22d4f19c
ArtifactChecksum:NDA0YWNjNjQ5NTc5MzIzZmY5MGI0NTQ5MzkxMDMyMTU=
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:3415bafc-6992-481c-b7de-4378aeab19cc
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:f18ebb9c-a530-4121-accd-08ec1bde710e
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:f18ebb9c-a530-4121-accd-08ec1bde710e
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-18T14:50:56.309Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF fd8ba0dc-1896-4d7a-8d17-8252415f4148 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: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-18T14:50:56.343Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-18T14:50:56.343Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-03-18T14:50:56.343Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-03-18T14:50:56.343Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 938cc5f1-eb1c-4c61-971b-7e05e60d5594 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2023-03-18T14:50:56.343Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||INFO|500||DistributionClient - download
2023-03-18T14:50:56.344Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2023-03-18T14:50:56.559Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2023-03-18T14:50:56.564Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 938cc5f1-eb1c-4c61-971b-7e05e60d5594 83006
2023-03-18T14:50:56.564Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2023-03-18T14:50:56.564Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2023-03-18T14:50:56.565Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-18T14:50:56.565Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:50:56.565Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:50:56.565Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "a04e84de-dd11-4280-9147-b1e37960b03e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679151056564,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:50:57.566Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-18T14:50:57.567Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-03-18T14:50:57.567Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 938cc5f1-eb1c-4c61-971b-7e05e60d5594, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-03-18T14:50:57.568Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar
2023-03-18T14:50:57.568Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-03-18T14:50:57.569Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-03-18T14:50:57.661Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17429998489592428845/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
2023-03-18T14:50:58.417Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-18T14:50:58.417Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||WARN|500||####################################################################################################
2023-03-18T14:50:58.417Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-03-18T14:50:58.417Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-18T14:50:58.418Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-03-18T14:50:58.418Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-03-18T14:50:58.418Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-03-18T14:50:58.418Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-03-18T14:50:58.418Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-03-18T14:50:58.418Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-03-18T14:50:58.418Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm_macro 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-03-18T14:50:58.418Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||WARN|500||####################################################################################################
2023-03-18T14:50:58.418Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T14:50:58.418Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T14:50:58.418Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-03-18T14:50:58.418Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2023-03-18T14:50:58.418Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-18T14:50:58.418Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T14:50:58.418Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T14:50:58.419Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-03-18T14:50:58.419Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2023-03-18T14:50:58.419Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-18T14:50:58.419Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T14:50:58.419Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T14:50:58.419Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T14:50:58.419Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2023-03-18T14:50:58.419Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2023-03-18T14:50:58.419Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2023-03-18T14:50:58.419Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2023-03-18T14:50:58.419Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-03-18T14:50:58.419Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-03-18T14:50:58.419Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T14:50:58.420Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-03-18T14:50:58.420Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T14:50:58.420Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-03-18T14:50:58.420Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-18T14:50:58.421Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T14:50:58.421Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-03-18T14:50:58.422Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-18T14:50:58.422Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T14:50:58.422Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-03-18T14:50:58.422Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-18T14:50:58.422Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T14:50:58.423Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2023-03-18T14:50:58.423Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2023-03-18T14:50:58.423Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-03-18T14:50:58.423Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=efed09a9-c37e-4ed1-b779-8f8c87429384
2023-03-18T14:50:58.423Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T14:50:58.423Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T14:50:58.423Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T14:50:58.423Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T14:50:58.423Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T14:50:58.424Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T14:50:58.424Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T14:50:58.424Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T14:50:58.424Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm_macro
Description:service
Model UUID:fd8ba0dc-1896-4d7a-8d17-8252415f4148
Model Version:NULL
Model InvariantUuid:06780b7c-aa94-422c-93b2-8efce3a7e977
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm_macro
Model UUID:ec3b921f-d297-4e16-9e1f-92ec151bb9e1
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:20679d31-c72a-48fe-9cca-d085ba3d87e2
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:5a2455fb-17f2-466c-b0b0-62e7a69549a5
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:09bcab39-c936-4552-ae5f-7f5f6426b9a5
ModelName:BasicVmMacro..base_ubuntu20..module-0
ModelUuid:700018b5-a4a6-4b16-994a-f7af4e22b50a
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:efed09a9-c37e-4ed1-b779-8f8c87429384
ModelInvariantUuid:3a903346-c5d1-4488-bc39-7cbad1a96711
ModelName:basic_vm_macro-nodes.ubuntu20Cvfc
ModelUuid:0288279f-fe30-4eb2-a478-8718942085dc
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:380e2ec9-85aa-4097-b334-4d92a2459672
ModelInvariantUuid:59f014bd-34dc-44b0-98bb-82fc48fcb62d
ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20
ModelUuid:12d9b08f-c393-436a-9f9b-090ba2272261
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=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-03-18T14:50:58.456Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||ERROR|500||Csar with UUID: 938cc5f1-eb1c-4c61-971b-7e05e60d5594 already exists
2023-03-18T14:50:58.456Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2023-03-18T14:50:58.456Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar(Csar with UUID: 938cc5f1-eb1c-4c61-971b-7e05e60d5594 already exists)
2023-03-18T14:50:58.457Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-18T14:50:58.457Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:50:58.457Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:50:58.457Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "a04e84de-dd11-4280-9147-b1e37960b03e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679151058456,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 938cc5f1-eb1c-4c61-971b-7e05e60d5594 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:50:58.920Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:50:58.920Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: cached metadata has changed from (version159: {SDC-DISTR-STATUS-TOPIC-AUTO=6, SDC-DISTR-NOTIF-TOPIC-AUTO=6}) at the beginning of the rebalance to (version160: {SDC-DISTR-STATUS-TOPIC-AUTO=6})
2023-03-18T14:50:58.936Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Revoke previously assigned partitions SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-03-18T14:50:58.937Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] (Re-)joining group
2023-03-18T14:50:58.940Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Successfully joined group with generation Generation{generationId=73, memberId='SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94-2995e74d-4211-4955-93f6-f3f14568571e', protocol='range'}
2023-03-18T14:50:58.941Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Finished assignment for group at generation 73: {SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94-2995e74d-4211-4955-93f6-f3f14568571e=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])}
2023-03-18T14:50:58.953Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Successfully synced group in generation Generation{generationId=73, memberId='SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94-2995e74d-4211-4955-93f6-f3f14568571e', protocol='range'}
2023-03-18T14:50:58.953Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])
2023-03-18T14:50:58.954Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Adding newly assigned partitions: SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-03-18T14:50:58.956Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-18T14:50:58.957Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-18T14:50:58.957Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-18T14:50:58.957Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=2171, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-18T14:50:58.957Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-18T14:50:58.957Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-18T14:50:59.457Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2023-03-18T14:50:59.458Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar(Resource with UUID: fbaf618a-d9c7-4d1a-bd9c-d1a22dcbab14 already exists)
2023-03-18T14:50:59.458Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-18T14:50:59.458Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:50:59.458Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:50:59.458Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "a04e84de-dd11-4280-9147-b1e37960b03e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679151059457,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: fbaf618a-d9c7-4d1a-bd9c-d1a22dcbab14 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:50:59.967Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-18T14:50:59.967Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "d6b70362-b450-41db-97c4-ea1285deb273",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679151001870,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-18T14:50:59.967Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:50:59.968Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-18T14:50:59.968Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "1765e72b-9f37-409d-a48f-62642d8341c6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679150371808,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T14:50:59.968Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:50:59.968Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-18T14:50:59.968Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "1765e72b-9f37-409d-a48f-62642d8341c6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679150371808,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2023-03-18T14:50:59.968Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:50:59.968Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-18T14:50:59.968Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "1765e72b-9f37-409d-a48f-62642d8341c6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679150371808,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2023-03-18T14:50:59.968Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:50:59.968Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-18T14:50:59.968Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "1765e72b-9f37-409d-a48f-62642d8341c6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679150371808,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T14:50:59.968Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:50:59.968Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-18T14:50:59.968Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "1765e72b-9f37-409d-a48f-62642d8341c6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679150371808,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2023-03-18T14:50:59.968Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:50:59.970Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-18T14:50:59.970Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "1765e72b-9f37-409d-a48f-62642d8341c6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679150371808,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2023-03-18T14:50:59.970Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:50:59.970Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-18T14:50:59.970Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "1765e72b-9f37-409d-a48f-62642d8341c6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679150371808,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2023-03-18T14:50:59.970Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:50:59.970Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-18T14:50:59.970Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "1765e72b-9f37-409d-a48f-62642d8341c6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679150371808,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-18T14:50:59.970Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:50:59.970Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-18T14:50:59.970Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "1765e72b-9f37-409d-a48f-62642d8341c6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679150371808,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T14:50:59.970Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:50:59.970Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-18T14:50:59.970Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "1765e72b-9f37-409d-a48f-62642d8341c6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679150371808,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-18T14:50:59.970Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:50:59.970Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-18T14:50:59.970Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "1765e72b-9f37-409d-a48f-62642d8341c6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679151013201,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-18T14:50:59.970Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:50:59.970Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-18T14:50:59.970Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "1765e72b-9f37-409d-a48f-62642d8341c6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679151015057,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 7ac7462c-7a2a-47d2-8257-79de7d0e5c52 already exists"
}
2023-03-18T14:50:59.970Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:50:59.971Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-18T14:50:59.971Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "1765e72b-9f37-409d-a48f-62642d8341c6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679151016060,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 67962590-90b8-4f11-901d-d79a952d0f14 already exists"
}
2023-03-18T14:50:59.971Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:50:59.971Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-18T14:50:59.971Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "1765e72b-9f37-409d-a48f-62642d8341c6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679151047281,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-18T14:50:59.971Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:50:59.971Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-18T14:50:59.971Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "a04e84de-dd11-4280-9147-b1e37960b03e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679150371808,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T14:50:59.971Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:50:59.971Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-18T14:50:59.971Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "a04e84de-dd11-4280-9147-b1e37960b03e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679150371808,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2023-03-18T14:50:59.971Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:50:59.971Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-18T14:50:59.971Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "a04e84de-dd11-4280-9147-b1e37960b03e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679150371808,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-03-18T14:50:59.971Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:50:59.971Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-18T14:50:59.971Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "a04e84de-dd11-4280-9147-b1e37960b03e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679150371808,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T14:50:59.971Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:50:59.971Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-18T14:50:59.971Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "a04e84de-dd11-4280-9147-b1e37960b03e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679150371808,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-03-18T14:50:59.971Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:50:59.972Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-18T14:50:59.972Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "a04e84de-dd11-4280-9147-b1e37960b03e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679150371808,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-18T14:50:59.972Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:50:59.972Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-18T14:50:59.972Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "a04e84de-dd11-4280-9147-b1e37960b03e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679150371808,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T14:50:59.972Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:50:59.972Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-18T14:50:59.972Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "a04e84de-dd11-4280-9147-b1e37960b03e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679150371808,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-18T14:50:59.972Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:50:59.972Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-18T14:50:59.972Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "a04e84de-dd11-4280-9147-b1e37960b03e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679151056564,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-18T14:50:59.972Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:50:59.972Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-18T14:50:59.972Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "a04e84de-dd11-4280-9147-b1e37960b03e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679151058456,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 938cc5f1-eb1c-4c61-971b-7e05e60d5594 already exists"
}
2023-03-18T14:50:59.972Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:50:59.972Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-18T14:50:59.972Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "a04e84de-dd11-4280-9147-b1e37960b03e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679151059457,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: fbaf618a-d9c7-4d1a-bd9c-d1a22dcbab14 already exists"
}
2023-03-18T14:50:59.972Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:51:00.458Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a04e84de-dd11-4280-9147-b1e37960b03e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T14:51:00.477Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a04e84de-dd11-4280-9147-b1e37960b03e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T14:51:00.480Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-18T14:51:00.480Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-18T14:51:00.480Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-18T14:51:00.480Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-18T14:51:00.481Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T14:51:00.481Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T14:51:00.481Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T14:51:00.481Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T14:51:00.481Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T14:51:00.481Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-18T14:51:00.491Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-18T14:51:30.492Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: a04e84de-dd11-4280-9147-b1e37960b03e and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-18T14:51:30.498Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: a04e84de-dd11-4280-9147-b1e37960b03e and serviceModelVersionId: fd8ba0dc-1896-4d7a-8d17-8252415f4148
2023-03-18T14:51:30.499Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 06780b7c-aa94-422c-93b2-8efce3a7e977
2023-03-18T14:51:30.499Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/06780b7c-aa94-422c-93b2-8efce3a7e977/model-vers/model-ver/fd8ba0dc-1896-4d7a-8d17-8252415f4148?depth=0
2023-03-18T14:51:30.504Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2023-03-18T14:51:30.551Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/06780b7c-aa94-422c-93b2-8efce3a7e977/model-vers/model-ver/fd8ba0dc-1896-4d7a-8d17-8252415f4148?depth=0|INFO|500||Invoke
2023-03-18T14:51:30.552Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/06780b7c-aa94-422c-93b2-8efce3a7e977/model-vers/model-ver/fd8ba0dc-1896-4d7a-8d17-8252415f4148?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/06780b7c-aa94-422c-93b2-8efce3a7e977/model-vers/model-ver/fd8ba0dc-1896-4d7a-8d17-8252415f4148?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[a04e84de-dd11-4280-9147-b1e37960b03e], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[e13bf0dc-3012-4a7f-871c-f7bcf53c4ad4], X-ECOMP-RequestID=[a04e84de-dd11-4280-9147-b1e37960b03e], X-TransactionId=[], X-ONAP-RequestID=[a04e84de-dd11-4280-9147-b1e37960b03e], Content-Type=[application/merge-patch+json]}
2023-03-18T14:51:30.559Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/06780b7c-aa94-422c-93b2-8efce3a7e977/model-vers/model-ver/fd8ba0dc-1896-4d7a-8d17-8252415f4148?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-18T14:51:30.677Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/06780b7c-aa94-422c-93b2-8efce3a7e977/model-vers/model-ver/fd8ba0dc-1896-4d7a-8d17-8252415f4148?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/06780b7c-aa94-422c-93b2-8efce3a7e977/model-vers/model-ver/fd8ba0dc-1896-4d7a-8d17-8252415f4148?depth=0 has http status code:200 and response headers:{date=[Sat, 18 Mar 2023 14:51:30 GMT], content-length=[0], vertex-id=[770064], x-aai-txid=[2-aai-resources-230318-14:51:30:260-2602], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-18T14:51:30.678Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/06780b7c-aa94-422c-93b2-8efce3a7e977/model-vers/model-ver/fd8ba0dc-1896-4d7a-8d17-8252415f4148?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-18T14:51:30.680Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/06780b7c-aa94-422c-93b2-8efce3a7e977/model-vers/model-ver/fd8ba0dc-1896-4d7a-8d17-8252415f4148?depth=0|INFO|500||InvokeReturn
2023-03-18T14:51:30.681Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-18T14:51:30.681Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-18T14:51:30.685Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-18T14:51:30.686Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID a04e84de-dd11-4280-9147-b1e37960b03e and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-18T14:51:30.686Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-18T14:51:30.686Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:51:30.686Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:51:30.686Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "a04e84de-dd11-4280-9147-b1e37960b03e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679151090686,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-18T14:51:31.704Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T14:51:31.705Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Failing OffsetCommit request since the consumer is not part of an active group
2023-03-18T14:51:31.706Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Node 0 disconnected.
2023-03-18T14:51:31.706Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Cancelled in-flight METADATA request with correlation id 168436 due to node 0 being disconnected (elapsed time since creation: 1ms, elapsed time since send: 1ms, request timeout: 30000ms)
2023-03-18T14:51:31.707Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Node 2 disconnected.
2023-03-18T14:51:31.707Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||ERROR|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Asynchronous auto-commit of offsets failed: Offset commit cannot be completed since the consumer is not part of an active group for auto partition assignment; it is likely that the consumer was kicked out of the group.. Will continue to join group.
2023-03-18T14:51:31.707Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Giving away all assigned partitions as lost since generation/memberID has been reset,indicating that consumer is in old state or no longer part of the group
2023-03-18T14:51:31.707Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Lost previously assigned partitions SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5
2023-03-18T14:51:31.708Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] (Re-)joining group
2023-03-18T14:51:31.711Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2-769012e8-8383-464c-a7d4-e2b501c9c07d
2023-03-18T14:51:31.711Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Asynchronous auto-commit of offsets {SDC-DISTR-NOTIF-TOPIC-AUTO-5=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-4=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-3=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-2=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-1=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-0=OffsetAndMetadata{offset=10, leaderEpoch=0, metadata=''}} failed: Offset commit cannot be completed since the consumer is not part of an active group for auto partition assignment; it is likely that the consumer was kicked out of the group.
2023-03-18T14:51:31.712Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Request joining group due to: rebalance failed due to 'The group member needs to have a valid member id before actually entering a consumer group.' (MemberIdRequiredException)
2023-03-18T14:51:31.712Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] (Re-)joining group
2023-03-18T14:51:32.195Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T14:51:35.206Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T14:51:38.216Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T14:51:41.225Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T14:51:44.240Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T14:51:47.252Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T14:51:50.270Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T14:51:53.287Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T14:51:56.299Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T14:51:58.919Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:51:58.930Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Revoke previously assigned partitions SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-03-18T14:51:58.931Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] (Re-)joining group
2023-03-18T14:51:58.936Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Successfully joined group with generation Generation{generationId=74, memberId='SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94-2995e74d-4211-4955-93f6-f3f14568571e', protocol='range'}
2023-03-18T14:51:58.936Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Successfully joined group with generation Generation{generationId=74, memberId='SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2-769012e8-8383-464c-a7d4-e2b501c9c07d', protocol='range'}
2023-03-18T14:51:58.940Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Resetting the last seen epoch of partition SDC-DISTR-NOTIF-TOPIC-AUTO-0 to 0 since the associated topicId changed from null to XRzq8BOIRZiZRw2R__X0DA
2023-03-18T14:51:58.940Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Resetting the last seen epoch of partition SDC-DISTR-NOTIF-TOPIC-AUTO-5 to 0 since the associated topicId changed from null to XRzq8BOIRZiZRw2R__X0DA
2023-03-18T14:51:58.940Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Resetting the last seen epoch of partition SDC-DISTR-NOTIF-TOPIC-AUTO-1 to 0 since the associated topicId changed from null to XRzq8BOIRZiZRw2R__X0DA
2023-03-18T14:51:58.940Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Resetting the last seen epoch of partition SDC-DISTR-NOTIF-TOPIC-AUTO-4 to 0 since the associated topicId changed from null to XRzq8BOIRZiZRw2R__X0DA
2023-03-18T14:51:58.940Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Resetting the last seen epoch of partition SDC-DISTR-NOTIF-TOPIC-AUTO-2 to 0 since the associated topicId changed from null to XRzq8BOIRZiZRw2R__X0DA
2023-03-18T14:51:58.941Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Resetting the last seen epoch of partition SDC-DISTR-NOTIF-TOPIC-AUTO-3 to 0 since the associated topicId changed from null to XRzq8BOIRZiZRw2R__X0DA
2023-03-18T14:51:58.944Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Finished assignment for group at generation 74: {SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2-769012e8-8383-464c-a7d4-e2b501c9c07d=Assignment(partitions=[SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5]), SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94-2995e74d-4211-4955-93f6-f3f14568571e=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])}
2023-03-18T14:51:58.955Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Successfully synced group in generation Generation{generationId=74, memberId='SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2-769012e8-8383-464c-a7d4-e2b501c9c07d', protocol='range'}
2023-03-18T14:51:58.955Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Successfully synced group in generation Generation{generationId=74, memberId='SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94-2995e74d-4211-4955-93f6-f3f14568571e', protocol='range'}
2023-03-18T14:51:58.955Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])
2023-03-18T14:51:58.956Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Adding newly assigned partitions: SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-03-18T14:51:58.956Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5])
2023-03-18T14:51:58.956Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Adding newly assigned partitions: SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5
2023-03-18T14:51:58.959Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-18T14:51:58.959Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-18T14:51:58.959Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-18T14:51:58.959Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=2197, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-18T14:51:58.959Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-18T14:51:58.959Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-18T14:51:58.960Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-18T14:51:58.960Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-18T14:51:58.961Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-18T14:51:58.961Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-18T14:51:58.961Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-18T14:51:58.961Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-18T14:51:59.017Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-18T14:51:59.017Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||DEBUG|500||received notification from broker: {"distributionID":"34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846","serviceName":"basic_onboard_gCPnoC","serviceVersion":"1.0","serviceUUID":"dad851ae-1f1d-4e04-8847-f18fd5d51391","serviceDescription":"service","serviceInvariantUUID":"693dcbb7-55f2-41d5-a0d9-572574329dfe","resources":[{"resourceInstanceName":"basic_onboard_gCPnoC 0","resourceName":"basic_onboard_gCPnoC","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"f3fb2f57-aad9-4f33-88db-c458ae09cdfb","resourceInvariantUUID":"d7c6b294-4284-4b69-87ff-a797deedad73","resourceCustomizationUUID":"9327f8c9-4591-449b-b6af-227dc0614cab","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/vf-license-model.xml","artifactChecksum":"OGQ5ZDI0MzIzNDdmMDUyYmQ0MzVmMDVkOWUyNGVlYmE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"5077753b-8cdd-47a9-82d5-e3ff4ce969c3","artifactVersion":"1"},{"artifactName":"basic_onboard_gcpnoc0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json","artifactChecksum":"NjRhMmYzNDQxZDFkYzhiMjZmMTk3NDMzZmQwOWNiNWI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"583db2fa-2045-4011-8045-9fd436580060","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"0846dbe8-d246-42f3-9ba6-3c197d6bb5c4","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"5004fadd-cda9-4566-99ac-bc5d669427a2","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"7d3da3bf-4415-4326-b045-fe6bef605f78","artifactVersion":"2","generatedFromUUID":"0846dbe8-d246-42f3-9ba6-3c197d6bb5c4"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardGcpnoc-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-template.yml","artifactChecksum":"OGFkYWYzODVjYTg1MmE4Y2JhZWM5NDk3ZjljNTAwNTE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"8ab16f5d-5180-4470-b278-f6ea6f7c23e8","artifactVersion":"1"},{"artifactName":"service-BasicOnboardGcpnoc-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar","artifactChecksum":"MjQxYmE3NTM3MTRlYjAwMzA2YjMyYmJjMmU4MmNkYjE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"d6569f72-4f81-428a-8593-389324ccdf48","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-18T14:51:59.018Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T14:51:59.018Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:51:59.018Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:51:59.018Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679151091704,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:51:59.971Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-18T14:51:59.971Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "a04e84de-dd11-4280-9147-b1e37960b03e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679151090686,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-18T14:51:59.971Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:51:59.972Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-18T14:51:59.972Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679151091704,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T14:51:59.972Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:52:00.019Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T14:52:00.019Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:52:00.019Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:52:00.019Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679151091704,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:52:01.020Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T14:52:01.021Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:52:01.021Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:52:01.021Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679151091704,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:52:02.022Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T14:52:02.023Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:52:02.023Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:52:02.024Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679151091704,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:52:03.026Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T14:52:03.026Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:52:03.026Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:52:03.027Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679151091704,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:52:04.028Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T14:52:04.028Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:52:04.028Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:52:04.029Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679151091704,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:52:05.029Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T14:52:05.030Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:52:05.030Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:52:05.030Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679151091704,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:52:06.031Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "serviceName": "basic_onboard_gCPnoC",
  "serviceVersion": "1.0",
  "serviceUUID": "dad851ae-1f1d-4e04-8847-f18fd5d51391",
  "serviceDescription": "service",
  "serviceInvariantUUID": "693dcbb7-55f2-41d5-a0d9-572574329dfe",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_gCPnoC 0",
      "resourceCustomizationUUID": "9327f8c9-4591-449b-b6af-227dc0614cab",
      "resourceName": "basic_onboard_gCPnoC",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "f3fb2f57-aad9-4f33-88db-c458ae09cdfb",
      "resourceInvariantUUID": "d7c6b294-4284-4b69-87ff-a797deedad73",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_gcpnoc0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json",
          "artifactChecksum": "NjRhMmYzNDQxZDFkYzhiMjZmMTk3NDMzZmQwOWNiNWI\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "583db2fa-2045-4011-8045-9fd436580060",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "0846dbe8-d246-42f3-9ba6-3c197d6bb5c4",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "7d3da3bf-4415-4326-b045-fe6bef605f78",
            "generatedFromUUID": "0846dbe8-d246-42f3-9ba6-3c197d6bb5c4"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "7d3da3bf-4415-4326-b045-fe6bef605f78",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardGcpnoc-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar",
      "artifactChecksum": "MjQxYmE3NTM3MTRlYjAwMzA2YjMyYmJjMmU4MmNkYjE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "d6569f72-4f81-428a-8593-389324ccdf48"
    }
  ],
  "workloadContext": "Production"
}
2023-03-18T14:52:06.032Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-18T14:52:06.032Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 dad851ae-1f1d-4e04-8847-f18fd5d51391 ASDC
2023-03-18T14:52:06.034Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
ServiceName:basic_onboard_gCPnoC
ServiceVersion:1.0
ServiceUUID:dad851ae-1f1d-4e04-8847-f18fd5d51391
ServiceInvariantUUID:693dcbb7-55f2-41d5-a0d9-572574329dfe
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardGcpnoc-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar
ArtifactUUID:d6569f72-4f81-428a-8593-389324ccdf48
ArtifactChecksum:MjQxYmE3NTM3MTRlYjAwMzA2YjMyYmJjMmU4MmNkYjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_gCPnoC 0
ResourceCustomizationUUID:9327f8c9-4591-449b-b6af-227dc0614cab
ResourceInvariantUUID:d7c6b294-4284-4b69-87ff-a797deedad73
ResourceName:basic_onboard_gCPnoC
ResourceType:VF
ResourceUUID:f3fb2f57-aad9-4f33-88db-c458ae09cdfb
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_gcpnoc0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json
ArtifactUUID:583db2fa-2045-4011-8045-9fd436580060
ArtifactChecksum:NjRhMmYzNDQxZDFkYzhiMjZmMTk3NDMzZmQwOWNiNWI=
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/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.yaml
ArtifactUUID:0846dbe8-d246-42f3-9ba6-3c197d6bb5c4
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/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.env
ArtifactUUID:7d3da3bf-4415-4326-b045-fe6bef605f78
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/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.env
ArtifactUUID:7d3da3bf-4415-4326-b045-fe6bef605f78
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-18T14:52:06.034Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF dad851ae-1f1d-4e04-8847-f18fd5d51391 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: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-18T14:52:06.071Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-18T14:52:06.071Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-03-18T14:52:06.071Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-03-18T14:52:06.071Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: d6569f72-4f81-428a-8593-389324ccdf48 from URL: /sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar
2023-03-18T14:52:06.071Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||INFO|500||DistributionClient - download
2023-03-18T14:52:06.072Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar
2023-03-18T14:52:06.109Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||GET Response Status 404
2023-03-18T14:52:06.110Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@7bef974f
2023-03-18T14:52:06.110Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-18T14:52:06.110Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicOnboardGcpnoc"
      ]
    }
  }
}
2023-03-18T14:52:06.110Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicOnboardGcpnoc-csar.csar /sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar d6569f72-4f81-428a-8593-389324ccdf48 Specified artifact is  not found 300 ASDC artifact download fail
2023-03-18T14:52:06.110Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar ASDC sendASDCNotification
2023-03-18T14:52:06.110Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar(Specified artifact is  not found)
2023-03-18T14:52:06.110Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-18T14:52:06.110Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:52:06.110Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:52:06.110Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679151126110,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:52:07.112Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during processCsarServiceArtifacts ASDC processCsarServiceArtifacts 500 Exception in processCsarServiceArtifacts
org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact service-BasicOnboardGcpnoc-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar(UUID:d6569f72-4f81-428a-8593-389324ccdf48)
Error message is Specified artifact is  not found

	at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394)
	at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2023-03-18T14:52:07.129Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||ERROR|500||error NSST process resource failure 
java.lang.NullPointerException: null
	at org.onap.so.asdc.client.ASDCController.processNsstNotification(ASDCController.java:978)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:760)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-18T14:52:07.130Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: f3fb2f57-aad9-4f33-88db-c458ae09cdfb
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-18T14:52:07.134Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||INFO|500||basic_onboard_gCPnoC 0
2023-03-18T14:52:07.134Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: f3fb2f57-aad9-4f33-88db-c458ae09cdfb
2023-03-18T14:52:07.134Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 583db2fa-2045-4011-8045-9fd436580060 from URL: /sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json
2023-03-18T14:52:07.135Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||INFO|500||DistributionClient - download
2023-03-18T14:52:07.135Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json
2023-03-18T14:52:07.147Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||GET Response Status 404
2023-03-18T14:52:07.148Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@25ea2977
2023-03-18T14:52:07.148Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-18T14:52:07.148Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicOnboardGcpnoc"
      ]
    }
  }
}
2023-03-18T14:52:07.148Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL basic_onboard_gcpnoc0_modules.json /sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json 583db2fa-2045-4011-8045-9fd436580060 Specified artifact is  not found 300 ASDC artifact download fail
2023-03-18T14:52:07.148Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json ASDC sendASDCNotification
2023-03-18T14:52:07.148Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json(Specified artifact is  not found)
2023-03-18T14:52:07.148Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-18T14:52:07.149Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:52:07.149Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:52:07.149Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679151127148,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:52:08.150Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during Installation of artifact ASDC processResourceNotification 500 Exception in processResourceNotification
org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact basic_onboard_gcpnoc0_modules.json could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json(UUID:583db2fa-2045-4011-8045-9fd436580060)
Error message is Specified artifact is  not found

	at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:787)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-18T14:52:08.151Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T14:52:08.170Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T14:52:08.173Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-18T14:52:08.173Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-18T14:52:38.184Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T14:52:38.197Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T14:52:38.199Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-18T14:52:38.200Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-18T14:52:58.919Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:52:58.921Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-18T14:52:58.921Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679151091704,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json",
  "status": "NOTIFIED"
}
2023-03-18T14:52:58.921Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:53:08.200Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T14:53:08.219Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T14:53:08.222Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-18T14:53:08.223Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-18T14:53:38.223Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T14:53:38.242Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T14:53:38.245Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-18T14:53:38.246Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-18T14:53:58.920Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:53:58.921Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-18T14:53:58.921Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679151091704,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2023-03-18T14:53:58.921Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:53:58.921Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-18T14:53:58.921Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679151091704,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T14:53:58.921Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:53:58.921Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-18T14:53:58.921Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679151091704,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2023-03-18T14:53:58.922Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:53:58.922Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-18T14:53:58.922Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679151091704,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T14:53:58.922Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:53:58.922Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-18T14:53:58.922Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679151091704,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar",
  "status": "NOTIFIED"
}
2023-03-18T14:53:58.922Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:53:58.922Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-18T14:53:58.922Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679151126110,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-18T14:53:58.922Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:53:58.922Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-18T14:53:58.922Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679151127148,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-18T14:53:58.922Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:54:08.246Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T14:54:08.268Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T14:54:08.271Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-18T14:54:08.272Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-18T14:54:38.272Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T14:54:38.290Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T14:54:38.294Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-18T14:54:38.294Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-18T14:54:58.919Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:55:08.295Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T14:55:08.311Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T14:55:08.314Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-18T14:55:08.314Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-18T14:55:38.315Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T14:55:38.331Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T14:55:38.334Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-18T14:55:38.334Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-18T14:55:58.921Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:56:08.334Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T14:56:08.352Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T14:56:08.355Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-18T14:56:08.355Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-18T14:56:38.355Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T14:56:38.371Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T14:56:38.374Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-18T14:56:38.374Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-18T14:56:58.921Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:56:59.039Z||kafka-coordinator-heartbeat-thread | so|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] consumer poll timeout has expired. This means the time between subsequent calls to poll() was longer than the configured max.poll.interval.ms, which typically implies that the poll loop is spending too much time processing messages. You can address this either by increasing max.poll.interval.ms or by reducing the maximum size of batches returned in poll() with max.poll.records.
2023-03-18T14:56:59.040Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Member SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2-769012e8-8383-464c-a7d4-e2b501c9c07d sending LeaveGroup request to coordinator onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2147483645 rack: null) due to consumer poll timeout has expired.
2023-03-18T14:56:59.040Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Resetting generation and member id due to: consumer pro-actively leaving the group
2023-03-18T14:56:59.040Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Request joining group due to: consumer pro-actively leaving the group
2023-03-18T14:56:59.689Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T14:56:59.701Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Revoke previously assigned partitions SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-03-18T14:56:59.702Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] (Re-)joining group
2023-03-18T14:56:59.707Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Successfully joined group with generation Generation{generationId=75, memberId='SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94-2995e74d-4211-4955-93f6-f3f14568571e', protocol='range'}
2023-03-18T14:56:59.707Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Finished assignment for group at generation 75: {SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94-2995e74d-4211-4955-93f6-f3f14568571e=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])}
2023-03-18T14:56:59.720Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Successfully synced group in generation Generation{generationId=75, memberId='SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94-2995e74d-4211-4955-93f6-f3f14568571e', protocol='range'}
2023-03-18T14:56:59.721Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])
2023-03-18T14:56:59.721Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Adding newly assigned partitions: SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-03-18T14:56:59.725Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-18T14:56:59.725Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-18T14:56:59.725Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-18T14:56:59.725Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=2207, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-18T14:56:59.725Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-18T14:56:59.729Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-18T14:57:08.375Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2023-03-18T14:57:08.375Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-18T14:57:08.383Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846 and serviceModelVersionId: dad851ae-1f1d-4e04-8847-f18fd5d51391
2023-03-18T14:57:08.383Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 693dcbb7-55f2-41d5-a0d9-572574329dfe
2023-03-18T14:57:08.384Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391?depth=0
2023-03-18T14:57:08.388Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2023-03-18T14:57:08.402Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391?depth=0|INFO|500||Invoke
2023-03-18T14:57:08.402Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[04a220bc-b672-44f4-969e-2fdf997aee90], X-ECOMP-RequestID=[34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846], X-TransactionId=[], X-ONAP-RequestID=[34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846], Content-Type=[application/merge-patch+json]}
2023-03-18T14:57:08.410Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2023-03-18T14:57:08.433Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391?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/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391?depth=0 has http status code:404 and response headers:{date=[Sat, 18 Mar 2023 14:57:08 GMT], content-length=[495], x-aai-txid=[1-aai-resources-230318-14:57:08:112-43039], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-18T14:57:08.434Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391?depth=0|DEBUG|500||{"requestError":{"serviceException":{"messageId":"SVC3001","text":"Resource not found for %1 using id %2 (msg=%3) (ec=%4)","variables":["MERGE_PATCH","service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391","Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391","ERR.5.4.6114"]}}}

2023-03-18T14:57:08.435Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391?depth=0|INFO|404|Not Found|InvokeReturn
2023-03-18T14:57:08.438Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391) (ec=ERR.5.4.6114)
2023-03-18T14:57:08.438Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||ERROR|500||Exception occurred
javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391) (ec=ERR.5.4.6114)
	at org.onap.so.client.ResponseExceptionMapper.map(ResponseExceptionMapper.java:74)
	at org.onap.so.client.RestRequest.get(RestRequest.java:77)
	at org.onap.so.client.RestClient.buildRequest(RestClient.java:326)
	at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322)
	at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283)
	at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67)
	at net.jodah.failsafe.Execution.executeSync(Execution.java:117)
	at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319)
	at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71)
	at org.onap.so.client.RestClient.method(RestClient.java:322)
	at org.onap.so.client.RestClient.patch(RestClient.java:265)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184)
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-18T14:57:08.438Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391) (ec=ERR.5.4.6114)
2023-03-18T14:57:08.438Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391) (ec=ERR.5.4.6114)
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-18T14:57:08.442Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-18T14:57:08.442Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391) (ec=ERR.5.4.6114)
2023-03-18T14:57:08.443Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2023-03-18T14:57:08.443Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:57:08.443Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:57:08.443Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679151428443,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391) (ec\u003dERR.5.4.6114)"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:57:08.459Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-18T14:57:08.461Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679151428443,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391) (ec\u003dERR.5.4.6114)"
}
2023-03-18T14:57:08.462Z|a04e84de-dd11-4280-9147-b1e37960b03e|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=?
2023-03-18T14:57:09.462Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-18T14:57:09.462Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||received notification from broker: {"distributionID":"d4dc9e71-f2cb-491c-bcf1-9d51402514be","serviceName":"vFW 2023-03-18 11-08-36","serviceVersion":"1.0","serviceUUID":"27fdb87d-b713-4eaf-90a0-9e48041e5db6","serviceDescription":"catalog service description","serviceInvariantUUID":"cb6d14f9-78ae-470a-a6af-a3a2b9fea472","resources":[{"resourceInstanceName":"vFW 58569f3e-bd56 0","resourceName":"vFW 58569f3e-bd56","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"d26137cf-1389-4abe-8e09-78b44d7a1aae","resourceInvariantUUID":"440b369e-a09c-4c31-8a4e-6692abd11e0c","resourceCustomizationUUID":"e17fe765-865d-4748-ab41-44bdbee5a853","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/vf-license-model.xml","artifactChecksum":"MTFjYmU2ZGQwM2YxYTQxNjdhOWY1YjI5OWUyYjE5OTg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"7238df55-40f7-4cde-93e0-f3c86248a4ba","artifactVersion":"1"},{"artifactName":"vfw58569f3ebd560_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/vfw58569f3ebd560_modules.json","artifactChecksum":"ODg5YTAyNmJiZTFiZTA5MDMwZWVhNmFkMzVmNzk4YTg\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"a8ca7246-150c-4537-b08d-e58462b66bb6","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"be903e28-b266-44db-9c8b-4cbcb6f7ee77","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/vendor-license-model.xml","artifactChecksum":"NDExZWJjY2Q3ZjkxN2NkNTRiYmFlNDViOGZhYWJjM2M\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"cecd91b9-dbd7-4a9b-96a0-72674051949c","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"0637f995-3e6f-44f6-89fc-61906f5ff14b","artifactVersion":"2","generatedFromUUID":"be903e28-b266-44db-9c8b-4cbcb6f7ee77"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20230318110836-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-template.yml","artifactChecksum":"NjdmYzRlMTY1MzM1ODg5NjAzNTEzOWU1ZGFmNmNiNDI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"8648cca8-36e7-40c1-8faf-a7c0be2faa07","artifactVersion":"1"},{"artifactName":"service-Vfw20230318110836-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar","artifactChecksum":"NzY3OTRjMDBhMTZlZjQ1ZTQ3MTU0ZjE0NjliYmU1M2Y\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"436a091b-6820-4621-9f77-4a798268cc9d","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-18T14:57:09.463Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T14:57:09.463Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:57:09.463Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:57:09.463Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679151091704,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:57:10.464Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T14:57:10.464Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:57:10.464Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:57:10.464Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679151091704,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/vfw58569f3ebd560_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:57:11.465Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T14:57:11.466Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:57:11.466Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:57:11.466Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679151091704,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:57:12.466Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T14:57:12.467Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:57:12.467Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:57:12.467Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679151091704,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:57:13.467Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T14:57:13.468Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:57:13.468Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:57:13.468Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679151091704,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/base_vfw.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:57:14.469Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T14:57:14.469Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:57:14.469Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:57:14.469Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679151091704,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:57:15.470Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T14:57:15.470Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:57:15.470Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:57:15.470Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679151091704,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:57:16.471Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "serviceName": "vFW 2023-03-18 11-08-36",
  "serviceVersion": "1.0",
  "serviceUUID": "27fdb87d-b713-4eaf-90a0-9e48041e5db6",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "cb6d14f9-78ae-470a-a6af-a3a2b9fea472",
  "resources": [
    {
      "resourceInstanceName": "vFW 58569f3e-bd56 0",
      "resourceCustomizationUUID": "e17fe765-865d-4748-ab41-44bdbee5a853",
      "resourceName": "vFW 58569f3e-bd56",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "d26137cf-1389-4abe-8e09-78b44d7a1aae",
      "resourceInvariantUUID": "440b369e-a09c-4c31-8a4e-6692abd11e0c",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw58569f3ebd560_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/vfw58569f3ebd560_modules.json",
          "artifactChecksum": "ODg5YTAyNmJiZTFiZTA5MDMwZWVhNmFkMzVmNzk4YTg\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "a8ca7246-150c-4537-b08d-e58462b66bb6",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "be903e28-b266-44db-9c8b-4cbcb6f7ee77",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "0637f995-3e6f-44f6-89fc-61906f5ff14b",
            "generatedFromUUID": "be903e28-b266-44db-9c8b-4cbcb6f7ee77"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "0637f995-3e6f-44f6-89fc-61906f5ff14b",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20230318110836-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar",
      "artifactChecksum": "NzY3OTRjMDBhMTZlZjQ1ZTQ3MTU0ZjE0NjliYmU1M2Y\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "436a091b-6820-4621-9f77-4a798268cc9d"
    }
  ],
  "workloadContext": "Production"
}
2023-03-18T14:57:16.471Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-18T14:57:16.471Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 27fdb87d-b713-4eaf-90a0-9e48041e5db6 ASDC
2023-03-18T14:57:16.471Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:d4dc9e71-f2cb-491c-bcf1-9d51402514be
ServiceName:vFW 2023-03-18 11-08-36
ServiceVersion:1.0
ServiceUUID:27fdb87d-b713-4eaf-90a0-9e48041e5db6
ServiceInvariantUUID:cb6d14f9-78ae-470a-a6af-a3a2b9fea472
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20230318110836-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar
ArtifactUUID:436a091b-6820-4621-9f77-4a798268cc9d
ArtifactChecksum:NzY3OTRjMDBhMTZlZjQ1ZTQ3MTU0ZjE0NjliYmU1M2Y=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 58569f3e-bd56 0
ResourceCustomizationUUID:e17fe765-865d-4748-ab41-44bdbee5a853
ResourceInvariantUUID:440b369e-a09c-4c31-8a4e-6692abd11e0c
ResourceName:vFW 58569f3e-bd56
ResourceType:VF
ResourceUUID:d26137cf-1389-4abe-8e09-78b44d7a1aae
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw58569f3ebd560_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/vfw58569f3ebd560_modules.json
ArtifactUUID:a8ca7246-150c-4537-b08d-e58462b66bb6
ArtifactChecksum:ODg5YTAyNmJiZTFiZTA5MDMwZWVhNmFkMzVmNzk4YTg=
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/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/base_vfw.yaml
ArtifactUUID:be903e28-b266-44db-9c8b-4cbcb6f7ee77
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/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/base_vfw.env
ArtifactUUID:0637f995-3e6f-44f6-89fc-61906f5ff14b
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/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/base_vfw.env
ArtifactUUID:0637f995-3e6f-44f6-89fc-61906f5ff14b
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-18T14:57:16.471Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 27fdb87d-b713-4eaf-90a0-9e48041e5db6 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: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-18T14:57:16.504Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-18T14:57:16.504Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-03-18T14:57:16.504Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-03-18T14:57:16.504Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 436a091b-6820-4621-9f77-4a798268cc9d from URL: /sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar
2023-03-18T14:57:16.504Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||DistributionClient - download
2023-03-18T14:57:16.505Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar
2023-03-18T14:57:16.939Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2023-03-18T14:57:16.948Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar 436a091b-6820-4621-9f77-4a798268cc9d 101467
2023-03-18T14:57:16.948Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar ASDC sendASDCNotification
2023-03-18T14:57:16.948Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar
2023-03-18T14:57:16.948Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-18T14:57:16.949Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:57:16.949Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:57:16.949Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679151436948,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:57:17.949Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-18T14:57:17.950Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-03-18T14:57:17.950Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 436a091b-6820-4621-9f77-4a798268cc9d, URL: /sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar to file: /app/ASDC/1/service-Vfw20230318110836-csar.csar
2023-03-18T14:57:17.951Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20230318110836-csar.csar
2023-03-18T14:57:17.951Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20230318110836-csar.csar
2023-03-18T14:57:17.951Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20230318110836-csar.csar
2023-03-18T14:57:18.045Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14388521825479439023/Definitions/service-Vfw20230318110836-template.yml
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vfw_name" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_user_data_format" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_key_name" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "compute_vfw_metadata" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "compute_vsn_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vsn_key_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "compute_vsn_user_data_format" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "compute_vsn_metadata" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided
2023-03-18T14:57:19.392Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-18T14:57:19.392Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||WARN|500||####################################################################################################
2023-03-18T14:57:19.392Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20230318110836-csar.csar
2023-03-18T14:57:19.392Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2023-03-18T14:57:19.392Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230318110836-csar.csar
2023-03-18T14:57:19.392Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230318110836-csar.csar
2023-03-18T14:57:19.392Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20230318110836-csar.csar
2023-03-18T14:57:19.392Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230318110836-csar.csar
2023-03-18T14:57:19.392Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230318110836-csar.csar
2023-03-18T14:57:19.392Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230318110836-csar.csar
2023-03-18T14:57:19.392Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230318110836-csar.csar
2023-03-18T14:57:19.392Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230318110836-csar.csar
2023-03-18T14:57:19.392Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230318110836-csar.csar
2023-03-18T14:57:19.392Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 58569f3e-bd56 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-Vfw20230318110836-csar.csar
2023-03-18T14:57:19.392Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230318110836-csar.csar
2023-03-18T14:57:19.392Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||WARN|500||####################################################################################################
2023-03-18T14:57:19.393Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T14:57:19.393Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Service vFW 2023-03-18 11-08-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T14:57:19.393Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template vFW 58569f3e-bd56 0 is matching search criteria
2023-03-18T14:57:19.393Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2023-03-18T14:57:19.393Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 58569f3e-bd56 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-18T14:57:19.393Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T14:57:19.393Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Service vFW 2023-03-18 11-08-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T14:57:19.393Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template vFW 58569f3e-bd56 0 is matching search criteria
2023-03-18T14:57:19.393Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2023-03-18T14:57:19.393Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 58569f3e-bd56 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-18T14:57:19.393Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T14:57:19.393Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Service vFW 2023-03-18 11-08-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T14:57:19.393Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T14:57:19.393Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template vFW 58569f3e-bd56 0 is not matching search criteria
2023-03-18T14:57:19.393Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-18T14:57:19.394Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-18T14:57:19.394Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-18T14:57:19.394Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-18T14:57:19.394Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-18T14:57:19.394Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-18T14:57:19.394Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-18T14:57:19.394Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-18T14:57:19.394Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-18T14:57:19.394Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-18T14:57:19.394Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-18T14:57:19.395Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-18T14:57:19.395Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-18T14:57:19.395Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-18T14:57:19.395Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-18T14:57:19.395Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-03-18T14:57:19.395Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T14:57:19.395Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Service vFW 2023-03-18 11-08-36 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-03-18T14:57:19.395Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T14:57:19.395Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template vFW 58569f3e-bd56 0 is matching search criteria
2023-03-18T14:57:19.395Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 58569f3e-bd56 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-18T14:57:19.395Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T14:57:19.395Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template vFW 58569f3e-bd56 0 is matching search criteria
2023-03-18T14:57:19.395Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 58569f3e-bd56 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-18T14:57:19.395Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T14:57:19.395Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template vFW 58569f3e-bd56 0 is matching search criteria
2023-03-18T14:57:19.395Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 58569f3e-bd56 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-18T14:57:19.396Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T14:57:19.396Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template vFW 58569f3e-bd56 0 is not matching search criteria
2023-03-18T14:57:19.396Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-18T14:57:19.396Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-18T14:57:19.396Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-03-18T14:57:19.396Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-18T14:57:19.396Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-18T14:57:19.396Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-18T14:57:19.396Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-18T14:57:19.396Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-18T14:57:19.396Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-18T14:57:19.396Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-18T14:57:19.396Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-18T14:57:19.396Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=54648a20-f030-49c4-93d4-4525b2108f51
2023-03-18T14:57:19.396Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T14:57:19.396Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template vFW 58569f3e-bd56 0 is not matching search criteria
2023-03-18T14:57:19.397Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-18T14:57:19.397Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-18T14:57:19.397Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-18T14:57:19.397Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-18T14:57:19.397Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-18T14:57:19.397Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-18T14:57:19.397Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-18T14:57:19.397Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-03-18T14:57:19.397Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-18T14:57:19.397Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-18T14:57:19.397Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-18T14:57:19.397Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-18T14:57:19.397Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=c8000f82-3ea0-499f-845f-48af9ca20f40
2023-03-18T14:57:19.397Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T14:57:19.397Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template vFW 58569f3e-bd56 0 is not matching search criteria
2023-03-18T14:57:19.397Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-18T14:57:19.397Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-18T14:57:19.398Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-18T14:57:19.398Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-18T14:57:19.398Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-18T14:57:19.398Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-18T14:57:19.398Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-18T14:57:19.398Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-18T14:57:19.398Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-18T14:57:19.398Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-18T14:57:19.398Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-18T14:57:19.398Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-03-18T14:57:19.398Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=8d37dce4-ace0-4972-b0ae-359f5ee34e15
2023-03-18T14:57:19.398Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T14:57:19.398Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Service vFW 2023-03-18 11-08-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T14:57:19.398Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T14:57:19.398Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Service vFW 2023-03-18 11-08-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T14:57:19.398Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T14:57:19.398Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Service vFW 2023-03-18 11-08-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T14:57:19.398Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T14:57:19.399Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Service vFW 2023-03-18 11-08-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T14:57:19.399Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2023-03-18 11-08-36
Description:catalog service description
Model UUID:27fdb87d-b713-4eaf-90a0-9e48041e5db6
Model Version:NULL
Model InvariantUuid:cb6d14f9-78ae-470a-a6af-a3a2b9fea472
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 58569f3e-bd56
Model UUID:2fc36073-92c9-4d5d-9644-0bb6550c287b
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:440b369e-a09c-4c31-8a4e-6692abd11e0c
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:e17fe765-865d-4748-ab41-44bdbee5a853
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:351d450e-b1b7-41ae-a83a-2a71f15e25d1
ModelName:Vfw58569f3eBd56..base_vfw..module-0
ModelUuid:0d68d68e-dec8-43d2-aff9-f5d88cc04393
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:54648a20-f030-49c4-93d4-4525b2108f51
ModelInvariantUuid:4ab08134-cd1d-4688-9b75-17c67d1a3e81
ModelName:vFW 58569f3e-bd56-nodes.vfwCvfc
ModelUuid:d6b2f0ba-9202-407c-a163-7cc24d0f18b4
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:056f6090-f73c-4739-af97-620c05ad132a
ModelInvariantUuid:983e3ada-7ea8-4303-8174-d3114334eb9e
ModelName:Vfw58569f3eBd56.compute.nodes.heat.vfw
ModelUuid:3d4b7896-bd84-401c-aa77-b889e41a200a
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:c8000f82-3ea0-499f-845f-48af9ca20f40
ModelInvariantUuid:fcd18208-a79b-409f-9943-f6fdaf7b423e
ModelName:vFW 58569f3e-bd56-nodes.vsnCvfc
ModelUuid:2dc70d22-f13d-4809-b3aa-6be925119137
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:402dc1d7-02f5-4fe5-9c72-942fea6de45f
ModelInvariantUuid:0b0ccbe0-ee97-4020-bd46-0de8c06bfc96
ModelName:Vfw58569f3eBd56.compute.nodes.heat.vsn
ModelUuid:9156b53b-b6f9-40ab-bf18-4e57fbace729
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:8d37dce4-ace0-4972-b0ae-359f5ee34e15
ModelInvariantUuid:5fb0558e-6cb2-4431-b7ca-6445c8799cef
ModelName:vFW 58569f3e-bd56-nodes.vpgCvfc
ModelUuid:fa77263e-b297-4fc8-ad06-fee6a19575f2
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:c490c1b0-6d8a-4e04-bcc3-d1334a874130
ModelInvariantUuid:49041fa9-9665-4fc5-a429-9d3d7490839b
ModelName:Vfw58569f3eBd56.compute.nodes.heat.vpg
ModelUuid:7e8eb1f5-1f60-4b7b-ac6b-192037bf4db6
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=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-03-18T14:57:19.430Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||ERROR|500||Csar with UUID: 436a091b-6820-4621-9f77-4a798268cc9d already exists
2023-03-18T14:57:19.431Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar ASDC sendASDCNotification
2023-03-18T14:57:19.431Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar(Csar with UUID: 436a091b-6820-4621-9f77-4a798268cc9d already exists)
2023-03-18T14:57:19.431Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-18T14:57:19.431Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:57:19.431Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:57:19.431Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679151439431,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 436a091b-6820-4621-9f77-4a798268cc9d already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:57:20.431Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar ASDC sendASDCNotification
2023-03-18T14:57:20.432Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar(Resource with UUID: d26137cf-1389-4abe-8e09-78b44d7a1aae already exists)
2023-03-18T14:57:20.432Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-18T14:57:20.432Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:57:20.432Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:57:20.432Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679151440431,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: d26137cf-1389-4abe-8e09-78b44d7a1aae already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:57:21.433Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d4dc9e71-f2cb-491c-bcf1-9d51402514be
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T14:57:21.449Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d4dc9e71-f2cb-491c-bcf1-9d51402514be
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T14:57:21.452Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-18T14:57:21.452Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-18T14:57:21.453Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-18T14:57:21.453Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-18T14:57:21.453Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T14:57:21.453Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T14:57:21.453Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T14:57:21.453Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T14:57:21.453Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T14:57:21.453Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-18T14:57:21.465Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-18T14:57:51.466Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: d4dc9e71-f2cb-491c-bcf1-9d51402514be and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-18T14:57:51.482Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: d4dc9e71-f2cb-491c-bcf1-9d51402514be and serviceModelVersionId: 27fdb87d-b713-4eaf-90a0-9e48041e5db6
2023-03-18T14:57:51.482Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : cb6d14f9-78ae-470a-a6af-a3a2b9fea472
2023-03-18T14:57:51.483Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/cb6d14f9-78ae-470a-a6af-a3a2b9fea472/model-vers/model-ver/27fdb87d-b713-4eaf-90a0-9e48041e5db6?depth=0
2023-03-18T14:57:51.487Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2023-03-18T14:57:51.501Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cb6d14f9-78ae-470a-a6af-a3a2b9fea472/model-vers/model-ver/27fdb87d-b713-4eaf-90a0-9e48041e5db6?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-03-18T14:57:51.502Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cb6d14f9-78ae-470a-a6af-a3a2b9fea472/model-vers/model-ver/27fdb87d-b713-4eaf-90a0-9e48041e5db6?depth=0|INFO|500||Invoke
2023-03-18T14:57:51.505Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cb6d14f9-78ae-470a-a6af-a3a2b9fea472/model-vers/model-ver/27fdb87d-b713-4eaf-90a0-9e48041e5db6?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-18T14:57:51.611Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cb6d14f9-78ae-470a-a6af-a3a2b9fea472/model-vers/model-ver/27fdb87d-b713-4eaf-90a0-9e48041e5db6?depth=0|INFO|500||InvokeReturn
2023-03-18T14:57:51.612Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cb6d14f9-78ae-470a-a6af-a3a2b9fea472/model-vers/model-ver/27fdb87d-b713-4eaf-90a0-9e48041e5db6?depth=0 has http status code:200 and response headers:{date=[Sat, 18 Mar 2023 14:57:51 GMT], content-length=[0], vertex-id=[593936], x-aai-txid=[1-aai-resources-230318-14:57:51:207-1180], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-18T14:57:51.612Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Response was returned with an empty entity.
2023-03-18T14:57:51.612Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-18T14:57:51.612Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-18T14:57:51.617Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-18T14:57:51.617Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID d4dc9e71-f2cb-491c-bcf1-9d51402514be and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-18T14:57:51.617Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-18T14:57:51.618Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:57:51.618Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:57:51.618Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679151471617,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-18T14:57:52.639Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-18T14:57:52.639Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received notification from broker: {"distributionID":"9f6cbd74-5561-4ebf-ae29-ef09adcdb35a","serviceName":"vFW 2023-03-18 11-49-31","serviceVersion":"1.0","serviceUUID":"6d984351-d1ca-40a4-aad4-cb46662a587a","serviceDescription":"catalog service description","serviceInvariantUUID":"cf32c985-ce6d-438e-ae22-e6fd004665b3","resources":[{"resourceInstanceName":"vFW c11b0f1b-4505 0","resourceName":"vFW c11b0f1b-4505","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"c7374fd6-6727-4426-9587-40812bc7c663","resourceInvariantUUID":"26f1c4e0-d5d2-4519-a829-ba04da79dfd3","resourceCustomizationUUID":"19f5eed0-33a8-4dbf-839a-f2ac2d3b058b","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/vf-license-model.xml","artifactChecksum":"ZmYyYjdhM2U5NTJiNDExYWMwYTMzMTkyZDMwYzcxZTc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"7b8e42e6-1821-4cac-aa27-034f93b9a8bb","artifactVersion":"1"},{"artifactName":"vfwc11b0f1b45050_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/vfwc11b0f1b45050_modules.json","artifactChecksum":"YTA1YjZlZDc1ZGI4M2FjMjI5NWE4ZTQzZjQxZmI1MGE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"40a0f4a8-4459-48c6-8da9-780f32a6e90d","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"3198714b-6cfa-4ae8-9e58-caa5fd7816d1","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/vendor-license-model.xml","artifactChecksum":"OTNkYjEwYTcxMGU1ODVlYThkMzJiZjM0OWMzYWExNTg\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"56d4001a-cb5d-4c8b-a9db-05f6dd036a2e","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"72f0a15a-ad88-4350-921f-de50e44e2b78","artifactVersion":"2","generatedFromUUID":"3198714b-6cfa-4ae8-9e58-caa5fd7816d1"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20230318114931-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-template.yml","artifactChecksum":"MmZjZDk3ZDhkZWNhNmYyZTJiYmJjYzlhZTNjZmUwZDU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"d733d559-0885-4fbb-8573-c3718d9662ac","artifactVersion":"1"},{"artifactName":"service-Vfw20230318114931-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar","artifactChecksum":"NzYyNTc4YTljZWI3YjE3YThjOTU0MjkyMGEyMDMxNDY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"2a8efcaf-0813-4b52-901f-136ba065c343","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-18T14:57:52.640Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T14:57:52.640Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:57:52.640Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:57:52.640Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679151091704,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:57:53.640Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T14:57:53.641Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:57:53.641Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:57:53.641Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679151091704,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/vfwc11b0f1b45050_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:57:54.641Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T14:57:54.642Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:57:54.642Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:57:54.642Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679151091704,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:57:55.642Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T14:57:55.642Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:57:55.642Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:57:55.642Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679151091704,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:57:56.643Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T14:57:56.643Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:57:56.643Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:57:56.643Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679151091704,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/base_vfw.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:57:57.644Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T14:57:57.644Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:57:57.644Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:57:57.645Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679151091704,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:57:58.646Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T14:57:58.646Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:57:58.646Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:57:58.646Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679151091704,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:57:58.920Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:57:58.925Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-18T14:57:58.925Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679151091704,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T14:57:58.926Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:57:58.926Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-18T14:57:58.926Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679151091704,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/vfw58569f3ebd560_modules.json",
  "status": "NOTIFIED"
}
2023-03-18T14:57:58.926Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:57:58.926Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-18T14:57:58.927Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679151091704,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-03-18T14:57:58.927Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:57:58.927Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-18T14:57:58.927Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679151091704,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T14:57:58.927Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:57:58.927Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-18T14:57:58.927Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679151091704,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2023-03-18T14:57:58.927Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:57:58.927Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-18T14:57:58.927Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679151091704,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T14:57:58.927Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:57:58.927Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-18T14:57:58.927Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679151091704,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar",
  "status": "NOTIFIED"
}
2023-03-18T14:57:58.927Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:57:58.927Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-18T14:57:58.927Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679151436948,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-18T14:57:58.927Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:57:58.927Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-18T14:57:58.927Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679151439431,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 436a091b-6820-4621-9f77-4a798268cc9d already exists"
}
2023-03-18T14:57:58.927Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:57:58.927Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-18T14:57:58.927Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679151440431,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: d26137cf-1389-4abe-8e09-78b44d7a1aae already exists"
}
2023-03-18T14:57:58.927Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:57:58.928Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-18T14:57:58.928Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679151471617,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-18T14:57:58.928Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:57:58.928Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-18T14:57:58.928Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679151091704,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T14:57:58.928Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:57:58.928Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-18T14:57:58.928Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679151091704,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/vfwc11b0f1b45050_modules.json",
  "status": "NOTIFIED"
}
2023-03-18T14:57:58.928Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:57:58.928Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-18T14:57:58.928Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679151091704,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-03-18T14:57:58.928Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:57:58.928Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-18T14:57:58.928Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679151091704,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T14:57:58.928Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:57:58.928Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-18T14:57:58.928Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679151091704,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2023-03-18T14:57:58.928Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:57:58.928Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-18T14:57:58.928Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679151091704,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T14:57:58.928Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:57:58.928Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-18T14:57:58.928Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679151091704,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar",
  "status": "NOTIFIED"
}
2023-03-18T14:57:58.928Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:57:59.647Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "serviceName": "vFW 2023-03-18 11-49-31",
  "serviceVersion": "1.0",
  "serviceUUID": "6d984351-d1ca-40a4-aad4-cb46662a587a",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "cf32c985-ce6d-438e-ae22-e6fd004665b3",
  "resources": [
    {
      "resourceInstanceName": "vFW c11b0f1b-4505 0",
      "resourceCustomizationUUID": "19f5eed0-33a8-4dbf-839a-f2ac2d3b058b",
      "resourceName": "vFW c11b0f1b-4505",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "c7374fd6-6727-4426-9587-40812bc7c663",
      "resourceInvariantUUID": "26f1c4e0-d5d2-4519-a829-ba04da79dfd3",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfwc11b0f1b45050_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/vfwc11b0f1b45050_modules.json",
          "artifactChecksum": "YTA1YjZlZDc1ZGI4M2FjMjI5NWE4ZTQzZjQxZmI1MGE\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "40a0f4a8-4459-48c6-8da9-780f32a6e90d",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "3198714b-6cfa-4ae8-9e58-caa5fd7816d1",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "72f0a15a-ad88-4350-921f-de50e44e2b78",
            "generatedFromUUID": "3198714b-6cfa-4ae8-9e58-caa5fd7816d1"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "72f0a15a-ad88-4350-921f-de50e44e2b78",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20230318114931-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar",
      "artifactChecksum": "NzYyNTc4YTljZWI3YjE3YThjOTU0MjkyMGEyMDMxNDY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "2a8efcaf-0813-4b52-901f-136ba065c343"
    }
  ],
  "workloadContext": "Production"
}
2023-03-18T14:57:59.648Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-18T14:57:59.648Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 6d984351-d1ca-40a4-aad4-cb46662a587a ASDC
2023-03-18T14:57:59.648Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:9f6cbd74-5561-4ebf-ae29-ef09adcdb35a
ServiceName:vFW 2023-03-18 11-49-31
ServiceVersion:1.0
ServiceUUID:6d984351-d1ca-40a4-aad4-cb46662a587a
ServiceInvariantUUID:cf32c985-ce6d-438e-ae22-e6fd004665b3
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20230318114931-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar
ArtifactUUID:2a8efcaf-0813-4b52-901f-136ba065c343
ArtifactChecksum:NzYyNTc4YTljZWI3YjE3YThjOTU0MjkyMGEyMDMxNDY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW c11b0f1b-4505 0
ResourceCustomizationUUID:19f5eed0-33a8-4dbf-839a-f2ac2d3b058b
ResourceInvariantUUID:26f1c4e0-d5d2-4519-a829-ba04da79dfd3
ResourceName:vFW c11b0f1b-4505
ResourceType:VF
ResourceUUID:c7374fd6-6727-4426-9587-40812bc7c663
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwc11b0f1b45050_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/vfwc11b0f1b45050_modules.json
ArtifactUUID:40a0f4a8-4459-48c6-8da9-780f32a6e90d
ArtifactChecksum:YTA1YjZlZDc1ZGI4M2FjMjI5NWE4ZTQzZjQxZmI1MGE=
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/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/base_vfw.yaml
ArtifactUUID:3198714b-6cfa-4ae8-9e58-caa5fd7816d1
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/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/base_vfw.env
ArtifactUUID:72f0a15a-ad88-4350-921f-de50e44e2b78
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/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/base_vfw.env
ArtifactUUID:72f0a15a-ad88-4350-921f-de50e44e2b78
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-18T14:57:59.648Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 6d984351-d1ca-40a4-aad4-cb46662a587a 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: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-18T14:57:59.670Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-18T14:57:59.671Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-03-18T14:57:59.671Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-03-18T14:57:59.671Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 2a8efcaf-0813-4b52-901f-136ba065c343 from URL: /sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar
2023-03-18T14:57:59.671Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||INFO|500||DistributionClient - download
2023-03-18T14:57:59.672Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar
2023-03-18T14:57:59.889Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2023-03-18T14:57:59.895Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar 2a8efcaf-0813-4b52-901f-136ba065c343 101507
2023-03-18T14:57:59.896Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar ASDC sendASDCNotification
2023-03-18T14:57:59.896Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar
2023-03-18T14:57:59.896Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-18T14:57:59.896Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:57:59.896Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:57:59.896Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679151479896,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:58:00.897Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-18T14:58:00.898Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-03-18T14:58:00.898Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 2a8efcaf-0813-4b52-901f-136ba065c343, URL: /sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar to file: /app/ASDC/1/service-Vfw20230318114931-csar.csar
2023-03-18T14:58:00.900Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20230318114931-csar.csar
2023-03-18T14:58:00.900Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20230318114931-csar.csar
2023-03-18T14:58:00.900Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20230318114931-csar.csar
2023-03-18T14:58:01.000Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6431794415626193300/Definitions/service-Vfw20230318114931-template.yml
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vfw_name" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_user_data_format" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_key_name" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "compute_vfw_metadata" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "compute_vsn_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vsn_key_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "compute_vsn_user_data_format" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "compute_vsn_metadata" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided
2023-03-18T14:58:02.420Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-18T14:58:02.420Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||WARN|500||####################################################################################################
2023-03-18T14:58:02.420Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20230318114931-csar.csar
2023-03-18T14:58:02.420Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2023-03-18T14:58:02.420Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230318114931-csar.csar
2023-03-18T14:58:02.420Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230318114931-csar.csar
2023-03-18T14:58:02.420Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20230318114931-csar.csar
2023-03-18T14:58:02.420Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230318114931-csar.csar
2023-03-18T14:58:02.420Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230318114931-csar.csar
2023-03-18T14:58:02.421Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230318114931-csar.csar
2023-03-18T14:58:02.421Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230318114931-csar.csar
2023-03-18T14:58:02.421Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230318114931-csar.csar
2023-03-18T14:58:02.421Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230318114931-csar.csar
2023-03-18T14:58:02.421Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230318114931-csar.csar
2023-03-18T14:58:02.421Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW c11b0f1b-4505 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-Vfw20230318114931-csar.csar
2023-03-18T14:58:02.421Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||WARN|500||####################################################################################################
2023-03-18T14:58:02.421Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T14:58:02.421Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Service vFW 2023-03-18 11-49-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T14:58:02.421Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Node template vFW c11b0f1b-4505 0 is matching search criteria
2023-03-18T14:58:02.421Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2023-03-18T14:58:02.421Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW c11b0f1b-4505 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-18T14:58:02.421Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T14:58:02.421Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Service vFW 2023-03-18 11-49-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T14:58:02.421Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Node template vFW c11b0f1b-4505 0 is matching search criteria
2023-03-18T14:58:02.421Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2023-03-18T14:58:02.421Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW c11b0f1b-4505 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-18T14:58:02.421Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T14:58:02.422Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Service vFW 2023-03-18 11-49-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T14:58:02.422Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T14:58:02.422Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Node template vFW c11b0f1b-4505 0 is not matching search criteria
2023-03-18T14:58:02.422Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-18T14:58:02.422Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-18T14:58:02.422Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-18T14:58:02.422Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-18T14:58:02.422Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-18T14:58:02.422Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-18T14:58:02.422Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-18T14:58:02.422Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-18T14:58:02.422Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-18T14:58:02.422Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-18T14:58:02.422Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-18T14:58:02.422Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-18T14:58:02.422Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-18T14:58:02.422Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-18T14:58:02.422Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-18T14:58:02.422Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-03-18T14:58:02.423Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T14:58:02.423Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Service vFW 2023-03-18 11-49-31 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-03-18T14:58:02.423Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T14:58:02.423Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Node template vFW c11b0f1b-4505 0 is matching search criteria
2023-03-18T14:58:02.423Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW c11b0f1b-4505 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-18T14:58:02.423Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T14:58:02.423Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Node template vFW c11b0f1b-4505 0 is matching search criteria
2023-03-18T14:58:02.423Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW c11b0f1b-4505 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-18T14:58:02.423Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T14:58:02.423Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Node template vFW c11b0f1b-4505 0 is matching search criteria
2023-03-18T14:58:02.423Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW c11b0f1b-4505 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-18T14:58:02.423Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T14:58:02.423Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Node template vFW c11b0f1b-4505 0 is not matching search criteria
2023-03-18T14:58:02.423Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-18T14:58:02.423Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-03-18T14:58:02.423Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-18T14:58:02.423Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-18T14:58:02.423Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-18T14:58:02.423Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-18T14:58:02.424Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-18T14:58:02.424Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-18T14:58:02.424Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-18T14:58:02.424Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-18T14:58:02.424Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-18T14:58:02.424Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=93a1b299-440a-4b46-b809-896a244a8c3e
2023-03-18T14:58:02.424Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T14:58:02.424Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Node template vFW c11b0f1b-4505 0 is not matching search criteria
2023-03-18T14:58:02.424Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-18T14:58:02.424Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-18T14:58:02.424Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-18T14:58:02.424Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-18T14:58:02.424Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-18T14:58:02.424Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-18T14:58:02.424Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-18T14:58:02.424Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-03-18T14:58:02.424Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-18T14:58:02.424Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-18T14:58:02.424Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-18T14:58:02.424Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-18T14:58:02.425Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=f46f0c4d-868d-4d5b-9783-ea8cf0f2cc90
2023-03-18T14:58:02.425Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T14:58:02.425Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Node template vFW c11b0f1b-4505 0 is not matching search criteria
2023-03-18T14:58:02.425Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-18T14:58:02.425Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-18T14:58:02.425Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-18T14:58:02.425Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-18T14:58:02.425Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-18T14:58:02.425Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-18T14:58:02.425Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-18T14:58:02.425Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-18T14:58:02.425Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-18T14:58:02.425Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-18T14:58:02.425Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-18T14:58:02.425Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-03-18T14:58:02.425Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=5079a023-f40e-49e5-9a39-abc7b36fa226
2023-03-18T14:58:02.425Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T14:58:02.425Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Service vFW 2023-03-18 11-49-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T14:58:02.425Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T14:58:02.426Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Service vFW 2023-03-18 11-49-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T14:58:02.426Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T14:58:02.426Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Service vFW 2023-03-18 11-49-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T14:58:02.426Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T14:58:02.426Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Service vFW 2023-03-18 11-49-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T14:58:02.426Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2023-03-18 11-49-31
Description:catalog service description
Model UUID:6d984351-d1ca-40a4-aad4-cb46662a587a
Model Version:NULL
Model InvariantUuid:cf32c985-ce6d-438e-ae22-e6fd004665b3
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW c11b0f1b-4505
Model UUID:ebdaa0dd-57e1-4fdd-a831-8135ea117a46
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:26f1c4e0-d5d2-4519-a829-ba04da79dfd3
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:19f5eed0-33a8-4dbf-839a-f2ac2d3b058b
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:6ebe4145-67c2-45e6-9597-53226a0916bd
ModelName:VfwC11b0f1b4505..base_vfw..module-0
ModelUuid:0261834d-3be1-4860-8b24-040e2c80aecd
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:93a1b299-440a-4b46-b809-896a244a8c3e
ModelInvariantUuid:8ec395e7-2102-4d02-844f-c114ac1a4203
ModelName:vFW c11b0f1b-4505-nodes.vfwCvfc
ModelUuid:504b1f13-9ac9-4e16-910b-43ab4acacb0f
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:99287d62-b33c-413e-89ec-87108c575104
ModelInvariantUuid:47f32f44-cd17-4eef-9e16-abcb011ab104
ModelName:VfwC11b0f1b4505.compute.nodes.heat.vfw
ModelUuid:2a6b0c3b-4ab1-49cd-8a96-f1f0feba73a0
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:f46f0c4d-868d-4d5b-9783-ea8cf0f2cc90
ModelInvariantUuid:d8e52c29-a773-431c-95b4-d1f0431b5e9e
ModelName:vFW c11b0f1b-4505-nodes.vsnCvfc
ModelUuid:e2d70f6d-c1ff-493f-99ab-25fea72fcdcc
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:113d5ed4-4ad4-49a7-94a3-7a01856b2205
ModelInvariantUuid:39b9a204-ad6c-4bfc-8b8d-763592e31d47
ModelName:VfwC11b0f1b4505.compute.nodes.heat.vsn
ModelUuid:fb5c808e-fe4a-477f-9cbd-5ab7141bbabe
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:5079a023-f40e-49e5-9a39-abc7b36fa226
ModelInvariantUuid:457dc8a1-b2ed-4d6f-963b-32e7f710a988
ModelName:vFW c11b0f1b-4505-nodes.vpgCvfc
ModelUuid:b289eee2-d7be-43f7-a6eb-232cf9ffa6c4
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:b5a732bf-796a-41d5-8db9-e0467a3c1b4a
ModelInvariantUuid:6626a445-05ec-4eb4-b903-06723caa1195
ModelName:VfwC11b0f1b4505.compute.nodes.heat.vpg
ModelUuid:f6a4ab06-9982-4e1b-be30-d56572ed840e
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=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-03-18T14:58:02.460Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||ERROR|500||Csar with UUID: 2a8efcaf-0813-4b52-901f-136ba065c343 already exists
2023-03-18T14:58:02.460Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar ASDC sendASDCNotification
2023-03-18T14:58:02.460Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar(Csar with UUID: 2a8efcaf-0813-4b52-901f-136ba065c343 already exists)
2023-03-18T14:58:02.460Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-18T14:58:02.460Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:58:02.460Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:58:02.460Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679151482460,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 2a8efcaf-0813-4b52-901f-136ba065c343 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:58:03.462Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar ASDC sendASDCNotification
2023-03-18T14:58:03.462Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar(Resource with UUID: c7374fd6-6727-4426-9587-40812bc7c663 already exists)
2023-03-18T14:58:03.462Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-18T14:58:03.463Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:58:03.463Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:58:03.463Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679151483462,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: c7374fd6-6727-4426-9587-40812bc7c663 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:58:04.463Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9f6cbd74-5561-4ebf-ae29-ef09adcdb35a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T14:58:04.484Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9f6cbd74-5561-4ebf-ae29-ef09adcdb35a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T14:58:04.487Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-18T14:58:04.487Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-18T14:58:04.487Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-18T14:58:04.487Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-18T14:58:04.487Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T14:58:04.487Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T14:58:04.487Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T14:58:04.488Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T14:58:04.488Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T14:58:04.488Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-18T14:58:04.498Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-18T14:58:34.499Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 9f6cbd74-5561-4ebf-ae29-ef09adcdb35a and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-18T14:58:34.506Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 9f6cbd74-5561-4ebf-ae29-ef09adcdb35a and serviceModelVersionId: 6d984351-d1ca-40a4-aad4-cb46662a587a
2023-03-18T14:58:34.506Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : cf32c985-ce6d-438e-ae22-e6fd004665b3
2023-03-18T14:58:34.507Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/cf32c985-ce6d-438e-ae22-e6fd004665b3/model-vers/model-ver/6d984351-d1ca-40a4-aad4-cb46662a587a?depth=0
2023-03-18T14:58:34.512Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2023-03-18T14:58:34.525Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cf32c985-ce6d-438e-ae22-e6fd004665b3/model-vers/model-ver/6d984351-d1ca-40a4-aad4-cb46662a587a?depth=0|INFO|500||Invoke
2023-03-18T14:58:34.525Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cf32c985-ce6d-438e-ae22-e6fd004665b3/model-vers/model-ver/6d984351-d1ca-40a4-aad4-cb46662a587a?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cf32c985-ce6d-438e-ae22-e6fd004665b3/model-vers/model-ver/6d984351-d1ca-40a4-aad4-cb46662a587a?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[9f6cbd74-5561-4ebf-ae29-ef09adcdb35a], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[83ba74ae-451f-4ff4-afef-3af22f2ff643], X-ECOMP-RequestID=[9f6cbd74-5561-4ebf-ae29-ef09adcdb35a], X-TransactionId=[], X-ONAP-RequestID=[9f6cbd74-5561-4ebf-ae29-ef09adcdb35a], Content-Type=[application/merge-patch+json]}
2023-03-18T14:58:34.533Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cf32c985-ce6d-438e-ae22-e6fd004665b3/model-vers/model-ver/6d984351-d1ca-40a4-aad4-cb46662a587a?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-18T14:58:34.647Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cf32c985-ce6d-438e-ae22-e6fd004665b3/model-vers/model-ver/6d984351-d1ca-40a4-aad4-cb46662a587a?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/cf32c985-ce6d-438e-ae22-e6fd004665b3/model-vers/model-ver/6d984351-d1ca-40a4-aad4-cb46662a587a?depth=0 has http status code:200 and response headers:{date=[Sat, 18 Mar 2023 14:58:34 GMT], content-length=[0], vertex-id=[364760], x-aai-txid=[2-aai-resources-230318-14:58:34:234-82453], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-18T14:58:34.647Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cf32c985-ce6d-438e-ae22-e6fd004665b3/model-vers/model-ver/6d984351-d1ca-40a4-aad4-cb46662a587a?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-18T14:58:34.648Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cf32c985-ce6d-438e-ae22-e6fd004665b3/model-vers/model-ver/6d984351-d1ca-40a4-aad4-cb46662a587a?depth=0|INFO|500||InvokeReturn
2023-03-18T14:58:34.648Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-18T14:58:34.648Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-18T14:58:34.653Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-18T14:58:34.654Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 9f6cbd74-5561-4ebf-ae29-ef09adcdb35a and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-18T14:58:34.654Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-18T14:58:34.654Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:58:34.654Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:58:34.654Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679151514654,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-18T14:58:35.683Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-18T14:58:35.683Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||received notification from broker: {"distributionID":"74149d2a-f284-47d2-b2fa-4e2fc7be8f3e","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"942654ba-46c2-4f05-ae3d-6460a7c9e9a7","serviceDescription":"service","serviceInvariantUUID":"ccdda148-11a2-4587-8a73-4287349e801a","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"9290846e-2e09-452f-a45d-c33314796f1f","resourceInvariantUUID":"df78bcaa-4726-47cb-aa3f-3d44f5870fc0","resourceCustomizationUUID":"014700c6-fb42-406a-8786-743311c39dea","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":"YzAxYzRjZjI5ZDYxYzM3NGE1ZWQzMDUyNDdmNzFlYjI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"0c62aeb4-b847-4e92-887d-05928e34bd2a","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"MjQwMDY3MzNlZjViMGM0YmQ4Mzg2OTA4MTFiM2YxYTQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"01ded22f-bc0d-42c0-9fad-2915e46c71e4","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-18T14:58:35.683Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T14:58:35.684Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:58:35.684Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:58:35.684Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "74149d2a-f284-47d2-b2fa-4e2fc7be8f3e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679151091704,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:58:36.684Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T14:58:36.684Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:58:36.685Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:58:36.685Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "74149d2a-f284-47d2-b2fa-4e2fc7be8f3e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679151091704,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:58:37.685Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "74149d2a-f284-47d2-b2fa-4e2fc7be8f3e",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "942654ba-46c2-4f05-ae3d-6460a7c9e9a7",
  "serviceDescription": "service",
  "serviceInvariantUUID": "ccdda148-11a2-4587-8a73-4287349e801a",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "014700c6-fb42-406a-8786-743311c39dea",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "9290846e-2e09-452f-a45d-c33314796f1f",
      "resourceInvariantUUID": "df78bcaa-4726-47cb-aa3f-3d44f5870fc0",
      "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": "MjQwMDY3MzNlZjViMGM0YmQ4Mzg2OTA4MTFiM2YxYTQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "01ded22f-bc0d-42c0-9fad-2915e46c71e4"
    }
  ],
  "workloadContext": "Production"
}
2023-03-18T14:58:37.685Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-18T14:58:37.686Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 942654ba-46c2-4f05-ae3d-6460a7c9e9a7 ASDC
2023-03-18T14:58:37.686Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:74149d2a-f284-47d2-b2fa-4e2fc7be8f3e
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:942654ba-46c2-4f05-ae3d-6460a7c9e9a7
ServiceInvariantUUID:ccdda148-11a2-4587-8a73-4287349e801a
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:01ded22f-bc0d-42c0-9fad-2915e46c71e4
ArtifactChecksum:MjQwMDY3MzNlZjViMGM0YmQ4Mzg2OTA4MTFiM2YxYTQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:014700c6-fb42-406a-8786-743311c39dea
ResourceInvariantUUID:df78bcaa-4726-47cb-aa3f-3d44f5870fc0
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:9290846e-2e09-452f-a45d-c33314796f1f
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2023-03-18T14:58:37.686Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 942654ba-46c2-4f05-ae3d-6460a7c9e9a7 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: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-18T14:58:37.718Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-18T14:58:37.718Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-03-18T14:58:37.719Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-03-18T14:58:37.719Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 01ded22f-bc0d-42c0-9fad-2915e46c71e4 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-03-18T14:58:37.719Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||||INFO|500||DistributionClient - download
2023-03-18T14:58:37.719Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-03-18T14:58:37.747Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||||DEBUG|500||GET Response Status 404
2023-03-18T14:58:37.747Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@2a49b5ae
2023-03-18T14:58:37.747Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-18T14:58:37.747Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicNetwork"
      ]
    }
  }
}
2023-03-18T14:58:37.748Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicNetwork-csar.csar /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 01ded22f-bc0d-42c0-9fad-2915e46c71e4 Specified artifact is  not found 300 ASDC artifact download fail
2023-03-18T14:58:37.748Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-03-18T14:58:37.748Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar(Specified artifact is  not found)
2023-03-18T14:58:37.748Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-18T14:58:37.748Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:58:37.749Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:58:37.749Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "74149d2a-f284-47d2-b2fa-4e2fc7be8f3e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679151517748,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:58:38.750Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during processCsarServiceArtifacts ASDC processCsarServiceArtifacts 500 Exception in processCsarServiceArtifacts
org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact service-BasicNetwork-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar(UUID:01ded22f-bc0d-42c0-9fad-2915e46c71e4)
Error message is Specified artifact is  not found

	at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394)
	at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
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 watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-03-18T14:58:38.782Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||||ERROR|500||Csar with UUID: 01ded22f-bc0d-42c0-9fad-2915e46c71e4 already exists
2023-03-18T14:58:38.783Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-03-18T14:58:38.783Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar(Csar with UUID: 01ded22f-bc0d-42c0-9fad-2915e46c71e4 already exists)
2023-03-18T14:58:38.783Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-18T14:58:38.783Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:58:38.783Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:58:38.783Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "74149d2a-f284-47d2-b2fa-4e2fc7be8f3e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679151518782,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 01ded22f-bc0d-42c0-9fad-2915e46c71e4 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:58:39.786Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-03-18T14:58:39.786Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar(Resource with UUID: 9290846e-2e09-452f-a45d-c33314796f1f already exists)
2023-03-18T14:58:39.786Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-18T14:58:39.786Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:58:39.786Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:58:39.786Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "74149d2a-f284-47d2-b2fa-4e2fc7be8f3e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679151519786,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 9290846e-2e09-452f-a45d-c33314796f1f already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:58:40.787Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 74149d2a-f284-47d2-b2fa-4e2fc7be8f3e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T14:58:40.807Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 74149d2a-f284-47d2-b2fa-4e2fc7be8f3e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T14:58:40.811Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-18T14:58:40.811Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-18T14:58:40.811Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-18T14:58:40.812Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-18T14:58:40.812Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T14:58:40.812Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T14:58:40.812Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T14:58:40.812Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T14:58:40.812Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T14:58:40.812Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-18T14:58:40.823Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-18T14:58:58.920Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:58:58.926Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-18T14:58:58.926Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679151479896,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-18T14:58:58.927Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:58:58.927Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-18T14:58:58.927Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679151482460,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 2a8efcaf-0813-4b52-901f-136ba065c343 already exists"
}
2023-03-18T14:58:58.927Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:58:58.927Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-18T14:58:58.928Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679151483462,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: c7374fd6-6727-4426-9587-40812bc7c663 already exists"
}
2023-03-18T14:58:58.928Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:58:58.928Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-18T14:58:58.928Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679151514654,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-18T14:58:58.928Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:58:58.928Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-18T14:58:58.929Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "74149d2a-f284-47d2-b2fa-4e2fc7be8f3e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679151091704,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T14:58:58.929Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:58:58.929Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-18T14:58:58.929Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "74149d2a-f284-47d2-b2fa-4e2fc7be8f3e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679151091704,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-03-18T14:58:58.929Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:58:58.929Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-18T14:58:58.930Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "74149d2a-f284-47d2-b2fa-4e2fc7be8f3e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679151517748,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-18T14:58:58.930Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:58:58.930Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-18T14:58:58.930Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "74149d2a-f284-47d2-b2fa-4e2fc7be8f3e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679151518782,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 01ded22f-bc0d-42c0-9fad-2915e46c71e4 already exists"
}
2023-03-18T14:58:58.930Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:58:58.930Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-18T14:58:58.931Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "74149d2a-f284-47d2-b2fa-4e2fc7be8f3e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679151519786,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 9290846e-2e09-452f-a45d-c33314796f1f already exists"
}
2023-03-18T14:58:58.931Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:59:10.823Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 74149d2a-f284-47d2-b2fa-4e2fc7be8f3e and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-18T14:59:10.831Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 74149d2a-f284-47d2-b2fa-4e2fc7be8f3e and serviceModelVersionId: 942654ba-46c2-4f05-ae3d-6460a7c9e9a7
2023-03-18T14:59:10.832Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : ccdda148-11a2-4587-8a73-4287349e801a
2023-03-18T14:59:10.832Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/ccdda148-11a2-4587-8a73-4287349e801a/model-vers/model-ver/942654ba-46c2-4f05-ae3d-6460a7c9e9a7?depth=0
2023-03-18T14:59:10.835Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2023-03-18T14:59:10.847Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ccdda148-11a2-4587-8a73-4287349e801a/model-vers/model-ver/942654ba-46c2-4f05-ae3d-6460a7c9e9a7?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-03-18T14:59:10.847Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ccdda148-11a2-4587-8a73-4287349e801a/model-vers/model-ver/942654ba-46c2-4f05-ae3d-6460a7c9e9a7?depth=0|INFO|500||Invoke
2023-03-18T14:59:10.858Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ccdda148-11a2-4587-8a73-4287349e801a/model-vers/model-ver/942654ba-46c2-4f05-ae3d-6460a7c9e9a7?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-18T14:59:10.975Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ccdda148-11a2-4587-8a73-4287349e801a/model-vers/model-ver/942654ba-46c2-4f05-ae3d-6460a7c9e9a7?depth=0|INFO|500||InvokeReturn
2023-03-18T14:59:10.975Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ccdda148-11a2-4587-8a73-4287349e801a/model-vers/model-ver/942654ba-46c2-4f05-ae3d-6460a7c9e9a7?depth=0 has http status code:200 and response headers:{date=[Sat, 18 Mar 2023 14:59:10 GMT], content-length=[0], vertex-id=[192760], x-aai-txid=[1-aai-resources-230318-14:59:10:561-52792], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-18T14:59:10.976Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||||DEBUG|500||Response was returned with an empty entity.
2023-03-18T14:59:10.976Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-18T14:59:10.976Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-18T14:59:10.982Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-18T14:59:10.983Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 74149d2a-f284-47d2-b2fa-4e2fc7be8f3e and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-18T14:59:10.983Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-18T14:59:10.983Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:59:10.983Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:59:10.984Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "74149d2a-f284-47d2-b2fa-4e2fc7be8f3e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679151550983,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-18T14:59:11.999Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-18T14:59:11.999Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||||DEBUG|500||received notification from broker: {"distributionID":"6a074a1e-4b47-4382-9b90-afa918276d12","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"e17bf563-7a13-4701-b853-11ed8cbb93d7","serviceDescription":"service","serviceInvariantUUID":"8a45306d-3ac3-4f10-a742-9812edbe591e","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"1903c123-2be6-499b-8524-c9a33406ad4f","resourceInvariantUUID":"65a560ec-f509-40c5-b364-3c4cd0a20185","resourceCustomizationUUID":"41b30cb0-d009-4e4b-99c2-e95f691a4b2e","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":"YTFjZGVjMmU0NGZhOGFkMDlhZGI4ODkyYzk4MDRmOGE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"38ef1f0d-98ea-4e28-b00a-3091e61f54bc","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":"OWZmNjBmNzNmNGQ1ZThmYzNkMzdkODk3MzFkMDI2MDg\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"d3c6917c-1f70-48e9-9465-f259ee8cda65","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":"7aa99321-7b67-40f7-bd98-0e99d422bb2e","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":"5444e6a4-9351-40da-b837-0dd388e7cb3b","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":"cb506ca5-fd50-4406-abfc-b51858ac789a","artifactVersion":"2","generatedFromUUID":"7aa99321-7b67-40f7-bd98-0e99d422bb2e"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"ZjQyZmQxMjdjZDk5ZDY2OTQ3ZmIyZWI4MjExZGE4OGQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"204adab0-5bde-4230-9b3d-b26c0f4d57b4","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"NjI4YzVmZDFmMjYwMDhlNTZlOTY1M2NmMzExN2VkMjg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"4b6dc8ac-cbfc-43c0-9e93-2760226914ae","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-18T14:59:11.999Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T14:59:11.999Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:59:12.000Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:59:12.000Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679151091704,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:59:13.000Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T14:59:13.001Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:59:13.001Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:59:13.001Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679151091704,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:59:14.001Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T14:59:14.001Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:59:14.002Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:59:14.002Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679151091704,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:59:15.002Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T14:59:15.002Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:59:15.002Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:59:15.002Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679151091704,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:59:16.003Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T14:59:16.003Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:59:16.003Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:59:16.003Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679151091704,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:59:17.004Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T14:59:17.004Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:59:17.004Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:59:17.004Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679151091704,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:59:18.005Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T14:59:18.005Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:59:18.005Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:59:18.005Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679151091704,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:59:19.006Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "e17bf563-7a13-4701-b853-11ed8cbb93d7",
  "serviceDescription": "service",
  "serviceInvariantUUID": "8a45306d-3ac3-4f10-a742-9812edbe591e",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "41b30cb0-d009-4e4b-99c2-e95f691a4b2e",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "1903c123-2be6-499b-8524-c9a33406ad4f",
      "resourceInvariantUUID": "65a560ec-f509-40c5-b364-3c4cd0a20185",
      "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": "OWZmNjBmNzNmNGQ1ZThmYzNkMzdkODk3MzFkMDI2MDg\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "d3c6917c-1f70-48e9-9465-f259ee8cda65",
          "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": "7aa99321-7b67-40f7-bd98-0e99d422bb2e",
          "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": "cb506ca5-fd50-4406-abfc-b51858ac789a",
            "generatedFromUUID": "7aa99321-7b67-40f7-bd98-0e99d422bb2e"
          },
          "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": "cb506ca5-fd50-4406-abfc-b51858ac789a",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "NjI4YzVmZDFmMjYwMDhlNTZlOTY1M2NmMzExN2VkMjg\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "4b6dc8ac-cbfc-43c0-9e93-2760226914ae"
    }
  ],
  "workloadContext": "Production"
}
2023-03-18T14:59:19.006Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-18T14:59:19.006Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 e17bf563-7a13-4701-b853-11ed8cbb93d7 ASDC
2023-03-18T14:59:19.007Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:6a074a1e-4b47-4382-9b90-afa918276d12
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:e17bf563-7a13-4701-b853-11ed8cbb93d7
ServiceInvariantUUID:8a45306d-3ac3-4f10-a742-9812edbe591e
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:4b6dc8ac-cbfc-43c0-9e93-2760226914ae
ArtifactChecksum:NjI4YzVmZDFmMjYwMDhlNTZlOTY1M2NmMzExN2VkMjg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:41b30cb0-d009-4e4b-99c2-e95f691a4b2e
ResourceInvariantUUID:65a560ec-f509-40c5-b364-3c4cd0a20185
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:1903c123-2be6-499b-8524-c9a33406ad4f
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:d3c6917c-1f70-48e9-9465-f259ee8cda65
ArtifactChecksum:OWZmNjBmNzNmNGQ1ZThmYzNkMzdkODk3MzFkMDI2MDg=
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:7aa99321-7b67-40f7-bd98-0e99d422bb2e
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:cb506ca5-fd50-4406-abfc-b51858ac789a
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:cb506ca5-fd50-4406-abfc-b51858ac789a
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-18T14:59:19.007Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF e17bf563-7a13-4701-b853-11ed8cbb93d7 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: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-18T14:59:19.040Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-18T14:59:19.041Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-03-18T14:59:19.041Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-03-18T14:59:19.041Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 4b6dc8ac-cbfc-43c0-9e93-2760226914ae from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-03-18T14:59:19.042Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||INFO|500||DistributionClient - download
2023-03-18T14:59:19.042Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-03-18T14:59:19.083Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||DEBUG|500||GET Response Status 404
2023-03-18T14:59:19.084Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@83dc0c4
2023-03-18T14:59:19.084Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-18T14:59:19.084Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicVm"
      ]
    }
  }
}
2023-03-18T14:59:19.084Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicVm-csar.csar /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 4b6dc8ac-cbfc-43c0-9e93-2760226914ae Specified artifact is  not found 300 ASDC artifact download fail
2023-03-18T14:59:19.084Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-03-18T14:59:19.085Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar(Specified artifact is  not found)
2023-03-18T14:59:19.085Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-18T14:59:19.085Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:59:19.085Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:59:19.085Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679151559084,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:59:20.086Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during processCsarServiceArtifacts ASDC processCsarServiceArtifacts 500 Exception in processCsarServiceArtifacts
org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact service-BasicVm-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar(UUID:4b6dc8ac-cbfc-43c0-9e93-2760226914ae)
Error message is Specified artifact is  not found

	at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394)
	at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
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 watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-03-18T14:59:20.117Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||ERROR|500||Csar with UUID: 4b6dc8ac-cbfc-43c0-9e93-2760226914ae already exists
2023-03-18T14:59:20.118Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-03-18T14:59:20.118Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar(Csar with UUID: 4b6dc8ac-cbfc-43c0-9e93-2760226914ae already exists)
2023-03-18T14:59:20.118Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-18T14:59:20.118Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:59:20.118Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:59:20.118Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679151560118,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 4b6dc8ac-cbfc-43c0-9e93-2760226914ae already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:59:21.119Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-03-18T14:59:21.120Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar(Resource with UUID: 1903c123-2be6-499b-8524-c9a33406ad4f already exists)
2023-03-18T14:59:21.120Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-18T14:59:21.120Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:59:21.120Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:59:21.120Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679151561119,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 1903c123-2be6-499b-8524-c9a33406ad4f already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:59:22.122Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6a074a1e-4b47-4382-9b90-afa918276d12
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T14:59:22.142Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6a074a1e-4b47-4382-9b90-afa918276d12
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T14:59:22.146Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-18T14:59:22.146Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-18T14:59:22.146Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-18T14:59:22.147Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-18T14:59:22.147Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T14:59:22.147Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T14:59:22.147Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T14:59:22.147Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T14:59:22.148Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T14:59:22.148Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-18T14:59:22.158Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-18T14:59:52.159Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 6a074a1e-4b47-4382-9b90-afa918276d12 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-18T14:59:52.169Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 6a074a1e-4b47-4382-9b90-afa918276d12 and serviceModelVersionId: e17bf563-7a13-4701-b853-11ed8cbb93d7
2023-03-18T14:59:52.169Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 8a45306d-3ac3-4f10-a742-9812edbe591e
2023-03-18T14:59:52.169Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/8a45306d-3ac3-4f10-a742-9812edbe591e/model-vers/model-ver/e17bf563-7a13-4701-b853-11ed8cbb93d7?depth=0
2023-03-18T14:59:52.174Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2023-03-18T14:59:52.184Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8a45306d-3ac3-4f10-a742-9812edbe591e/model-vers/model-ver/e17bf563-7a13-4701-b853-11ed8cbb93d7?depth=0|INFO|500||Invoke
2023-03-18T14:59:52.184Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8a45306d-3ac3-4f10-a742-9812edbe591e/model-vers/model-ver/e17bf563-7a13-4701-b853-11ed8cbb93d7?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8a45306d-3ac3-4f10-a742-9812edbe591e/model-vers/model-ver/e17bf563-7a13-4701-b853-11ed8cbb93d7?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[6a074a1e-4b47-4382-9b90-afa918276d12], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[ce052878-1683-405d-9c88-c7d6b1d13693], X-ECOMP-RequestID=[6a074a1e-4b47-4382-9b90-afa918276d12], X-TransactionId=[], X-ONAP-RequestID=[6a074a1e-4b47-4382-9b90-afa918276d12], Content-Type=[application/merge-patch+json]}
2023-03-18T14:59:52.191Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8a45306d-3ac3-4f10-a742-9812edbe591e/model-vers/model-ver/e17bf563-7a13-4701-b853-11ed8cbb93d7?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-18T14:59:52.302Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8a45306d-3ac3-4f10-a742-9812edbe591e/model-vers/model-ver/e17bf563-7a13-4701-b853-11ed8cbb93d7?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/8a45306d-3ac3-4f10-a742-9812edbe591e/model-vers/model-ver/e17bf563-7a13-4701-b853-11ed8cbb93d7?depth=0 has http status code:200 and response headers:{date=[Sat, 18 Mar 2023 14:59:51 GMT], content-length=[0], vertex-id=[188464], x-aai-txid=[1-aai-resources-230318-14:59:51:893-98346], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-18T14:59:52.303Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8a45306d-3ac3-4f10-a742-9812edbe591e/model-vers/model-ver/e17bf563-7a13-4701-b853-11ed8cbb93d7?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-18T14:59:52.303Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8a45306d-3ac3-4f10-a742-9812edbe591e/model-vers/model-ver/e17bf563-7a13-4701-b853-11ed8cbb93d7?depth=0|INFO|500||InvokeReturn
2023-03-18T14:59:52.304Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-18T14:59:52.304Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-18T14:59:52.310Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-18T14:59:52.310Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 6a074a1e-4b47-4382-9b90-afa918276d12 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-18T14:59:52.310Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-18T14:59:52.310Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:59:52.311Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:59:52.311Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679151592310,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-18T14:59:53.337Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-18T14:59:53.337Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||DEBUG|500||received notification from broker: {"distributionID":"5e005e65-61df-4986-a087-00761a388674","serviceName":"Demo_pNF_Qv5TXucXv4n7mssXUGFK","serviceVersion":"1.0","serviceUUID":"73f959ea-1a0e-41cf-b2da-40f07fd6a9c2","serviceDescription":"catalog service description","serviceInvariantUUID":"86b31417-cd30-434e-93e4-34d81e182271","resources":[{"resourceInstanceName":"pNF 8ecb3a29-1699 0","resourceName":"pNF 8ecb3a29-1699","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"79d852b9-56e5-416f-9d37-4483b88de628","resourceInvariantUUID":"c45c5ef7-20e5-4b81-8392-6fbf8a0a1b25","resourceCustomizationUUID":"3e0c811d-9b69-4eb9-9e2f-6a46c31c8df1","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/resourceInstances/pnf8ecb3a2916990/artifacts/vf-license-model.xml","artifactChecksum":"ZjYwMDAwM2MyYWM5MThmNDNmMGIxMzExNzJmYzM1YzQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"fe22c4be-1d3d-49d6-aaf8-5fb691f2c5bb","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/resourceInstances/pnf8ecb3a2916990/artifacts/pNF.csar","artifactChecksum":"YTFmMWQ3MzViYWZhMGQ1ZThlNzU3Y2I3ZGNlYWU4YjA\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"aee06125-71e1-4665-8ce8-8f87625d3137","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/resourceInstances/pnf8ecb3a2916990/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"d0d177b6-7fdc-4b24-a378-3361c335ea57","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/resourceInstances/pnf8ecb3a2916990/artifacts/vendor-license-model.xml","artifactChecksum":"NmIzN2Y3YWJiZDEyYzZiMDEyNjdiMzJhNGM5MzQ1OGI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"b3fc6aeb-2efb-45ec-a7fe-d71b1477f76e","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/resourceInstances/pnf8ecb3a2916990/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"e7ba57a9-59ef-4efe-90bb-fffece281605","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/resourceInstances/pnf8ecb3a2916990/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"cc689d97-ea39-40b8-b7d1-5326d5b71836","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfQv5txucxv4n7mssxugfk-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-template.yml","artifactChecksum":"ZTJjZGFlZDI3YjNkYzI4ZWNlMWMyNmM5NGMwOGRiNmY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"036d837c-a9b5-4c6b-9026-ef8b033600cc","artifactVersion":"1"},{"artifactName":"service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar","artifactChecksum":"NmIzYzkyYzFlZjM3YjA3YjIzODQ5MzIxZjA4ODdmYTg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"a93044a0-e137-47cf-b45c-87a4ec92508e","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-18T14:59:53.338Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T14:59:53.338Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:59:53.338Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:59:53.339Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679151091704,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/resourceInstances/pnf8ecb3a2916990/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:59:54.340Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T14:59:54.341Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:59:54.341Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:59:54.341Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679151091704,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/resourceInstances/pnf8ecb3a2916990/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:59:55.343Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T14:59:55.343Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:59:55.344Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:59:55.344Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679151091704,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/resourceInstances/pnf8ecb3a2916990/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:59:56.346Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T14:59:56.346Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:59:56.347Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:59:56.347Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679151091704,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/resourceInstances/pnf8ecb3a2916990/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:59:57.348Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T14:59:57.349Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:59:57.349Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:59:57.349Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679151091704,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/resourceInstances/pnf8ecb3a2916990/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:59:58.351Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T14:59:58.351Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:59:58.352Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:59:58.352Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679151091704,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/resourceInstances/pnf8ecb3a2916990/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:59:58.919Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T14:59:58.925Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-18T14:59:58.925Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "74149d2a-f284-47d2-b2fa-4e2fc7be8f3e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679151550983,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-18T14:59:58.926Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:59:58.926Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-18T14:59:58.926Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679151091704,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T14:59:58.926Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:59:58.926Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-18T14:59:58.926Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679151091704,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2023-03-18T14:59:58.926Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:59:58.926Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-18T14:59:58.927Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679151091704,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-03-18T14:59:58.927Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:59:58.927Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-18T14:59:58.927Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679151091704,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T14:59:58.927Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:59:58.927Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-18T14:59:58.927Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679151091704,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-03-18T14:59:58.927Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:59:58.927Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-18T14:59:58.927Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679151091704,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T14:59:58.927Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:59:58.927Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-18T14:59:58.928Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679151091704,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-03-18T14:59:58.928Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:59:58.928Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-18T14:59:58.928Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679151559084,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-18T14:59:58.928Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:59:58.928Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-18T14:59:58.928Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679151560118,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 4b6dc8ac-cbfc-43c0-9e93-2760226914ae already exists"
}
2023-03-18T14:59:58.928Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:59:58.928Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-18T14:59:58.928Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679151561119,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 1903c123-2be6-499b-8524-c9a33406ad4f already exists"
}
2023-03-18T14:59:58.928Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:59:58.928Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-18T14:59:58.929Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679151592310,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-18T14:59:58.929Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:59:58.929Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-18T14:59:58.929Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679151091704,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/resourceInstances/pnf8ecb3a2916990/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T14:59:58.929Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:59:58.929Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-18T14:59:58.929Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679151091704,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/resourceInstances/pnf8ecb3a2916990/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-18T14:59:58.929Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:59:58.929Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-18T14:59:58.929Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679151091704,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/resourceInstances/pnf8ecb3a2916990/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-18T14:59:58.930Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:59:58.930Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-18T14:59:58.930Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679151091704,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/resourceInstances/pnf8ecb3a2916990/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T14:59:58.930Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:59:58.930Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-18T14:59:58.930Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679151091704,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/resourceInstances/pnf8ecb3a2916990/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T14:59:58.930Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:59:58.930Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-18T14:59:58.930Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679151091704,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/resourceInstances/pnf8ecb3a2916990/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T14:59:58.931Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T14:59:59.354Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T14:59:59.354Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T14:59:59.354Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T14:59:59.354Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679151091704,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:00:00.356Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T15:00:00.356Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:00:00.356Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:00:00.357Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679151091704,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:00:01.358Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "serviceName": "Demo_pNF_Qv5TXucXv4n7mssXUGFK",
  "serviceVersion": "1.0",
  "serviceUUID": "73f959ea-1a0e-41cf-b2da-40f07fd6a9c2",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "86b31417-cd30-434e-93e4-34d81e182271",
  "resources": [
    {
      "resourceInstanceName": "pNF 8ecb3a29-1699 0",
      "resourceCustomizationUUID": "3e0c811d-9b69-4eb9-9e2f-6a46c31c8df1",
      "resourceName": "pNF 8ecb3a29-1699",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "79d852b9-56e5-416f-9d37-4483b88de628",
      "resourceInvariantUUID": "c45c5ef7-20e5-4b81-8392-6fbf8a0a1b25",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar",
      "artifactChecksum": "NmIzYzkyYzFlZjM3YjA3YjIzODQ5MzIxZjA4ODdmYTg\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "a93044a0-e137-47cf-b45c-87a4ec92508e"
    }
  ],
  "workloadContext": "Production"
}
2023-03-18T15:00:01.358Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-18T15:00:01.358Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 73f959ea-1a0e-41cf-b2da-40f07fd6a9c2 ASDC
2023-03-18T15:00:01.359Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:5e005e65-61df-4986-a087-00761a388674
ServiceName:Demo_pNF_Qv5TXucXv4n7mssXUGFK
ServiceVersion:1.0
ServiceUUID:73f959ea-1a0e-41cf-b2da-40f07fd6a9c2
ServiceInvariantUUID:86b31417-cd30-434e-93e4-34d81e182271
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar
ArtifactUUID:a93044a0-e137-47cf-b45c-87a4ec92508e
ArtifactChecksum:NmIzYzkyYzFlZjM3YjA3YjIzODQ5MzIxZjA4ODdmYTg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 8ecb3a29-1699 0
ResourceCustomizationUUID:3e0c811d-9b69-4eb9-9e2f-6a46c31c8df1
ResourceInvariantUUID:c45c5ef7-20e5-4b81-8392-6fbf8a0a1b25
ResourceName:pNF 8ecb3a29-1699
ResourceType:PNF
ResourceUUID:79d852b9-56e5-416f-9d37-4483b88de628
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-18T15:00:01.359Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 73f959ea-1a0e-41cf-b2da-40f07fd6a9c2 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: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-18T15:00:01.391Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-18T15:00:01.392Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-03-18T15:00:01.392Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-03-18T15:00:01.392Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: a93044a0-e137-47cf-b45c-87a4ec92508e from URL: /sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar
2023-03-18T15:00:01.392Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||INFO|500||DistributionClient - download
2023-03-18T15:00:01.392Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar
2023-03-18T15:00:01.604Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2023-03-18T15:00:01.610Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar a93044a0-e137-47cf-b45c-87a4ec92508e 88004
2023-03-18T15:00:01.610Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar ASDC sendASDCNotification
2023-03-18T15:00:01.610Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar
2023-03-18T15:00:01.611Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-18T15:00:01.611Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:00:01.611Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:00:01.611Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679151601610,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:00:02.613Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-18T15:00:02.614Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-03-18T15:00:02.614Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: a93044a0-e137-47cf-b45c-87a4ec92508e, URL: /sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar to file: /app/ASDC/1/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar
2023-03-18T15:00:02.614Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar
2023-03-18T15:00:02.615Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar
2023-03-18T15:00:02.615Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar
2023-03-18T15:00:02.701Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5227607309810806574/Definitions/service-DemoPnfQv5txucxv4n7mssxugfk-template.yml
2023-03-18T15:00:03.180Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-18T15:00:03.180Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||WARN|500||####################################################################################################
2023-03-18T15:00:03.180Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar
2023-03-18T15:00:03.180Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-18T15:00:03.180Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||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-DemoPnfQv5txucxv4n7mssxugfk-csar.csar
2023-03-18T15:00:03.180Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar
2023-03-18T15:00:03.180Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||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-DemoPnfQv5txucxv4n7mssxugfk-csar.csar
2023-03-18T15:00:03.180Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar
2023-03-18T15:00:03.180Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar
2023-03-18T15:00:03.181Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 8ecb3a29-1699 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-DemoPnfQv5txucxv4n7mssxugfk-csar.csar
2023-03-18T15:00:03.181Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar
2023-03-18T15:00:03.181Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||WARN|500||####################################################################################################
2023-03-18T15:00:03.181Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T15:00:03.181Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_Qv5TXucXv4n7mssXUGFK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T15:00:03.181Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||DEBUG|500||Node template pNF 8ecb3a29-1699 0 is matching search criteria
2023-03-18T15:00:03.181Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2023-03-18T15:00:03.181Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||DEBUG|500||Found topology templates [pNF 8ecb3a29-1699 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-18T15:00:03.181Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T15:00:03.181Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_Qv5TXucXv4n7mssXUGFK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T15:00:03.181Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||DEBUG|500||Node template pNF 8ecb3a29-1699 0 is matching search criteria
2023-03-18T15:00:03.181Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2023-03-18T15:00:03.181Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||DEBUG|500||Found topology templates [pNF 8ecb3a29-1699 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-18T15:00:03.181Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T15:00:03.181Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_Qv5TXucXv4n7mssXUGFK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T15:00:03.181Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T15:00:03.182Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_Qv5TXucXv4n7mssXUGFK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T15:00:03.182Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T15:00:03.182Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_Qv5TXucXv4n7mssXUGFK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T15:00:03.182Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T15:00:03.182Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_Qv5TXucXv4n7mssXUGFK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T15:00:03.182Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T15:00:03.182Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_Qv5TXucXv4n7mssXUGFK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T15:00:03.182Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_Qv5TXucXv4n7mssXUGFK
Description:catalog service description
Model UUID:73f959ea-1a0e-41cf-b2da-40f07fd6a9c2
Model Version:NULL
Model InvariantUuid:86b31417-cd30-434e-93e4-34d81e182271
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=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-03-18T15:00:03.216Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||ERROR|500||Csar with UUID: a93044a0-e137-47cf-b45c-87a4ec92508e already exists
2023-03-18T15:00:03.217Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar ASDC sendASDCNotification
2023-03-18T15:00:03.217Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar(Csar with UUID: a93044a0-e137-47cf-b45c-87a4ec92508e already exists)
2023-03-18T15:00:03.217Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-18T15:00:03.217Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:00:03.217Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:00:03.217Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679151603217,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: a93044a0-e137-47cf-b45c-87a4ec92508e already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:00:04.218Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar ASDC sendASDCNotification
2023-03-18T15:00:04.218Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar(Resource with UUID: 79d852b9-56e5-416f-9d37-4483b88de628 already exists)
2023-03-18T15:00:04.218Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-18T15:00:04.219Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:00:04.219Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:00:04.219Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679151604218,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 79d852b9-56e5-416f-9d37-4483b88de628 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:00:05.219Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5e005e65-61df-4986-a087-00761a388674
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T15:00:05.238Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5e005e65-61df-4986-a087-00761a388674
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T15:00:05.241Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-18T15:00:05.242Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-18T15:00:05.242Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-18T15:00:05.242Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-18T15:00:05.242Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T15:00:05.242Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T15:00:05.242Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T15:00:05.242Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T15:00:05.242Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T15:00:05.242Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T15:00:05.242Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-18T15:00:05.252Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-18T15:00:35.253Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 5e005e65-61df-4986-a087-00761a388674 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-18T15:00:35.262Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 5e005e65-61df-4986-a087-00761a388674 and serviceModelVersionId: 73f959ea-1a0e-41cf-b2da-40f07fd6a9c2
2023-03-18T15:00:35.262Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 86b31417-cd30-434e-93e4-34d81e182271
2023-03-18T15:00:35.263Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/86b31417-cd30-434e-93e4-34d81e182271/model-vers/model-ver/73f959ea-1a0e-41cf-b2da-40f07fd6a9c2?depth=0
2023-03-18T15:00:35.268Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2023-03-18T15:00:35.278Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/86b31417-cd30-434e-93e4-34d81e182271/model-vers/model-ver/73f959ea-1a0e-41cf-b2da-40f07fd6a9c2?depth=0|INFO|500||Invoke
2023-03-18T15:00:35.278Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/86b31417-cd30-434e-93e4-34d81e182271/model-vers/model-ver/73f959ea-1a0e-41cf-b2da-40f07fd6a9c2?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/86b31417-cd30-434e-93e4-34d81e182271/model-vers/model-ver/73f959ea-1a0e-41cf-b2da-40f07fd6a9c2?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[5e005e65-61df-4986-a087-00761a388674], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[bc1d92d3-dd02-4f98-8e2b-7909faf5e060], X-ECOMP-RequestID=[5e005e65-61df-4986-a087-00761a388674], X-TransactionId=[], X-ONAP-RequestID=[5e005e65-61df-4986-a087-00761a388674], Content-Type=[application/merge-patch+json]}
2023-03-18T15:00:35.288Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/86b31417-cd30-434e-93e4-34d81e182271/model-vers/model-ver/73f959ea-1a0e-41cf-b2da-40f07fd6a9c2?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-18T15:00:35.394Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/86b31417-cd30-434e-93e4-34d81e182271/model-vers/model-ver/73f959ea-1a0e-41cf-b2da-40f07fd6a9c2?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/86b31417-cd30-434e-93e4-34d81e182271/model-vers/model-ver/73f959ea-1a0e-41cf-b2da-40f07fd6a9c2?depth=0 has http status code:200 and response headers:{date=[Sat, 18 Mar 2023 15:00:34 GMT], content-length=[0], vertex-id=[204904], x-aai-txid=[1-aai-resources-230318-15:00:34:989-45165], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-18T15:00:35.395Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/86b31417-cd30-434e-93e4-34d81e182271/model-vers/model-ver/73f959ea-1a0e-41cf-b2da-40f07fd6a9c2?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-18T15:00:35.395Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/86b31417-cd30-434e-93e4-34d81e182271/model-vers/model-ver/73f959ea-1a0e-41cf-b2da-40f07fd6a9c2?depth=0|INFO|500||InvokeReturn
2023-03-18T15:00:35.395Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-18T15:00:35.396Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-18T15:00:35.402Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-18T15:00:35.402Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 5e005e65-61df-4986-a087-00761a388674 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-18T15:00:35.402Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-18T15:00:35.402Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:00:35.402Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:00:35.402Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679151635402,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-18T15:00:36.425Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-18T15:00:36.425Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||DEBUG|500||received notification from broker: {"distributionID":"b26959c2-c6ca-4cf7-9cdd-576be04a9c92","serviceName":"Demo_pNF_M5QKMfmDLPuLyaz8OWr9","serviceVersion":"1.0","serviceUUID":"c315cbb3-fd53-45ce-8b0b-ad3e84c78918","serviceDescription":"catalog service description","serviceInvariantUUID":"a46a4505-8d20-4c38-8d99-1b181bf22700","resources":[{"resourceInstanceName":"pNF 66b89d6a-37e2 0","resourceName":"pNF 66b89d6a-37e2","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"5cb48981-5482-4843-a71a-1ebe978a5e90","resourceInvariantUUID":"067cbf90-981e-43f3-86b6-aee782d22bba","resourceCustomizationUUID":"84e6e64b-76cd-40cf-86fd-15855e6c2efb","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/resourceInstances/pnf66b89d6a37e20/artifacts/vf-license-model.xml","artifactChecksum":"NmE3OGI0M2NhMTkzNzdlZjJiNzk5YWUzOGVkODUwZTQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"7cbe96a6-d4de-40e4-9f5f-7effc4b8523d","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/resourceInstances/pnf66b89d6a37e20/artifacts/pNF.csar","artifactChecksum":"YTFmMWQ3MzViYWZhMGQ1ZThlNzU3Y2I3ZGNlYWU4YjA\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"7fd2d8fc-6c10-444b-93e4-8ebf25d579b5","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/resourceInstances/pnf66b89d6a37e20/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"62304596-99e5-46f3-868d-189f9dacc577","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/resourceInstances/pnf66b89d6a37e20/artifacts/vendor-license-model.xml","artifactChecksum":"YzhhZjQxZjBiNGEwYTBlMTMwMDYwZmQ3ZjM5OWY1MTY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"c98a30f6-a6ab-4b74-9a89-a4282ace9636","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/resourceInstances/pnf66b89d6a37e20/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"6ba69e42-ade7-45c2-a4ec-3b8f081071f9","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/resourceInstances/pnf66b89d6a37e20/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"2afae58f-afd7-42b0-ae19-62fbbccae66e","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfM5qkmfmdlpulyaz8owr9-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/artifacts/service-DemoPnfM5qkmfmdlpulyaz8owr9-template.yml","artifactChecksum":"NDU2YjRjNDEyNWEwZGVkZjBjNDY2MTJmOTFhNzRhYzk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"181d2352-caba-4b3f-999f-926eb0949ab9","artifactVersion":"1"},{"artifactName":"service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/artifacts/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar","artifactChecksum":"ZWMyYmIzM2U4YmVmYmIwYmU1ZDhjODY4NGEyYTI4NjI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"fdcf7f15-35cd-49a2-839b-26e97623a9bc","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-18T15:00:36.425Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T15:00:36.425Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:00:36.425Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:00:36.425Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679151091704,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/resourceInstances/pnf66b89d6a37e20/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:00:37.426Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T15:00:37.426Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:00:37.426Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:00:37.426Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679151091704,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/resourceInstances/pnf66b89d6a37e20/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:00:38.427Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T15:00:38.427Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:00:38.428Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:00:38.428Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679151091704,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/resourceInstances/pnf66b89d6a37e20/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:00:39.428Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T15:00:39.428Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:00:39.429Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:00:39.429Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679151091704,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/resourceInstances/pnf66b89d6a37e20/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:00:40.429Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T15:00:40.429Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:00:40.430Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:00:40.430Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679151091704,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/resourceInstances/pnf66b89d6a37e20/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:00:41.430Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T15:00:41.430Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:00:41.431Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:00:41.431Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679151091704,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/resourceInstances/pnf66b89d6a37e20/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:00:42.431Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T15:00:42.431Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:00:42.431Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:00:42.431Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679151091704,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/artifacts/service-DemoPnfM5qkmfmdlpulyaz8owr9-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:00:43.432Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T15:00:43.432Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:00:43.432Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:00:43.432Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679151091704,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/artifacts/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:00:44.433Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "serviceName": "Demo_pNF_M5QKMfmDLPuLyaz8OWr9",
  "serviceVersion": "1.0",
  "serviceUUID": "c315cbb3-fd53-45ce-8b0b-ad3e84c78918",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "a46a4505-8d20-4c38-8d99-1b181bf22700",
  "resources": [
    {
      "resourceInstanceName": "pNF 66b89d6a-37e2 0",
      "resourceCustomizationUUID": "84e6e64b-76cd-40cf-86fd-15855e6c2efb",
      "resourceName": "pNF 66b89d6a-37e2",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "5cb48981-5482-4843-a71a-1ebe978a5e90",
      "resourceInvariantUUID": "067cbf90-981e-43f3-86b6-aee782d22bba",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/artifacts/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar",
      "artifactChecksum": "ZWMyYmIzM2U4YmVmYmIwYmU1ZDhjODY4NGEyYTI4NjI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "fdcf7f15-35cd-49a2-839b-26e97623a9bc"
    }
  ],
  "workloadContext": "Production"
}
2023-03-18T15:00:44.433Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-18T15:00:44.433Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 c315cbb3-fd53-45ce-8b0b-ad3e84c78918 ASDC
2023-03-18T15:00:44.433Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:b26959c2-c6ca-4cf7-9cdd-576be04a9c92
ServiceName:Demo_pNF_M5QKMfmDLPuLyaz8OWr9
ServiceVersion:1.0
ServiceUUID:c315cbb3-fd53-45ce-8b0b-ad3e84c78918
ServiceInvariantUUID:a46a4505-8d20-4c38-8d99-1b181bf22700
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/artifacts/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar
ArtifactUUID:fdcf7f15-35cd-49a2-839b-26e97623a9bc
ArtifactChecksum:ZWMyYmIzM2U4YmVmYmIwYmU1ZDhjODY4NGEyYTI4NjI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 66b89d6a-37e2 0
ResourceCustomizationUUID:84e6e64b-76cd-40cf-86fd-15855e6c2efb
ResourceInvariantUUID:067cbf90-981e-43f3-86b6-aee782d22bba
ResourceName:pNF 66b89d6a-37e2
ResourceType:PNF
ResourceUUID:5cb48981-5482-4843-a71a-1ebe978a5e90
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-18T15:00:44.433Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF c315cbb3-fd53-45ce-8b0b-ad3e84c78918 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: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-18T15:00:44.467Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-18T15:00:44.467Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-03-18T15:00:44.468Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-03-18T15:00:44.468Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: fdcf7f15-35cd-49a2-839b-26e97623a9bc from URL: /sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/artifacts/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar
2023-03-18T15:00:44.468Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||INFO|500||DistributionClient - download
2023-03-18T15:00:44.468Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/artifacts/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar
2023-03-18T15:00:44.712Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2023-03-18T15:00:44.717Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/artifacts/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar fdcf7f15-35cd-49a2-839b-26e97623a9bc 88022
2023-03-18T15:00:44.717Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/artifacts/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar ASDC sendASDCNotification
2023-03-18T15:00:44.717Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/artifacts/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar
2023-03-18T15:00:44.717Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-18T15:00:44.717Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:00:44.717Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:00:44.718Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679151644717,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/artifacts/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:00:45.719Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-18T15:00:45.719Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-03-18T15:00:45.719Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: fdcf7f15-35cd-49a2-839b-26e97623a9bc, URL: /sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/artifacts/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar to file: /app/ASDC/1/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar
2023-03-18T15:00:45.720Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar
2023-03-18T15:00:45.720Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar
2023-03-18T15:00:45.720Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar
2023-03-18T15:00:45.791Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4860564251724423388/Definitions/service-DemoPnfM5qkmfmdlpulyaz8owr9-template.yml
2023-03-18T15:00:46.292Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-18T15:00:46.292Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||WARN|500||####################################################################################################
2023-03-18T15:00:46.292Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar
2023-03-18T15:00:46.292Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-18T15:00:46.292Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||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-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar
2023-03-18T15:00:46.292Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar
2023-03-18T15:00:46.292Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||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-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar
2023-03-18T15:00:46.292Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 66b89d6a-37e2 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-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar
2023-03-18T15:00:46.292Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar
2023-03-18T15:00:46.292Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar
2023-03-18T15:00:46.292Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar
2023-03-18T15:00:46.292Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||WARN|500||####################################################################################################
2023-03-18T15:00:46.292Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T15:00:46.292Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_M5QKMfmDLPuLyaz8OWr9 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T15:00:46.292Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||DEBUG|500||Node template pNF 66b89d6a-37e2 0 is matching search criteria
2023-03-18T15:00:46.292Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2023-03-18T15:00:46.292Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||DEBUG|500||Found topology templates [pNF 66b89d6a-37e2 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-18T15:00:46.292Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T15:00:46.292Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_M5QKMfmDLPuLyaz8OWr9 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T15:00:46.292Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||DEBUG|500||Node template pNF 66b89d6a-37e2 0 is matching search criteria
2023-03-18T15:00:46.292Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2023-03-18T15:00:46.292Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||DEBUG|500||Found topology templates [pNF 66b89d6a-37e2 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-18T15:00:46.293Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T15:00:46.293Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_M5QKMfmDLPuLyaz8OWr9 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T15:00:46.293Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T15:00:46.293Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_M5QKMfmDLPuLyaz8OWr9 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T15:00:46.293Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T15:00:46.293Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_M5QKMfmDLPuLyaz8OWr9 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T15:00:46.293Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T15:00:46.293Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_M5QKMfmDLPuLyaz8OWr9 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T15:00:46.293Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T15:00:46.293Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_M5QKMfmDLPuLyaz8OWr9 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T15:00:46.293Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_M5QKMfmDLPuLyaz8OWr9
Description:catalog service description
Model UUID:c315cbb3-fd53-45ce-8b0b-ad3e84c78918
Model Version:NULL
Model InvariantUuid:a46a4505-8d20-4c38-8d99-1b181bf22700
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=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-03-18T15:00:46.322Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||ERROR|500||Csar with UUID: fdcf7f15-35cd-49a2-839b-26e97623a9bc already exists
2023-03-18T15:00:46.322Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/artifacts/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar ASDC sendASDCNotification
2023-03-18T15:00:46.322Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/artifacts/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar(Csar with UUID: fdcf7f15-35cd-49a2-839b-26e97623a9bc already exists)
2023-03-18T15:00:46.322Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-18T15:00:46.322Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:00:46.322Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:00:46.322Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679151646322,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/artifacts/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: fdcf7f15-35cd-49a2-839b-26e97623a9bc already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:00:47.323Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/artifacts/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar ASDC sendASDCNotification
2023-03-18T15:00:47.323Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/artifacts/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar(Resource with UUID: 5cb48981-5482-4843-a71a-1ebe978a5e90 already exists)
2023-03-18T15:00:47.323Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-18T15:00:47.324Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:00:47.324Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:00:47.324Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679151647323,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/artifacts/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 5cb48981-5482-4843-a71a-1ebe978a5e90 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:00:48.324Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b26959c2-c6ca-4cf7-9cdd-576be04a9c92
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T15:00:48.341Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b26959c2-c6ca-4cf7-9cdd-576be04a9c92
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T15:00:48.343Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-18T15:00:48.344Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-18T15:00:48.344Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-18T15:00:48.344Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-18T15:00:48.344Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T15:00:48.344Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T15:00:48.344Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T15:00:48.344Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T15:00:48.344Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T15:00:48.344Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T15:00:48.344Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-18T15:00:48.353Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-18T15:00:58.919Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:00:58.921Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-18T15:00:58.921Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679151091704,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T15:00:58.922Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:01:18.354Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: b26959c2-c6ca-4cf7-9cdd-576be04a9c92 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-18T15:01:18.366Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: b26959c2-c6ca-4cf7-9cdd-576be04a9c92 and serviceModelVersionId: c315cbb3-fd53-45ce-8b0b-ad3e84c78918
2023-03-18T15:01:18.366Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : a46a4505-8d20-4c38-8d99-1b181bf22700
2023-03-18T15:01:18.367Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/a46a4505-8d20-4c38-8d99-1b181bf22700/model-vers/model-ver/c315cbb3-fd53-45ce-8b0b-ad3e84c78918?depth=0
2023-03-18T15:01:18.371Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2023-03-18T15:01:18.386Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a46a4505-8d20-4c38-8d99-1b181bf22700/model-vers/model-ver/c315cbb3-fd53-45ce-8b0b-ad3e84c78918?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-03-18T15:01:18.387Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a46a4505-8d20-4c38-8d99-1b181bf22700/model-vers/model-ver/c315cbb3-fd53-45ce-8b0b-ad3e84c78918?depth=0|INFO|500||Invoke
2023-03-18T15:01:18.396Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a46a4505-8d20-4c38-8d99-1b181bf22700/model-vers/model-ver/c315cbb3-fd53-45ce-8b0b-ad3e84c78918?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-18T15:01:18.547Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a46a4505-8d20-4c38-8d99-1b181bf22700/model-vers/model-ver/c315cbb3-fd53-45ce-8b0b-ad3e84c78918?depth=0|INFO|500||InvokeReturn
2023-03-18T15:01:18.548Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a46a4505-8d20-4c38-8d99-1b181bf22700/model-vers/model-ver/c315cbb3-fd53-45ce-8b0b-ad3e84c78918?depth=0 has http status code:200 and response headers:{date=[Sat, 18 Mar 2023 15:01:18 GMT], content-length=[0], vertex-id=[217192], x-aai-txid=[2-aai-resources-230318-15:01:18:098-14182], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-18T15:01:18.548Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||DEBUG|500||Response was returned with an empty entity.
2023-03-18T15:01:18.548Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-18T15:01:18.548Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-18T15:01:18.555Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-18T15:01:18.555Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID b26959c2-c6ca-4cf7-9cdd-576be04a9c92 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-18T15:01:18.556Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-18T15:01:18.556Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:01:18.556Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:01:18.556Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679151678556,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-18T15:01:19.579Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-18T15:01:19.580Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||DEBUG|500||received notification from broker: {"distributionID":"d6b70362-b450-41db-97c4-ea1285deb273","serviceName":"Demo_pNF_0QRYBIFHiGDyVijApwKS","serviceVersion":"1.0","serviceUUID":"b4fd06db-c144-4037-bb56-9f4d170dc33e","serviceDescription":"catalog service description","serviceInvariantUUID":"4a6b6367-2484-4aa3-9126-d96b480457a8","resources":[{"resourceInstanceName":"pNF 8b249c54-8f1f 0","resourceName":"pNF 8b249c54-8f1f","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"a880e813-b7b0-402c-bffe-74c020d69311","resourceInvariantUUID":"62a7990d-54b9-488c-9976-952482e2993f","resourceCustomizationUUID":"eb0ac2ec-e902-44af-9274-4b7b602bc8c8","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/resourceInstances/pnf8b249c548f1f0/artifacts/vf-license-model.xml","artifactChecksum":"YWEyOGU2NjliMDg5ZDU1NzYwMDhlOTYzNmI4NGZhMzM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"d2ed05b3-c79a-4dce-b90e-d0d7508a3b45","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/resourceInstances/pnf8b249c548f1f0/artifacts/pNF.csar","artifactChecksum":"YTFmMWQ3MzViYWZhMGQ1ZThlNzU3Y2I3ZGNlYWU4YjA\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"8c5f255b-5ba0-461e-8009-527fa558f0ef","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/resourceInstances/pnf8b249c548f1f0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"a4927c34-4090-4c7c-85be-5bfcd5208e7f","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/resourceInstances/pnf8b249c548f1f0/artifacts/vendor-license-model.xml","artifactChecksum":"ZGFjMzBhNjdmYWNhNzZkY2Y1ODcwNmIzODQzMjQ0Yzc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"68e219be-7fd3-4c2f-942d-b58362470046","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/resourceInstances/pnf8b249c548f1f0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"e7878e48-de75-42bd-a2da-c03807bb7be5","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/resourceInstances/pnf8b249c548f1f0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"d4b706a9-5523-4974-846d-b745b2a21dda","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnf0qrybifhigdyvijapwks-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/artifacts/service-DemoPnf0qrybifhigdyvijapwks-template.yml","artifactChecksum":"NjU3ZjBkNGJkNDc4ZWE3Y2M3Njk5NTc3MzNjYmY1YmY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"fdaf04f2-ae49-424a-bb42-d2906911e5ff","artifactVersion":"1"},{"artifactName":"service-DemoPnf0qrybifhigdyvijapwks-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/artifacts/service-DemoPnf0qrybifhigdyvijapwks-csar.csar","artifactChecksum":"MzljYTA3Yjk4Nzg5NjI5MTU3MDE1YTYwNjFmNTc1MTk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"7c894985-6ce0-4ae6-b963-98a29a50f1d8","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-18T15:01:19.580Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T15:01:19.580Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:01:19.580Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:01:19.580Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "d6b70362-b450-41db-97c4-ea1285deb273",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679151091704,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/resourceInstances/pnf8b249c548f1f0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:01:20.580Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T15:01:20.581Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:01:20.581Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:01:20.581Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "d6b70362-b450-41db-97c4-ea1285deb273",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679151091704,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/resourceInstances/pnf8b249c548f1f0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:01:21.582Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T15:01:21.582Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:01:21.583Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:01:21.583Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "d6b70362-b450-41db-97c4-ea1285deb273",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679151091704,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/resourceInstances/pnf8b249c548f1f0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:01:22.583Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T15:01:22.584Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:01:22.584Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:01:22.584Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "d6b70362-b450-41db-97c4-ea1285deb273",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679151091704,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/resourceInstances/pnf8b249c548f1f0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:01:23.584Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T15:01:23.585Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:01:23.585Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:01:23.585Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "d6b70362-b450-41db-97c4-ea1285deb273",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679151091704,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/resourceInstances/pnf8b249c548f1f0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:01:24.586Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T15:01:24.586Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:01:24.586Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:01:24.586Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "d6b70362-b450-41db-97c4-ea1285deb273",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679151091704,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/resourceInstances/pnf8b249c548f1f0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:01:25.587Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T15:01:25.587Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:01:25.587Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:01:25.587Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "d6b70362-b450-41db-97c4-ea1285deb273",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679151091704,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/artifacts/service-DemoPnf0qrybifhigdyvijapwks-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:01:26.588Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T15:01:26.589Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:01:26.589Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:01:26.589Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "d6b70362-b450-41db-97c4-ea1285deb273",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679151091704,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/artifacts/service-DemoPnf0qrybifhigdyvijapwks-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:01:27.591Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "d6b70362-b450-41db-97c4-ea1285deb273",
  "serviceName": "Demo_pNF_0QRYBIFHiGDyVijApwKS",
  "serviceVersion": "1.0",
  "serviceUUID": "b4fd06db-c144-4037-bb56-9f4d170dc33e",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "4a6b6367-2484-4aa3-9126-d96b480457a8",
  "resources": [
    {
      "resourceInstanceName": "pNF 8b249c54-8f1f 0",
      "resourceCustomizationUUID": "eb0ac2ec-e902-44af-9274-4b7b602bc8c8",
      "resourceName": "pNF 8b249c54-8f1f",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "a880e813-b7b0-402c-bffe-74c020d69311",
      "resourceInvariantUUID": "62a7990d-54b9-488c-9976-952482e2993f",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnf0qrybifhigdyvijapwks-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/artifacts/service-DemoPnf0qrybifhigdyvijapwks-csar.csar",
      "artifactChecksum": "MzljYTA3Yjk4Nzg5NjI5MTU3MDE1YTYwNjFmNTc1MTk\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "7c894985-6ce0-4ae6-b963-98a29a50f1d8"
    }
  ],
  "workloadContext": "Production"
}
2023-03-18T15:01:27.591Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-18T15:01:27.591Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 b4fd06db-c144-4037-bb56-9f4d170dc33e ASDC
2023-03-18T15:01:27.592Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:d6b70362-b450-41db-97c4-ea1285deb273
ServiceName:Demo_pNF_0QRYBIFHiGDyVijApwKS
ServiceVersion:1.0
ServiceUUID:b4fd06db-c144-4037-bb56-9f4d170dc33e
ServiceInvariantUUID:4a6b6367-2484-4aa3-9126-d96b480457a8
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnf0qrybifhigdyvijapwks-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/artifacts/service-DemoPnf0qrybifhigdyvijapwks-csar.csar
ArtifactUUID:7c894985-6ce0-4ae6-b963-98a29a50f1d8
ArtifactChecksum:MzljYTA3Yjk4Nzg5NjI5MTU3MDE1YTYwNjFmNTc1MTk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 8b249c54-8f1f 0
ResourceCustomizationUUID:eb0ac2ec-e902-44af-9274-4b7b602bc8c8
ResourceInvariantUUID:62a7990d-54b9-488c-9976-952482e2993f
ResourceName:pNF 8b249c54-8f1f
ResourceType:PNF
ResourceUUID:a880e813-b7b0-402c-bffe-74c020d69311
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-18T15:01:27.592Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF b4fd06db-c144-4037-bb56-9f4d170dc33e 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: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-18T15:01:27.630Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-18T15:01:27.630Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-03-18T15:01:27.630Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-03-18T15:01:27.631Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 7c894985-6ce0-4ae6-b963-98a29a50f1d8 from URL: /sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/artifacts/service-DemoPnf0qrybifhigdyvijapwks-csar.csar
2023-03-18T15:01:27.631Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||INFO|500||DistributionClient - download
2023-03-18T15:01:27.631Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/artifacts/service-DemoPnf0qrybifhigdyvijapwks-csar.csar
2023-03-18T15:01:27.879Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2023-03-18T15:01:27.884Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/artifacts/service-DemoPnf0qrybifhigdyvijapwks-csar.csar 7c894985-6ce0-4ae6-b963-98a29a50f1d8 88013
2023-03-18T15:01:27.885Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/artifacts/service-DemoPnf0qrybifhigdyvijapwks-csar.csar ASDC sendASDCNotification
2023-03-18T15:01:27.894Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/artifacts/service-DemoPnf0qrybifhigdyvijapwks-csar.csar
2023-03-18T15:01:27.894Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-18T15:01:27.894Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:01:27.894Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:01:27.894Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "d6b70362-b450-41db-97c4-ea1285deb273",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679151687885,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/artifacts/service-DemoPnf0qrybifhigdyvijapwks-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:01:28.895Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-18T15:01:28.896Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-03-18T15:01:28.896Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 7c894985-6ce0-4ae6-b963-98a29a50f1d8, URL: /sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/artifacts/service-DemoPnf0qrybifhigdyvijapwks-csar.csar to file: /app/ASDC/1/service-DemoPnf0qrybifhigdyvijapwks-csar.csar
2023-03-18T15:01:28.897Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnf0qrybifhigdyvijapwks-csar.csar
2023-03-18T15:01:28.897Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnf0qrybifhigdyvijapwks-csar.csar
2023-03-18T15:01:28.898Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnf0qrybifhigdyvijapwks-csar.csar
2023-03-18T15:01:28.966Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9029558992830020082/Definitions/service-DemoPnf0qrybifhigdyvijapwks-template.yml
2023-03-18T15:01:29.493Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-18T15:01:29.493Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||WARN|500||####################################################################################################
2023-03-18T15:01:29.493Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnf0qrybifhigdyvijapwks-csar.csar
2023-03-18T15:01:29.493Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-18T15:01:29.493Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||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-DemoPnf0qrybifhigdyvijapwks-csar.csar
2023-03-18T15:01:29.494Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnf0qrybifhigdyvijapwks-csar.csar
2023-03-18T15:01:29.494Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||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-DemoPnf0qrybifhigdyvijapwks-csar.csar
2023-03-18T15:01:29.494Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf0qrybifhigdyvijapwks-csar.csar
2023-03-18T15:01:29.494Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 8b249c54-8f1f 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-DemoPnf0qrybifhigdyvijapwks-csar.csar
2023-03-18T15:01:29.494Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf0qrybifhigdyvijapwks-csar.csar
2023-03-18T15:01:29.494Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf0qrybifhigdyvijapwks-csar.csar
2023-03-18T15:01:29.494Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||WARN|500||####################################################################################################
2023-03-18T15:01:29.494Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T15:01:29.494Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_0QRYBIFHiGDyVijApwKS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T15:01:29.494Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||DEBUG|500||Node template pNF 8b249c54-8f1f 0 is matching search criteria
2023-03-18T15:01:29.494Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2023-03-18T15:01:29.494Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||DEBUG|500||Found topology templates [pNF 8b249c54-8f1f 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-18T15:01:29.494Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T15:01:29.495Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_0QRYBIFHiGDyVijApwKS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T15:01:29.495Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||DEBUG|500||Node template pNF 8b249c54-8f1f 0 is matching search criteria
2023-03-18T15:01:29.495Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2023-03-18T15:01:29.495Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||DEBUG|500||Found topology templates [pNF 8b249c54-8f1f 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-18T15:01:29.495Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T15:01:29.495Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_0QRYBIFHiGDyVijApwKS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T15:01:29.495Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T15:01:29.495Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_0QRYBIFHiGDyVijApwKS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T15:01:29.495Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T15:01:29.495Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_0QRYBIFHiGDyVijApwKS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T15:01:29.495Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T15:01:29.495Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_0QRYBIFHiGDyVijApwKS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T15:01:29.495Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T15:01:29.495Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_0QRYBIFHiGDyVijApwKS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T15:01:29.495Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_0QRYBIFHiGDyVijApwKS
Description:catalog service description
Model UUID:b4fd06db-c144-4037-bb56-9f4d170dc33e
Model Version:NULL
Model InvariantUuid:4a6b6367-2484-4aa3-9126-d96b480457a8
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=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-03-18T15:01:29.523Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||ERROR|500||Csar with UUID: 7c894985-6ce0-4ae6-b963-98a29a50f1d8 already exists
2023-03-18T15:01:29.523Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/artifacts/service-DemoPnf0qrybifhigdyvijapwks-csar.csar ASDC sendASDCNotification
2023-03-18T15:01:29.523Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/artifacts/service-DemoPnf0qrybifhigdyvijapwks-csar.csar(Csar with UUID: 7c894985-6ce0-4ae6-b963-98a29a50f1d8 already exists)
2023-03-18T15:01:29.523Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-18T15:01:29.523Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:01:29.523Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:01:29.523Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "d6b70362-b450-41db-97c4-ea1285deb273",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679151689523,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/artifacts/service-DemoPnf0qrybifhigdyvijapwks-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 7c894985-6ce0-4ae6-b963-98a29a50f1d8 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:01:30.524Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/artifacts/service-DemoPnf0qrybifhigdyvijapwks-csar.csar ASDC sendASDCNotification
2023-03-18T15:01:30.524Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/artifacts/service-DemoPnf0qrybifhigdyvijapwks-csar.csar(Resource with UUID: a880e813-b7b0-402c-bffe-74c020d69311 already exists)
2023-03-18T15:01:30.524Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-18T15:01:30.525Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:01:30.525Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:01:30.525Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "d6b70362-b450-41db-97c4-ea1285deb273",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679151690524,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/artifacts/service-DemoPnf0qrybifhigdyvijapwks-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: a880e813-b7b0-402c-bffe-74c020d69311 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:01:31.526Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d6b70362-b450-41db-97c4-ea1285deb273
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T15:01:31.544Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d6b70362-b450-41db-97c4-ea1285deb273
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T15:01:31.547Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-18T15:01:31.547Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-18T15:01:31.547Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-18T15:01:31.547Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-18T15:01:31.547Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T15:01:31.547Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T15:01:31.547Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T15:01:31.548Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T15:01:31.548Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T15:01:31.548Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T15:01:31.548Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-18T15:01:31.557Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-18T15:01:58.920Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:01:58.922Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-18T15:01:58.922Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679151091704,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar",
  "status": "NOTIFIED"
}
2023-03-18T15:01:58.923Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:01:58.923Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-18T15:01:58.924Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679151601610,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-18T15:01:58.924Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:01:58.925Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-18T15:01:58.925Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679151603217,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: a93044a0-e137-47cf-b45c-87a4ec92508e already exists"
}
2023-03-18T15:01:58.925Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:01:58.925Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-18T15:01:58.925Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679151604218,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 79d852b9-56e5-416f-9d37-4483b88de628 already exists"
}
2023-03-18T15:01:58.925Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:01:58.925Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-18T15:01:58.925Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679151635402,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-18T15:01:58.925Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:01:58.925Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-18T15:01:58.925Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679151091704,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/resourceInstances/pnf66b89d6a37e20/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T15:01:58.925Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:01:58.926Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-18T15:01:58.926Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679151091704,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/resourceInstances/pnf66b89d6a37e20/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-18T15:01:58.926Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:01:58.926Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-18T15:01:58.926Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679151091704,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/resourceInstances/pnf66b89d6a37e20/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-18T15:01:58.926Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:01:58.926Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-18T15:01:58.926Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679151091704,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/resourceInstances/pnf66b89d6a37e20/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T15:01:58.926Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:01:58.926Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-18T15:01:58.926Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679151091704,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/resourceInstances/pnf66b89d6a37e20/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T15:01:58.926Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:01:58.926Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-18T15:01:58.926Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679151091704,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/resourceInstances/pnf66b89d6a37e20/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T15:01:58.927Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:01:58.927Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-18T15:01:58.927Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679151091704,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/artifacts/service-DemoPnfM5qkmfmdlpulyaz8owr9-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T15:01:58.927Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:01:58.927Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-18T15:01:58.927Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679151091704,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/artifacts/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar",
  "status": "NOTIFIED"
}
2023-03-18T15:01:58.927Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:01:58.927Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-18T15:01:58.927Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679151644717,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/artifacts/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-18T15:01:58.927Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:01:58.927Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-18T15:01:58.927Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679151646322,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/artifacts/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: fdcf7f15-35cd-49a2-839b-26e97623a9bc already exists"
}
2023-03-18T15:01:58.927Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:01:58.927Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-18T15:01:58.927Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679151647323,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/artifacts/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 5cb48981-5482-4843-a71a-1ebe978a5e90 already exists"
}
2023-03-18T15:01:58.927Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:02:01.557Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: d6b70362-b450-41db-97c4-ea1285deb273 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-18T15:02:01.567Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: d6b70362-b450-41db-97c4-ea1285deb273 and serviceModelVersionId: b4fd06db-c144-4037-bb56-9f4d170dc33e
2023-03-18T15:02:01.568Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 4a6b6367-2484-4aa3-9126-d96b480457a8
2023-03-18T15:02:01.568Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/4a6b6367-2484-4aa3-9126-d96b480457a8/model-vers/model-ver/b4fd06db-c144-4037-bb56-9f4d170dc33e?depth=0
2023-03-18T15:02:01.574Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2023-03-18T15:02:01.585Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/4a6b6367-2484-4aa3-9126-d96b480457a8/model-vers/model-ver/b4fd06db-c144-4037-bb56-9f4d170dc33e?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-03-18T15:02:01.586Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/4a6b6367-2484-4aa3-9126-d96b480457a8/model-vers/model-ver/b4fd06db-c144-4037-bb56-9f4d170dc33e?depth=0|INFO|500||Invoke
2023-03-18T15:02:01.593Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/4a6b6367-2484-4aa3-9126-d96b480457a8/model-vers/model-ver/b4fd06db-c144-4037-bb56-9f4d170dc33e?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-18T15:02:01.704Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/4a6b6367-2484-4aa3-9126-d96b480457a8/model-vers/model-ver/b4fd06db-c144-4037-bb56-9f4d170dc33e?depth=0|INFO|500||InvokeReturn
2023-03-18T15:02:01.704Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/4a6b6367-2484-4aa3-9126-d96b480457a8/model-vers/model-ver/b4fd06db-c144-4037-bb56-9f4d170dc33e?depth=0 has http status code:200 and response headers:{date=[Sat, 18 Mar 2023 15:02:01 GMT], content-length=[0], vertex-id=[233600], x-aai-txid=[1-aai-resources-230318-15:02:01:296-66839], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-18T15:02:01.705Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||DEBUG|500||Response was returned with an empty entity.
2023-03-18T15:02:01.705Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-18T15:02:01.705Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-18T15:02:01.711Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-18T15:02:01.712Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID d6b70362-b450-41db-97c4-ea1285deb273 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-18T15:02:01.712Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-18T15:02:01.712Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:02:01.712Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:02:01.712Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "d6b70362-b450-41db-97c4-ea1285deb273",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679151721712,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-18T15:02:02.740Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-18T15:02:02.740Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||DEBUG|500||received notification from broker: {"distributionID":"1765e72b-9f37-409d-a48f-62642d8341c6","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"29ccf31e-df21-49dc-ae06-e18b6baf315a","serviceDescription":"service","serviceInvariantUUID":"6ebc743c-a40f-46f3-b5cb-b87b2b100c58","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"67962590-90b8-4f11-901d-d79a952d0f14","resourceInvariantUUID":"b32b83cc-26fe-47f1-99ef-7d7b99983e6f","resourceCustomizationUUID":"e90442b2-f4f5-4f43-8892-737daa520031","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":"ODU1M2UyMGRiMzk2ODc1NjljMzc3NWI1YmRhMTEzY2M\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"b613739b-2455-4017-8b63-dfdd064ed936","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":"MjdmYmViNjE0ZTg1NTQ1YzU2ZmFkYWI5YjVlOGViOTQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"ea42c655-4ace-49bf-99fe-886103db89aa","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":"9a5d7f92-e4b0-45a0-ac74-3acf99b69cc0","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":"917f9665-4e54-4bdc-b104-4b4419dab11d","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":"af205cd0-57b3-443e-a55a-4ecc60d32d0a","artifactVersion":"2","generatedFromUUID":"453a496b-db83-4724-a33b-4f678eed88b4"},{"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":"8939ac4f-6672-4fe9-90ea-fa6b3f0da64d","artifactVersion":"2","generatedFromUUID":"9a5d7f92-e4b0-45a0-ac74-3acf99b69cc0"},{"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":"453a496b-db83-4724-a33b-4f678eed88b4","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":"89e3426c-a0d1-4de8-8662-7406572d2c3f","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":"YzBlODQ2MTk3NDc5Nzk3MDQ4MzI5NGM4ZmZhZjc3ZmE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"36181845-9e97-4a5d-8691-687a01539039","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"OTYyNTM5ZGEwYTExZTI3NmE1Y2RjMzE5OWJkNTUxZDA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"7ac7462c-7a2a-47d2-8257-79de7d0e5c52","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-18T15:02:02.741Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T15:02:02.742Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:02:02.742Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:02:02.742Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "1765e72b-9f37-409d-a48f-62642d8341c6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679151091704,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:02:03.748Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T15:02:03.748Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:02:03.749Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:02:03.749Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "1765e72b-9f37-409d-a48f-62642d8341c6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679151091704,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:02:04.750Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T15:02:04.751Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:02:04.751Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:02:04.752Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "1765e72b-9f37-409d-a48f-62642d8341c6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679151091704,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:02:05.753Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T15:02:05.754Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:02:05.754Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:02:05.755Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "1765e72b-9f37-409d-a48f-62642d8341c6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679151091704,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:02:06.756Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T15:02:06.757Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:02:06.757Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:02:06.757Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "1765e72b-9f37-409d-a48f-62642d8341c6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679151091704,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:02:07.759Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T15:02:07.759Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:02:07.760Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:02:07.760Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "1765e72b-9f37-409d-a48f-62642d8341c6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679151091704,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:02:08.762Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T15:02:08.762Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:02:08.762Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:02:08.763Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "1765e72b-9f37-409d-a48f-62642d8341c6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679151091704,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:02:09.764Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T15:02:09.765Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:02:09.765Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:02:09.766Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "1765e72b-9f37-409d-a48f-62642d8341c6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679151091704,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:02:10.769Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T15:02:10.770Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:02:10.770Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:02:10.770Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "1765e72b-9f37-409d-a48f-62642d8341c6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679151091704,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:02:11.772Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T15:02:11.772Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:02:11.772Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:02:11.773Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "1765e72b-9f37-409d-a48f-62642d8341c6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679151091704,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:02:12.774Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "1765e72b-9f37-409d-a48f-62642d8341c6",
  "serviceName": "basic_cnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "29ccf31e-df21-49dc-ae06-e18b6baf315a",
  "serviceDescription": "service",
  "serviceInvariantUUID": "6ebc743c-a40f-46f3-b5cb-b87b2b100c58",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf_macro 0",
      "resourceCustomizationUUID": "e90442b2-f4f5-4f43-8892-737daa520031",
      "resourceName": "basic_cnf_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "67962590-90b8-4f11-901d-d79a952d0f14",
      "resourceInvariantUUID": "b32b83cc-26fe-47f1-99ef-7d7b99983e6f",
      "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": "MjdmYmViNjE0ZTg1NTQ1YzU2ZmFkYWI5YjVlOGViOTQ\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "ea42c655-4ace-49bf-99fe-886103db89aa",
          "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": "9a5d7f92-e4b0-45a0-ac74-3acf99b69cc0",
          "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": "8939ac4f-6672-4fe9-90ea-fa6b3f0da64d",
            "generatedFromUUID": "9a5d7f92-e4b0-45a0-ac74-3acf99b69cc0"
          },
          "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": "af205cd0-57b3-443e-a55a-4ecc60d32d0a",
          "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": "8939ac4f-6672-4fe9-90ea-fa6b3f0da64d",
          "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": "453a496b-db83-4724-a33b-4f678eed88b4",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnfMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
      "artifactChecksum": "OTYyNTM5ZGEwYTExZTI3NmE1Y2RjMzE5OWJkNTUxZDA\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "7ac7462c-7a2a-47d2-8257-79de7d0e5c52"
    }
  ],
  "workloadContext": "Production"
}
2023-03-18T15:02:12.775Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-18T15:02:12.775Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 29ccf31e-df21-49dc-ae06-e18b6baf315a ASDC
2023-03-18T15:02:12.776Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:1765e72b-9f37-409d-a48f-62642d8341c6
ServiceName:basic_cnf_macro
ServiceVersion:1.0
ServiceUUID:29ccf31e-df21-49dc-ae06-e18b6baf315a
ServiceInvariantUUID:6ebc743c-a40f-46f3-b5cb-b87b2b100c58
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:7ac7462c-7a2a-47d2-8257-79de7d0e5c52
ArtifactChecksum:OTYyNTM5ZGEwYTExZTI3NmE1Y2RjMzE5OWJkNTUxZDA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf_macro 0
ResourceCustomizationUUID:e90442b2-f4f5-4f43-8892-737daa520031
ResourceInvariantUUID:b32b83cc-26fe-47f1-99ef-7d7b99983e6f
ResourceName:basic_cnf_macro
ResourceType:VF
ResourceUUID:67962590-90b8-4f11-901d-d79a952d0f14
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:ea42c655-4ace-49bf-99fe-886103db89aa
ArtifactChecksum:MjdmYmViNjE0ZTg1NTQ1YzU2ZmFkYWI5YjVlOGViOTQ=
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:9a5d7f92-e4b0-45a0-ac74-3acf99b69cc0
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:8939ac4f-6672-4fe9-90ea-fa6b3f0da64d
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:af205cd0-57b3-443e-a55a-4ecc60d32d0a
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:8939ac4f-6672-4fe9-90ea-fa6b3f0da64d
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:453a496b-db83-4724-a33b-4f678eed88b4
ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-18T15:02:12.776Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 29ccf31e-df21-49dc-ae06-e18b6baf315a 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: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-18T15:02:12.810Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-18T15:02:12.810Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-03-18T15:02:12.810Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-03-18T15:02:12.810Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 7ac7462c-7a2a-47d2-8257-79de7d0e5c52 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2023-03-18T15:02:12.811Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||INFO|500||DistributionClient - download
2023-03-18T15:02:12.811Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2023-03-18T15:02:13.062Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2023-03-18T15:02:13.074Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 7ac7462c-7a2a-47d2-8257-79de7d0e5c52 163277
2023-03-18T15:02:13.075Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2023-03-18T15:02:13.075Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2023-03-18T15:02:13.075Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-18T15:02:13.076Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:02:13.076Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:02:13.076Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "1765e72b-9f37-409d-a48f-62642d8341c6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679151733075,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:02:14.077Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-18T15:02:14.079Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-03-18T15:02:14.079Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 7ac7462c-7a2a-47d2-8257-79de7d0e5c52, URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar to file: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-03-18T15:02:14.080Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnfMacro-csar.csar
2023-03-18T15:02:14.081Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-03-18T15:02:14.081Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-03-18T15:02:14.168Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17686934732644156881/Definitions/service-BasicCnfMacro-template.yml
Log warning: The required parameter "compute_dummy_base_name" is not provided
2023-03-18T15:02:14.968Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-18T15:02:14.968Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||WARN|500||####################################################################################################
2023-03-18T15:02:14.968Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-03-18T15:02:14.968Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2023-03-18T15:02:14.968Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-03-18T15:02:14.969Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf_macro 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-03-18T15:02:14.969Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy_base" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-03-18T15:02:14.969Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy_base" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-03-18T15:02:14.969Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||WARN|500||####################################################################################################
2023-03-18T15:02:14.969Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T15:02:14.969Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T15:02:14.969Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-18T15:02:14.970Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2023-03-18T15:02:14.970Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-18T15:02:14.970Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T15:02:14.970Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T15:02:14.970Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-18T15:02:14.970Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2023-03-18T15:02:14.970Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-18T15:02:14.970Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T15:02:14.970Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T15:02:14.970Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T15:02:14.970Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2023-03-18T15:02:14.970Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||DEBUG|500||Node template abstract_dummy_base is not matching search criteria
2023-03-18T15:02:14.970Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||DEBUG|500||Node template dummy_base is not matching search criteria
2023-03-18T15:02:14.970Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-03-18T15:02:14.970Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T15:02:14.970Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-03-18T15:02:14.971Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T15:02:14.971Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-18T15:02:14.971Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-18T15:02:14.971Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T15:02:14.971Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-18T15:02:14.971Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-18T15:02:14.971Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T15:02:14.971Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-18T15:02:14.971Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-18T15:02:14.971Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T15:02:14.971Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-18T15:02:14.971Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-18T15:02:14.971Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T15:02:14.971Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2023-03-18T15:02:14.971Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||DEBUG|500||Node template abstract_dummy_base is matching search criteria
2023-03-18T15:02:14.971Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_dummy_base] matching following query criteria: sdcType=CVFC, customizationUUID=c7a8af58-85a3-4764-a4df-a0945e933c54
2023-03-18T15:02:14.971Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T15:02:14.972Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T15:02:14.972Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T15:02:14.972Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T15:02:14.972Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T15:02:14.972Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T15:02:14.972Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T15:02:14.972Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T15:02:14.972Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf_macro
Description:service
Model UUID:29ccf31e-df21-49dc-ae06-e18b6baf315a
Model Version:NULL
Model InvariantUuid:6ebc743c-a40f-46f3-b5cb-b87b2b100c58
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf_macro
Model UUID:76cfe813-77a9-4529-b0c0-25c2a2d263ec
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:b32b83cc-26fe-47f1-99ef-7d7b99983e6f
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:e90442b2-f4f5-4f43-8892-737daa520031
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:497569e4-cd1d-43dc-9801-8d8ee43635b5
ModelName:BasicCnfMacro..helm_apache..module-1
ModelUuid:8fc2297d-c495-43fc-95b1-93d3ee60ffd8
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


VF Module Properties:
ModelInvariantUuid:72925299-0e6e-4799-861c-18ca0f095a03
ModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
ModelUuid:213db735-618f-43ae-a63c-210668df959e
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:c7a8af58-85a3-4764-a4df-a0945e933c54
ModelInvariantUuid:24ea2321-2d6c-4d31-a32b-29d44d0a3683
ModelName:basic_cnf_macro-nodes.dummy_baseCvfc
ModelUuid:ecac750a-9cea-4350-a4ca-db1a21d2c4dd
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy_base


VNFC Properties:
ModelCustomizationUuid:e9d1a60b-0d05-4e81-80fb-f008354f12b9
ModelInvariantUuid:fa7ecb4c-1a3e-403a-afbf-13093b5faef4
ModelName:BasicCnfMacro.compute.nodes.heat.dummy_base
ModelUuid:89d82d9d-612a-42f6-af05-45051419e0a3
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=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-03-18T15:02:15.004Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||ERROR|500||Csar with UUID: 7ac7462c-7a2a-47d2-8257-79de7d0e5c52 already exists
2023-03-18T15:02:15.004Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2023-03-18T15:02:15.004Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar(Csar with UUID: 7ac7462c-7a2a-47d2-8257-79de7d0e5c52 already exists)
2023-03-18T15:02:15.004Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-18T15:02:15.004Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:02:15.004Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:02:15.004Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "1765e72b-9f37-409d-a48f-62642d8341c6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679151735004,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 7ac7462c-7a2a-47d2-8257-79de7d0e5c52 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:02:16.005Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2023-03-18T15:02:16.005Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar(Resource with UUID: 67962590-90b8-4f11-901d-d79a952d0f14 already exists)
2023-03-18T15:02:16.005Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-18T15:02:16.006Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:02:16.006Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:02:16.006Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "1765e72b-9f37-409d-a48f-62642d8341c6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679151736005,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 67962590-90b8-4f11-901d-d79a952d0f14 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:02:17.007Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1765e72b-9f37-409d-a48f-62642d8341c6
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T15:02:17.022Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1765e72b-9f37-409d-a48f-62642d8341c6
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T15:02:17.024Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-18T15:02:17.024Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-18T15:02:17.024Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-18T15:02:17.024Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-18T15:02:17.024Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T15:02:17.024Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T15:02:17.024Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T15:02:17.024Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T15:02:17.025Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T15:02:17.025Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-18T15:02:17.033Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-18T15:02:47.033Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 1765e72b-9f37-409d-a48f-62642d8341c6 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-18T15:02:47.040Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 1765e72b-9f37-409d-a48f-62642d8341c6 and serviceModelVersionId: 29ccf31e-df21-49dc-ae06-e18b6baf315a
2023-03-18T15:02:47.040Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 6ebc743c-a40f-46f3-b5cb-b87b2b100c58
2023-03-18T15:02:47.040Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/6ebc743c-a40f-46f3-b5cb-b87b2b100c58/model-vers/model-ver/29ccf31e-df21-49dc-ae06-e18b6baf315a?depth=0
2023-03-18T15:02:47.043Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2023-03-18T15:02:47.060Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6ebc743c-a40f-46f3-b5cb-b87b2b100c58/model-vers/model-ver/29ccf31e-df21-49dc-ae06-e18b6baf315a?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-03-18T15:02:47.060Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6ebc743c-a40f-46f3-b5cb-b87b2b100c58/model-vers/model-ver/29ccf31e-df21-49dc-ae06-e18b6baf315a?depth=0|INFO|500||Invoke
2023-03-18T15:02:47.068Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6ebc743c-a40f-46f3-b5cb-b87b2b100c58/model-vers/model-ver/29ccf31e-df21-49dc-ae06-e18b6baf315a?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-18T15:02:47.191Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6ebc743c-a40f-46f3-b5cb-b87b2b100c58/model-vers/model-ver/29ccf31e-df21-49dc-ae06-e18b6baf315a?depth=0|INFO|500||InvokeReturn
2023-03-18T15:02:47.191Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6ebc743c-a40f-46f3-b5cb-b87b2b100c58/model-vers/model-ver/29ccf31e-df21-49dc-ae06-e18b6baf315a?depth=0 has http status code:200 and response headers:{date=[Sat, 18 Mar 2023 15:02:46 GMT], content-length=[0], vertex-id=[241768], x-aai-txid=[0-aai-resources-230318-15:02:46:770-24689], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-18T15:02:47.191Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||DEBUG|500||Response was returned with an empty entity.
2023-03-18T15:02:47.192Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-18T15:02:47.192Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-18T15:02:47.199Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-18T15:02:47.200Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 1765e72b-9f37-409d-a48f-62642d8341c6 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-18T15:02:47.200Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-18T15:02:47.200Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:02:47.200Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:02:47.200Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "1765e72b-9f37-409d-a48f-62642d8341c6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679151767200,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-18T15:02:48.222Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-18T15:02:48.223Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||DEBUG|500||received notification from broker: {"distributionID":"a04e84de-dd11-4280-9147-b1e37960b03e","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"fd8ba0dc-1896-4d7a-8d17-8252415f4148","serviceDescription":"service","serviceInvariantUUID":"06780b7c-aa94-422c-93b2-8efce3a7e977","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"fbaf618a-d9c7-4d1a-bd9c-d1a22dcbab14","resourceInvariantUUID":"20679d31-c72a-48fe-9cca-d085ba3d87e2","resourceCustomizationUUID":"5a2455fb-17f2-466c-b0b0-62e7a69549a5","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":"NGE3YjY3NzQ1ZjA3ZGUyMmY0YmU3MTAzMDFiMDNlODY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"07e8dd70-5afe-4bfd-ad6c-2aa9be8ac5c5","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":"NDA0YWNjNjQ5NTc5MzIzZmY5MGI0NTQ5MzkxMDMyMTU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"3505ba6b-8d3f-478c-8142-b2fb22d4f19c","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":"3415bafc-6992-481c-b7de-4378aeab19cc","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":"6e01ed63-04df-47c5-b5b9-edbad7442fb6","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":"f18ebb9c-a530-4121-accd-08ec1bde710e","artifactVersion":"2","generatedFromUUID":"3415bafc-6992-481c-b7de-4378aeab19cc"},{"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":"ZGQwOTc2NTc3MGE4NWU2ZGRkYTI0ODEwNjRiM2M0NDI\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"e0b8d7ca-c681-434f-b664-11315dcdef1b","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":"Y2M2MWFlODUxM2MxOGZjNjQ5Y2Y0YzM0NTUzMTFiMWY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"b990a0ca-504f-4f1f-bc35-5f07167e1c24","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"MTAyMTgyNjgwZDA0MWFiM2RkNzg4NzNhOWVhOTE3OWE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"938cc5f1-eb1c-4c61-971b-7e05e60d5594","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-18T15:02:48.223Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T15:02:48.223Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:02:48.223Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:02:48.223Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "a04e84de-dd11-4280-9147-b1e37960b03e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679151091704,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:02:49.224Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T15:02:49.224Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:02:49.224Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:02:49.224Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "a04e84de-dd11-4280-9147-b1e37960b03e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679151091704,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:02:50.224Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T15:02:50.225Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:02:50.225Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:02:50.225Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "a04e84de-dd11-4280-9147-b1e37960b03e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679151091704,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:02:51.225Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T15:02:51.226Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:02:51.226Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:02:51.226Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "a04e84de-dd11-4280-9147-b1e37960b03e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679151091704,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:02:52.226Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T15:02:52.227Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:02:52.227Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:02:52.227Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "a04e84de-dd11-4280-9147-b1e37960b03e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679151091704,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:02:53.228Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T15:02:53.228Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:02:53.229Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:02:53.229Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "a04e84de-dd11-4280-9147-b1e37960b03e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679151091704,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:02:54.229Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T15:02:54.230Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:02:54.230Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:02:54.230Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "a04e84de-dd11-4280-9147-b1e37960b03e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679151091704,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:02:55.231Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T15:02:55.231Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:02:55.231Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:02:55.231Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "a04e84de-dd11-4280-9147-b1e37960b03e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679151091704,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:02:56.232Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "a04e84de-dd11-4280-9147-b1e37960b03e",
  "serviceName": "basic_vm_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "fd8ba0dc-1896-4d7a-8d17-8252415f4148",
  "serviceDescription": "service",
  "serviceInvariantUUID": "06780b7c-aa94-422c-93b2-8efce3a7e977",
  "resources": [
    {
      "resourceInstanceName": "basic_vm_macro 0",
      "resourceCustomizationUUID": "5a2455fb-17f2-466c-b0b0-62e7a69549a5",
      "resourceName": "basic_vm_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "fbaf618a-d9c7-4d1a-bd9c-d1a22dcbab14",
      "resourceInvariantUUID": "20679d31-c72a-48fe-9cca-d085ba3d87e2",
      "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": "NDA0YWNjNjQ5NTc5MzIzZmY5MGI0NTQ5MzkxMDMyMTU\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "3505ba6b-8d3f-478c-8142-b2fb22d4f19c",
          "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": "3415bafc-6992-481c-b7de-4378aeab19cc",
          "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": "f18ebb9c-a530-4121-accd-08ec1bde710e",
            "generatedFromUUID": "3415bafc-6992-481c-b7de-4378aeab19cc"
          },
          "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": "f18ebb9c-a530-4121-accd-08ec1bde710e",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVmMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
      "artifactChecksum": "MTAyMTgyNjgwZDA0MWFiM2RkNzg4NzNhOWVhOTE3OWE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "938cc5f1-eb1c-4c61-971b-7e05e60d5594"
    }
  ],
  "workloadContext": "Production"
}
2023-03-18T15:02:56.232Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-18T15:02:56.232Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 fd8ba0dc-1896-4d7a-8d17-8252415f4148 ASDC
2023-03-18T15:02:56.232Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:a04e84de-dd11-4280-9147-b1e37960b03e
ServiceName:basic_vm_macro
ServiceVersion:1.0
ServiceUUID:fd8ba0dc-1896-4d7a-8d17-8252415f4148
ServiceInvariantUUID:06780b7c-aa94-422c-93b2-8efce3a7e977
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:938cc5f1-eb1c-4c61-971b-7e05e60d5594
ArtifactChecksum:MTAyMTgyNjgwZDA0MWFiM2RkNzg4NzNhOWVhOTE3OWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm_macro 0
ResourceCustomizationUUID:5a2455fb-17f2-466c-b0b0-62e7a69549a5
ResourceInvariantUUID:20679d31-c72a-48fe-9cca-d085ba3d87e2
ResourceName:basic_vm_macro
ResourceType:VF
ResourceUUID:fbaf618a-d9c7-4d1a-bd9c-d1a22dcbab14
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:3505ba6b-8d3f-478c-8142-b2fb22d4f19c
ArtifactChecksum:NDA0YWNjNjQ5NTc5MzIzZmY5MGI0NTQ5MzkxMDMyMTU=
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:3415bafc-6992-481c-b7de-4378aeab19cc
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:f18ebb9c-a530-4121-accd-08ec1bde710e
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:f18ebb9c-a530-4121-accd-08ec1bde710e
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-18T15:02:56.232Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF fd8ba0dc-1896-4d7a-8d17-8252415f4148 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: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-18T15:02:56.265Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-18T15:02:56.265Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-03-18T15:02:56.265Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-03-18T15:02:56.265Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 938cc5f1-eb1c-4c61-971b-7e05e60d5594 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2023-03-18T15:02:56.265Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||INFO|500||DistributionClient - download
2023-03-18T15:02:56.266Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2023-03-18T15:02:56.296Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||DEBUG|500||GET Response Status 404
2023-03-18T15:02:56.296Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@6995c93
2023-03-18T15:02:56.296Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-18T15:02:56.296Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicVmMacro"
      ]
    }
  }
}
2023-03-18T15:02:56.297Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicVmMacro-csar.csar /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 938cc5f1-eb1c-4c61-971b-7e05e60d5594 Specified artifact is  not found 300 ASDC artifact download fail
2023-03-18T15:02:56.297Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2023-03-18T15:02:56.297Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar(Specified artifact is  not found)
2023-03-18T15:02:56.297Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-18T15:02:56.297Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:02:56.297Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:02:56.297Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "a04e84de-dd11-4280-9147-b1e37960b03e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679151776297,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:02:57.298Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during processCsarServiceArtifacts ASDC processCsarServiceArtifacts 500 Exception in processCsarServiceArtifacts
org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact service-BasicVmMacro-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar(UUID:938cc5f1-eb1c-4c61-971b-7e05e60d5594)
Error message is Specified artifact is  not found

	at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394)
	at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
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 watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-03-18T15:02:57.346Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||ERROR|500||Csar with UUID: 938cc5f1-eb1c-4c61-971b-7e05e60d5594 already exists
2023-03-18T15:02:57.346Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2023-03-18T15:02:57.346Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar(Csar with UUID: 938cc5f1-eb1c-4c61-971b-7e05e60d5594 already exists)
2023-03-18T15:02:57.346Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-18T15:02:57.346Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:02:57.346Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:02:57.346Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "a04e84de-dd11-4280-9147-b1e37960b03e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679151777346,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 938cc5f1-eb1c-4c61-971b-7e05e60d5594 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:02:58.347Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2023-03-18T15:02:58.348Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar(Resource with UUID: fbaf618a-d9c7-4d1a-bd9c-d1a22dcbab14 already exists)
2023-03-18T15:02:58.348Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-18T15:02:58.348Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:02:58.348Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:02:58.348Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "a04e84de-dd11-4280-9147-b1e37960b03e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679151778347,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: fbaf618a-d9c7-4d1a-bd9c-d1a22dcbab14 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:02:58.919Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:02:58.920Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: cached metadata has changed from (version162: {SDC-DISTR-STATUS-TOPIC-AUTO=6, SDC-DISTR-NOTIF-TOPIC-AUTO=6}) at the beginning of the rebalance to (version163: {SDC-DISTR-STATUS-TOPIC-AUTO=6})
2023-03-18T15:02:58.930Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Revoke previously assigned partitions SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-03-18T15:02:58.931Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] (Re-)joining group
2023-03-18T15:02:58.934Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Successfully joined group with generation Generation{generationId=76, memberId='SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94-2995e74d-4211-4955-93f6-f3f14568571e', protocol='range'}
2023-03-18T15:02:58.935Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Finished assignment for group at generation 76: {SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94-2995e74d-4211-4955-93f6-f3f14568571e=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])}
2023-03-18T15:02:58.946Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Successfully synced group in generation Generation{generationId=76, memberId='SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94-2995e74d-4211-4955-93f6-f3f14568571e', protocol='range'}
2023-03-18T15:02:58.946Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])
2023-03-18T15:02:58.947Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Adding newly assigned partitions: SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-03-18T15:02:58.949Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-18T15:02:58.950Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-18T15:02:58.950Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-18T15:02:58.950Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=2270, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-18T15:02:58.950Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-18T15:02:58.950Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-18T15:02:59.350Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a04e84de-dd11-4280-9147-b1e37960b03e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T15:02:59.368Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a04e84de-dd11-4280-9147-b1e37960b03e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T15:02:59.372Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-18T15:02:59.372Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-18T15:02:59.372Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-18T15:02:59.372Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-18T15:02:59.372Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T15:02:59.373Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T15:02:59.373Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T15:02:59.373Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T15:02:59.373Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T15:02:59.373Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-18T15:02:59.383Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-18T15:02:59.962Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-18T15:02:59.963Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679151678556,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-18T15:02:59.963Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:02:59.963Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-18T15:02:59.963Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "d6b70362-b450-41db-97c4-ea1285deb273",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679151091704,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/resourceInstances/pnf8b249c548f1f0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T15:02:59.963Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:02:59.963Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-18T15:02:59.963Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "d6b70362-b450-41db-97c4-ea1285deb273",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679151091704,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/resourceInstances/pnf8b249c548f1f0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-18T15:02:59.963Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:02:59.963Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-18T15:02:59.963Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "d6b70362-b450-41db-97c4-ea1285deb273",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679151091704,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/resourceInstances/pnf8b249c548f1f0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-18T15:02:59.963Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:02:59.963Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-18T15:02:59.963Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "d6b70362-b450-41db-97c4-ea1285deb273",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679151091704,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/resourceInstances/pnf8b249c548f1f0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T15:02:59.963Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:02:59.963Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-18T15:02:59.963Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "d6b70362-b450-41db-97c4-ea1285deb273",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679151091704,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/resourceInstances/pnf8b249c548f1f0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T15:02:59.963Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:02:59.964Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-18T15:02:59.964Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "d6b70362-b450-41db-97c4-ea1285deb273",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679151091704,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/resourceInstances/pnf8b249c548f1f0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T15:02:59.964Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:02:59.964Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-18T15:02:59.964Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "d6b70362-b450-41db-97c4-ea1285deb273",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679151091704,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/artifacts/service-DemoPnf0qrybifhigdyvijapwks-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T15:02:59.964Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:02:59.964Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-18T15:02:59.964Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "d6b70362-b450-41db-97c4-ea1285deb273",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679151091704,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/artifacts/service-DemoPnf0qrybifhigdyvijapwks-csar.csar",
  "status": "NOTIFIED"
}
2023-03-18T15:02:59.964Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:02:59.964Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-18T15:02:59.964Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "d6b70362-b450-41db-97c4-ea1285deb273",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679151687885,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/artifacts/service-DemoPnf0qrybifhigdyvijapwks-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-18T15:02:59.964Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:02:59.964Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-18T15:02:59.964Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "d6b70362-b450-41db-97c4-ea1285deb273",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679151689523,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/artifacts/service-DemoPnf0qrybifhigdyvijapwks-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 7c894985-6ce0-4ae6-b963-98a29a50f1d8 already exists"
}
2023-03-18T15:02:59.964Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:02:59.964Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-18T15:02:59.964Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "d6b70362-b450-41db-97c4-ea1285deb273",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679151690524,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/artifacts/service-DemoPnf0qrybifhigdyvijapwks-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: a880e813-b7b0-402c-bffe-74c020d69311 already exists"
}
2023-03-18T15:02:59.964Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:02:59.964Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-18T15:02:59.964Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "d6b70362-b450-41db-97c4-ea1285deb273",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679151721712,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-18T15:02:59.964Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:02:59.965Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-18T15:02:59.965Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "1765e72b-9f37-409d-a48f-62642d8341c6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679151091704,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T15:02:59.965Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:02:59.965Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-18T15:02:59.965Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "1765e72b-9f37-409d-a48f-62642d8341c6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679151091704,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2023-03-18T15:02:59.965Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:02:59.965Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-18T15:02:59.965Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "1765e72b-9f37-409d-a48f-62642d8341c6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679151091704,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2023-03-18T15:02:59.965Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:02:59.965Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-18T15:02:59.965Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "1765e72b-9f37-409d-a48f-62642d8341c6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679151091704,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T15:02:59.965Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:02:59.965Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-18T15:02:59.965Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "1765e72b-9f37-409d-a48f-62642d8341c6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679151091704,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2023-03-18T15:02:59.965Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:02:59.965Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-18T15:02:59.965Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "1765e72b-9f37-409d-a48f-62642d8341c6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679151091704,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2023-03-18T15:02:59.965Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:02:59.965Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-18T15:02:59.965Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "1765e72b-9f37-409d-a48f-62642d8341c6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679151091704,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2023-03-18T15:02:59.965Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:02:59.965Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-18T15:02:59.966Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "1765e72b-9f37-409d-a48f-62642d8341c6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679151091704,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-18T15:02:59.966Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:02:59.966Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-18T15:02:59.966Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "1765e72b-9f37-409d-a48f-62642d8341c6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679151091704,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T15:02:59.966Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:02:59.966Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-18T15:02:59.966Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "1765e72b-9f37-409d-a48f-62642d8341c6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679151091704,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-18T15:02:59.966Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:02:59.966Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-18T15:02:59.966Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "1765e72b-9f37-409d-a48f-62642d8341c6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679151733075,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-18T15:02:59.966Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:02:59.966Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-18T15:02:59.966Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "1765e72b-9f37-409d-a48f-62642d8341c6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679151735004,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 7ac7462c-7a2a-47d2-8257-79de7d0e5c52 already exists"
}
2023-03-18T15:02:59.966Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:02:59.966Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-18T15:02:59.966Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "1765e72b-9f37-409d-a48f-62642d8341c6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679151736005,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 67962590-90b8-4f11-901d-d79a952d0f14 already exists"
}
2023-03-18T15:02:59.966Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:02:59.967Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-18T15:02:59.967Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "1765e72b-9f37-409d-a48f-62642d8341c6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679151767200,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-18T15:02:59.967Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:02:59.967Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-18T15:02:59.967Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "a04e84de-dd11-4280-9147-b1e37960b03e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679151091704,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T15:02:59.967Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:02:59.967Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-18T15:02:59.967Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "a04e84de-dd11-4280-9147-b1e37960b03e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679151091704,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2023-03-18T15:02:59.967Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:02:59.967Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-18T15:02:59.967Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "a04e84de-dd11-4280-9147-b1e37960b03e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679151091704,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-03-18T15:02:59.967Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:02:59.967Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-18T15:02:59.967Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "a04e84de-dd11-4280-9147-b1e37960b03e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679151091704,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T15:02:59.967Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:02:59.967Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-18T15:02:59.967Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "a04e84de-dd11-4280-9147-b1e37960b03e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679151091704,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-03-18T15:02:59.967Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:02:59.967Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-18T15:02:59.967Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "a04e84de-dd11-4280-9147-b1e37960b03e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679151091704,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-18T15:02:59.967Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:02:59.967Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-18T15:02:59.967Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "a04e84de-dd11-4280-9147-b1e37960b03e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679151091704,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T15:02:59.967Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:02:59.967Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-18T15:02:59.967Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "a04e84de-dd11-4280-9147-b1e37960b03e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679151091704,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-18T15:02:59.968Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:02:59.968Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-18T15:02:59.968Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "a04e84de-dd11-4280-9147-b1e37960b03e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679151776297,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-18T15:02:59.968Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:02:59.968Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-18T15:02:59.968Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "a04e84de-dd11-4280-9147-b1e37960b03e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679151777346,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 938cc5f1-eb1c-4c61-971b-7e05e60d5594 already exists"
}
2023-03-18T15:02:59.968Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:02:59.968Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-18T15:02:59.968Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "a04e84de-dd11-4280-9147-b1e37960b03e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679151778347,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: fbaf618a-d9c7-4d1a-bd9c-d1a22dcbab14 already exists"
}
2023-03-18T15:02:59.968Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:03:29.383Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: a04e84de-dd11-4280-9147-b1e37960b03e and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-18T15:03:29.391Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: a04e84de-dd11-4280-9147-b1e37960b03e and serviceModelVersionId: fd8ba0dc-1896-4d7a-8d17-8252415f4148
2023-03-18T15:03:29.391Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 06780b7c-aa94-422c-93b2-8efce3a7e977
2023-03-18T15:03:29.392Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/06780b7c-aa94-422c-93b2-8efce3a7e977/model-vers/model-ver/fd8ba0dc-1896-4d7a-8d17-8252415f4148?depth=0
2023-03-18T15:03:29.399Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2023-03-18T15:03:29.419Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/06780b7c-aa94-422c-93b2-8efce3a7e977/model-vers/model-ver/fd8ba0dc-1896-4d7a-8d17-8252415f4148?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-03-18T15:03:29.419Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/06780b7c-aa94-422c-93b2-8efce3a7e977/model-vers/model-ver/fd8ba0dc-1896-4d7a-8d17-8252415f4148?depth=0|INFO|500||Invoke
2023-03-18T15:03:29.432Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/06780b7c-aa94-422c-93b2-8efce3a7e977/model-vers/model-ver/fd8ba0dc-1896-4d7a-8d17-8252415f4148?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-18T15:03:29.552Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/06780b7c-aa94-422c-93b2-8efce3a7e977/model-vers/model-ver/fd8ba0dc-1896-4d7a-8d17-8252415f4148?depth=0|INFO|500||InvokeReturn
2023-03-18T15:03:29.554Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/06780b7c-aa94-422c-93b2-8efce3a7e977/model-vers/model-ver/fd8ba0dc-1896-4d7a-8d17-8252415f4148?depth=0 has http status code:200 and response headers:{date=[Sat, 18 Mar 2023 15:03:29 GMT], content-length=[0], vertex-id=[770064], x-aai-txid=[0-aai-resources-230318-15:03:29:134-25561], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-18T15:03:29.554Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||DEBUG|500||Response was returned with an empty entity.
2023-03-18T15:03:29.554Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-18T15:03:29.554Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-18T15:03:29.562Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-18T15:03:29.562Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID a04e84de-dd11-4280-9147-b1e37960b03e and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-18T15:03:29.562Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-18T15:03:29.562Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:03:29.563Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:03:29.563Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "a04e84de-dd11-4280-9147-b1e37960b03e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679151809562,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-18T15:03:30.586Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T15:03:30.586Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Failing OffsetCommit request since the consumer is not part of an active group
2023-03-18T15:03:30.587Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Node 0 disconnected.
2023-03-18T15:03:30.587Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Cancelled in-flight METADATA request with correlation id 168549 due to node 0 being disconnected (elapsed time since creation: 1ms, elapsed time since send: 1ms, request timeout: 30000ms)
2023-03-18T15:03:30.587Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Node 2 disconnected.
2023-03-18T15:03:30.587Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||ERROR|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Asynchronous auto-commit of offsets failed: Offset commit cannot be completed since the consumer is not part of an active group for auto partition assignment; it is likely that the consumer was kicked out of the group.. Will continue to join group.
2023-03-18T15:03:30.587Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Giving away all assigned partitions as lost since generation/memberID has been reset,indicating that consumer is in old state or no longer part of the group
2023-03-18T15:03:30.587Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Lost previously assigned partitions SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5
2023-03-18T15:03:30.587Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] (Re-)joining group
2023-03-18T15:03:30.591Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2-34280971-dc4b-4312-ba5e-7503753b52e8
2023-03-18T15:03:30.591Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Asynchronous auto-commit of offsets {SDC-DISTR-NOTIF-TOPIC-AUTO-5=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-4=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-3=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-2=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-1=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-0=OffsetAndMetadata{offset=10, leaderEpoch=0, metadata=''}} failed: Offset commit cannot be completed since the consumer is not part of an active group for auto partition assignment; it is likely that the consumer was kicked out of the group.
2023-03-18T15:03:30.592Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Request joining group due to: rebalance failed due to 'The group member needs to have a valid member id before actually entering a consumer group.' (MemberIdRequiredException)
2023-03-18T15:03:30.592Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] (Re-)joining group
2023-03-18T15:03:32.170Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T15:03:35.180Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T15:03:38.192Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T15:03:41.199Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T15:03:44.207Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T15:03:47.214Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T15:03:50.221Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T15:03:53.227Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T15:03:56.235Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T15:03:58.920Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:03:58.937Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Revoke previously assigned partitions SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-03-18T15:03:58.938Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] (Re-)joining group
2023-03-18T15:03:58.944Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Successfully joined group with generation Generation{generationId=77, memberId='SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94-2995e74d-4211-4955-93f6-f3f14568571e', protocol='range'}
2023-03-18T15:03:58.944Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Successfully joined group with generation Generation{generationId=77, memberId='SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2-34280971-dc4b-4312-ba5e-7503753b52e8', protocol='range'}
2023-03-18T15:03:58.947Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Resetting the last seen epoch of partition SDC-DISTR-NOTIF-TOPIC-AUTO-0 to 0 since the associated topicId changed from null to XRzq8BOIRZiZRw2R__X0DA
2023-03-18T15:03:58.947Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Resetting the last seen epoch of partition SDC-DISTR-NOTIF-TOPIC-AUTO-5 to 0 since the associated topicId changed from null to XRzq8BOIRZiZRw2R__X0DA
2023-03-18T15:03:58.948Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Resetting the last seen epoch of partition SDC-DISTR-NOTIF-TOPIC-AUTO-1 to 0 since the associated topicId changed from null to XRzq8BOIRZiZRw2R__X0DA
2023-03-18T15:03:58.948Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Resetting the last seen epoch of partition SDC-DISTR-NOTIF-TOPIC-AUTO-4 to 0 since the associated topicId changed from null to XRzq8BOIRZiZRw2R__X0DA
2023-03-18T15:03:58.948Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Resetting the last seen epoch of partition SDC-DISTR-NOTIF-TOPIC-AUTO-2 to 0 since the associated topicId changed from null to XRzq8BOIRZiZRw2R__X0DA
2023-03-18T15:03:58.948Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Resetting the last seen epoch of partition SDC-DISTR-NOTIF-TOPIC-AUTO-3 to 0 since the associated topicId changed from null to XRzq8BOIRZiZRw2R__X0DA
2023-03-18T15:03:58.948Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Finished assignment for group at generation 77: {SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2-34280971-dc4b-4312-ba5e-7503753b52e8=Assignment(partitions=[SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5]), SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94-2995e74d-4211-4955-93f6-f3f14568571e=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])}
2023-03-18T15:03:58.962Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Successfully synced group in generation Generation{generationId=77, memberId='SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94-2995e74d-4211-4955-93f6-f3f14568571e', protocol='range'}
2023-03-18T15:03:58.962Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Successfully synced group in generation Generation{generationId=77, memberId='SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2-34280971-dc4b-4312-ba5e-7503753b52e8', protocol='range'}
2023-03-18T15:03:58.963Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])
2023-03-18T15:03:58.963Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5])
2023-03-18T15:03:58.963Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Adding newly assigned partitions: SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-03-18T15:03:58.963Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Adding newly assigned partitions: SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5
2023-03-18T15:03:58.966Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-18T15:03:58.967Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-18T15:03:58.967Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-18T15:03:58.967Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=2308, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-18T15:03:58.967Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-18T15:03:58.967Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-18T15:03:58.968Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-18T15:03:58.968Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-18T15:03:58.968Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-18T15:03:58.968Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-18T15:03:58.969Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-18T15:03:58.969Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-18T15:03:59.041Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-18T15:03:59.042Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||DEBUG|500||received notification from broker: {"distributionID":"34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846","serviceName":"basic_onboard_gCPnoC","serviceVersion":"1.0","serviceUUID":"dad851ae-1f1d-4e04-8847-f18fd5d51391","serviceDescription":"service","serviceInvariantUUID":"693dcbb7-55f2-41d5-a0d9-572574329dfe","resources":[{"resourceInstanceName":"basic_onboard_gCPnoC 0","resourceName":"basic_onboard_gCPnoC","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"f3fb2f57-aad9-4f33-88db-c458ae09cdfb","resourceInvariantUUID":"d7c6b294-4284-4b69-87ff-a797deedad73","resourceCustomizationUUID":"9327f8c9-4591-449b-b6af-227dc0614cab","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/vf-license-model.xml","artifactChecksum":"OGQ5ZDI0MzIzNDdmMDUyYmQ0MzVmMDVkOWUyNGVlYmE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"5077753b-8cdd-47a9-82d5-e3ff4ce969c3","artifactVersion":"1"},{"artifactName":"basic_onboard_gcpnoc0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json","artifactChecksum":"NjRhMmYzNDQxZDFkYzhiMjZmMTk3NDMzZmQwOWNiNWI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"583db2fa-2045-4011-8045-9fd436580060","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"0846dbe8-d246-42f3-9ba6-3c197d6bb5c4","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"5004fadd-cda9-4566-99ac-bc5d669427a2","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"7d3da3bf-4415-4326-b045-fe6bef605f78","artifactVersion":"2","generatedFromUUID":"0846dbe8-d246-42f3-9ba6-3c197d6bb5c4"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardGcpnoc-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-template.yml","artifactChecksum":"OGFkYWYzODVjYTg1MmE4Y2JhZWM5NDk3ZjljNTAwNTE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"8ab16f5d-5180-4470-b278-f6ea6f7c23e8","artifactVersion":"1"},{"artifactName":"service-BasicOnboardGcpnoc-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar","artifactChecksum":"MjQxYmE3NTM3MTRlYjAwMzA2YjMyYmJjMmU4MmNkYjE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"d6569f72-4f81-428a-8593-389324ccdf48","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-18T15:03:59.042Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T15:03:59.043Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:03:59.043Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:03:59.043Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679151810586,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:03:59.980Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-18T15:03:59.980Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "a04e84de-dd11-4280-9147-b1e37960b03e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679151809562,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-18T15:03:59.980Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:03:59.981Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-18T15:03:59.981Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679151810586,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T15:03:59.981Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:04:00.043Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T15:04:00.043Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:04:00.043Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:04:00.044Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679151810586,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:04:01.044Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T15:04:01.044Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:04:01.045Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:04:01.045Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679151810586,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:04:02.045Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T15:04:02.046Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:04:02.046Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:04:02.046Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679151810586,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:04:03.047Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T15:04:03.047Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:04:03.047Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:04:03.047Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679151810586,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:04:04.050Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T15:04:04.050Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:04:04.050Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:04:04.050Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679151810586,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:04:05.051Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T15:04:05.051Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:04:05.051Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:04:05.051Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679151810586,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:04:06.052Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "serviceName": "basic_onboard_gCPnoC",
  "serviceVersion": "1.0",
  "serviceUUID": "dad851ae-1f1d-4e04-8847-f18fd5d51391",
  "serviceDescription": "service",
  "serviceInvariantUUID": "693dcbb7-55f2-41d5-a0d9-572574329dfe",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_gCPnoC 0",
      "resourceCustomizationUUID": "9327f8c9-4591-449b-b6af-227dc0614cab",
      "resourceName": "basic_onboard_gCPnoC",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "f3fb2f57-aad9-4f33-88db-c458ae09cdfb",
      "resourceInvariantUUID": "d7c6b294-4284-4b69-87ff-a797deedad73",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_gcpnoc0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json",
          "artifactChecksum": "NjRhMmYzNDQxZDFkYzhiMjZmMTk3NDMzZmQwOWNiNWI\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "583db2fa-2045-4011-8045-9fd436580060",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "0846dbe8-d246-42f3-9ba6-3c197d6bb5c4",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "7d3da3bf-4415-4326-b045-fe6bef605f78",
            "generatedFromUUID": "0846dbe8-d246-42f3-9ba6-3c197d6bb5c4"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "7d3da3bf-4415-4326-b045-fe6bef605f78",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardGcpnoc-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar",
      "artifactChecksum": "MjQxYmE3NTM3MTRlYjAwMzA2YjMyYmJjMmU4MmNkYjE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "d6569f72-4f81-428a-8593-389324ccdf48"
    }
  ],
  "workloadContext": "Production"
}
2023-03-18T15:04:06.053Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-18T15:04:06.053Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 dad851ae-1f1d-4e04-8847-f18fd5d51391 ASDC
2023-03-18T15:04:06.053Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
ServiceName:basic_onboard_gCPnoC
ServiceVersion:1.0
ServiceUUID:dad851ae-1f1d-4e04-8847-f18fd5d51391
ServiceInvariantUUID:693dcbb7-55f2-41d5-a0d9-572574329dfe
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardGcpnoc-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar
ArtifactUUID:d6569f72-4f81-428a-8593-389324ccdf48
ArtifactChecksum:MjQxYmE3NTM3MTRlYjAwMzA2YjMyYmJjMmU4MmNkYjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_gCPnoC 0
ResourceCustomizationUUID:9327f8c9-4591-449b-b6af-227dc0614cab
ResourceInvariantUUID:d7c6b294-4284-4b69-87ff-a797deedad73
ResourceName:basic_onboard_gCPnoC
ResourceType:VF
ResourceUUID:f3fb2f57-aad9-4f33-88db-c458ae09cdfb
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_gcpnoc0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json
ArtifactUUID:583db2fa-2045-4011-8045-9fd436580060
ArtifactChecksum:NjRhMmYzNDQxZDFkYzhiMjZmMTk3NDMzZmQwOWNiNWI=
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/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.yaml
ArtifactUUID:0846dbe8-d246-42f3-9ba6-3c197d6bb5c4
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/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.env
ArtifactUUID:7d3da3bf-4415-4326-b045-fe6bef605f78
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/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.env
ArtifactUUID:7d3da3bf-4415-4326-b045-fe6bef605f78
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-18T15:04:06.053Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF dad851ae-1f1d-4e04-8847-f18fd5d51391 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: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-18T15:04:06.086Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-18T15:04:06.087Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-03-18T15:04:06.087Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-03-18T15:04:06.087Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: d6569f72-4f81-428a-8593-389324ccdf48 from URL: /sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar
2023-03-18T15:04:06.087Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||INFO|500||DistributionClient - download
2023-03-18T15:04:06.087Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar
2023-03-18T15:04:06.122Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||GET Response Status 404
2023-03-18T15:04:06.122Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@7c239e3b
2023-03-18T15:04:06.122Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-18T15:04:06.123Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicOnboardGcpnoc"
      ]
    }
  }
}
2023-03-18T15:04:06.123Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicOnboardGcpnoc-csar.csar /sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar d6569f72-4f81-428a-8593-389324ccdf48 Specified artifact is  not found 300 ASDC artifact download fail
2023-03-18T15:04:06.123Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar ASDC sendASDCNotification
2023-03-18T15:04:06.123Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar(Specified artifact is  not found)
2023-03-18T15:04:06.123Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-18T15:04:06.123Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:04:06.124Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:04:06.124Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679151846123,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:04:07.125Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during processCsarServiceArtifacts ASDC processCsarServiceArtifacts 500 Exception in processCsarServiceArtifacts
org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact service-BasicOnboardGcpnoc-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar(UUID:d6569f72-4f81-428a-8593-389324ccdf48)
Error message is Specified artifact is  not found

	at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394)
	at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2023-03-18T15:04:07.137Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||ERROR|500||error NSST process resource failure 
java.lang.NullPointerException: null
	at org.onap.so.asdc.client.ASDCController.processNsstNotification(ASDCController.java:978)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:760)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-18T15:04:07.137Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: f3fb2f57-aad9-4f33-88db-c458ae09cdfb
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-18T15:04:07.140Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||INFO|500||basic_onboard_gCPnoC 0
2023-03-18T15:04:07.140Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: f3fb2f57-aad9-4f33-88db-c458ae09cdfb
2023-03-18T15:04:07.141Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 583db2fa-2045-4011-8045-9fd436580060 from URL: /sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json
2023-03-18T15:04:07.141Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||INFO|500||DistributionClient - download
2023-03-18T15:04:07.141Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json
2023-03-18T15:04:07.152Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||GET Response Status 404
2023-03-18T15:04:07.152Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@4f6bf257
2023-03-18T15:04:07.152Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-18T15:04:07.152Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicOnboardGcpnoc"
      ]
    }
  }
}
2023-03-18T15:04:07.153Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL basic_onboard_gcpnoc0_modules.json /sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json 583db2fa-2045-4011-8045-9fd436580060 Specified artifact is  not found 300 ASDC artifact download fail
2023-03-18T15:04:07.153Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json ASDC sendASDCNotification
2023-03-18T15:04:07.153Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json(Specified artifact is  not found)
2023-03-18T15:04:07.153Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-18T15:04:07.153Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:04:07.153Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:04:07.153Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679151847153,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:04:08.154Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during Installation of artifact ASDC processResourceNotification 500 Exception in processResourceNotification
org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact basic_onboard_gcpnoc0_modules.json could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json(UUID:583db2fa-2045-4011-8045-9fd436580060)
Error message is Specified artifact is  not found

	at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:787)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-18T15:04:08.155Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T15:04:08.170Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T15:04:08.173Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-18T15:04:08.174Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-18T15:04:38.174Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T15:04:38.192Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T15:04:38.196Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-18T15:04:38.196Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-18T15:04:58.920Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:04:58.921Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-18T15:04:58.921Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679151810586,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json",
  "status": "NOTIFIED"
}
2023-03-18T15:04:58.921Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:05:08.196Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T15:05:08.214Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T15:05:08.217Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-18T15:05:08.217Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-18T15:05:38.217Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T15:05:38.238Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T15:05:38.241Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-18T15:05:38.241Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-18T15:05:58.919Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:05:58.921Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-18T15:05:58.921Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679151810586,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2023-03-18T15:05:58.921Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:05:58.921Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-18T15:05:58.921Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679151810586,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T15:05:58.921Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:05:58.921Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-18T15:05:58.921Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679151810586,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2023-03-18T15:05:58.921Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:05:58.921Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-18T15:05:58.921Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679151810586,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T15:05:58.921Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:05:58.922Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-18T15:05:58.922Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679151810586,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar",
  "status": "NOTIFIED"
}
2023-03-18T15:05:58.922Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:05:58.922Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-18T15:05:58.922Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679151846123,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-18T15:05:58.922Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:05:58.922Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-18T15:05:58.922Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679151847153,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-18T15:05:58.922Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:06:08.242Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T15:06:08.261Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T15:06:08.264Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-18T15:06:08.264Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-18T15:06:38.265Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T15:06:38.283Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T15:06:38.286Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-18T15:06:38.286Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-18T15:06:58.919Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:07:08.287Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T15:07:08.306Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T15:07:08.310Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-18T15:07:08.310Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-18T15:07:38.311Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T15:07:38.340Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T15:07:38.343Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-18T15:07:38.344Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-18T15:07:58.921Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:08:08.344Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T15:08:08.365Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T15:08:08.368Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-18T15:08:08.368Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-18T15:08:38.368Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T15:08:38.391Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T15:08:38.394Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-18T15:08:38.395Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-18T15:08:58.921Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:08:59.061Z||kafka-coordinator-heartbeat-thread | so|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] consumer poll timeout has expired. This means the time between subsequent calls to poll() was longer than the configured max.poll.interval.ms, which typically implies that the poll loop is spending too much time processing messages. You can address this either by increasing max.poll.interval.ms or by reducing the maximum size of batches returned in poll() with max.poll.records.
2023-03-18T15:08:59.061Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Member SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2-34280971-dc4b-4312-ba5e-7503753b52e8 sending LeaveGroup request to coordinator onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2147483645 rack: null) due to consumer poll timeout has expired.
2023-03-18T15:08:59.062Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Resetting generation and member id due to: consumer pro-actively leaving the group
2023-03-18T15:08:59.062Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Request joining group due to: consumer pro-actively leaving the group
2023-03-18T15:08:59.739Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T15:08:59.750Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Revoke previously assigned partitions SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-03-18T15:08:59.750Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] (Re-)joining group
2023-03-18T15:08:59.755Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Successfully joined group with generation Generation{generationId=78, memberId='SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94-2995e74d-4211-4955-93f6-f3f14568571e', protocol='range'}
2023-03-18T15:08:59.756Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Finished assignment for group at generation 78: {SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94-2995e74d-4211-4955-93f6-f3f14568571e=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])}
2023-03-18T15:08:59.770Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Successfully synced group in generation Generation{generationId=78, memberId='SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94-2995e74d-4211-4955-93f6-f3f14568571e', protocol='range'}
2023-03-18T15:08:59.771Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])
2023-03-18T15:08:59.771Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Adding newly assigned partitions: SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-03-18T15:08:59.775Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-18T15:08:59.775Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-18T15:08:59.775Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-18T15:08:59.775Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=2318, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-18T15:08:59.776Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-18T15:08:59.776Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-18T15:09:08.395Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2023-03-18T15:09:08.395Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-18T15:09:08.405Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846 and serviceModelVersionId: dad851ae-1f1d-4e04-8847-f18fd5d51391
2023-03-18T15:09:08.405Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 693dcbb7-55f2-41d5-a0d9-572574329dfe
2023-03-18T15:09:08.406Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391?depth=0
2023-03-18T15:09:08.409Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2023-03-18T15:09:08.421Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-03-18T15:09:08.421Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391?depth=0|INFO|500||Invoke
2023-03-18T15:09:08.431Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2023-03-18T15:09:08.455Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391?depth=0|INFO|404|Not Found|InvokeReturn
2023-03-18T15:09:08.455Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391?depth=0 has http status code:404 and response headers:{date=[Sat, 18 Mar 2023 15:09:08 GMT], content-length=[495], x-aai-txid=[2-aai-resources-230318-15:09:08:133-58709], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-18T15:09:08.456Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||{"requestError":{"serviceException":{"messageId":"SVC3001","text":"Resource not found for %1 using id %2 (msg=%3) (ec=%4)","variables":["MERGE_PATCH","service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391","Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391","ERR.5.4.6114"]}}}

2023-03-18T15:09:08.459Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391) (ec=ERR.5.4.6114)
2023-03-18T15:09:08.459Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||ERROR|500||Exception occurred
javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391) (ec=ERR.5.4.6114)
	at org.onap.so.client.ResponseExceptionMapper.map(ResponseExceptionMapper.java:74)
	at org.onap.so.client.RestRequest.get(RestRequest.java:77)
	at org.onap.so.client.RestClient.buildRequest(RestClient.java:326)
	at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322)
	at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283)
	at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67)
	at net.jodah.failsafe.Execution.executeSync(Execution.java:117)
	at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319)
	at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71)
	at org.onap.so.client.RestClient.method(RestClient.java:322)
	at org.onap.so.client.RestClient.patch(RestClient.java:265)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184)
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-18T15:09:08.459Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391) (ec=ERR.5.4.6114)
2023-03-18T15:09:08.460Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391) (ec=ERR.5.4.6114)
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-18T15:09:08.467Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-18T15:09:08.468Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391) (ec=ERR.5.4.6114)
2023-03-18T15:09:08.469Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2023-03-18T15:09:08.469Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:09:08.469Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:09:08.469Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679152148469,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391) (ec\u003dERR.5.4.6114)"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:09:08.484Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-18T15:09:08.484Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679152148469,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391) (ec\u003dERR.5.4.6114)"
}
2023-03-18T15:09:08.484Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-18T15:09:09.492Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-18T15:09:09.492Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||received notification from broker: {"distributionID":"d4dc9e71-f2cb-491c-bcf1-9d51402514be","serviceName":"vFW 2023-03-18 11-08-36","serviceVersion":"1.0","serviceUUID":"27fdb87d-b713-4eaf-90a0-9e48041e5db6","serviceDescription":"catalog service description","serviceInvariantUUID":"cb6d14f9-78ae-470a-a6af-a3a2b9fea472","resources":[{"resourceInstanceName":"vFW 58569f3e-bd56 0","resourceName":"vFW 58569f3e-bd56","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"d26137cf-1389-4abe-8e09-78b44d7a1aae","resourceInvariantUUID":"440b369e-a09c-4c31-8a4e-6692abd11e0c","resourceCustomizationUUID":"e17fe765-865d-4748-ab41-44bdbee5a853","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/vf-license-model.xml","artifactChecksum":"MTFjYmU2ZGQwM2YxYTQxNjdhOWY1YjI5OWUyYjE5OTg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"7238df55-40f7-4cde-93e0-f3c86248a4ba","artifactVersion":"1"},{"artifactName":"vfw58569f3ebd560_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/vfw58569f3ebd560_modules.json","artifactChecksum":"ODg5YTAyNmJiZTFiZTA5MDMwZWVhNmFkMzVmNzk4YTg\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"a8ca7246-150c-4537-b08d-e58462b66bb6","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"be903e28-b266-44db-9c8b-4cbcb6f7ee77","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/vendor-license-model.xml","artifactChecksum":"NDExZWJjY2Q3ZjkxN2NkNTRiYmFlNDViOGZhYWJjM2M\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"cecd91b9-dbd7-4a9b-96a0-72674051949c","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"0637f995-3e6f-44f6-89fc-61906f5ff14b","artifactVersion":"2","generatedFromUUID":"be903e28-b266-44db-9c8b-4cbcb6f7ee77"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20230318110836-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-template.yml","artifactChecksum":"NjdmYzRlMTY1MzM1ODg5NjAzNTEzOWU1ZGFmNmNiNDI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"8648cca8-36e7-40c1-8faf-a7c0be2faa07","artifactVersion":"1"},{"artifactName":"service-Vfw20230318110836-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar","artifactChecksum":"NzY3OTRjMDBhMTZlZjQ1ZTQ3MTU0ZjE0NjliYmU1M2Y\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"436a091b-6820-4621-9f77-4a798268cc9d","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-18T15:09:09.492Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T15:09:09.493Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:09:09.493Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:09:09.493Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679151810586,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:09:10.493Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T15:09:10.494Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:09:10.494Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:09:10.494Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679151810586,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/vfw58569f3ebd560_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:09:11.495Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T15:09:11.495Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:09:11.495Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:09:11.495Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679151810586,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:09:12.496Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T15:09:12.496Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:09:12.497Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:09:12.497Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679151810586,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:09:13.498Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T15:09:13.499Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:09:13.499Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:09:13.499Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679151810586,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/base_vfw.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:09:14.500Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T15:09:14.501Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:09:14.501Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:09:14.501Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679151810586,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:09:15.502Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T15:09:15.503Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:09:15.503Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:09:15.503Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679151810586,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:09:16.504Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "serviceName": "vFW 2023-03-18 11-08-36",
  "serviceVersion": "1.0",
  "serviceUUID": "27fdb87d-b713-4eaf-90a0-9e48041e5db6",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "cb6d14f9-78ae-470a-a6af-a3a2b9fea472",
  "resources": [
    {
      "resourceInstanceName": "vFW 58569f3e-bd56 0",
      "resourceCustomizationUUID": "e17fe765-865d-4748-ab41-44bdbee5a853",
      "resourceName": "vFW 58569f3e-bd56",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "d26137cf-1389-4abe-8e09-78b44d7a1aae",
      "resourceInvariantUUID": "440b369e-a09c-4c31-8a4e-6692abd11e0c",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw58569f3ebd560_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/vfw58569f3ebd560_modules.json",
          "artifactChecksum": "ODg5YTAyNmJiZTFiZTA5MDMwZWVhNmFkMzVmNzk4YTg\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "a8ca7246-150c-4537-b08d-e58462b66bb6",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "be903e28-b266-44db-9c8b-4cbcb6f7ee77",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "0637f995-3e6f-44f6-89fc-61906f5ff14b",
            "generatedFromUUID": "be903e28-b266-44db-9c8b-4cbcb6f7ee77"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "0637f995-3e6f-44f6-89fc-61906f5ff14b",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20230318110836-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar",
      "artifactChecksum": "NzY3OTRjMDBhMTZlZjQ1ZTQ3MTU0ZjE0NjliYmU1M2Y\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "436a091b-6820-4621-9f77-4a798268cc9d"
    }
  ],
  "workloadContext": "Production"
}
2023-03-18T15:09:16.504Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-18T15:09:16.504Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 27fdb87d-b713-4eaf-90a0-9e48041e5db6 ASDC
2023-03-18T15:09:16.505Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:d4dc9e71-f2cb-491c-bcf1-9d51402514be
ServiceName:vFW 2023-03-18 11-08-36
ServiceVersion:1.0
ServiceUUID:27fdb87d-b713-4eaf-90a0-9e48041e5db6
ServiceInvariantUUID:cb6d14f9-78ae-470a-a6af-a3a2b9fea472
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20230318110836-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar
ArtifactUUID:436a091b-6820-4621-9f77-4a798268cc9d
ArtifactChecksum:NzY3OTRjMDBhMTZlZjQ1ZTQ3MTU0ZjE0NjliYmU1M2Y=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 58569f3e-bd56 0
ResourceCustomizationUUID:e17fe765-865d-4748-ab41-44bdbee5a853
ResourceInvariantUUID:440b369e-a09c-4c31-8a4e-6692abd11e0c
ResourceName:vFW 58569f3e-bd56
ResourceType:VF
ResourceUUID:d26137cf-1389-4abe-8e09-78b44d7a1aae
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw58569f3ebd560_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/vfw58569f3ebd560_modules.json
ArtifactUUID:a8ca7246-150c-4537-b08d-e58462b66bb6
ArtifactChecksum:ODg5YTAyNmJiZTFiZTA5MDMwZWVhNmFkMzVmNzk4YTg=
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/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/base_vfw.yaml
ArtifactUUID:be903e28-b266-44db-9c8b-4cbcb6f7ee77
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/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/base_vfw.env
ArtifactUUID:0637f995-3e6f-44f6-89fc-61906f5ff14b
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/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/base_vfw.env
ArtifactUUID:0637f995-3e6f-44f6-89fc-61906f5ff14b
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-18T15:09:16.505Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 27fdb87d-b713-4eaf-90a0-9e48041e5db6 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: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-18T15:09:16.541Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-18T15:09:16.541Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-03-18T15:09:16.541Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-03-18T15:09:16.541Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 436a091b-6820-4621-9f77-4a798268cc9d from URL: /sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar
2023-03-18T15:09:16.542Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||DistributionClient - download
2023-03-18T15:09:16.542Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar
2023-03-18T15:09:17.027Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2023-03-18T15:09:17.035Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar 436a091b-6820-4621-9f77-4a798268cc9d 101467
2023-03-18T15:09:17.035Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar ASDC sendASDCNotification
2023-03-18T15:09:17.035Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar
2023-03-18T15:09:17.035Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-18T15:09:17.035Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:09:17.035Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:09:17.035Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679152157035,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:09:18.036Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-18T15:09:18.037Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-03-18T15:09:18.037Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 436a091b-6820-4621-9f77-4a798268cc9d, URL: /sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar to file: /app/ASDC/1/service-Vfw20230318110836-csar.csar
2023-03-18T15:09:18.038Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20230318110836-csar.csar
2023-03-18T15:09:18.038Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20230318110836-csar.csar
2023-03-18T15:09:18.039Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20230318110836-csar.csar
2023-03-18T15:09:18.140Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15498521764269456606/Definitions/service-Vfw20230318110836-template.yml
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_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_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
2023-03-18T15:09:19.484Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-18T15:09:19.485Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||WARN|500||####################################################################################################
2023-03-18T15:09:19.485Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20230318110836-csar.csar
2023-03-18T15:09:19.485Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2023-03-18T15:09:19.485Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230318110836-csar.csar
2023-03-18T15:09:19.485Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230318110836-csar.csar
2023-03-18T15:09:19.485Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20230318110836-csar.csar
2023-03-18T15:09:19.485Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230318110836-csar.csar
2023-03-18T15:09:19.485Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230318110836-csar.csar
2023-03-18T15:09:19.485Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230318110836-csar.csar
2023-03-18T15:09:19.485Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230318110836-csar.csar
2023-03-18T15:09:19.486Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230318110836-csar.csar
2023-03-18T15:09:19.486Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230318110836-csar.csar
2023-03-18T15:09:19.486Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 58569f3e-bd56 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-Vfw20230318110836-csar.csar
2023-03-18T15:09:19.486Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230318110836-csar.csar
2023-03-18T15:09:19.486Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||WARN|500||####################################################################################################
2023-03-18T15:09:19.486Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T15:09:19.486Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Service vFW 2023-03-18 11-08-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T15:09:19.486Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template vFW 58569f3e-bd56 0 is matching search criteria
2023-03-18T15:09:19.486Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2023-03-18T15:09:19.486Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 58569f3e-bd56 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-18T15:09:19.486Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T15:09:19.486Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Service vFW 2023-03-18 11-08-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T15:09:19.486Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template vFW 58569f3e-bd56 0 is matching search criteria
2023-03-18T15:09:19.487Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2023-03-18T15:09:19.487Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 58569f3e-bd56 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-18T15:09:19.487Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T15:09:19.487Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Service vFW 2023-03-18 11-08-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T15:09:19.487Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T15:09:19.487Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template vFW 58569f3e-bd56 0 is not matching search criteria
2023-03-18T15:09:19.487Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-18T15:09:19.487Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-18T15:09:19.487Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-18T15:09:19.487Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-18T15:09:19.487Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-18T15:09:19.487Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-18T15:09:19.488Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-18T15:09:19.488Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-18T15:09:19.488Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-18T15:09:19.488Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-18T15:09:19.488Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-18T15:09:19.488Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-18T15:09:19.488Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-18T15:09:19.488Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-18T15:09:19.488Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-18T15:09:19.488Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-03-18T15:09:19.488Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T15:09:19.488Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Service vFW 2023-03-18 11-08-36 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-03-18T15:09:19.489Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T15:09:19.489Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template vFW 58569f3e-bd56 0 is matching search criteria
2023-03-18T15:09:19.489Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 58569f3e-bd56 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-18T15:09:19.489Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T15:09:19.489Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template vFW 58569f3e-bd56 0 is matching search criteria
2023-03-18T15:09:19.489Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 58569f3e-bd56 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-18T15:09:19.489Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T15:09:19.489Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template vFW 58569f3e-bd56 0 is matching search criteria
2023-03-18T15:09:19.489Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 58569f3e-bd56 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-18T15:09:19.489Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T15:09:19.489Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template vFW 58569f3e-bd56 0 is not matching search criteria
2023-03-18T15:09:19.489Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-18T15:09:19.489Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-18T15:09:19.489Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-03-18T15:09:19.490Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-18T15:09:19.490Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-18T15:09:19.490Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-18T15:09:19.490Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-18T15:09:19.490Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-18T15:09:19.490Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-18T15:09:19.490Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-18T15:09:19.490Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-18T15:09:19.490Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=54648a20-f030-49c4-93d4-4525b2108f51
2023-03-18T15:09:19.490Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T15:09:19.490Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template vFW 58569f3e-bd56 0 is not matching search criteria
2023-03-18T15:09:19.490Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-18T15:09:19.491Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-18T15:09:19.491Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-18T15:09:19.491Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-18T15:09:19.491Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-18T15:09:19.491Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-18T15:09:19.491Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-18T15:09:19.491Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-03-18T15:09:19.491Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-18T15:09:19.491Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-18T15:09:19.491Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-18T15:09:19.491Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-18T15:09:19.491Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=c8000f82-3ea0-499f-845f-48af9ca20f40
2023-03-18T15:09:19.491Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T15:09:19.491Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template vFW 58569f3e-bd56 0 is not matching search criteria
2023-03-18T15:09:19.491Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-18T15:09:19.492Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-18T15:09:19.492Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-18T15:09:19.492Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-18T15:09:19.492Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-18T15:09:19.492Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-18T15:09:19.492Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-18T15:09:19.492Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-18T15:09:19.492Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-18T15:09:19.492Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-18T15:09:19.492Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-18T15:09:19.492Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-03-18T15:09:19.492Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=8d37dce4-ace0-4972-b0ae-359f5ee34e15
2023-03-18T15:09:19.493Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T15:09:19.493Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Service vFW 2023-03-18 11-08-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T15:09:19.493Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T15:09:19.493Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Service vFW 2023-03-18 11-08-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T15:09:19.493Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T15:09:19.493Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Service vFW 2023-03-18 11-08-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T15:09:19.493Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T15:09:19.493Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Service vFW 2023-03-18 11-08-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T15:09:19.493Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2023-03-18 11-08-36
Description:catalog service description
Model UUID:27fdb87d-b713-4eaf-90a0-9e48041e5db6
Model Version:NULL
Model InvariantUuid:cb6d14f9-78ae-470a-a6af-a3a2b9fea472
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 58569f3e-bd56
Model UUID:2fc36073-92c9-4d5d-9644-0bb6550c287b
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:440b369e-a09c-4c31-8a4e-6692abd11e0c
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:e17fe765-865d-4748-ab41-44bdbee5a853
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:351d450e-b1b7-41ae-a83a-2a71f15e25d1
ModelName:Vfw58569f3eBd56..base_vfw..module-0
ModelUuid:0d68d68e-dec8-43d2-aff9-f5d88cc04393
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:54648a20-f030-49c4-93d4-4525b2108f51
ModelInvariantUuid:4ab08134-cd1d-4688-9b75-17c67d1a3e81
ModelName:vFW 58569f3e-bd56-nodes.vfwCvfc
ModelUuid:d6b2f0ba-9202-407c-a163-7cc24d0f18b4
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:056f6090-f73c-4739-af97-620c05ad132a
ModelInvariantUuid:983e3ada-7ea8-4303-8174-d3114334eb9e
ModelName:Vfw58569f3eBd56.compute.nodes.heat.vfw
ModelUuid:3d4b7896-bd84-401c-aa77-b889e41a200a
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:c8000f82-3ea0-499f-845f-48af9ca20f40
ModelInvariantUuid:fcd18208-a79b-409f-9943-f6fdaf7b423e
ModelName:vFW 58569f3e-bd56-nodes.vsnCvfc
ModelUuid:2dc70d22-f13d-4809-b3aa-6be925119137
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:402dc1d7-02f5-4fe5-9c72-942fea6de45f
ModelInvariantUuid:0b0ccbe0-ee97-4020-bd46-0de8c06bfc96
ModelName:Vfw58569f3eBd56.compute.nodes.heat.vsn
ModelUuid:9156b53b-b6f9-40ab-bf18-4e57fbace729
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:8d37dce4-ace0-4972-b0ae-359f5ee34e15
ModelInvariantUuid:5fb0558e-6cb2-4431-b7ca-6445c8799cef
ModelName:vFW 58569f3e-bd56-nodes.vpgCvfc
ModelUuid:fa77263e-b297-4fc8-ad06-fee6a19575f2
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:c490c1b0-6d8a-4e04-bcc3-d1334a874130
ModelInvariantUuid:49041fa9-9665-4fc5-a429-9d3d7490839b
ModelName:Vfw58569f3eBd56.compute.nodes.heat.vpg
ModelUuid:7e8eb1f5-1f60-4b7b-ac6b-192037bf4db6
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=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-03-18T15:09:19.525Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||ERROR|500||Csar with UUID: 436a091b-6820-4621-9f77-4a798268cc9d already exists
2023-03-18T15:09:19.526Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar ASDC sendASDCNotification
2023-03-18T15:09:19.526Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar(Csar with UUID: 436a091b-6820-4621-9f77-4a798268cc9d already exists)
2023-03-18T15:09:19.526Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-18T15:09:19.526Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:09:19.526Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:09:19.526Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679152159526,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 436a091b-6820-4621-9f77-4a798268cc9d already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:09:20.527Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar ASDC sendASDCNotification
2023-03-18T15:09:20.527Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar(Resource with UUID: d26137cf-1389-4abe-8e09-78b44d7a1aae already exists)
2023-03-18T15:09:20.527Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-18T15:09:20.528Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:09:20.528Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:09:20.528Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679152160527,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: d26137cf-1389-4abe-8e09-78b44d7a1aae already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:09:21.532Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d4dc9e71-f2cb-491c-bcf1-9d51402514be
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T15:09:21.552Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d4dc9e71-f2cb-491c-bcf1-9d51402514be
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T15:09:21.555Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-18T15:09:21.556Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-18T15:09:21.556Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-18T15:09:21.556Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-18T15:09:21.556Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T15:09:21.556Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T15:09:21.556Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T15:09:21.556Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T15:09:21.556Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T15:09:21.557Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-18T15:09:21.566Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-18T15:09:51.566Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: d4dc9e71-f2cb-491c-bcf1-9d51402514be and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-18T15:09:51.572Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: d4dc9e71-f2cb-491c-bcf1-9d51402514be and serviceModelVersionId: 27fdb87d-b713-4eaf-90a0-9e48041e5db6
2023-03-18T15:09:51.572Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : cb6d14f9-78ae-470a-a6af-a3a2b9fea472
2023-03-18T15:09:51.573Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/cb6d14f9-78ae-470a-a6af-a3a2b9fea472/model-vers/model-ver/27fdb87d-b713-4eaf-90a0-9e48041e5db6?depth=0
2023-03-18T15:09:51.576Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2023-03-18T15:09:51.586Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cb6d14f9-78ae-470a-a6af-a3a2b9fea472/model-vers/model-ver/27fdb87d-b713-4eaf-90a0-9e48041e5db6?depth=0|INFO|500||Invoke
2023-03-18T15:09:51.586Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cb6d14f9-78ae-470a-a6af-a3a2b9fea472/model-vers/model-ver/27fdb87d-b713-4eaf-90a0-9e48041e5db6?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cb6d14f9-78ae-470a-a6af-a3a2b9fea472/model-vers/model-ver/27fdb87d-b713-4eaf-90a0-9e48041e5db6?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[d4dc9e71-f2cb-491c-bcf1-9d51402514be], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[d3ae07db-7549-4bae-85c7-dcab36fa2efa], X-ECOMP-RequestID=[d4dc9e71-f2cb-491c-bcf1-9d51402514be], X-TransactionId=[], X-ONAP-RequestID=[d4dc9e71-f2cb-491c-bcf1-9d51402514be], Content-Type=[application/merge-patch+json]}
2023-03-18T15:09:51.595Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cb6d14f9-78ae-470a-a6af-a3a2b9fea472/model-vers/model-ver/27fdb87d-b713-4eaf-90a0-9e48041e5db6?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-18T15:09:51.718Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cb6d14f9-78ae-470a-a6af-a3a2b9fea472/model-vers/model-ver/27fdb87d-b713-4eaf-90a0-9e48041e5db6?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/cb6d14f9-78ae-470a-a6af-a3a2b9fea472/model-vers/model-ver/27fdb87d-b713-4eaf-90a0-9e48041e5db6?depth=0 has http status code:200 and response headers:{date=[Sat, 18 Mar 2023 15:09:51 GMT], content-length=[0], vertex-id=[593936], x-aai-txid=[0-aai-resources-230318-15:09:51:297-66599], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-18T15:09:51.718Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cb6d14f9-78ae-470a-a6af-a3a2b9fea472/model-vers/model-ver/27fdb87d-b713-4eaf-90a0-9e48041e5db6?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-18T15:09:51.719Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cb6d14f9-78ae-470a-a6af-a3a2b9fea472/model-vers/model-ver/27fdb87d-b713-4eaf-90a0-9e48041e5db6?depth=0|INFO|500||InvokeReturn
2023-03-18T15:09:51.719Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-18T15:09:51.719Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-18T15:09:51.725Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-18T15:09:51.725Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID d4dc9e71-f2cb-491c-bcf1-9d51402514be and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-18T15:09:51.725Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-18T15:09:51.726Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:09:51.726Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:09:51.726Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679152191725,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-18T15:09:52.745Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-18T15:09:52.745Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received notification from broker: {"distributionID":"9f6cbd74-5561-4ebf-ae29-ef09adcdb35a","serviceName":"vFW 2023-03-18 11-49-31","serviceVersion":"1.0","serviceUUID":"6d984351-d1ca-40a4-aad4-cb46662a587a","serviceDescription":"catalog service description","serviceInvariantUUID":"cf32c985-ce6d-438e-ae22-e6fd004665b3","resources":[{"resourceInstanceName":"vFW c11b0f1b-4505 0","resourceName":"vFW c11b0f1b-4505","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"c7374fd6-6727-4426-9587-40812bc7c663","resourceInvariantUUID":"26f1c4e0-d5d2-4519-a829-ba04da79dfd3","resourceCustomizationUUID":"19f5eed0-33a8-4dbf-839a-f2ac2d3b058b","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/vf-license-model.xml","artifactChecksum":"ZmYyYjdhM2U5NTJiNDExYWMwYTMzMTkyZDMwYzcxZTc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"7b8e42e6-1821-4cac-aa27-034f93b9a8bb","artifactVersion":"1"},{"artifactName":"vfwc11b0f1b45050_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/vfwc11b0f1b45050_modules.json","artifactChecksum":"YTA1YjZlZDc1ZGI4M2FjMjI5NWE4ZTQzZjQxZmI1MGE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"40a0f4a8-4459-48c6-8da9-780f32a6e90d","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"3198714b-6cfa-4ae8-9e58-caa5fd7816d1","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/vendor-license-model.xml","artifactChecksum":"OTNkYjEwYTcxMGU1ODVlYThkMzJiZjM0OWMzYWExNTg\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"56d4001a-cb5d-4c8b-a9db-05f6dd036a2e","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"72f0a15a-ad88-4350-921f-de50e44e2b78","artifactVersion":"2","generatedFromUUID":"3198714b-6cfa-4ae8-9e58-caa5fd7816d1"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20230318114931-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-template.yml","artifactChecksum":"MmZjZDk3ZDhkZWNhNmYyZTJiYmJjYzlhZTNjZmUwZDU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"d733d559-0885-4fbb-8573-c3718d9662ac","artifactVersion":"1"},{"artifactName":"service-Vfw20230318114931-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar","artifactChecksum":"NzYyNTc4YTljZWI3YjE3YThjOTU0MjkyMGEyMDMxNDY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"2a8efcaf-0813-4b52-901f-136ba065c343","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-18T15:09:52.746Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T15:09:52.746Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:09:52.746Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:09:52.746Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679151810586,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:09:53.747Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T15:09:53.747Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:09:53.747Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:09:53.747Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679151810586,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/vfwc11b0f1b45050_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:09:54.748Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T15:09:54.748Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:09:54.748Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:09:54.748Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679151810586,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:09:55.749Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T15:09:55.749Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:09:55.749Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:09:55.749Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679151810586,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:09:56.751Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T15:09:56.751Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:09:56.751Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:09:56.751Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679151810586,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/base_vfw.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:09:57.752Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T15:09:57.753Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:09:57.753Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:09:57.753Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679151810586,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:09:58.755Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T15:09:58.755Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:09:58.755Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:09:58.756Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679151810586,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:09:58.922Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:09:58.926Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-18T15:09:58.926Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679151810586,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T15:09:58.927Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:09:58.927Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-18T15:09:58.927Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679151810586,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/vfw58569f3ebd560_modules.json",
  "status": "NOTIFIED"
}
2023-03-18T15:09:58.927Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:09:58.927Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-18T15:09:58.927Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679151810586,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-03-18T15:09:58.927Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:09:58.927Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-18T15:09:58.927Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679151810586,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T15:09:58.927Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:09:58.927Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-18T15:09:58.927Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679151810586,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2023-03-18T15:09:58.927Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:09:58.927Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-18T15:09:58.927Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679151810586,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T15:09:58.927Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:09:58.927Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-18T15:09:58.927Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679151810586,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar",
  "status": "NOTIFIED"
}
2023-03-18T15:09:58.927Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:09:58.927Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-18T15:09:58.927Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679152157035,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-18T15:09:58.932Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:09:58.932Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-18T15:09:58.932Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679152159526,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 436a091b-6820-4621-9f77-4a798268cc9d already exists"
}
2023-03-18T15:09:58.934Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:09:58.934Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-18T15:09:58.934Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679152160527,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: d26137cf-1389-4abe-8e09-78b44d7a1aae already exists"
}
2023-03-18T15:09:58.934Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:09:58.934Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-18T15:09:58.934Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679152191725,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-18T15:09:58.934Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:09:58.938Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-18T15:09:58.938Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679151810586,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T15:09:58.938Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:09:58.938Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-18T15:09:58.938Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679151810586,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/vfwc11b0f1b45050_modules.json",
  "status": "NOTIFIED"
}
2023-03-18T15:09:58.938Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:09:58.938Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-18T15:09:58.938Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679151810586,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-03-18T15:09:58.938Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:09:58.938Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-18T15:09:58.938Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679151810586,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T15:09:58.938Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:09:58.938Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-18T15:09:58.938Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679151810586,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2023-03-18T15:09:58.938Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:09:58.938Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-18T15:09:58.938Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679151810586,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T15:09:58.938Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:09:58.938Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-18T15:09:58.938Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679151810586,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar",
  "status": "NOTIFIED"
}
2023-03-18T15:09:58.938Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:09:59.757Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "serviceName": "vFW 2023-03-18 11-49-31",
  "serviceVersion": "1.0",
  "serviceUUID": "6d984351-d1ca-40a4-aad4-cb46662a587a",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "cf32c985-ce6d-438e-ae22-e6fd004665b3",
  "resources": [
    {
      "resourceInstanceName": "vFW c11b0f1b-4505 0",
      "resourceCustomizationUUID": "19f5eed0-33a8-4dbf-839a-f2ac2d3b058b",
      "resourceName": "vFW c11b0f1b-4505",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "c7374fd6-6727-4426-9587-40812bc7c663",
      "resourceInvariantUUID": "26f1c4e0-d5d2-4519-a829-ba04da79dfd3",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfwc11b0f1b45050_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/vfwc11b0f1b45050_modules.json",
          "artifactChecksum": "YTA1YjZlZDc1ZGI4M2FjMjI5NWE4ZTQzZjQxZmI1MGE\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "40a0f4a8-4459-48c6-8da9-780f32a6e90d",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "3198714b-6cfa-4ae8-9e58-caa5fd7816d1",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "72f0a15a-ad88-4350-921f-de50e44e2b78",
            "generatedFromUUID": "3198714b-6cfa-4ae8-9e58-caa5fd7816d1"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "72f0a15a-ad88-4350-921f-de50e44e2b78",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20230318114931-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar",
      "artifactChecksum": "NzYyNTc4YTljZWI3YjE3YThjOTU0MjkyMGEyMDMxNDY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "2a8efcaf-0813-4b52-901f-136ba065c343"
    }
  ],
  "workloadContext": "Production"
}
2023-03-18T15:09:59.757Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-18T15:09:59.758Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 6d984351-d1ca-40a4-aad4-cb46662a587a ASDC
2023-03-18T15:09:59.758Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:9f6cbd74-5561-4ebf-ae29-ef09adcdb35a
ServiceName:vFW 2023-03-18 11-49-31
ServiceVersion:1.0
ServiceUUID:6d984351-d1ca-40a4-aad4-cb46662a587a
ServiceInvariantUUID:cf32c985-ce6d-438e-ae22-e6fd004665b3
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20230318114931-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar
ArtifactUUID:2a8efcaf-0813-4b52-901f-136ba065c343
ArtifactChecksum:NzYyNTc4YTljZWI3YjE3YThjOTU0MjkyMGEyMDMxNDY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW c11b0f1b-4505 0
ResourceCustomizationUUID:19f5eed0-33a8-4dbf-839a-f2ac2d3b058b
ResourceInvariantUUID:26f1c4e0-d5d2-4519-a829-ba04da79dfd3
ResourceName:vFW c11b0f1b-4505
ResourceType:VF
ResourceUUID:c7374fd6-6727-4426-9587-40812bc7c663
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwc11b0f1b45050_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/vfwc11b0f1b45050_modules.json
ArtifactUUID:40a0f4a8-4459-48c6-8da9-780f32a6e90d
ArtifactChecksum:YTA1YjZlZDc1ZGI4M2FjMjI5NWE4ZTQzZjQxZmI1MGE=
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/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/base_vfw.yaml
ArtifactUUID:3198714b-6cfa-4ae8-9e58-caa5fd7816d1
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/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/base_vfw.env
ArtifactUUID:72f0a15a-ad88-4350-921f-de50e44e2b78
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/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/base_vfw.env
ArtifactUUID:72f0a15a-ad88-4350-921f-de50e44e2b78
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-18T15:09:59.758Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 6d984351-d1ca-40a4-aad4-cb46662a587a 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: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-18T15:09:59.791Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-18T15:09:59.792Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-03-18T15:09:59.792Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-03-18T15:09:59.792Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 2a8efcaf-0813-4b52-901f-136ba065c343 from URL: /sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar
2023-03-18T15:09:59.792Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||INFO|500||DistributionClient - download
2023-03-18T15:09:59.792Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar
2023-03-18T15:10:00.058Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2023-03-18T15:10:00.065Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar 2a8efcaf-0813-4b52-901f-136ba065c343 101507
2023-03-18T15:10:00.065Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar ASDC sendASDCNotification
2023-03-18T15:10:00.065Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar
2023-03-18T15:10:00.065Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-18T15:10:00.066Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:10:00.066Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:10:00.066Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679152200065,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:10:01.067Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-18T15:10:01.068Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-03-18T15:10:01.068Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 2a8efcaf-0813-4b52-901f-136ba065c343, URL: /sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar to file: /app/ASDC/1/service-Vfw20230318114931-csar.csar
2023-03-18T15:10:01.068Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20230318114931-csar.csar
2023-03-18T15:10:01.069Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20230318114931-csar.csar
2023-03-18T15:10:01.069Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20230318114931-csar.csar
2023-03-18T15:10:01.175Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13294006854271313465/Definitions/service-Vfw20230318114931-template.yml
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_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_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
2023-03-18T15:10:02.587Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-18T15:10:02.588Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||WARN|500||####################################################################################################
2023-03-18T15:10:02.588Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20230318114931-csar.csar
2023-03-18T15:10:02.588Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2023-03-18T15:10:02.588Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230318114931-csar.csar
2023-03-18T15:10:02.588Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230318114931-csar.csar
2023-03-18T15:10:02.588Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20230318114931-csar.csar
2023-03-18T15:10:02.588Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230318114931-csar.csar
2023-03-18T15:10:02.588Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230318114931-csar.csar
2023-03-18T15:10:02.588Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230318114931-csar.csar
2023-03-18T15:10:02.588Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230318114931-csar.csar
2023-03-18T15:10:02.588Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230318114931-csar.csar
2023-03-18T15:10:02.588Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230318114931-csar.csar
2023-03-18T15:10:02.588Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230318114931-csar.csar
2023-03-18T15:10:02.588Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW c11b0f1b-4505 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-Vfw20230318114931-csar.csar
2023-03-18T15:10:02.588Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||WARN|500||####################################################################################################
2023-03-18T15:10:02.588Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T15:10:02.588Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Service vFW 2023-03-18 11-49-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T15:10:02.588Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Node template vFW c11b0f1b-4505 0 is matching search criteria
2023-03-18T15:10:02.588Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2023-03-18T15:10:02.588Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW c11b0f1b-4505 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-18T15:10:02.588Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T15:10:02.589Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Service vFW 2023-03-18 11-49-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T15:10:02.589Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Node template vFW c11b0f1b-4505 0 is matching search criteria
2023-03-18T15:10:02.589Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2023-03-18T15:10:02.589Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW c11b0f1b-4505 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-18T15:10:02.589Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T15:10:02.589Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Service vFW 2023-03-18 11-49-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T15:10:02.589Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T15:10:02.589Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Node template vFW c11b0f1b-4505 0 is not matching search criteria
2023-03-18T15:10:02.589Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-18T15:10:02.589Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-18T15:10:02.589Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-18T15:10:02.589Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-18T15:10:02.589Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-18T15:10:02.589Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-18T15:10:02.589Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-18T15:10:02.589Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-18T15:10:02.589Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-18T15:10:02.589Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-18T15:10:02.589Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-18T15:10:02.589Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-18T15:10:02.589Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-18T15:10:02.589Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-18T15:10:02.589Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-18T15:10:02.589Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-03-18T15:10:02.590Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T15:10:02.590Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Service vFW 2023-03-18 11-49-31 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-03-18T15:10:02.590Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T15:10:02.590Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Node template vFW c11b0f1b-4505 0 is matching search criteria
2023-03-18T15:10:02.590Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW c11b0f1b-4505 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-18T15:10:02.590Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T15:10:02.590Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Node template vFW c11b0f1b-4505 0 is matching search criteria
2023-03-18T15:10:02.590Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW c11b0f1b-4505 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-18T15:10:02.590Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T15:10:02.590Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Node template vFW c11b0f1b-4505 0 is matching search criteria
2023-03-18T15:10:02.590Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW c11b0f1b-4505 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-18T15:10:02.590Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T15:10:02.590Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Node template vFW c11b0f1b-4505 0 is not matching search criteria
2023-03-18T15:10:02.590Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-18T15:10:02.590Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-03-18T15:10:02.590Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-18T15:10:02.590Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-18T15:10:02.590Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-18T15:10:02.590Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-18T15:10:02.590Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-18T15:10:02.590Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-18T15:10:02.590Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-18T15:10:02.591Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-18T15:10:02.591Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-18T15:10:02.591Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=93a1b299-440a-4b46-b809-896a244a8c3e
2023-03-18T15:10:02.591Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T15:10:02.591Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Node template vFW c11b0f1b-4505 0 is not matching search criteria
2023-03-18T15:10:02.591Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-18T15:10:02.591Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-18T15:10:02.591Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-18T15:10:02.591Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-18T15:10:02.591Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-18T15:10:02.591Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-18T15:10:02.591Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-18T15:10:02.591Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-03-18T15:10:02.591Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-18T15:10:02.591Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-18T15:10:02.591Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-18T15:10:02.591Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-18T15:10:02.591Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=f46f0c4d-868d-4d5b-9783-ea8cf0f2cc90
2023-03-18T15:10:02.591Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T15:10:02.591Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Node template vFW c11b0f1b-4505 0 is not matching search criteria
2023-03-18T15:10:02.591Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-18T15:10:02.592Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-18T15:10:02.592Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-18T15:10:02.592Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-18T15:10:02.592Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-18T15:10:02.592Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-18T15:10:02.592Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-18T15:10:02.592Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-18T15:10:02.592Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-18T15:10:02.592Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-18T15:10:02.592Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-18T15:10:02.592Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-03-18T15:10:02.592Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=5079a023-f40e-49e5-9a39-abc7b36fa226
2023-03-18T15:10:02.592Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T15:10:02.592Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Service vFW 2023-03-18 11-49-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T15:10:02.592Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T15:10:02.592Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Service vFW 2023-03-18 11-49-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T15:10:02.592Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T15:10:02.592Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Service vFW 2023-03-18 11-49-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T15:10:02.592Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T15:10:02.592Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Service vFW 2023-03-18 11-49-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T15:10:02.592Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2023-03-18 11-49-31
Description:catalog service description
Model UUID:6d984351-d1ca-40a4-aad4-cb46662a587a
Model Version:NULL
Model InvariantUuid:cf32c985-ce6d-438e-ae22-e6fd004665b3
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW c11b0f1b-4505
Model UUID:ebdaa0dd-57e1-4fdd-a831-8135ea117a46
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:26f1c4e0-d5d2-4519-a829-ba04da79dfd3
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:19f5eed0-33a8-4dbf-839a-f2ac2d3b058b
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:6ebe4145-67c2-45e6-9597-53226a0916bd
ModelName:VfwC11b0f1b4505..base_vfw..module-0
ModelUuid:0261834d-3be1-4860-8b24-040e2c80aecd
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:93a1b299-440a-4b46-b809-896a244a8c3e
ModelInvariantUuid:8ec395e7-2102-4d02-844f-c114ac1a4203
ModelName:vFW c11b0f1b-4505-nodes.vfwCvfc
ModelUuid:504b1f13-9ac9-4e16-910b-43ab4acacb0f
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:99287d62-b33c-413e-89ec-87108c575104
ModelInvariantUuid:47f32f44-cd17-4eef-9e16-abcb011ab104
ModelName:VfwC11b0f1b4505.compute.nodes.heat.vfw
ModelUuid:2a6b0c3b-4ab1-49cd-8a96-f1f0feba73a0
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:f46f0c4d-868d-4d5b-9783-ea8cf0f2cc90
ModelInvariantUuid:d8e52c29-a773-431c-95b4-d1f0431b5e9e
ModelName:vFW c11b0f1b-4505-nodes.vsnCvfc
ModelUuid:e2d70f6d-c1ff-493f-99ab-25fea72fcdcc
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:113d5ed4-4ad4-49a7-94a3-7a01856b2205
ModelInvariantUuid:39b9a204-ad6c-4bfc-8b8d-763592e31d47
ModelName:VfwC11b0f1b4505.compute.nodes.heat.vsn
ModelUuid:fb5c808e-fe4a-477f-9cbd-5ab7141bbabe
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:5079a023-f40e-49e5-9a39-abc7b36fa226
ModelInvariantUuid:457dc8a1-b2ed-4d6f-963b-32e7f710a988
ModelName:vFW c11b0f1b-4505-nodes.vpgCvfc
ModelUuid:b289eee2-d7be-43f7-a6eb-232cf9ffa6c4
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:b5a732bf-796a-41d5-8db9-e0467a3c1b4a
ModelInvariantUuid:6626a445-05ec-4eb4-b903-06723caa1195
ModelName:VfwC11b0f1b4505.compute.nodes.heat.vpg
ModelUuid:f6a4ab06-9982-4e1b-be30-d56572ed840e
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=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-03-18T15:10:02.625Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||ERROR|500||Csar with UUID: 2a8efcaf-0813-4b52-901f-136ba065c343 already exists
2023-03-18T15:10:02.625Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar ASDC sendASDCNotification
2023-03-18T15:10:02.625Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar(Csar with UUID: 2a8efcaf-0813-4b52-901f-136ba065c343 already exists)
2023-03-18T15:10:02.625Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-18T15:10:02.625Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:10:02.625Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:10:02.625Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679152202625,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 2a8efcaf-0813-4b52-901f-136ba065c343 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:10:03.626Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar ASDC sendASDCNotification
2023-03-18T15:10:03.626Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar(Resource with UUID: c7374fd6-6727-4426-9587-40812bc7c663 already exists)
2023-03-18T15:10:03.626Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-18T15:10:03.626Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:10:03.627Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:10:03.627Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679152203626,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: c7374fd6-6727-4426-9587-40812bc7c663 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:10:04.627Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9f6cbd74-5561-4ebf-ae29-ef09adcdb35a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T15:10:04.648Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9f6cbd74-5561-4ebf-ae29-ef09adcdb35a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T15:10:04.651Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-18T15:10:04.651Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-18T15:10:04.652Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-18T15:10:04.652Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-18T15:10:04.652Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T15:10:04.652Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T15:10:04.652Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T15:10:04.652Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T15:10:04.652Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T15:10:04.652Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-18T15:10:04.664Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-18T15:10:34.665Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 9f6cbd74-5561-4ebf-ae29-ef09adcdb35a and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-18T15:10:34.679Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 9f6cbd74-5561-4ebf-ae29-ef09adcdb35a and serviceModelVersionId: 6d984351-d1ca-40a4-aad4-cb46662a587a
2023-03-18T15:10:34.679Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : cf32c985-ce6d-438e-ae22-e6fd004665b3
2023-03-18T15:10:34.680Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/cf32c985-ce6d-438e-ae22-e6fd004665b3/model-vers/model-ver/6d984351-d1ca-40a4-aad4-cb46662a587a?depth=0
2023-03-18T15:10:34.683Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2023-03-18T15:10:34.694Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cf32c985-ce6d-438e-ae22-e6fd004665b3/model-vers/model-ver/6d984351-d1ca-40a4-aad4-cb46662a587a?depth=0|INFO|500||Invoke
2023-03-18T15:10:34.694Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cf32c985-ce6d-438e-ae22-e6fd004665b3/model-vers/model-ver/6d984351-d1ca-40a4-aad4-cb46662a587a?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cf32c985-ce6d-438e-ae22-e6fd004665b3/model-vers/model-ver/6d984351-d1ca-40a4-aad4-cb46662a587a?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[9f6cbd74-5561-4ebf-ae29-ef09adcdb35a], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[2a7b2725-51ee-4133-a6fb-6311c3421d82], X-ECOMP-RequestID=[9f6cbd74-5561-4ebf-ae29-ef09adcdb35a], X-TransactionId=[], X-ONAP-RequestID=[9f6cbd74-5561-4ebf-ae29-ef09adcdb35a], Content-Type=[application/merge-patch+json]}
2023-03-18T15:10:34.702Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cf32c985-ce6d-438e-ae22-e6fd004665b3/model-vers/model-ver/6d984351-d1ca-40a4-aad4-cb46662a587a?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-18T15:10:34.814Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cf32c985-ce6d-438e-ae22-e6fd004665b3/model-vers/model-ver/6d984351-d1ca-40a4-aad4-cb46662a587a?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/cf32c985-ce6d-438e-ae22-e6fd004665b3/model-vers/model-ver/6d984351-d1ca-40a4-aad4-cb46662a587a?depth=0 has http status code:200 and response headers:{date=[Sat, 18 Mar 2023 15:10:34 GMT], content-length=[0], vertex-id=[364760], x-aai-txid=[0-aai-resources-230318-15:10:34:405-15345], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-18T15:10:34.814Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cf32c985-ce6d-438e-ae22-e6fd004665b3/model-vers/model-ver/6d984351-d1ca-40a4-aad4-cb46662a587a?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-18T15:10:34.814Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cf32c985-ce6d-438e-ae22-e6fd004665b3/model-vers/model-ver/6d984351-d1ca-40a4-aad4-cb46662a587a?depth=0|INFO|500||InvokeReturn
2023-03-18T15:10:34.815Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-18T15:10:34.815Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-18T15:10:34.822Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-18T15:10:34.822Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 9f6cbd74-5561-4ebf-ae29-ef09adcdb35a and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-18T15:10:34.822Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-18T15:10:34.823Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:10:34.823Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:10:34.823Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679152234822,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-18T15:10:35.850Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-18T15:10:35.850Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||received notification from broker: {"distributionID":"74149d2a-f284-47d2-b2fa-4e2fc7be8f3e","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"942654ba-46c2-4f05-ae3d-6460a7c9e9a7","serviceDescription":"service","serviceInvariantUUID":"ccdda148-11a2-4587-8a73-4287349e801a","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"9290846e-2e09-452f-a45d-c33314796f1f","resourceInvariantUUID":"df78bcaa-4726-47cb-aa3f-3d44f5870fc0","resourceCustomizationUUID":"014700c6-fb42-406a-8786-743311c39dea","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":"YzAxYzRjZjI5ZDYxYzM3NGE1ZWQzMDUyNDdmNzFlYjI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"0c62aeb4-b847-4e92-887d-05928e34bd2a","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"MjQwMDY3MzNlZjViMGM0YmQ4Mzg2OTA4MTFiM2YxYTQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"01ded22f-bc0d-42c0-9fad-2915e46c71e4","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-18T15:10:35.850Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T15:10:35.850Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:10:35.850Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:10:35.850Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "74149d2a-f284-47d2-b2fa-4e2fc7be8f3e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679151810586,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:10:36.852Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T15:10:36.852Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:10:36.852Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:10:36.852Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "74149d2a-f284-47d2-b2fa-4e2fc7be8f3e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679151810586,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:10:37.853Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "74149d2a-f284-47d2-b2fa-4e2fc7be8f3e",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "942654ba-46c2-4f05-ae3d-6460a7c9e9a7",
  "serviceDescription": "service",
  "serviceInvariantUUID": "ccdda148-11a2-4587-8a73-4287349e801a",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "014700c6-fb42-406a-8786-743311c39dea",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "9290846e-2e09-452f-a45d-c33314796f1f",
      "resourceInvariantUUID": "df78bcaa-4726-47cb-aa3f-3d44f5870fc0",
      "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": "MjQwMDY3MzNlZjViMGM0YmQ4Mzg2OTA4MTFiM2YxYTQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "01ded22f-bc0d-42c0-9fad-2915e46c71e4"
    }
  ],
  "workloadContext": "Production"
}
2023-03-18T15:10:37.854Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-18T15:10:37.854Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 942654ba-46c2-4f05-ae3d-6460a7c9e9a7 ASDC
2023-03-18T15:10:37.854Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:74149d2a-f284-47d2-b2fa-4e2fc7be8f3e
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:942654ba-46c2-4f05-ae3d-6460a7c9e9a7
ServiceInvariantUUID:ccdda148-11a2-4587-8a73-4287349e801a
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:01ded22f-bc0d-42c0-9fad-2915e46c71e4
ArtifactChecksum:MjQwMDY3MzNlZjViMGM0YmQ4Mzg2OTA4MTFiM2YxYTQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:014700c6-fb42-406a-8786-743311c39dea
ResourceInvariantUUID:df78bcaa-4726-47cb-aa3f-3d44f5870fc0
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:9290846e-2e09-452f-a45d-c33314796f1f
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2023-03-18T15:10:37.854Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 942654ba-46c2-4f05-ae3d-6460a7c9e9a7 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: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-18T15:10:37.891Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-18T15:10:37.891Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-03-18T15:10:37.891Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-03-18T15:10:37.891Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 01ded22f-bc0d-42c0-9fad-2915e46c71e4 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-03-18T15:10:37.891Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||||INFO|500||DistributionClient - download
2023-03-18T15:10:37.891Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-03-18T15:10:37.919Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||||DEBUG|500||GET Response Status 404
2023-03-18T15:10:37.919Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@5a03ceeb
2023-03-18T15:10:37.919Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-18T15:10:37.919Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicNetwork"
      ]
    }
  }
}
2023-03-18T15:10:37.919Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicNetwork-csar.csar /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 01ded22f-bc0d-42c0-9fad-2915e46c71e4 Specified artifact is  not found 300 ASDC artifact download fail
2023-03-18T15:10:37.919Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-03-18T15:10:37.919Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar(Specified artifact is  not found)
2023-03-18T15:10:37.919Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-18T15:10:37.919Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:10:37.920Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:10:37.920Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "74149d2a-f284-47d2-b2fa-4e2fc7be8f3e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679152237919,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:10:38.921Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during processCsarServiceArtifacts ASDC processCsarServiceArtifacts 500 Exception in processCsarServiceArtifacts
org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact service-BasicNetwork-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar(UUID:01ded22f-bc0d-42c0-9fad-2915e46c71e4)
Error message is Specified artifact is  not found

	at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394)
	at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
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 watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-03-18T15:10:38.950Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||||ERROR|500||Csar with UUID: 01ded22f-bc0d-42c0-9fad-2915e46c71e4 already exists
2023-03-18T15:10:38.950Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-03-18T15:10:38.950Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar(Csar with UUID: 01ded22f-bc0d-42c0-9fad-2915e46c71e4 already exists)
2023-03-18T15:10:38.950Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-18T15:10:38.950Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:10:38.950Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:10:38.951Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "74149d2a-f284-47d2-b2fa-4e2fc7be8f3e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679152238950,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 01ded22f-bc0d-42c0-9fad-2915e46c71e4 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:10:39.952Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-03-18T15:10:39.952Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar(Resource with UUID: 9290846e-2e09-452f-a45d-c33314796f1f already exists)
2023-03-18T15:10:39.952Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-18T15:10:39.952Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:10:39.952Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:10:39.952Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "74149d2a-f284-47d2-b2fa-4e2fc7be8f3e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679152239952,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 9290846e-2e09-452f-a45d-c33314796f1f already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:10:40.953Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 74149d2a-f284-47d2-b2fa-4e2fc7be8f3e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T15:10:40.971Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 74149d2a-f284-47d2-b2fa-4e2fc7be8f3e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T15:10:40.973Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-18T15:10:40.973Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-18T15:10:40.974Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-18T15:10:40.974Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-18T15:10:40.974Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T15:10:40.974Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T15:10:40.974Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T15:10:40.974Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T15:10:40.974Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T15:10:40.974Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-18T15:10:40.983Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-18T15:10:58.920Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:10:58.932Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T15:10:58.932Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679152200065,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-18T15:10:58.934Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:10:58.934Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T15:10:58.934Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679152202625,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 2a8efcaf-0813-4b52-901f-136ba065c343 already exists"
}
2023-03-18T15:10:58.934Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:10:58.934Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T15:10:58.934Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679152203626,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: c7374fd6-6727-4426-9587-40812bc7c663 already exists"
}
2023-03-18T15:10:58.934Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:10:58.934Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T15:10:58.934Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679152234822,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-18T15:10:58.934Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:10:58.934Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T15:10:58.934Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "74149d2a-f284-47d2-b2fa-4e2fc7be8f3e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679151810586,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T15:10:58.934Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:10:58.934Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T15:10:58.934Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "74149d2a-f284-47d2-b2fa-4e2fc7be8f3e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679151810586,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-03-18T15:10:58.934Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:10:58.935Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T15:10:58.935Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "74149d2a-f284-47d2-b2fa-4e2fc7be8f3e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679152237919,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-18T15:10:58.935Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:10:58.935Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T15:10:58.935Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "74149d2a-f284-47d2-b2fa-4e2fc7be8f3e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679152238950,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 01ded22f-bc0d-42c0-9fad-2915e46c71e4 already exists"
}
2023-03-18T15:10:58.935Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:10:58.935Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T15:10:58.935Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "74149d2a-f284-47d2-b2fa-4e2fc7be8f3e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679152239952,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 9290846e-2e09-452f-a45d-c33314796f1f already exists"
}
2023-03-18T15:10:58.935Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:11:10.983Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 74149d2a-f284-47d2-b2fa-4e2fc7be8f3e and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-18T15:11:10.992Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 74149d2a-f284-47d2-b2fa-4e2fc7be8f3e and serviceModelVersionId: 942654ba-46c2-4f05-ae3d-6460a7c9e9a7
2023-03-18T15:11:10.992Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : ccdda148-11a2-4587-8a73-4287349e801a
2023-03-18T15:11:10.993Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/ccdda148-11a2-4587-8a73-4287349e801a/model-vers/model-ver/942654ba-46c2-4f05-ae3d-6460a7c9e9a7?depth=0
2023-03-18T15:11:11.000Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2023-03-18T15:11:11.010Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ccdda148-11a2-4587-8a73-4287349e801a/model-vers/model-ver/942654ba-46c2-4f05-ae3d-6460a7c9e9a7?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-03-18T15:11:11.010Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ccdda148-11a2-4587-8a73-4287349e801a/model-vers/model-ver/942654ba-46c2-4f05-ae3d-6460a7c9e9a7?depth=0|INFO|500||Invoke
2023-03-18T15:11:11.022Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ccdda148-11a2-4587-8a73-4287349e801a/model-vers/model-ver/942654ba-46c2-4f05-ae3d-6460a7c9e9a7?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-18T15:11:11.141Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ccdda148-11a2-4587-8a73-4287349e801a/model-vers/model-ver/942654ba-46c2-4f05-ae3d-6460a7c9e9a7?depth=0|INFO|500||InvokeReturn
2023-03-18T15:11:11.142Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ccdda148-11a2-4587-8a73-4287349e801a/model-vers/model-ver/942654ba-46c2-4f05-ae3d-6460a7c9e9a7?depth=0 has http status code:200 and response headers:{date=[Sat, 18 Mar 2023 15:11:10 GMT], content-length=[0], vertex-id=[192760], x-aai-txid=[0-aai-resources-230318-15:11:10:724-74215], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-18T15:11:11.142Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||||DEBUG|500||Response was returned with an empty entity.
2023-03-18T15:11:11.142Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-18T15:11:11.142Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-18T15:11:11.150Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-18T15:11:11.150Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 74149d2a-f284-47d2-b2fa-4e2fc7be8f3e and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-18T15:11:11.151Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-18T15:11:11.151Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:11:11.151Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:11:11.151Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "74149d2a-f284-47d2-b2fa-4e2fc7be8f3e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679152271150,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-18T15:11:12.178Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-18T15:11:12.178Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||||DEBUG|500||received notification from broker: {"distributionID":"6a074a1e-4b47-4382-9b90-afa918276d12","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"e17bf563-7a13-4701-b853-11ed8cbb93d7","serviceDescription":"service","serviceInvariantUUID":"8a45306d-3ac3-4f10-a742-9812edbe591e","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"1903c123-2be6-499b-8524-c9a33406ad4f","resourceInvariantUUID":"65a560ec-f509-40c5-b364-3c4cd0a20185","resourceCustomizationUUID":"41b30cb0-d009-4e4b-99c2-e95f691a4b2e","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":"YTFjZGVjMmU0NGZhOGFkMDlhZGI4ODkyYzk4MDRmOGE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"38ef1f0d-98ea-4e28-b00a-3091e61f54bc","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":"OWZmNjBmNzNmNGQ1ZThmYzNkMzdkODk3MzFkMDI2MDg\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"d3c6917c-1f70-48e9-9465-f259ee8cda65","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":"7aa99321-7b67-40f7-bd98-0e99d422bb2e","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":"5444e6a4-9351-40da-b837-0dd388e7cb3b","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":"cb506ca5-fd50-4406-abfc-b51858ac789a","artifactVersion":"2","generatedFromUUID":"7aa99321-7b67-40f7-bd98-0e99d422bb2e"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"ZjQyZmQxMjdjZDk5ZDY2OTQ3ZmIyZWI4MjExZGE4OGQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"204adab0-5bde-4230-9b3d-b26c0f4d57b4","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"NjI4YzVmZDFmMjYwMDhlNTZlOTY1M2NmMzExN2VkMjg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"4b6dc8ac-cbfc-43c0-9e93-2760226914ae","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-18T15:11:12.179Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T15:11:12.179Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:11:12.179Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:11:12.179Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679151810586,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:11:13.180Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T15:11:13.180Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:11:13.180Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:11:13.181Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679151810586,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:11:14.181Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T15:11:14.182Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:11:14.182Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:11:14.182Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679151810586,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:11:15.183Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T15:11:15.183Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:11:15.183Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:11:15.184Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679151810586,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:11:16.185Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T15:11:16.185Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:11:16.185Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:11:16.186Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679151810586,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:11:17.187Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T15:11:17.187Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:11:17.187Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:11:17.187Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679151810586,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:11:18.188Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T15:11:18.189Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:11:18.189Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:11:18.189Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679151810586,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:11:19.191Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "e17bf563-7a13-4701-b853-11ed8cbb93d7",
  "serviceDescription": "service",
  "serviceInvariantUUID": "8a45306d-3ac3-4f10-a742-9812edbe591e",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "41b30cb0-d009-4e4b-99c2-e95f691a4b2e",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "1903c123-2be6-499b-8524-c9a33406ad4f",
      "resourceInvariantUUID": "65a560ec-f509-40c5-b364-3c4cd0a20185",
      "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": "OWZmNjBmNzNmNGQ1ZThmYzNkMzdkODk3MzFkMDI2MDg\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "d3c6917c-1f70-48e9-9465-f259ee8cda65",
          "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": "7aa99321-7b67-40f7-bd98-0e99d422bb2e",
          "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": "cb506ca5-fd50-4406-abfc-b51858ac789a",
            "generatedFromUUID": "7aa99321-7b67-40f7-bd98-0e99d422bb2e"
          },
          "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": "cb506ca5-fd50-4406-abfc-b51858ac789a",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "NjI4YzVmZDFmMjYwMDhlNTZlOTY1M2NmMzExN2VkMjg\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "4b6dc8ac-cbfc-43c0-9e93-2760226914ae"
    }
  ],
  "workloadContext": "Production"
}
2023-03-18T15:11:19.191Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-18T15:11:19.191Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 e17bf563-7a13-4701-b853-11ed8cbb93d7 ASDC
2023-03-18T15:11:19.191Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:6a074a1e-4b47-4382-9b90-afa918276d12
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:e17bf563-7a13-4701-b853-11ed8cbb93d7
ServiceInvariantUUID:8a45306d-3ac3-4f10-a742-9812edbe591e
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:4b6dc8ac-cbfc-43c0-9e93-2760226914ae
ArtifactChecksum:NjI4YzVmZDFmMjYwMDhlNTZlOTY1M2NmMzExN2VkMjg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:41b30cb0-d009-4e4b-99c2-e95f691a4b2e
ResourceInvariantUUID:65a560ec-f509-40c5-b364-3c4cd0a20185
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:1903c123-2be6-499b-8524-c9a33406ad4f
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:d3c6917c-1f70-48e9-9465-f259ee8cda65
ArtifactChecksum:OWZmNjBmNzNmNGQ1ZThmYzNkMzdkODk3MzFkMDI2MDg=
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:7aa99321-7b67-40f7-bd98-0e99d422bb2e
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:cb506ca5-fd50-4406-abfc-b51858ac789a
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:cb506ca5-fd50-4406-abfc-b51858ac789a
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-18T15:11:19.192Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF e17bf563-7a13-4701-b853-11ed8cbb93d7 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: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-18T15:11:19.224Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-18T15:11:19.224Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-03-18T15:11:19.225Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-03-18T15:11:19.225Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 4b6dc8ac-cbfc-43c0-9e93-2760226914ae from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-03-18T15:11:19.225Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||INFO|500||DistributionClient - download
2023-03-18T15:11:19.225Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-03-18T15:11:19.260Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||DEBUG|500||GET Response Status 404
2023-03-18T15:11:19.260Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@463eab69
2023-03-18T15:11:19.261Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-18T15:11:19.261Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicVm"
      ]
    }
  }
}
2023-03-18T15:11:19.261Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicVm-csar.csar /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 4b6dc8ac-cbfc-43c0-9e93-2760226914ae Specified artifact is  not found 300 ASDC artifact download fail
2023-03-18T15:11:19.261Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-03-18T15:11:19.262Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar(Specified artifact is  not found)
2023-03-18T15:11:19.262Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-18T15:11:19.262Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:11:19.262Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:11:19.263Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679152279261,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:11:20.264Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during processCsarServiceArtifacts ASDC processCsarServiceArtifacts 500 Exception in processCsarServiceArtifacts
org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact service-BasicVm-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar(UUID:4b6dc8ac-cbfc-43c0-9e93-2760226914ae)
Error message is Specified artifact is  not found

	at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394)
	at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
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 watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-03-18T15:11:20.298Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||ERROR|500||Csar with UUID: 4b6dc8ac-cbfc-43c0-9e93-2760226914ae already exists
2023-03-18T15:11:20.298Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-03-18T15:11:20.299Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar(Csar with UUID: 4b6dc8ac-cbfc-43c0-9e93-2760226914ae already exists)
2023-03-18T15:11:20.299Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-18T15:11:20.299Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:11:20.299Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:11:20.299Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679152280298,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 4b6dc8ac-cbfc-43c0-9e93-2760226914ae already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:11:21.301Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-03-18T15:11:21.301Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar(Resource with UUID: 1903c123-2be6-499b-8524-c9a33406ad4f already exists)
2023-03-18T15:11:21.301Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-18T15:11:21.301Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:11:21.301Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:11:21.302Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679152281301,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 1903c123-2be6-499b-8524-c9a33406ad4f already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:11:22.303Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6a074a1e-4b47-4382-9b90-afa918276d12
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T15:11:22.322Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6a074a1e-4b47-4382-9b90-afa918276d12
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T15:11:22.326Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-18T15:11:22.326Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-18T15:11:22.326Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-18T15:11:22.326Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-18T15:11:22.327Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T15:11:22.327Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T15:11:22.327Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T15:11:22.327Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T15:11:22.327Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T15:11:22.327Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-18T15:11:22.337Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-18T15:11:52.337Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 6a074a1e-4b47-4382-9b90-afa918276d12 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-18T15:11:52.347Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 6a074a1e-4b47-4382-9b90-afa918276d12 and serviceModelVersionId: e17bf563-7a13-4701-b853-11ed8cbb93d7
2023-03-18T15:11:52.347Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 8a45306d-3ac3-4f10-a742-9812edbe591e
2023-03-18T15:11:52.348Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/8a45306d-3ac3-4f10-a742-9812edbe591e/model-vers/model-ver/e17bf563-7a13-4701-b853-11ed8cbb93d7?depth=0
2023-03-18T15:11:52.353Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2023-03-18T15:11:52.364Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8a45306d-3ac3-4f10-a742-9812edbe591e/model-vers/model-ver/e17bf563-7a13-4701-b853-11ed8cbb93d7?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-03-18T15:11:52.364Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8a45306d-3ac3-4f10-a742-9812edbe591e/model-vers/model-ver/e17bf563-7a13-4701-b853-11ed8cbb93d7?depth=0|INFO|500||Invoke
2023-03-18T15:11:52.372Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8a45306d-3ac3-4f10-a742-9812edbe591e/model-vers/model-ver/e17bf563-7a13-4701-b853-11ed8cbb93d7?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-18T15:11:52.485Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8a45306d-3ac3-4f10-a742-9812edbe591e/model-vers/model-ver/e17bf563-7a13-4701-b853-11ed8cbb93d7?depth=0|INFO|500||InvokeReturn
2023-03-18T15:11:52.485Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8a45306d-3ac3-4f10-a742-9812edbe591e/model-vers/model-ver/e17bf563-7a13-4701-b853-11ed8cbb93d7?depth=0 has http status code:200 and response headers:{date=[Sat, 18 Mar 2023 15:11:52 GMT], content-length=[0], vertex-id=[188464], x-aai-txid=[0-aai-resources-230318-15:11:52:074-70910], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-18T15:11:52.485Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||DEBUG|500||Response was returned with an empty entity.
2023-03-18T15:11:52.486Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-18T15:11:52.486Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-18T15:11:52.492Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-18T15:11:52.493Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 6a074a1e-4b47-4382-9b90-afa918276d12 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-18T15:11:52.493Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-18T15:11:52.493Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:11:52.493Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:11:52.493Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679152312493,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-18T15:11:53.516Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-18T15:11:53.516Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||DEBUG|500||received notification from broker: {"distributionID":"5e005e65-61df-4986-a087-00761a388674","serviceName":"Demo_pNF_Qv5TXucXv4n7mssXUGFK","serviceVersion":"1.0","serviceUUID":"73f959ea-1a0e-41cf-b2da-40f07fd6a9c2","serviceDescription":"catalog service description","serviceInvariantUUID":"86b31417-cd30-434e-93e4-34d81e182271","resources":[{"resourceInstanceName":"pNF 8ecb3a29-1699 0","resourceName":"pNF 8ecb3a29-1699","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"79d852b9-56e5-416f-9d37-4483b88de628","resourceInvariantUUID":"c45c5ef7-20e5-4b81-8392-6fbf8a0a1b25","resourceCustomizationUUID":"3e0c811d-9b69-4eb9-9e2f-6a46c31c8df1","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/resourceInstances/pnf8ecb3a2916990/artifacts/vf-license-model.xml","artifactChecksum":"ZjYwMDAwM2MyYWM5MThmNDNmMGIxMzExNzJmYzM1YzQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"fe22c4be-1d3d-49d6-aaf8-5fb691f2c5bb","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/resourceInstances/pnf8ecb3a2916990/artifacts/pNF.csar","artifactChecksum":"YTFmMWQ3MzViYWZhMGQ1ZThlNzU3Y2I3ZGNlYWU4YjA\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"aee06125-71e1-4665-8ce8-8f87625d3137","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/resourceInstances/pnf8ecb3a2916990/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"d0d177b6-7fdc-4b24-a378-3361c335ea57","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/resourceInstances/pnf8ecb3a2916990/artifacts/vendor-license-model.xml","artifactChecksum":"NmIzN2Y3YWJiZDEyYzZiMDEyNjdiMzJhNGM5MzQ1OGI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"b3fc6aeb-2efb-45ec-a7fe-d71b1477f76e","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/resourceInstances/pnf8ecb3a2916990/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"e7ba57a9-59ef-4efe-90bb-fffece281605","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/resourceInstances/pnf8ecb3a2916990/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"cc689d97-ea39-40b8-b7d1-5326d5b71836","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfQv5txucxv4n7mssxugfk-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-template.yml","artifactChecksum":"ZTJjZGFlZDI3YjNkYzI4ZWNlMWMyNmM5NGMwOGRiNmY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"036d837c-a9b5-4c6b-9026-ef8b033600cc","artifactVersion":"1"},{"artifactName":"service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar","artifactChecksum":"NmIzYzkyYzFlZjM3YjA3YjIzODQ5MzIxZjA4ODdmYTg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"a93044a0-e137-47cf-b45c-87a4ec92508e","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-18T15:11:53.517Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T15:11:53.517Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:11:53.517Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:11:53.517Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679151810586,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/resourceInstances/pnf8ecb3a2916990/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:11:54.518Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T15:11:54.518Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:11:54.519Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:11:54.519Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679151810586,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/resourceInstances/pnf8ecb3a2916990/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:11:55.519Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T15:11:55.520Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:11:55.520Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:11:55.520Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679151810586,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/resourceInstances/pnf8ecb3a2916990/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:11:56.521Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T15:11:56.522Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:11:56.522Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:11:56.522Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679151810586,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/resourceInstances/pnf8ecb3a2916990/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:11:57.522Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T15:11:57.523Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:11:57.523Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:11:57.523Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679151810586,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/resourceInstances/pnf8ecb3a2916990/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:11:58.524Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T15:11:58.525Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:11:58.525Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:11:58.525Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679151810586,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/resourceInstances/pnf8ecb3a2916990/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:11:58.920Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:11:58.926Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T15:11:58.926Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "74149d2a-f284-47d2-b2fa-4e2fc7be8f3e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679152271150,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-18T15:11:58.927Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:11:58.927Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T15:11:58.927Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679151810586,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T15:11:58.927Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:11:58.927Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T15:11:58.927Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679151810586,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2023-03-18T15:11:58.927Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:11:58.927Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T15:11:58.927Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679151810586,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-03-18T15:11:58.927Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:11:58.927Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T15:11:58.927Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679151810586,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T15:11:58.927Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:11:58.927Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T15:11:58.928Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679151810586,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-03-18T15:11:58.928Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:11:58.928Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T15:11:58.928Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679151810586,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T15:11:58.928Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:11:58.928Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T15:11:58.928Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679151810586,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-03-18T15:11:58.928Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:11:58.928Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T15:11:58.928Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679152279261,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-18T15:11:58.928Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:11:58.928Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T15:11:58.928Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679152280298,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 4b6dc8ac-cbfc-43c0-9e93-2760226914ae already exists"
}
2023-03-18T15:11:58.928Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:11:58.928Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T15:11:58.928Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679152281301,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 1903c123-2be6-499b-8524-c9a33406ad4f already exists"
}
2023-03-18T15:11:58.928Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:11:58.928Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T15:11:58.928Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679152312493,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-18T15:11:58.929Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:11:58.929Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T15:11:58.929Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679151810586,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/resourceInstances/pnf8ecb3a2916990/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T15:11:58.929Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:11:58.929Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T15:11:58.929Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679151810586,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/resourceInstances/pnf8ecb3a2916990/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-18T15:11:58.929Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:11:58.929Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T15:11:58.929Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679151810586,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/resourceInstances/pnf8ecb3a2916990/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-18T15:11:58.929Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:11:58.929Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T15:11:58.929Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679151810586,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/resourceInstances/pnf8ecb3a2916990/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T15:11:58.929Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:11:58.929Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T15:11:58.929Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679151810586,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/resourceInstances/pnf8ecb3a2916990/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T15:11:58.929Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:11:58.929Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T15:11:58.929Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679151810586,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/resourceInstances/pnf8ecb3a2916990/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T15:11:58.929Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:11:59.526Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T15:11:59.526Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:11:59.526Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:11:59.526Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679151810586,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:12:00.527Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T15:12:00.528Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:12:00.528Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:12:00.528Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679151810586,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:12:01.529Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "serviceName": "Demo_pNF_Qv5TXucXv4n7mssXUGFK",
  "serviceVersion": "1.0",
  "serviceUUID": "73f959ea-1a0e-41cf-b2da-40f07fd6a9c2",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "86b31417-cd30-434e-93e4-34d81e182271",
  "resources": [
    {
      "resourceInstanceName": "pNF 8ecb3a29-1699 0",
      "resourceCustomizationUUID": "3e0c811d-9b69-4eb9-9e2f-6a46c31c8df1",
      "resourceName": "pNF 8ecb3a29-1699",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "79d852b9-56e5-416f-9d37-4483b88de628",
      "resourceInvariantUUID": "c45c5ef7-20e5-4b81-8392-6fbf8a0a1b25",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar",
      "artifactChecksum": "NmIzYzkyYzFlZjM3YjA3YjIzODQ5MzIxZjA4ODdmYTg\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "a93044a0-e137-47cf-b45c-87a4ec92508e"
    }
  ],
  "workloadContext": "Production"
}
2023-03-18T15:12:01.529Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-18T15:12:01.530Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 73f959ea-1a0e-41cf-b2da-40f07fd6a9c2 ASDC
2023-03-18T15:12:01.530Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:5e005e65-61df-4986-a087-00761a388674
ServiceName:Demo_pNF_Qv5TXucXv4n7mssXUGFK
ServiceVersion:1.0
ServiceUUID:73f959ea-1a0e-41cf-b2da-40f07fd6a9c2
ServiceInvariantUUID:86b31417-cd30-434e-93e4-34d81e182271
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar
ArtifactUUID:a93044a0-e137-47cf-b45c-87a4ec92508e
ArtifactChecksum:NmIzYzkyYzFlZjM3YjA3YjIzODQ5MzIxZjA4ODdmYTg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 8ecb3a29-1699 0
ResourceCustomizationUUID:3e0c811d-9b69-4eb9-9e2f-6a46c31c8df1
ResourceInvariantUUID:c45c5ef7-20e5-4b81-8392-6fbf8a0a1b25
ResourceName:pNF 8ecb3a29-1699
ResourceType:PNF
ResourceUUID:79d852b9-56e5-416f-9d37-4483b88de628
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-18T15:12:01.530Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 73f959ea-1a0e-41cf-b2da-40f07fd6a9c2 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: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-18T15:12:01.565Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-18T15:12:01.566Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-03-18T15:12:01.566Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-03-18T15:12:01.566Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: a93044a0-e137-47cf-b45c-87a4ec92508e from URL: /sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar
2023-03-18T15:12:01.566Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||INFO|500||DistributionClient - download
2023-03-18T15:12:01.566Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar
2023-03-18T15:12:01.844Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2023-03-18T15:12:01.848Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar a93044a0-e137-47cf-b45c-87a4ec92508e 88004
2023-03-18T15:12:01.849Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar ASDC sendASDCNotification
2023-03-18T15:12:01.849Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar
2023-03-18T15:12:01.849Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-18T15:12:01.850Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:12:01.850Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:12:01.850Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679152321849,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:12:02.851Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-18T15:12:02.851Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-03-18T15:12:02.852Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: a93044a0-e137-47cf-b45c-87a4ec92508e, URL: /sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar to file: /app/ASDC/1/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar
2023-03-18T15:12:02.852Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar
2023-03-18T15:12:02.852Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar
2023-03-18T15:12:02.852Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar
2023-03-18T15:12:02.916Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9543221772152774348/Definitions/service-DemoPnfQv5txucxv4n7mssxugfk-template.yml
2023-03-18T15:12:03.461Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-18T15:12:03.461Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||WARN|500||####################################################################################################
2023-03-18T15:12:03.461Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar
2023-03-18T15:12:03.461Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-18T15:12:03.461Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||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-DemoPnfQv5txucxv4n7mssxugfk-csar.csar
2023-03-18T15:12:03.461Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar
2023-03-18T15:12:03.461Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||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-DemoPnfQv5txucxv4n7mssxugfk-csar.csar
2023-03-18T15:12:03.461Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar
2023-03-18T15:12:03.461Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar
2023-03-18T15:12:03.461Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 8ecb3a29-1699 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-DemoPnfQv5txucxv4n7mssxugfk-csar.csar
2023-03-18T15:12:03.462Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar
2023-03-18T15:12:03.462Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||WARN|500||####################################################################################################
2023-03-18T15:12:03.462Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T15:12:03.462Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_Qv5TXucXv4n7mssXUGFK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T15:12:03.462Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||DEBUG|500||Node template pNF 8ecb3a29-1699 0 is matching search criteria
2023-03-18T15:12:03.462Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2023-03-18T15:12:03.462Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||DEBUG|500||Found topology templates [pNF 8ecb3a29-1699 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-18T15:12:03.462Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T15:12:03.462Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_Qv5TXucXv4n7mssXUGFK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T15:12:03.462Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||DEBUG|500||Node template pNF 8ecb3a29-1699 0 is matching search criteria
2023-03-18T15:12:03.462Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2023-03-18T15:12:03.462Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||DEBUG|500||Found topology templates [pNF 8ecb3a29-1699 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-18T15:12:03.462Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T15:12:03.462Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_Qv5TXucXv4n7mssXUGFK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T15:12:03.463Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T15:12:03.463Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_Qv5TXucXv4n7mssXUGFK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T15:12:03.463Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T15:12:03.463Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_Qv5TXucXv4n7mssXUGFK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T15:12:03.463Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T15:12:03.463Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_Qv5TXucXv4n7mssXUGFK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T15:12:03.463Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T15:12:03.463Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_Qv5TXucXv4n7mssXUGFK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T15:12:03.463Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_Qv5TXucXv4n7mssXUGFK
Description:catalog service description
Model UUID:73f959ea-1a0e-41cf-b2da-40f07fd6a9c2
Model Version:NULL
Model InvariantUuid:86b31417-cd30-434e-93e4-34d81e182271
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=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-03-18T15:12:03.492Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||ERROR|500||Csar with UUID: a93044a0-e137-47cf-b45c-87a4ec92508e already exists
2023-03-18T15:12:03.493Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar ASDC sendASDCNotification
2023-03-18T15:12:03.493Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar(Csar with UUID: a93044a0-e137-47cf-b45c-87a4ec92508e already exists)
2023-03-18T15:12:03.493Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-18T15:12:03.493Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:12:03.493Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:12:03.493Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679152323493,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: a93044a0-e137-47cf-b45c-87a4ec92508e already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:12:04.494Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar ASDC sendASDCNotification
2023-03-18T15:12:04.494Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar(Resource with UUID: 79d852b9-56e5-416f-9d37-4483b88de628 already exists)
2023-03-18T15:12:04.495Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-18T15:12:04.495Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:12:04.495Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:12:04.495Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679152324494,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 79d852b9-56e5-416f-9d37-4483b88de628 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:12:05.496Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5e005e65-61df-4986-a087-00761a388674
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T15:12:05.514Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5e005e65-61df-4986-a087-00761a388674
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T15:12:05.516Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-18T15:12:05.517Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-18T15:12:05.517Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-18T15:12:05.517Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-18T15:12:05.517Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T15:12:05.517Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T15:12:05.517Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T15:12:05.517Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T15:12:05.517Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T15:12:05.517Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T15:12:05.517Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-18T15:12:05.526Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-18T15:12:35.526Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 5e005e65-61df-4986-a087-00761a388674 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-18T15:12:35.534Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 5e005e65-61df-4986-a087-00761a388674 and serviceModelVersionId: 73f959ea-1a0e-41cf-b2da-40f07fd6a9c2
2023-03-18T15:12:35.534Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 86b31417-cd30-434e-93e4-34d81e182271
2023-03-18T15:12:35.535Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/86b31417-cd30-434e-93e4-34d81e182271/model-vers/model-ver/73f959ea-1a0e-41cf-b2da-40f07fd6a9c2?depth=0
2023-03-18T15:12:35.540Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2023-03-18T15:12:35.548Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/86b31417-cd30-434e-93e4-34d81e182271/model-vers/model-ver/73f959ea-1a0e-41cf-b2da-40f07fd6a9c2?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-03-18T15:12:35.549Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/86b31417-cd30-434e-93e4-34d81e182271/model-vers/model-ver/73f959ea-1a0e-41cf-b2da-40f07fd6a9c2?depth=0|INFO|500||Invoke
2023-03-18T15:12:35.555Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/86b31417-cd30-434e-93e4-34d81e182271/model-vers/model-ver/73f959ea-1a0e-41cf-b2da-40f07fd6a9c2?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-18T15:12:35.663Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/86b31417-cd30-434e-93e4-34d81e182271/model-vers/model-ver/73f959ea-1a0e-41cf-b2da-40f07fd6a9c2?depth=0|INFO|500||InvokeReturn
2023-03-18T15:12:35.664Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/86b31417-cd30-434e-93e4-34d81e182271/model-vers/model-ver/73f959ea-1a0e-41cf-b2da-40f07fd6a9c2?depth=0 has http status code:200 and response headers:{date=[Sat, 18 Mar 2023 15:12:35 GMT], content-length=[0], vertex-id=[204904], x-aai-txid=[0-aai-resources-230318-15:12:35:257-90454], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-18T15:12:35.664Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||DEBUG|500||Response was returned with an empty entity.
2023-03-18T15:12:35.664Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-18T15:12:35.664Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-18T15:12:35.671Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-18T15:12:35.672Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 5e005e65-61df-4986-a087-00761a388674 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-18T15:12:35.672Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-18T15:12:35.672Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:12:35.672Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:12:35.672Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679152355672,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-18T15:12:36.690Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-18T15:12:36.691Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||DEBUG|500||received notification from broker: {"distributionID":"b26959c2-c6ca-4cf7-9cdd-576be04a9c92","serviceName":"Demo_pNF_M5QKMfmDLPuLyaz8OWr9","serviceVersion":"1.0","serviceUUID":"c315cbb3-fd53-45ce-8b0b-ad3e84c78918","serviceDescription":"catalog service description","serviceInvariantUUID":"a46a4505-8d20-4c38-8d99-1b181bf22700","resources":[{"resourceInstanceName":"pNF 66b89d6a-37e2 0","resourceName":"pNF 66b89d6a-37e2","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"5cb48981-5482-4843-a71a-1ebe978a5e90","resourceInvariantUUID":"067cbf90-981e-43f3-86b6-aee782d22bba","resourceCustomizationUUID":"84e6e64b-76cd-40cf-86fd-15855e6c2efb","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/resourceInstances/pnf66b89d6a37e20/artifacts/vf-license-model.xml","artifactChecksum":"NmE3OGI0M2NhMTkzNzdlZjJiNzk5YWUzOGVkODUwZTQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"7cbe96a6-d4de-40e4-9f5f-7effc4b8523d","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/resourceInstances/pnf66b89d6a37e20/artifacts/pNF.csar","artifactChecksum":"YTFmMWQ3MzViYWZhMGQ1ZThlNzU3Y2I3ZGNlYWU4YjA\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"7fd2d8fc-6c10-444b-93e4-8ebf25d579b5","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/resourceInstances/pnf66b89d6a37e20/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"62304596-99e5-46f3-868d-189f9dacc577","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/resourceInstances/pnf66b89d6a37e20/artifacts/vendor-license-model.xml","artifactChecksum":"YzhhZjQxZjBiNGEwYTBlMTMwMDYwZmQ3ZjM5OWY1MTY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"c98a30f6-a6ab-4b74-9a89-a4282ace9636","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/resourceInstances/pnf66b89d6a37e20/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"6ba69e42-ade7-45c2-a4ec-3b8f081071f9","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/resourceInstances/pnf66b89d6a37e20/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"2afae58f-afd7-42b0-ae19-62fbbccae66e","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfM5qkmfmdlpulyaz8owr9-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/artifacts/service-DemoPnfM5qkmfmdlpulyaz8owr9-template.yml","artifactChecksum":"NDU2YjRjNDEyNWEwZGVkZjBjNDY2MTJmOTFhNzRhYzk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"181d2352-caba-4b3f-999f-926eb0949ab9","artifactVersion":"1"},{"artifactName":"service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/artifacts/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar","artifactChecksum":"ZWMyYmIzM2U4YmVmYmIwYmU1ZDhjODY4NGEyYTI4NjI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"fdcf7f15-35cd-49a2-839b-26e97623a9bc","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-18T15:12:36.691Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T15:12:36.691Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:12:36.691Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:12:36.691Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679151810586,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/resourceInstances/pnf66b89d6a37e20/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:12:37.693Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T15:12:37.693Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:12:37.693Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:12:37.693Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679151810586,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/resourceInstances/pnf66b89d6a37e20/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:12:38.694Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T15:12:38.695Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:12:38.695Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:12:38.695Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679151810586,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/resourceInstances/pnf66b89d6a37e20/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:12:39.695Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T15:12:39.696Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:12:39.696Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:12:39.696Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679151810586,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/resourceInstances/pnf66b89d6a37e20/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:12:40.697Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T15:12:40.697Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:12:40.697Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:12:40.698Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679151810586,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/resourceInstances/pnf66b89d6a37e20/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:12:41.699Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T15:12:41.699Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:12:41.699Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:12:41.699Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679151810586,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/resourceInstances/pnf66b89d6a37e20/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:12:42.700Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T15:12:42.700Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:12:42.700Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:12:42.700Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679151810586,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/artifacts/service-DemoPnfM5qkmfmdlpulyaz8owr9-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:12:43.701Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T15:12:43.701Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:12:43.701Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:12:43.701Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679151810586,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/artifacts/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:12:44.702Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "serviceName": "Demo_pNF_M5QKMfmDLPuLyaz8OWr9",
  "serviceVersion": "1.0",
  "serviceUUID": "c315cbb3-fd53-45ce-8b0b-ad3e84c78918",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "a46a4505-8d20-4c38-8d99-1b181bf22700",
  "resources": [
    {
      "resourceInstanceName": "pNF 66b89d6a-37e2 0",
      "resourceCustomizationUUID": "84e6e64b-76cd-40cf-86fd-15855e6c2efb",
      "resourceName": "pNF 66b89d6a-37e2",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "5cb48981-5482-4843-a71a-1ebe978a5e90",
      "resourceInvariantUUID": "067cbf90-981e-43f3-86b6-aee782d22bba",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/artifacts/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar",
      "artifactChecksum": "ZWMyYmIzM2U4YmVmYmIwYmU1ZDhjODY4NGEyYTI4NjI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "fdcf7f15-35cd-49a2-839b-26e97623a9bc"
    }
  ],
  "workloadContext": "Production"
}
2023-03-18T15:12:44.702Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-18T15:12:44.702Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 c315cbb3-fd53-45ce-8b0b-ad3e84c78918 ASDC
2023-03-18T15:12:44.702Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:b26959c2-c6ca-4cf7-9cdd-576be04a9c92
ServiceName:Demo_pNF_M5QKMfmDLPuLyaz8OWr9
ServiceVersion:1.0
ServiceUUID:c315cbb3-fd53-45ce-8b0b-ad3e84c78918
ServiceInvariantUUID:a46a4505-8d20-4c38-8d99-1b181bf22700
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/artifacts/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar
ArtifactUUID:fdcf7f15-35cd-49a2-839b-26e97623a9bc
ArtifactChecksum:ZWMyYmIzM2U4YmVmYmIwYmU1ZDhjODY4NGEyYTI4NjI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 66b89d6a-37e2 0
ResourceCustomizationUUID:84e6e64b-76cd-40cf-86fd-15855e6c2efb
ResourceInvariantUUID:067cbf90-981e-43f3-86b6-aee782d22bba
ResourceName:pNF 66b89d6a-37e2
ResourceType:PNF
ResourceUUID:5cb48981-5482-4843-a71a-1ebe978a5e90
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-18T15:12:44.702Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF c315cbb3-fd53-45ce-8b0b-ad3e84c78918 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: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-18T15:12:44.737Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-18T15:12:44.737Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-03-18T15:12:44.737Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-03-18T15:12:44.737Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: fdcf7f15-35cd-49a2-839b-26e97623a9bc from URL: /sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/artifacts/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar
2023-03-18T15:12:44.737Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||INFO|500||DistributionClient - download
2023-03-18T15:12:44.737Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/artifacts/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar
2023-03-18T15:12:44.991Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2023-03-18T15:12:44.997Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/artifacts/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar fdcf7f15-35cd-49a2-839b-26e97623a9bc 88022
2023-03-18T15:12:44.997Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/artifacts/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar ASDC sendASDCNotification
2023-03-18T15:12:44.997Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/artifacts/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar
2023-03-18T15:12:44.998Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-18T15:12:44.998Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:12:44.998Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:12:44.998Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679152364997,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/artifacts/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:12:45.998Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-18T15:12:45.999Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-03-18T15:12:45.999Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: fdcf7f15-35cd-49a2-839b-26e97623a9bc, URL: /sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/artifacts/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar to file: /app/ASDC/1/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar
2023-03-18T15:12:45.999Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar
2023-03-18T15:12:46.000Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar
2023-03-18T15:12:46.000Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar
2023-03-18T15:12:46.067Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7811604066563177552/Definitions/service-DemoPnfM5qkmfmdlpulyaz8owr9-template.yml
2023-03-18T15:12:46.544Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-18T15:12:46.545Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||WARN|500||####################################################################################################
2023-03-18T15:12:46.545Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar
2023-03-18T15:12:46.545Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-18T15:12:46.545Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||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-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar
2023-03-18T15:12:46.545Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar
2023-03-18T15:12:46.545Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||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-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar
2023-03-18T15:12:46.545Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 66b89d6a-37e2 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-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar
2023-03-18T15:12:46.545Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar
2023-03-18T15:12:46.545Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar
2023-03-18T15:12:46.545Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar
2023-03-18T15:12:46.545Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||WARN|500||####################################################################################################
2023-03-18T15:12:46.545Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T15:12:46.545Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_M5QKMfmDLPuLyaz8OWr9 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T15:12:46.545Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||DEBUG|500||Node template pNF 66b89d6a-37e2 0 is matching search criteria
2023-03-18T15:12:46.546Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2023-03-18T15:12:46.546Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||DEBUG|500||Found topology templates [pNF 66b89d6a-37e2 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-18T15:12:46.546Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T15:12:46.546Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_M5QKMfmDLPuLyaz8OWr9 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T15:12:46.546Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||DEBUG|500||Node template pNF 66b89d6a-37e2 0 is matching search criteria
2023-03-18T15:12:46.546Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2023-03-18T15:12:46.546Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||DEBUG|500||Found topology templates [pNF 66b89d6a-37e2 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-18T15:12:46.546Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T15:12:46.546Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_M5QKMfmDLPuLyaz8OWr9 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T15:12:46.546Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T15:12:46.546Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_M5QKMfmDLPuLyaz8OWr9 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T15:12:46.546Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T15:12:46.546Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_M5QKMfmDLPuLyaz8OWr9 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T15:12:46.546Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T15:12:46.546Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_M5QKMfmDLPuLyaz8OWr9 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T15:12:46.546Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T15:12:46.546Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_M5QKMfmDLPuLyaz8OWr9 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T15:12:46.546Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_M5QKMfmDLPuLyaz8OWr9
Description:catalog service description
Model UUID:c315cbb3-fd53-45ce-8b0b-ad3e84c78918
Model Version:NULL
Model InvariantUuid:a46a4505-8d20-4c38-8d99-1b181bf22700
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=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-03-18T15:12:46.577Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||ERROR|500||Csar with UUID: fdcf7f15-35cd-49a2-839b-26e97623a9bc already exists
2023-03-18T15:12:46.577Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/artifacts/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar ASDC sendASDCNotification
2023-03-18T15:12:46.577Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/artifacts/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar(Csar with UUID: fdcf7f15-35cd-49a2-839b-26e97623a9bc already exists)
2023-03-18T15:12:46.577Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-18T15:12:46.577Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:12:46.577Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:12:46.577Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679152366577,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/artifacts/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: fdcf7f15-35cd-49a2-839b-26e97623a9bc already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:12:47.578Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/artifacts/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar ASDC sendASDCNotification
2023-03-18T15:12:47.578Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/artifacts/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar(Resource with UUID: 5cb48981-5482-4843-a71a-1ebe978a5e90 already exists)
2023-03-18T15:12:47.578Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-18T15:12:47.579Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:12:47.579Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:12:47.579Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679152367578,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/artifacts/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 5cb48981-5482-4843-a71a-1ebe978a5e90 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:12:48.580Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b26959c2-c6ca-4cf7-9cdd-576be04a9c92
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T15:12:48.595Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b26959c2-c6ca-4cf7-9cdd-576be04a9c92
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T15:12:48.598Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-18T15:12:48.598Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-18T15:12:48.598Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-18T15:12:48.598Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-18T15:12:48.598Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T15:12:48.598Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T15:12:48.599Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T15:12:48.599Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T15:12:48.599Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T15:12:48.599Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T15:12:48.599Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-18T15:12:48.608Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-18T15:12:58.920Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:12:58.925Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T15:12:58.925Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679151810586,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T15:12:58.925Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:12:58.928Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T15:12:58.928Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679151810586,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar",
  "status": "NOTIFIED"
}
2023-03-18T15:12:58.928Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:12:58.928Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T15:12:58.928Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679152321849,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-18T15:12:58.928Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:12:58.928Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T15:12:58.929Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679152323493,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: a93044a0-e137-47cf-b45c-87a4ec92508e already exists"
}
2023-03-18T15:12:58.929Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:12:58.929Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T15:12:58.929Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679152324494,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 79d852b9-56e5-416f-9d37-4483b88de628 already exists"
}
2023-03-18T15:12:58.929Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:12:58.929Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T15:12:58.929Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679152355672,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-18T15:12:58.929Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:12:58.929Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T15:12:58.929Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679151810586,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/resourceInstances/pnf66b89d6a37e20/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T15:12:58.929Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:12:58.929Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T15:12:58.929Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679151810586,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/resourceInstances/pnf66b89d6a37e20/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-18T15:12:58.930Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:12:58.930Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T15:12:58.930Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679151810586,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/resourceInstances/pnf66b89d6a37e20/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-18T15:12:58.930Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:12:58.930Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T15:12:58.930Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679151810586,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/resourceInstances/pnf66b89d6a37e20/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T15:12:58.930Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:12:58.930Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T15:12:58.930Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679151810586,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/resourceInstances/pnf66b89d6a37e20/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T15:12:58.930Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:12:58.930Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T15:12:58.930Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679151810586,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/resourceInstances/pnf66b89d6a37e20/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T15:12:58.931Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:12:58.931Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T15:12:58.931Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679151810586,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/artifacts/service-DemoPnfM5qkmfmdlpulyaz8owr9-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T15:12:58.931Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:12:58.931Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T15:12:58.931Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679151810586,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/artifacts/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar",
  "status": "NOTIFIED"
}
2023-03-18T15:12:58.931Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:12:58.931Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T15:12:58.931Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679152364997,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/artifacts/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-18T15:12:58.931Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:12:58.931Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T15:12:58.931Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679152366577,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/artifacts/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: fdcf7f15-35cd-49a2-839b-26e97623a9bc already exists"
}
2023-03-18T15:12:58.932Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:12:58.932Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T15:12:58.932Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679152367578,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/artifacts/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 5cb48981-5482-4843-a71a-1ebe978a5e90 already exists"
}
2023-03-18T15:12:58.932Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:13:18.609Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: b26959c2-c6ca-4cf7-9cdd-576be04a9c92 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-18T15:13:18.618Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: b26959c2-c6ca-4cf7-9cdd-576be04a9c92 and serviceModelVersionId: c315cbb3-fd53-45ce-8b0b-ad3e84c78918
2023-03-18T15:13:18.618Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : a46a4505-8d20-4c38-8d99-1b181bf22700
2023-03-18T15:13:18.618Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/a46a4505-8d20-4c38-8d99-1b181bf22700/model-vers/model-ver/c315cbb3-fd53-45ce-8b0b-ad3e84c78918?depth=0
2023-03-18T15:13:18.623Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2023-03-18T15:13:18.651Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a46a4505-8d20-4c38-8d99-1b181bf22700/model-vers/model-ver/c315cbb3-fd53-45ce-8b0b-ad3e84c78918?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-03-18T15:13:18.651Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a46a4505-8d20-4c38-8d99-1b181bf22700/model-vers/model-ver/c315cbb3-fd53-45ce-8b0b-ad3e84c78918?depth=0|INFO|500||Invoke
2023-03-18T15:13:18.660Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a46a4505-8d20-4c38-8d99-1b181bf22700/model-vers/model-ver/c315cbb3-fd53-45ce-8b0b-ad3e84c78918?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-18T15:13:18.764Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a46a4505-8d20-4c38-8d99-1b181bf22700/model-vers/model-ver/c315cbb3-fd53-45ce-8b0b-ad3e84c78918?depth=0|INFO|500||InvokeReturn
2023-03-18T15:13:18.765Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a46a4505-8d20-4c38-8d99-1b181bf22700/model-vers/model-ver/c315cbb3-fd53-45ce-8b0b-ad3e84c78918?depth=0 has http status code:200 and response headers:{date=[Sat, 18 Mar 2023 15:13:18 GMT], content-length=[0], vertex-id=[217192], x-aai-txid=[2-aai-resources-230318-15:13:18:362-88638], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-18T15:13:18.765Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||DEBUG|500||Response was returned with an empty entity.
2023-03-18T15:13:18.765Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-18T15:13:18.765Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-18T15:13:18.772Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-18T15:13:18.772Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID b26959c2-c6ca-4cf7-9cdd-576be04a9c92 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-18T15:13:18.772Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-18T15:13:18.772Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:13:18.772Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:13:18.772Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679152398772,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-18T15:13:19.795Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-18T15:13:19.795Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||DEBUG|500||received notification from broker: {"distributionID":"d6b70362-b450-41db-97c4-ea1285deb273","serviceName":"Demo_pNF_0QRYBIFHiGDyVijApwKS","serviceVersion":"1.0","serviceUUID":"b4fd06db-c144-4037-bb56-9f4d170dc33e","serviceDescription":"catalog service description","serviceInvariantUUID":"4a6b6367-2484-4aa3-9126-d96b480457a8","resources":[{"resourceInstanceName":"pNF 8b249c54-8f1f 0","resourceName":"pNF 8b249c54-8f1f","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"a880e813-b7b0-402c-bffe-74c020d69311","resourceInvariantUUID":"62a7990d-54b9-488c-9976-952482e2993f","resourceCustomizationUUID":"eb0ac2ec-e902-44af-9274-4b7b602bc8c8","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/resourceInstances/pnf8b249c548f1f0/artifacts/vf-license-model.xml","artifactChecksum":"YWEyOGU2NjliMDg5ZDU1NzYwMDhlOTYzNmI4NGZhMzM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"d2ed05b3-c79a-4dce-b90e-d0d7508a3b45","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/resourceInstances/pnf8b249c548f1f0/artifacts/pNF.csar","artifactChecksum":"YTFmMWQ3MzViYWZhMGQ1ZThlNzU3Y2I3ZGNlYWU4YjA\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"8c5f255b-5ba0-461e-8009-527fa558f0ef","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/resourceInstances/pnf8b249c548f1f0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"a4927c34-4090-4c7c-85be-5bfcd5208e7f","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/resourceInstances/pnf8b249c548f1f0/artifacts/vendor-license-model.xml","artifactChecksum":"ZGFjMzBhNjdmYWNhNzZkY2Y1ODcwNmIzODQzMjQ0Yzc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"68e219be-7fd3-4c2f-942d-b58362470046","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/resourceInstances/pnf8b249c548f1f0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"e7878e48-de75-42bd-a2da-c03807bb7be5","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/resourceInstances/pnf8b249c548f1f0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"d4b706a9-5523-4974-846d-b745b2a21dda","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnf0qrybifhigdyvijapwks-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/artifacts/service-DemoPnf0qrybifhigdyvijapwks-template.yml","artifactChecksum":"NjU3ZjBkNGJkNDc4ZWE3Y2M3Njk5NTc3MzNjYmY1YmY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"fdaf04f2-ae49-424a-bb42-d2906911e5ff","artifactVersion":"1"},{"artifactName":"service-DemoPnf0qrybifhigdyvijapwks-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/artifacts/service-DemoPnf0qrybifhigdyvijapwks-csar.csar","artifactChecksum":"MzljYTA3Yjk4Nzg5NjI5MTU3MDE1YTYwNjFmNTc1MTk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"7c894985-6ce0-4ae6-b963-98a29a50f1d8","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-18T15:13:19.795Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T15:13:19.795Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:13:19.796Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:13:19.796Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "d6b70362-b450-41db-97c4-ea1285deb273",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679151810586,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/resourceInstances/pnf8b249c548f1f0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:13:20.796Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T15:13:20.796Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:13:20.796Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:13:20.797Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "d6b70362-b450-41db-97c4-ea1285deb273",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679151810586,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/resourceInstances/pnf8b249c548f1f0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:13:21.802Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T15:13:21.802Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:13:21.802Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:13:21.802Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "d6b70362-b450-41db-97c4-ea1285deb273",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679151810586,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/resourceInstances/pnf8b249c548f1f0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:13:22.803Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T15:13:22.803Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:13:22.803Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:13:22.804Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "d6b70362-b450-41db-97c4-ea1285deb273",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679151810586,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/resourceInstances/pnf8b249c548f1f0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:13:23.804Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T15:13:23.804Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:13:23.804Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:13:23.805Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "d6b70362-b450-41db-97c4-ea1285deb273",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679151810586,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/resourceInstances/pnf8b249c548f1f0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:13:24.805Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T15:13:24.805Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:13:24.806Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:13:24.806Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "d6b70362-b450-41db-97c4-ea1285deb273",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679151810586,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/resourceInstances/pnf8b249c548f1f0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:13:25.806Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T15:13:25.806Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:13:25.807Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:13:25.807Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "d6b70362-b450-41db-97c4-ea1285deb273",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679151810586,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/artifacts/service-DemoPnf0qrybifhigdyvijapwks-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:13:26.807Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T15:13:26.808Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:13:26.808Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:13:26.808Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "d6b70362-b450-41db-97c4-ea1285deb273",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679151810586,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/artifacts/service-DemoPnf0qrybifhigdyvijapwks-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:13:27.809Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "d6b70362-b450-41db-97c4-ea1285deb273",
  "serviceName": "Demo_pNF_0QRYBIFHiGDyVijApwKS",
  "serviceVersion": "1.0",
  "serviceUUID": "b4fd06db-c144-4037-bb56-9f4d170dc33e",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "4a6b6367-2484-4aa3-9126-d96b480457a8",
  "resources": [
    {
      "resourceInstanceName": "pNF 8b249c54-8f1f 0",
      "resourceCustomizationUUID": "eb0ac2ec-e902-44af-9274-4b7b602bc8c8",
      "resourceName": "pNF 8b249c54-8f1f",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "a880e813-b7b0-402c-bffe-74c020d69311",
      "resourceInvariantUUID": "62a7990d-54b9-488c-9976-952482e2993f",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnf0qrybifhigdyvijapwks-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/artifacts/service-DemoPnf0qrybifhigdyvijapwks-csar.csar",
      "artifactChecksum": "MzljYTA3Yjk4Nzg5NjI5MTU3MDE1YTYwNjFmNTc1MTk\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "7c894985-6ce0-4ae6-b963-98a29a50f1d8"
    }
  ],
  "workloadContext": "Production"
}
2023-03-18T15:13:27.809Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-18T15:13:27.809Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 b4fd06db-c144-4037-bb56-9f4d170dc33e ASDC
2023-03-18T15:13:27.809Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:d6b70362-b450-41db-97c4-ea1285deb273
ServiceName:Demo_pNF_0QRYBIFHiGDyVijApwKS
ServiceVersion:1.0
ServiceUUID:b4fd06db-c144-4037-bb56-9f4d170dc33e
ServiceInvariantUUID:4a6b6367-2484-4aa3-9126-d96b480457a8
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnf0qrybifhigdyvijapwks-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/artifacts/service-DemoPnf0qrybifhigdyvijapwks-csar.csar
ArtifactUUID:7c894985-6ce0-4ae6-b963-98a29a50f1d8
ArtifactChecksum:MzljYTA3Yjk4Nzg5NjI5MTU3MDE1YTYwNjFmNTc1MTk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 8b249c54-8f1f 0
ResourceCustomizationUUID:eb0ac2ec-e902-44af-9274-4b7b602bc8c8
ResourceInvariantUUID:62a7990d-54b9-488c-9976-952482e2993f
ResourceName:pNF 8b249c54-8f1f
ResourceType:PNF
ResourceUUID:a880e813-b7b0-402c-bffe-74c020d69311
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-18T15:13:27.809Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF b4fd06db-c144-4037-bb56-9f4d170dc33e 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: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-18T15:13:27.847Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-18T15:13:27.849Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-03-18T15:13:27.849Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-03-18T15:13:27.850Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 7c894985-6ce0-4ae6-b963-98a29a50f1d8 from URL: /sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/artifacts/service-DemoPnf0qrybifhigdyvijapwks-csar.csar
2023-03-18T15:13:27.850Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||INFO|500||DistributionClient - download
2023-03-18T15:13:27.850Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/artifacts/service-DemoPnf0qrybifhigdyvijapwks-csar.csar
2023-03-18T15:13:28.046Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2023-03-18T15:13:28.051Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/artifacts/service-DemoPnf0qrybifhigdyvijapwks-csar.csar 7c894985-6ce0-4ae6-b963-98a29a50f1d8 88013
2023-03-18T15:13:28.051Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/artifacts/service-DemoPnf0qrybifhigdyvijapwks-csar.csar ASDC sendASDCNotification
2023-03-18T15:13:28.051Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/artifacts/service-DemoPnf0qrybifhigdyvijapwks-csar.csar
2023-03-18T15:13:28.051Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-18T15:13:28.051Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:13:28.052Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:13:28.052Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "d6b70362-b450-41db-97c4-ea1285deb273",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679152408051,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/artifacts/service-DemoPnf0qrybifhigdyvijapwks-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:13:29.052Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-18T15:13:29.053Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-03-18T15:13:29.053Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 7c894985-6ce0-4ae6-b963-98a29a50f1d8, URL: /sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/artifacts/service-DemoPnf0qrybifhigdyvijapwks-csar.csar to file: /app/ASDC/1/service-DemoPnf0qrybifhigdyvijapwks-csar.csar
2023-03-18T15:13:29.053Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnf0qrybifhigdyvijapwks-csar.csar
2023-03-18T15:13:29.054Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnf0qrybifhigdyvijapwks-csar.csar
2023-03-18T15:13:29.054Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnf0qrybifhigdyvijapwks-csar.csar
2023-03-18T15:13:29.125Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10794665767103854836/Definitions/service-DemoPnf0qrybifhigdyvijapwks-template.yml
2023-03-18T15:13:29.616Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-18T15:13:29.616Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||WARN|500||####################################################################################################
2023-03-18T15:13:29.616Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnf0qrybifhigdyvijapwks-csar.csar
2023-03-18T15:13:29.616Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-18T15:13:29.616Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||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-DemoPnf0qrybifhigdyvijapwks-csar.csar
2023-03-18T15:13:29.616Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnf0qrybifhigdyvijapwks-csar.csar
2023-03-18T15:13:29.616Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||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-DemoPnf0qrybifhigdyvijapwks-csar.csar
2023-03-18T15:13:29.616Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf0qrybifhigdyvijapwks-csar.csar
2023-03-18T15:13:29.616Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 8b249c54-8f1f 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-DemoPnf0qrybifhigdyvijapwks-csar.csar
2023-03-18T15:13:29.616Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf0qrybifhigdyvijapwks-csar.csar
2023-03-18T15:13:29.616Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf0qrybifhigdyvijapwks-csar.csar
2023-03-18T15:13:29.616Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||WARN|500||####################################################################################################
2023-03-18T15:13:29.616Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T15:13:29.616Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_0QRYBIFHiGDyVijApwKS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T15:13:29.617Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||DEBUG|500||Node template pNF 8b249c54-8f1f 0 is matching search criteria
2023-03-18T15:13:29.617Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2023-03-18T15:13:29.617Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||DEBUG|500||Found topology templates [pNF 8b249c54-8f1f 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-18T15:13:29.617Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T15:13:29.617Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_0QRYBIFHiGDyVijApwKS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T15:13:29.617Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||DEBUG|500||Node template pNF 8b249c54-8f1f 0 is matching search criteria
2023-03-18T15:13:29.617Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2023-03-18T15:13:29.617Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||DEBUG|500||Found topology templates [pNF 8b249c54-8f1f 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-18T15:13:29.617Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T15:13:29.617Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_0QRYBIFHiGDyVijApwKS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T15:13:29.617Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T15:13:29.617Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_0QRYBIFHiGDyVijApwKS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T15:13:29.617Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T15:13:29.617Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_0QRYBIFHiGDyVijApwKS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T15:13:29.617Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T15:13:29.617Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_0QRYBIFHiGDyVijApwKS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T15:13:29.617Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T15:13:29.617Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_0QRYBIFHiGDyVijApwKS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T15:13:29.617Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_0QRYBIFHiGDyVijApwKS
Description:catalog service description
Model UUID:b4fd06db-c144-4037-bb56-9f4d170dc33e
Model Version:NULL
Model InvariantUuid:4a6b6367-2484-4aa3-9126-d96b480457a8
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=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-03-18T15:13:29.648Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||ERROR|500||Csar with UUID: 7c894985-6ce0-4ae6-b963-98a29a50f1d8 already exists
2023-03-18T15:13:29.648Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/artifacts/service-DemoPnf0qrybifhigdyvijapwks-csar.csar ASDC sendASDCNotification
2023-03-18T15:13:29.648Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/artifacts/service-DemoPnf0qrybifhigdyvijapwks-csar.csar(Csar with UUID: 7c894985-6ce0-4ae6-b963-98a29a50f1d8 already exists)
2023-03-18T15:13:29.648Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-18T15:13:29.649Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:13:29.649Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:13:29.649Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "d6b70362-b450-41db-97c4-ea1285deb273",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679152409648,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/artifacts/service-DemoPnf0qrybifhigdyvijapwks-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 7c894985-6ce0-4ae6-b963-98a29a50f1d8 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:13:30.649Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/artifacts/service-DemoPnf0qrybifhigdyvijapwks-csar.csar ASDC sendASDCNotification
2023-03-18T15:13:30.649Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/artifacts/service-DemoPnf0qrybifhigdyvijapwks-csar.csar(Resource with UUID: a880e813-b7b0-402c-bffe-74c020d69311 already exists)
2023-03-18T15:13:30.649Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-18T15:13:30.649Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:13:30.650Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:13:30.650Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "d6b70362-b450-41db-97c4-ea1285deb273",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679152410649,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/artifacts/service-DemoPnf0qrybifhigdyvijapwks-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: a880e813-b7b0-402c-bffe-74c020d69311 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:13:31.650Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d6b70362-b450-41db-97c4-ea1285deb273
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T15:13:31.671Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d6b70362-b450-41db-97c4-ea1285deb273
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T15:13:31.674Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-18T15:13:31.674Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-18T15:13:31.674Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-18T15:13:31.674Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-18T15:13:31.674Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T15:13:31.674Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T15:13:31.674Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T15:13:31.674Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T15:13:31.675Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T15:13:31.675Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T15:13:31.675Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-18T15:13:31.685Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-18T15:13:58.920Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:13:58.926Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-18T15:13:58.926Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679152398772,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-18T15:13:58.926Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:13:58.926Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-18T15:13:58.926Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "d6b70362-b450-41db-97c4-ea1285deb273",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679151810586,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/resourceInstances/pnf8b249c548f1f0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T15:13:58.926Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:13:58.927Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-18T15:13:58.927Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "d6b70362-b450-41db-97c4-ea1285deb273",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679151810586,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/resourceInstances/pnf8b249c548f1f0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-18T15:13:58.927Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:13:58.927Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-18T15:13:58.927Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "d6b70362-b450-41db-97c4-ea1285deb273",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679151810586,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/resourceInstances/pnf8b249c548f1f0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-18T15:13:58.927Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:13:58.927Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-18T15:13:58.927Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "d6b70362-b450-41db-97c4-ea1285deb273",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679151810586,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/resourceInstances/pnf8b249c548f1f0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T15:13:58.927Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:13:58.927Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-18T15:13:58.927Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "d6b70362-b450-41db-97c4-ea1285deb273",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679151810586,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/resourceInstances/pnf8b249c548f1f0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T15:13:58.927Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:13:58.927Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-18T15:13:58.927Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "d6b70362-b450-41db-97c4-ea1285deb273",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679151810586,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/resourceInstances/pnf8b249c548f1f0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T15:13:58.927Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:13:58.927Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-18T15:13:58.927Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "d6b70362-b450-41db-97c4-ea1285deb273",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679151810586,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/artifacts/service-DemoPnf0qrybifhigdyvijapwks-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T15:13:58.927Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:13:58.927Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-18T15:13:58.927Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "d6b70362-b450-41db-97c4-ea1285deb273",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679151810586,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/artifacts/service-DemoPnf0qrybifhigdyvijapwks-csar.csar",
  "status": "NOTIFIED"
}
2023-03-18T15:13:58.927Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:13:58.927Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-18T15:13:58.928Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "d6b70362-b450-41db-97c4-ea1285deb273",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679152408051,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/artifacts/service-DemoPnf0qrybifhigdyvijapwks-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-18T15:13:58.928Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:13:58.928Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-18T15:13:58.928Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "d6b70362-b450-41db-97c4-ea1285deb273",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679152409648,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/artifacts/service-DemoPnf0qrybifhigdyvijapwks-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 7c894985-6ce0-4ae6-b963-98a29a50f1d8 already exists"
}
2023-03-18T15:13:58.928Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:13:58.928Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-18T15:13:58.928Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "d6b70362-b450-41db-97c4-ea1285deb273",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679152410649,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/artifacts/service-DemoPnf0qrybifhigdyvijapwks-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: a880e813-b7b0-402c-bffe-74c020d69311 already exists"
}
2023-03-18T15:13:58.928Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:14:01.685Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: d6b70362-b450-41db-97c4-ea1285deb273 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-18T15:14:01.695Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: d6b70362-b450-41db-97c4-ea1285deb273 and serviceModelVersionId: b4fd06db-c144-4037-bb56-9f4d170dc33e
2023-03-18T15:14:01.696Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 4a6b6367-2484-4aa3-9126-d96b480457a8
2023-03-18T15:14:01.698Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/4a6b6367-2484-4aa3-9126-d96b480457a8/model-vers/model-ver/b4fd06db-c144-4037-bb56-9f4d170dc33e?depth=0
2023-03-18T15:14:01.702Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2023-03-18T15:14:01.717Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/4a6b6367-2484-4aa3-9126-d96b480457a8/model-vers/model-ver/b4fd06db-c144-4037-bb56-9f4d170dc33e?depth=0|INFO|500||Invoke
2023-03-18T15:14:01.717Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/4a6b6367-2484-4aa3-9126-d96b480457a8/model-vers/model-ver/b4fd06db-c144-4037-bb56-9f4d170dc33e?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/4a6b6367-2484-4aa3-9126-d96b480457a8/model-vers/model-ver/b4fd06db-c144-4037-bb56-9f4d170dc33e?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[d6b70362-b450-41db-97c4-ea1285deb273], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[09c55f1e-1e18-4c7b-ae5b-0a5baf5c75f9], X-ECOMP-RequestID=[d6b70362-b450-41db-97c4-ea1285deb273], X-TransactionId=[], X-ONAP-RequestID=[d6b70362-b450-41db-97c4-ea1285deb273], Content-Type=[application/merge-patch+json]}
2023-03-18T15:14:01.726Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/4a6b6367-2484-4aa3-9126-d96b480457a8/model-vers/model-ver/b4fd06db-c144-4037-bb56-9f4d170dc33e?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-18T15:14:01.843Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/4a6b6367-2484-4aa3-9126-d96b480457a8/model-vers/model-ver/b4fd06db-c144-4037-bb56-9f4d170dc33e?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/4a6b6367-2484-4aa3-9126-d96b480457a8/model-vers/model-ver/b4fd06db-c144-4037-bb56-9f4d170dc33e?depth=0 has http status code:200 and response headers:{date=[Sat, 18 Mar 2023 15:14:01 GMT], content-length=[0], vertex-id=[233600], x-aai-txid=[2-aai-resources-230318-15:14:01:429-48417], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-18T15:14:01.844Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/4a6b6367-2484-4aa3-9126-d96b480457a8/model-vers/model-ver/b4fd06db-c144-4037-bb56-9f4d170dc33e?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-18T15:14:01.845Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/4a6b6367-2484-4aa3-9126-d96b480457a8/model-vers/model-ver/b4fd06db-c144-4037-bb56-9f4d170dc33e?depth=0|INFO|500||InvokeReturn
2023-03-18T15:14:01.845Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-18T15:14:01.845Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-18T15:14:01.850Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-18T15:14:01.850Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID d6b70362-b450-41db-97c4-ea1285deb273 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-18T15:14:01.851Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-18T15:14:01.851Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:14:01.851Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:14:01.851Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "d6b70362-b450-41db-97c4-ea1285deb273",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679152441851,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-18T15:14:02.874Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-18T15:14:02.874Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||DEBUG|500||received notification from broker: {"distributionID":"1765e72b-9f37-409d-a48f-62642d8341c6","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"29ccf31e-df21-49dc-ae06-e18b6baf315a","serviceDescription":"service","serviceInvariantUUID":"6ebc743c-a40f-46f3-b5cb-b87b2b100c58","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"67962590-90b8-4f11-901d-d79a952d0f14","resourceInvariantUUID":"b32b83cc-26fe-47f1-99ef-7d7b99983e6f","resourceCustomizationUUID":"e90442b2-f4f5-4f43-8892-737daa520031","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":"ODU1M2UyMGRiMzk2ODc1NjljMzc3NWI1YmRhMTEzY2M\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"b613739b-2455-4017-8b63-dfdd064ed936","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":"MjdmYmViNjE0ZTg1NTQ1YzU2ZmFkYWI5YjVlOGViOTQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"ea42c655-4ace-49bf-99fe-886103db89aa","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":"9a5d7f92-e4b0-45a0-ac74-3acf99b69cc0","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":"917f9665-4e54-4bdc-b104-4b4419dab11d","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":"af205cd0-57b3-443e-a55a-4ecc60d32d0a","artifactVersion":"2","generatedFromUUID":"453a496b-db83-4724-a33b-4f678eed88b4"},{"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":"8939ac4f-6672-4fe9-90ea-fa6b3f0da64d","artifactVersion":"2","generatedFromUUID":"9a5d7f92-e4b0-45a0-ac74-3acf99b69cc0"},{"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":"453a496b-db83-4724-a33b-4f678eed88b4","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":"89e3426c-a0d1-4de8-8662-7406572d2c3f","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":"YzBlODQ2MTk3NDc5Nzk3MDQ4MzI5NGM4ZmZhZjc3ZmE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"36181845-9e97-4a5d-8691-687a01539039","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"OTYyNTM5ZGEwYTExZTI3NmE1Y2RjMzE5OWJkNTUxZDA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"7ac7462c-7a2a-47d2-8257-79de7d0e5c52","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-18T15:14:02.875Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T15:14:02.875Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:14:02.875Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:14:02.876Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "1765e72b-9f37-409d-a48f-62642d8341c6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679151810586,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:14:03.876Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T15:14:03.877Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:14:03.877Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:14:03.877Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "1765e72b-9f37-409d-a48f-62642d8341c6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679151810586,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:14:04.878Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T15:14:04.878Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:14:04.879Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:14:04.879Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "1765e72b-9f37-409d-a48f-62642d8341c6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679151810586,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:14:05.880Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T15:14:05.880Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:14:05.881Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:14:05.881Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "1765e72b-9f37-409d-a48f-62642d8341c6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679151810586,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:14:06.881Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T15:14:06.882Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:14:06.882Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:14:06.882Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "1765e72b-9f37-409d-a48f-62642d8341c6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679151810586,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:14:07.882Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T15:14:07.882Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:14:07.883Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:14:07.883Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "1765e72b-9f37-409d-a48f-62642d8341c6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679151810586,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:14:08.883Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T15:14:08.884Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:14:08.884Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:14:08.884Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "1765e72b-9f37-409d-a48f-62642d8341c6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679151810586,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:14:09.885Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T15:14:09.885Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:14:09.885Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:14:09.885Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "1765e72b-9f37-409d-a48f-62642d8341c6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679151810586,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:14:10.886Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T15:14:10.886Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:14:10.887Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:14:10.887Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "1765e72b-9f37-409d-a48f-62642d8341c6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679151810586,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:14:11.888Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T15:14:11.888Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:14:11.889Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:14:11.889Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "1765e72b-9f37-409d-a48f-62642d8341c6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679151810586,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:14:12.890Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "1765e72b-9f37-409d-a48f-62642d8341c6",
  "serviceName": "basic_cnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "29ccf31e-df21-49dc-ae06-e18b6baf315a",
  "serviceDescription": "service",
  "serviceInvariantUUID": "6ebc743c-a40f-46f3-b5cb-b87b2b100c58",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf_macro 0",
      "resourceCustomizationUUID": "e90442b2-f4f5-4f43-8892-737daa520031",
      "resourceName": "basic_cnf_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "67962590-90b8-4f11-901d-d79a952d0f14",
      "resourceInvariantUUID": "b32b83cc-26fe-47f1-99ef-7d7b99983e6f",
      "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": "MjdmYmViNjE0ZTg1NTQ1YzU2ZmFkYWI5YjVlOGViOTQ\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "ea42c655-4ace-49bf-99fe-886103db89aa",
          "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": "9a5d7f92-e4b0-45a0-ac74-3acf99b69cc0",
          "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": "8939ac4f-6672-4fe9-90ea-fa6b3f0da64d",
            "generatedFromUUID": "9a5d7f92-e4b0-45a0-ac74-3acf99b69cc0"
          },
          "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": "af205cd0-57b3-443e-a55a-4ecc60d32d0a",
          "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": "8939ac4f-6672-4fe9-90ea-fa6b3f0da64d",
          "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": "453a496b-db83-4724-a33b-4f678eed88b4",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnfMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
      "artifactChecksum": "OTYyNTM5ZGEwYTExZTI3NmE1Y2RjMzE5OWJkNTUxZDA\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "7ac7462c-7a2a-47d2-8257-79de7d0e5c52"
    }
  ],
  "workloadContext": "Production"
}
2023-03-18T15:14:12.892Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-18T15:14:12.892Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 29ccf31e-df21-49dc-ae06-e18b6baf315a ASDC
2023-03-18T15:14:12.893Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:1765e72b-9f37-409d-a48f-62642d8341c6
ServiceName:basic_cnf_macro
ServiceVersion:1.0
ServiceUUID:29ccf31e-df21-49dc-ae06-e18b6baf315a
ServiceInvariantUUID:6ebc743c-a40f-46f3-b5cb-b87b2b100c58
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:7ac7462c-7a2a-47d2-8257-79de7d0e5c52
ArtifactChecksum:OTYyNTM5ZGEwYTExZTI3NmE1Y2RjMzE5OWJkNTUxZDA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf_macro 0
ResourceCustomizationUUID:e90442b2-f4f5-4f43-8892-737daa520031
ResourceInvariantUUID:b32b83cc-26fe-47f1-99ef-7d7b99983e6f
ResourceName:basic_cnf_macro
ResourceType:VF
ResourceUUID:67962590-90b8-4f11-901d-d79a952d0f14
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:ea42c655-4ace-49bf-99fe-886103db89aa
ArtifactChecksum:MjdmYmViNjE0ZTg1NTQ1YzU2ZmFkYWI5YjVlOGViOTQ=
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:9a5d7f92-e4b0-45a0-ac74-3acf99b69cc0
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:8939ac4f-6672-4fe9-90ea-fa6b3f0da64d
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:af205cd0-57b3-443e-a55a-4ecc60d32d0a
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:8939ac4f-6672-4fe9-90ea-fa6b3f0da64d
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:453a496b-db83-4724-a33b-4f678eed88b4
ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-18T15:14:12.894Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 29ccf31e-df21-49dc-ae06-e18b6baf315a 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: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-18T15:14:12.927Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-18T15:14:12.927Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-03-18T15:14:12.928Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-03-18T15:14:12.928Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 7ac7462c-7a2a-47d2-8257-79de7d0e5c52 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2023-03-18T15:14:12.928Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||INFO|500||DistributionClient - download
2023-03-18T15:14:12.928Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2023-03-18T15:14:13.188Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2023-03-18T15:14:13.205Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 7ac7462c-7a2a-47d2-8257-79de7d0e5c52 163277
2023-03-18T15:14:13.205Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2023-03-18T15:14:13.205Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2023-03-18T15:14:13.205Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-18T15:14:13.205Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:14:13.205Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:14:13.205Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "1765e72b-9f37-409d-a48f-62642d8341c6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679152453205,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:14:14.205Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-18T15:14:14.206Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-03-18T15:14:14.206Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 7ac7462c-7a2a-47d2-8257-79de7d0e5c52, URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar to file: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-03-18T15:14:14.207Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnfMacro-csar.csar
2023-03-18T15:14:14.207Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-03-18T15:14:14.207Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-03-18T15:14:14.295Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12296167477371220934/Definitions/service-BasicCnfMacro-template.yml
Log warning: The required parameter "compute_dummy_base_name" is not provided
2023-03-18T15:14:15.065Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-18T15:14:15.065Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||WARN|500||####################################################################################################
2023-03-18T15:14:15.065Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-03-18T15:14:15.065Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2023-03-18T15:14:15.065Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-03-18T15:14:15.065Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf_macro 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-03-18T15:14:15.065Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy_base" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-03-18T15:14:15.066Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy_base" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-03-18T15:14:15.066Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||WARN|500||####################################################################################################
2023-03-18T15:14:15.066Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T15:14:15.066Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T15:14:15.066Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-18T15:14:15.066Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2023-03-18T15:14:15.066Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-18T15:14:15.066Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T15:14:15.066Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T15:14:15.066Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-18T15:14:15.067Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2023-03-18T15:14:15.067Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-18T15:14:15.067Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T15:14:15.067Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T15:14:15.067Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T15:14:15.067Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2023-03-18T15:14:15.067Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||DEBUG|500||Node template abstract_dummy_base is not matching search criteria
2023-03-18T15:14:15.067Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||DEBUG|500||Node template dummy_base is not matching search criteria
2023-03-18T15:14:15.067Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-03-18T15:14:15.067Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T15:14:15.067Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-03-18T15:14:15.067Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T15:14:15.067Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-18T15:14:15.067Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-18T15:14:15.067Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T15:14:15.067Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-18T15:14:15.067Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-18T15:14:15.068Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T15:14:15.068Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-18T15:14:15.068Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-18T15:14:15.068Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T15:14:15.068Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-18T15:14:15.068Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-18T15:14:15.068Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T15:14:15.068Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2023-03-18T15:14:15.068Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||DEBUG|500||Node template abstract_dummy_base is matching search criteria
2023-03-18T15:14:15.068Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_dummy_base] matching following query criteria: sdcType=CVFC, customizationUUID=c7a8af58-85a3-4764-a4df-a0945e933c54
2023-03-18T15:14:15.068Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T15:14:15.068Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T15:14:15.068Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T15:14:15.068Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T15:14:15.068Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T15:14:15.068Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T15:14:15.068Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T15:14:15.068Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T15:14:15.068Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf_macro
Description:service
Model UUID:29ccf31e-df21-49dc-ae06-e18b6baf315a
Model Version:NULL
Model InvariantUuid:6ebc743c-a40f-46f3-b5cb-b87b2b100c58
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf_macro
Model UUID:76cfe813-77a9-4529-b0c0-25c2a2d263ec
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:b32b83cc-26fe-47f1-99ef-7d7b99983e6f
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:e90442b2-f4f5-4f43-8892-737daa520031
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:497569e4-cd1d-43dc-9801-8d8ee43635b5
ModelName:BasicCnfMacro..helm_apache..module-1
ModelUuid:8fc2297d-c495-43fc-95b1-93d3ee60ffd8
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


VF Module Properties:
ModelInvariantUuid:72925299-0e6e-4799-861c-18ca0f095a03
ModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
ModelUuid:213db735-618f-43ae-a63c-210668df959e
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:c7a8af58-85a3-4764-a4df-a0945e933c54
ModelInvariantUuid:24ea2321-2d6c-4d31-a32b-29d44d0a3683
ModelName:basic_cnf_macro-nodes.dummy_baseCvfc
ModelUuid:ecac750a-9cea-4350-a4ca-db1a21d2c4dd
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy_base


VNFC Properties:
ModelCustomizationUuid:e9d1a60b-0d05-4e81-80fb-f008354f12b9
ModelInvariantUuid:fa7ecb4c-1a3e-403a-afbf-13093b5faef4
ModelName:BasicCnfMacro.compute.nodes.heat.dummy_base
ModelUuid:89d82d9d-612a-42f6-af05-45051419e0a3
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=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-03-18T15:14:15.101Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||ERROR|500||Csar with UUID: 7ac7462c-7a2a-47d2-8257-79de7d0e5c52 already exists
2023-03-18T15:14:15.101Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2023-03-18T15:14:15.101Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar(Csar with UUID: 7ac7462c-7a2a-47d2-8257-79de7d0e5c52 already exists)
2023-03-18T15:14:15.101Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-18T15:14:15.101Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:14:15.101Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:14:15.101Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "1765e72b-9f37-409d-a48f-62642d8341c6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679152455101,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 7ac7462c-7a2a-47d2-8257-79de7d0e5c52 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:14:16.102Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2023-03-18T15:14:16.102Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar(Resource with UUID: 67962590-90b8-4f11-901d-d79a952d0f14 already exists)
2023-03-18T15:14:16.103Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-18T15:14:16.103Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:14:16.103Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:14:16.103Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "1765e72b-9f37-409d-a48f-62642d8341c6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679152456102,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 67962590-90b8-4f11-901d-d79a952d0f14 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:14:17.104Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1765e72b-9f37-409d-a48f-62642d8341c6
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T15:14:17.123Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1765e72b-9f37-409d-a48f-62642d8341c6
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T15:14:17.127Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-18T15:14:17.127Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-18T15:14:17.127Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-18T15:14:17.127Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-18T15:14:17.127Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T15:14:17.127Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T15:14:17.127Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T15:14:17.128Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T15:14:17.128Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T15:14:17.128Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-18T15:14:17.139Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-18T15:14:47.139Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 1765e72b-9f37-409d-a48f-62642d8341c6 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-18T15:14:47.150Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 1765e72b-9f37-409d-a48f-62642d8341c6 and serviceModelVersionId: 29ccf31e-df21-49dc-ae06-e18b6baf315a
2023-03-18T15:14:47.150Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 6ebc743c-a40f-46f3-b5cb-b87b2b100c58
2023-03-18T15:14:47.151Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/6ebc743c-a40f-46f3-b5cb-b87b2b100c58/model-vers/model-ver/29ccf31e-df21-49dc-ae06-e18b6baf315a?depth=0
2023-03-18T15:14:47.155Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2023-03-18T15:14:47.167Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6ebc743c-a40f-46f3-b5cb-b87b2b100c58/model-vers/model-ver/29ccf31e-df21-49dc-ae06-e18b6baf315a?depth=0|INFO|500||Invoke
2023-03-18T15:14:47.168Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6ebc743c-a40f-46f3-b5cb-b87b2b100c58/model-vers/model-ver/29ccf31e-df21-49dc-ae06-e18b6baf315a?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6ebc743c-a40f-46f3-b5cb-b87b2b100c58/model-vers/model-ver/29ccf31e-df21-49dc-ae06-e18b6baf315a?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[1765e72b-9f37-409d-a48f-62642d8341c6], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[b06b7b76-cf95-4a66-96bf-ce0b8e5dad1c], X-ECOMP-RequestID=[1765e72b-9f37-409d-a48f-62642d8341c6], X-TransactionId=[], X-ONAP-RequestID=[1765e72b-9f37-409d-a48f-62642d8341c6], Content-Type=[application/merge-patch+json]}
2023-03-18T15:14:47.175Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6ebc743c-a40f-46f3-b5cb-b87b2b100c58/model-vers/model-ver/29ccf31e-df21-49dc-ae06-e18b6baf315a?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-18T15:14:47.286Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6ebc743c-a40f-46f3-b5cb-b87b2b100c58/model-vers/model-ver/29ccf31e-df21-49dc-ae06-e18b6baf315a?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/6ebc743c-a40f-46f3-b5cb-b87b2b100c58/model-vers/model-ver/29ccf31e-df21-49dc-ae06-e18b6baf315a?depth=0 has http status code:200 and response headers:{date=[Sat, 18 Mar 2023 15:14:46 GMT], content-length=[0], vertex-id=[241768], x-aai-txid=[1-aai-resources-230318-15:14:46:877-43544], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-18T15:14:47.286Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6ebc743c-a40f-46f3-b5cb-b87b2b100c58/model-vers/model-ver/29ccf31e-df21-49dc-ae06-e18b6baf315a?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-18T15:14:47.286Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6ebc743c-a40f-46f3-b5cb-b87b2b100c58/model-vers/model-ver/29ccf31e-df21-49dc-ae06-e18b6baf315a?depth=0|INFO|500||InvokeReturn
2023-03-18T15:14:47.287Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-18T15:14:47.287Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-18T15:14:47.294Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-18T15:14:47.294Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 1765e72b-9f37-409d-a48f-62642d8341c6 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-18T15:14:47.294Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-18T15:14:47.294Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:14:47.294Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:14:47.294Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "1765e72b-9f37-409d-a48f-62642d8341c6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679152487294,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-18T15:14:48.317Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-18T15:14:48.317Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||DEBUG|500||received notification from broker: {"distributionID":"a04e84de-dd11-4280-9147-b1e37960b03e","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"fd8ba0dc-1896-4d7a-8d17-8252415f4148","serviceDescription":"service","serviceInvariantUUID":"06780b7c-aa94-422c-93b2-8efce3a7e977","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"fbaf618a-d9c7-4d1a-bd9c-d1a22dcbab14","resourceInvariantUUID":"20679d31-c72a-48fe-9cca-d085ba3d87e2","resourceCustomizationUUID":"5a2455fb-17f2-466c-b0b0-62e7a69549a5","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":"NGE3YjY3NzQ1ZjA3ZGUyMmY0YmU3MTAzMDFiMDNlODY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"07e8dd70-5afe-4bfd-ad6c-2aa9be8ac5c5","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":"NDA0YWNjNjQ5NTc5MzIzZmY5MGI0NTQ5MzkxMDMyMTU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"3505ba6b-8d3f-478c-8142-b2fb22d4f19c","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":"3415bafc-6992-481c-b7de-4378aeab19cc","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":"6e01ed63-04df-47c5-b5b9-edbad7442fb6","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":"f18ebb9c-a530-4121-accd-08ec1bde710e","artifactVersion":"2","generatedFromUUID":"3415bafc-6992-481c-b7de-4378aeab19cc"},{"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":"ZGQwOTc2NTc3MGE4NWU2ZGRkYTI0ODEwNjRiM2M0NDI\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"e0b8d7ca-c681-434f-b664-11315dcdef1b","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":"Y2M2MWFlODUxM2MxOGZjNjQ5Y2Y0YzM0NTUzMTFiMWY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"b990a0ca-504f-4f1f-bc35-5f07167e1c24","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"MTAyMTgyNjgwZDA0MWFiM2RkNzg4NzNhOWVhOTE3OWE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"938cc5f1-eb1c-4c61-971b-7e05e60d5594","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-18T15:14:48.318Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T15:14:48.318Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:14:48.318Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:14:48.318Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "a04e84de-dd11-4280-9147-b1e37960b03e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679151810586,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:14:49.319Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T15:14:49.319Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:14:49.319Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:14:49.320Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "a04e84de-dd11-4280-9147-b1e37960b03e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679151810586,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:14:50.321Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T15:14:50.321Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:14:50.321Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:14:50.321Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "a04e84de-dd11-4280-9147-b1e37960b03e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679151810586,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:14:51.323Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T15:14:51.323Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:14:51.324Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:14:51.324Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "a04e84de-dd11-4280-9147-b1e37960b03e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679151810586,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:14:52.325Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T15:14:52.325Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:14:52.326Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:14:52.326Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "a04e84de-dd11-4280-9147-b1e37960b03e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679151810586,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:14:53.326Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T15:14:53.327Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:14:53.327Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:14:53.327Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "a04e84de-dd11-4280-9147-b1e37960b03e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679151810586,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:14:54.328Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T15:14:54.328Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:14:54.328Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:14:54.329Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "a04e84de-dd11-4280-9147-b1e37960b03e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679151810586,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:14:55.329Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T15:14:55.330Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:14:55.330Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:14:55.330Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "a04e84de-dd11-4280-9147-b1e37960b03e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679151810586,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:14:56.331Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "a04e84de-dd11-4280-9147-b1e37960b03e",
  "serviceName": "basic_vm_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "fd8ba0dc-1896-4d7a-8d17-8252415f4148",
  "serviceDescription": "service",
  "serviceInvariantUUID": "06780b7c-aa94-422c-93b2-8efce3a7e977",
  "resources": [
    {
      "resourceInstanceName": "basic_vm_macro 0",
      "resourceCustomizationUUID": "5a2455fb-17f2-466c-b0b0-62e7a69549a5",
      "resourceName": "basic_vm_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "fbaf618a-d9c7-4d1a-bd9c-d1a22dcbab14",
      "resourceInvariantUUID": "20679d31-c72a-48fe-9cca-d085ba3d87e2",
      "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": "NDA0YWNjNjQ5NTc5MzIzZmY5MGI0NTQ5MzkxMDMyMTU\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "3505ba6b-8d3f-478c-8142-b2fb22d4f19c",
          "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": "3415bafc-6992-481c-b7de-4378aeab19cc",
          "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": "f18ebb9c-a530-4121-accd-08ec1bde710e",
            "generatedFromUUID": "3415bafc-6992-481c-b7de-4378aeab19cc"
          },
          "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": "f18ebb9c-a530-4121-accd-08ec1bde710e",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVmMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
      "artifactChecksum": "MTAyMTgyNjgwZDA0MWFiM2RkNzg4NzNhOWVhOTE3OWE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "938cc5f1-eb1c-4c61-971b-7e05e60d5594"
    }
  ],
  "workloadContext": "Production"
}
2023-03-18T15:14:56.331Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-18T15:14:56.332Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 fd8ba0dc-1896-4d7a-8d17-8252415f4148 ASDC
2023-03-18T15:14:56.332Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:a04e84de-dd11-4280-9147-b1e37960b03e
ServiceName:basic_vm_macro
ServiceVersion:1.0
ServiceUUID:fd8ba0dc-1896-4d7a-8d17-8252415f4148
ServiceInvariantUUID:06780b7c-aa94-422c-93b2-8efce3a7e977
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:938cc5f1-eb1c-4c61-971b-7e05e60d5594
ArtifactChecksum:MTAyMTgyNjgwZDA0MWFiM2RkNzg4NzNhOWVhOTE3OWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm_macro 0
ResourceCustomizationUUID:5a2455fb-17f2-466c-b0b0-62e7a69549a5
ResourceInvariantUUID:20679d31-c72a-48fe-9cca-d085ba3d87e2
ResourceName:basic_vm_macro
ResourceType:VF
ResourceUUID:fbaf618a-d9c7-4d1a-bd9c-d1a22dcbab14
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:3505ba6b-8d3f-478c-8142-b2fb22d4f19c
ArtifactChecksum:NDA0YWNjNjQ5NTc5MzIzZmY5MGI0NTQ5MzkxMDMyMTU=
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:3415bafc-6992-481c-b7de-4378aeab19cc
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:f18ebb9c-a530-4121-accd-08ec1bde710e
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:f18ebb9c-a530-4121-accd-08ec1bde710e
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-18T15:14:56.332Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF fd8ba0dc-1896-4d7a-8d17-8252415f4148 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: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-18T15:14:56.368Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-18T15:14:56.369Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-03-18T15:14:56.369Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-03-18T15:14:56.369Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 938cc5f1-eb1c-4c61-971b-7e05e60d5594 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2023-03-18T15:14:56.369Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||INFO|500||DistributionClient - download
2023-03-18T15:14:56.370Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2023-03-18T15:14:56.401Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||DEBUG|500||GET Response Status 404
2023-03-18T15:14:56.402Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@62e2ba77
2023-03-18T15:14:56.402Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-18T15:14:56.402Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicVmMacro"
      ]
    }
  }
}
2023-03-18T15:14:56.403Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicVmMacro-csar.csar /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 938cc5f1-eb1c-4c61-971b-7e05e60d5594 Specified artifact is  not found 300 ASDC artifact download fail
2023-03-18T15:14:56.403Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2023-03-18T15:14:56.403Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar(Specified artifact is  not found)
2023-03-18T15:14:56.403Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-18T15:14:56.403Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:14:56.403Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:14:56.403Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "a04e84de-dd11-4280-9147-b1e37960b03e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679152496403,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:14:57.404Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during processCsarServiceArtifacts ASDC processCsarServiceArtifacts 500 Exception in processCsarServiceArtifacts
org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact service-BasicVmMacro-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar(UUID:938cc5f1-eb1c-4c61-971b-7e05e60d5594)
Error message is Specified artifact is  not found

	at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394)
	at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
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 watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-03-18T15:14:57.439Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||ERROR|500||Csar with UUID: 938cc5f1-eb1c-4c61-971b-7e05e60d5594 already exists
2023-03-18T15:14:57.439Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2023-03-18T15:14:57.440Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar(Csar with UUID: 938cc5f1-eb1c-4c61-971b-7e05e60d5594 already exists)
2023-03-18T15:14:57.440Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-18T15:14:57.440Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:14:57.440Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:14:57.441Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "a04e84de-dd11-4280-9147-b1e37960b03e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679152497439,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 938cc5f1-eb1c-4c61-971b-7e05e60d5594 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:14:58.441Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2023-03-18T15:14:58.442Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar(Resource with UUID: fbaf618a-d9c7-4d1a-bd9c-d1a22dcbab14 already exists)
2023-03-18T15:14:58.442Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-18T15:14:58.442Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:14:58.442Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:14:58.442Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "a04e84de-dd11-4280-9147-b1e37960b03e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679152498441,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: fbaf618a-d9c7-4d1a-bd9c-d1a22dcbab14 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:14:58.920Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:14:58.920Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: cached metadata has changed from (version165: {SDC-DISTR-STATUS-TOPIC-AUTO=6, SDC-DISTR-NOTIF-TOPIC-AUTO=6}) at the beginning of the rebalance to (version166: {SDC-DISTR-STATUS-TOPIC-AUTO=6})
2023-03-18T15:14:58.932Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Revoke previously assigned partitions SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-03-18T15:14:58.933Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] (Re-)joining group
2023-03-18T15:14:58.937Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Successfully joined group with generation Generation{generationId=79, memberId='SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94-2995e74d-4211-4955-93f6-f3f14568571e', protocol='range'}
2023-03-18T15:14:58.937Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Finished assignment for group at generation 79: {SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94-2995e74d-4211-4955-93f6-f3f14568571e=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])}
2023-03-18T15:14:58.947Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Successfully synced group in generation Generation{generationId=79, memberId='SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94-2995e74d-4211-4955-93f6-f3f14568571e', protocol='range'}
2023-03-18T15:14:58.948Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])
2023-03-18T15:14:58.948Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Adding newly assigned partitions: SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-03-18T15:14:58.951Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-18T15:14:58.952Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-18T15:14:58.952Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-18T15:14:58.952Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=2393, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-18T15:14:58.952Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-18T15:14:58.953Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-18T15:14:59.443Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a04e84de-dd11-4280-9147-b1e37960b03e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T15:14:59.460Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a04e84de-dd11-4280-9147-b1e37960b03e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T15:14:59.464Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-18T15:14:59.464Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-18T15:14:59.464Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-18T15:14:59.464Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-18T15:14:59.464Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T15:14:59.464Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T15:14:59.464Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T15:14:59.464Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T15:14:59.464Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T15:14:59.464Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-18T15:14:59.475Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-18T15:14:59.963Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-18T15:14:59.963Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "d6b70362-b450-41db-97c4-ea1285deb273",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679152441851,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-18T15:14:59.964Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:14:59.964Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-18T15:14:59.964Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "1765e72b-9f37-409d-a48f-62642d8341c6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679151810586,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T15:14:59.964Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:14:59.964Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-18T15:14:59.964Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "1765e72b-9f37-409d-a48f-62642d8341c6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679151810586,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2023-03-18T15:14:59.964Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:14:59.964Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-18T15:14:59.964Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "1765e72b-9f37-409d-a48f-62642d8341c6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679151810586,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2023-03-18T15:14:59.964Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:14:59.964Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-18T15:14:59.964Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "1765e72b-9f37-409d-a48f-62642d8341c6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679151810586,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T15:14:59.964Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:14:59.964Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-18T15:14:59.964Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "1765e72b-9f37-409d-a48f-62642d8341c6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679151810586,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2023-03-18T15:14:59.964Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:14:59.964Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-18T15:14:59.964Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "1765e72b-9f37-409d-a48f-62642d8341c6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679151810586,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2023-03-18T15:14:59.965Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:14:59.965Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-18T15:14:59.965Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "1765e72b-9f37-409d-a48f-62642d8341c6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679151810586,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2023-03-18T15:14:59.965Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:14:59.965Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-18T15:14:59.965Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "1765e72b-9f37-409d-a48f-62642d8341c6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679151810586,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-18T15:14:59.965Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:14:59.965Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-18T15:14:59.965Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "1765e72b-9f37-409d-a48f-62642d8341c6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679151810586,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T15:14:59.965Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:14:59.965Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-18T15:14:59.965Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "1765e72b-9f37-409d-a48f-62642d8341c6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679151810586,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-18T15:14:59.965Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:14:59.965Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-18T15:14:59.965Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "1765e72b-9f37-409d-a48f-62642d8341c6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679152453205,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-18T15:14:59.965Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:14:59.965Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-18T15:14:59.965Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "1765e72b-9f37-409d-a48f-62642d8341c6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679152455101,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 7ac7462c-7a2a-47d2-8257-79de7d0e5c52 already exists"
}
2023-03-18T15:14:59.965Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:14:59.965Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-18T15:14:59.965Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "1765e72b-9f37-409d-a48f-62642d8341c6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679152456102,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 67962590-90b8-4f11-901d-d79a952d0f14 already exists"
}
2023-03-18T15:14:59.965Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:14:59.965Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-18T15:14:59.965Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "1765e72b-9f37-409d-a48f-62642d8341c6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679152487294,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-18T15:14:59.965Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:14:59.966Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-18T15:14:59.966Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "a04e84de-dd11-4280-9147-b1e37960b03e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679151810586,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T15:14:59.966Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:14:59.966Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-18T15:14:59.966Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "a04e84de-dd11-4280-9147-b1e37960b03e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679151810586,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2023-03-18T15:14:59.966Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:14:59.966Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-18T15:14:59.966Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "a04e84de-dd11-4280-9147-b1e37960b03e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679151810586,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-03-18T15:14:59.966Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:14:59.966Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-18T15:14:59.966Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "a04e84de-dd11-4280-9147-b1e37960b03e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679151810586,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T15:14:59.966Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:14:59.966Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-18T15:14:59.966Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "a04e84de-dd11-4280-9147-b1e37960b03e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679151810586,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-03-18T15:14:59.966Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:14:59.966Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-18T15:14:59.966Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "a04e84de-dd11-4280-9147-b1e37960b03e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679151810586,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-18T15:14:59.966Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:14:59.966Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-18T15:14:59.966Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "a04e84de-dd11-4280-9147-b1e37960b03e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679151810586,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T15:14:59.966Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:14:59.966Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-18T15:14:59.966Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "a04e84de-dd11-4280-9147-b1e37960b03e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679151810586,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-18T15:14:59.966Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:14:59.966Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-18T15:14:59.966Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "a04e84de-dd11-4280-9147-b1e37960b03e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679152496403,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-18T15:14:59.966Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:14:59.966Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-18T15:14:59.966Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "a04e84de-dd11-4280-9147-b1e37960b03e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679152497439,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 938cc5f1-eb1c-4c61-971b-7e05e60d5594 already exists"
}
2023-03-18T15:14:59.966Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:14:59.967Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-18T15:14:59.967Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "a04e84de-dd11-4280-9147-b1e37960b03e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679152498441,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: fbaf618a-d9c7-4d1a-bd9c-d1a22dcbab14 already exists"
}
2023-03-18T15:14:59.967Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:15:29.475Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: a04e84de-dd11-4280-9147-b1e37960b03e and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-18T15:15:29.482Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: a04e84de-dd11-4280-9147-b1e37960b03e and serviceModelVersionId: fd8ba0dc-1896-4d7a-8d17-8252415f4148
2023-03-18T15:15:29.483Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 06780b7c-aa94-422c-93b2-8efce3a7e977
2023-03-18T15:15:29.483Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/06780b7c-aa94-422c-93b2-8efce3a7e977/model-vers/model-ver/fd8ba0dc-1896-4d7a-8d17-8252415f4148?depth=0
2023-03-18T15:15:29.489Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2023-03-18T15:15:29.503Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/06780b7c-aa94-422c-93b2-8efce3a7e977/model-vers/model-ver/fd8ba0dc-1896-4d7a-8d17-8252415f4148?depth=0|INFO|500||Invoke
2023-03-18T15:15:29.503Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/06780b7c-aa94-422c-93b2-8efce3a7e977/model-vers/model-ver/fd8ba0dc-1896-4d7a-8d17-8252415f4148?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/06780b7c-aa94-422c-93b2-8efce3a7e977/model-vers/model-ver/fd8ba0dc-1896-4d7a-8d17-8252415f4148?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[a04e84de-dd11-4280-9147-b1e37960b03e], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[4172d994-bbee-40e3-a791-df13a91fa7fc], X-ECOMP-RequestID=[a04e84de-dd11-4280-9147-b1e37960b03e], X-TransactionId=[], X-ONAP-RequestID=[a04e84de-dd11-4280-9147-b1e37960b03e], Content-Type=[application/merge-patch+json]}
2023-03-18T15:15:29.514Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/06780b7c-aa94-422c-93b2-8efce3a7e977/model-vers/model-ver/fd8ba0dc-1896-4d7a-8d17-8252415f4148?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-18T15:15:29.625Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/06780b7c-aa94-422c-93b2-8efce3a7e977/model-vers/model-ver/fd8ba0dc-1896-4d7a-8d17-8252415f4148?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/06780b7c-aa94-422c-93b2-8efce3a7e977/model-vers/model-ver/fd8ba0dc-1896-4d7a-8d17-8252415f4148?depth=0 has http status code:200 and response headers:{date=[Sat, 18 Mar 2023 15:15:29 GMT], content-length=[0], vertex-id=[770064], x-aai-txid=[0-aai-resources-230318-15:15:29:217-69338], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-18T15:15:29.625Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/06780b7c-aa94-422c-93b2-8efce3a7e977/model-vers/model-ver/fd8ba0dc-1896-4d7a-8d17-8252415f4148?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-18T15:15:29.626Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/06780b7c-aa94-422c-93b2-8efce3a7e977/model-vers/model-ver/fd8ba0dc-1896-4d7a-8d17-8252415f4148?depth=0|INFO|500||InvokeReturn
2023-03-18T15:15:29.626Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-18T15:15:29.626Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-18T15:15:29.633Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-18T15:15:29.634Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID a04e84de-dd11-4280-9147-b1e37960b03e and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-18T15:15:29.634Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-18T15:15:29.634Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:15:29.634Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:15:29.635Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "a04e84de-dd11-4280-9147-b1e37960b03e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679152529634,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-18T15:15:30.660Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T15:15:30.661Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Failing OffsetCommit request since the consumer is not part of an active group
2023-03-18T15:15:30.661Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Node 1 disconnected.
2023-03-18T15:15:30.661Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Cancelled in-flight METADATA request with correlation id 168662 due to node 1 being disconnected (elapsed time since creation: 0ms, elapsed time since send: 0ms, request timeout: 30000ms)
2023-03-18T15:15:30.662Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Node 2 disconnected.
2023-03-18T15:15:30.662Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||ERROR|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Asynchronous auto-commit of offsets failed: Offset commit cannot be completed since the consumer is not part of an active group for auto partition assignment; it is likely that the consumer was kicked out of the group.. Will continue to join group.
2023-03-18T15:15:30.662Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Giving away all assigned partitions as lost since generation/memberID has been reset,indicating that consumer is in old state or no longer part of the group
2023-03-18T15:15:30.662Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Lost previously assigned partitions SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5
2023-03-18T15:15:30.662Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] (Re-)joining group
2023-03-18T15:15:30.665Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2-597b61c1-4ede-44be-8c80-2de9f6e92dbe
2023-03-18T15:15:30.666Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Asynchronous auto-commit of offsets {SDC-DISTR-NOTIF-TOPIC-AUTO-5=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-4=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-3=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-2=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-1=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-0=OffsetAndMetadata{offset=10, leaderEpoch=0, metadata=''}} failed: Offset commit cannot be completed since the consumer is not part of an active group for auto partition assignment; it is likely that the consumer was kicked out of the group.
2023-03-18T15:15:30.666Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Request joining group due to: rebalance failed due to 'The group member needs to have a valid member id before actually entering a consumer group.' (MemberIdRequiredException)
2023-03-18T15:15:30.666Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] (Re-)joining group
2023-03-18T15:15:32.215Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T15:15:35.227Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T15:15:38.240Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T15:15:41.257Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T15:15:44.266Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T15:15:47.277Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T15:15:50.287Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T15:15:53.299Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T15:15:56.327Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T15:15:58.920Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:15:58.931Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Revoke previously assigned partitions SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-03-18T15:15:58.931Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] (Re-)joining group
2023-03-18T15:15:58.935Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Successfully joined group with generation Generation{generationId=80, memberId='SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94-2995e74d-4211-4955-93f6-f3f14568571e', protocol='range'}
2023-03-18T15:15:58.936Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Successfully joined group with generation Generation{generationId=80, memberId='SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2-597b61c1-4ede-44be-8c80-2de9f6e92dbe', protocol='range'}
2023-03-18T15:15:58.941Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Resetting the last seen epoch of partition SDC-DISTR-NOTIF-TOPIC-AUTO-0 to 0 since the associated topicId changed from null to XRzq8BOIRZiZRw2R__X0DA
2023-03-18T15:15:58.941Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Resetting the last seen epoch of partition SDC-DISTR-NOTIF-TOPIC-AUTO-5 to 0 since the associated topicId changed from null to XRzq8BOIRZiZRw2R__X0DA
2023-03-18T15:15:58.941Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Resetting the last seen epoch of partition SDC-DISTR-NOTIF-TOPIC-AUTO-1 to 0 since the associated topicId changed from null to XRzq8BOIRZiZRw2R__X0DA
2023-03-18T15:15:58.941Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Resetting the last seen epoch of partition SDC-DISTR-NOTIF-TOPIC-AUTO-4 to 0 since the associated topicId changed from null to XRzq8BOIRZiZRw2R__X0DA
2023-03-18T15:15:58.941Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Resetting the last seen epoch of partition SDC-DISTR-NOTIF-TOPIC-AUTO-2 to 0 since the associated topicId changed from null to XRzq8BOIRZiZRw2R__X0DA
2023-03-18T15:15:58.941Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Resetting the last seen epoch of partition SDC-DISTR-NOTIF-TOPIC-AUTO-3 to 0 since the associated topicId changed from null to XRzq8BOIRZiZRw2R__X0DA
2023-03-18T15:15:58.942Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Finished assignment for group at generation 80: {SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2-597b61c1-4ede-44be-8c80-2de9f6e92dbe=Assignment(partitions=[SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5]), SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94-2995e74d-4211-4955-93f6-f3f14568571e=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])}
2023-03-18T15:15:58.954Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Successfully synced group in generation Generation{generationId=80, memberId='SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2-597b61c1-4ede-44be-8c80-2de9f6e92dbe', protocol='range'}
2023-03-18T15:15:58.955Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Successfully synced group in generation Generation{generationId=80, memberId='SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94-2995e74d-4211-4955-93f6-f3f14568571e', protocol='range'}
2023-03-18T15:15:58.955Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5])
2023-03-18T15:15:58.955Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Adding newly assigned partitions: SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5
2023-03-18T15:15:58.955Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])
2023-03-18T15:15:58.956Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Adding newly assigned partitions: SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-03-18T15:15:58.959Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-18T15:15:58.959Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-18T15:15:58.959Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-18T15:15:58.959Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=2419, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-18T15:15:58.959Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-18T15:15:58.959Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-18T15:15:58.958Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-18T15:15:58.959Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-18T15:15:58.959Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-18T15:15:58.960Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-18T15:15:58.960Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-18T15:15:58.960Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-18T15:15:59.022Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-18T15:15:59.023Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||DEBUG|500||received notification from broker: {"distributionID":"34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846","serviceName":"basic_onboard_gCPnoC","serviceVersion":"1.0","serviceUUID":"dad851ae-1f1d-4e04-8847-f18fd5d51391","serviceDescription":"service","serviceInvariantUUID":"693dcbb7-55f2-41d5-a0d9-572574329dfe","resources":[{"resourceInstanceName":"basic_onboard_gCPnoC 0","resourceName":"basic_onboard_gCPnoC","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"f3fb2f57-aad9-4f33-88db-c458ae09cdfb","resourceInvariantUUID":"d7c6b294-4284-4b69-87ff-a797deedad73","resourceCustomizationUUID":"9327f8c9-4591-449b-b6af-227dc0614cab","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/vf-license-model.xml","artifactChecksum":"OGQ5ZDI0MzIzNDdmMDUyYmQ0MzVmMDVkOWUyNGVlYmE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"5077753b-8cdd-47a9-82d5-e3ff4ce969c3","artifactVersion":"1"},{"artifactName":"basic_onboard_gcpnoc0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json","artifactChecksum":"NjRhMmYzNDQxZDFkYzhiMjZmMTk3NDMzZmQwOWNiNWI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"583db2fa-2045-4011-8045-9fd436580060","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"0846dbe8-d246-42f3-9ba6-3c197d6bb5c4","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"5004fadd-cda9-4566-99ac-bc5d669427a2","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"7d3da3bf-4415-4326-b045-fe6bef605f78","artifactVersion":"2","generatedFromUUID":"0846dbe8-d246-42f3-9ba6-3c197d6bb5c4"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardGcpnoc-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-template.yml","artifactChecksum":"OGFkYWYzODVjYTg1MmE4Y2JhZWM5NDk3ZjljNTAwNTE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"8ab16f5d-5180-4470-b278-f6ea6f7c23e8","artifactVersion":"1"},{"artifactName":"service-BasicOnboardGcpnoc-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar","artifactChecksum":"MjQxYmE3NTM3MTRlYjAwMzA2YjMyYmJjMmU4MmNkYjE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"d6569f72-4f81-428a-8593-389324ccdf48","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-18T15:15:59.024Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T15:15:59.024Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:15:59.024Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:15:59.024Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679152530660,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:15:59.971Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-18T15:15:59.971Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "a04e84de-dd11-4280-9147-b1e37960b03e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679152529634,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-18T15:15:59.971Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:15:59.971Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-18T15:15:59.971Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679152530660,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T15:15:59.971Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:16:00.025Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T15:16:00.025Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:16:00.025Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:16:00.025Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679152530660,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:16:01.026Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T15:16:01.026Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:16:01.026Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:16:01.026Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679152530660,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:16:02.027Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T15:16:02.027Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:16:02.027Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:16:02.028Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679152530660,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:16:03.028Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T15:16:03.029Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:16:03.029Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:16:03.029Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679152530660,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:16:04.030Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T15:16:04.030Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:16:04.030Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:16:04.030Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679152530660,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:16:05.031Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T15:16:05.031Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:16:05.031Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:16:05.031Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679152530660,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:16:06.032Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "serviceName": "basic_onboard_gCPnoC",
  "serviceVersion": "1.0",
  "serviceUUID": "dad851ae-1f1d-4e04-8847-f18fd5d51391",
  "serviceDescription": "service",
  "serviceInvariantUUID": "693dcbb7-55f2-41d5-a0d9-572574329dfe",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_gCPnoC 0",
      "resourceCustomizationUUID": "9327f8c9-4591-449b-b6af-227dc0614cab",
      "resourceName": "basic_onboard_gCPnoC",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "f3fb2f57-aad9-4f33-88db-c458ae09cdfb",
      "resourceInvariantUUID": "d7c6b294-4284-4b69-87ff-a797deedad73",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_gcpnoc0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json",
          "artifactChecksum": "NjRhMmYzNDQxZDFkYzhiMjZmMTk3NDMzZmQwOWNiNWI\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "583db2fa-2045-4011-8045-9fd436580060",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "0846dbe8-d246-42f3-9ba6-3c197d6bb5c4",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "7d3da3bf-4415-4326-b045-fe6bef605f78",
            "generatedFromUUID": "0846dbe8-d246-42f3-9ba6-3c197d6bb5c4"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "7d3da3bf-4415-4326-b045-fe6bef605f78",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardGcpnoc-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar",
      "artifactChecksum": "MjQxYmE3NTM3MTRlYjAwMzA2YjMyYmJjMmU4MmNkYjE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "d6569f72-4f81-428a-8593-389324ccdf48"
    }
  ],
  "workloadContext": "Production"
}
2023-03-18T15:16:06.033Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-18T15:16:06.033Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 dad851ae-1f1d-4e04-8847-f18fd5d51391 ASDC
2023-03-18T15:16:06.033Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
ServiceName:basic_onboard_gCPnoC
ServiceVersion:1.0
ServiceUUID:dad851ae-1f1d-4e04-8847-f18fd5d51391
ServiceInvariantUUID:693dcbb7-55f2-41d5-a0d9-572574329dfe
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardGcpnoc-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar
ArtifactUUID:d6569f72-4f81-428a-8593-389324ccdf48
ArtifactChecksum:MjQxYmE3NTM3MTRlYjAwMzA2YjMyYmJjMmU4MmNkYjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_gCPnoC 0
ResourceCustomizationUUID:9327f8c9-4591-449b-b6af-227dc0614cab
ResourceInvariantUUID:d7c6b294-4284-4b69-87ff-a797deedad73
ResourceName:basic_onboard_gCPnoC
ResourceType:VF
ResourceUUID:f3fb2f57-aad9-4f33-88db-c458ae09cdfb
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_gcpnoc0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json
ArtifactUUID:583db2fa-2045-4011-8045-9fd436580060
ArtifactChecksum:NjRhMmYzNDQxZDFkYzhiMjZmMTk3NDMzZmQwOWNiNWI=
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/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.yaml
ArtifactUUID:0846dbe8-d246-42f3-9ba6-3c197d6bb5c4
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/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.env
ArtifactUUID:7d3da3bf-4415-4326-b045-fe6bef605f78
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/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.env
ArtifactUUID:7d3da3bf-4415-4326-b045-fe6bef605f78
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-18T15:16:06.033Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF dad851ae-1f1d-4e04-8847-f18fd5d51391 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: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-18T15:16:06.069Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-18T15:16:06.070Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-03-18T15:16:06.070Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-03-18T15:16:06.070Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: d6569f72-4f81-428a-8593-389324ccdf48 from URL: /sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar
2023-03-18T15:16:06.070Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||INFO|500||DistributionClient - download
2023-03-18T15:16:06.070Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar
2023-03-18T15:16:06.104Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||GET Response Status 404
2023-03-18T15:16:06.104Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@5f4eaf9a
2023-03-18T15:16:06.105Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-18T15:16:06.105Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicOnboardGcpnoc"
      ]
    }
  }
}
2023-03-18T15:16:06.105Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicOnboardGcpnoc-csar.csar /sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar d6569f72-4f81-428a-8593-389324ccdf48 Specified artifact is  not found 300 ASDC artifact download fail
2023-03-18T15:16:06.105Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar ASDC sendASDCNotification
2023-03-18T15:16:06.105Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar(Specified artifact is  not found)
2023-03-18T15:16:06.106Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-18T15:16:06.106Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:16:06.106Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:16:06.106Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679152566105,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:16:07.107Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during processCsarServiceArtifacts ASDC processCsarServiceArtifacts 500 Exception in processCsarServiceArtifacts
org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact service-BasicOnboardGcpnoc-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar(UUID:d6569f72-4f81-428a-8593-389324ccdf48)
Error message is Specified artifact is  not found

	at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394)
	at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2023-03-18T15:16:07.117Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||ERROR|500||error NSST process resource failure 
java.lang.NullPointerException: null
	at org.onap.so.asdc.client.ASDCController.processNsstNotification(ASDCController.java:978)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:760)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-18T15:16:07.117Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: f3fb2f57-aad9-4f33-88db-c458ae09cdfb
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-18T15:16:07.119Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||INFO|500||basic_onboard_gCPnoC 0
2023-03-18T15:16:07.120Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: f3fb2f57-aad9-4f33-88db-c458ae09cdfb
2023-03-18T15:16:07.120Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 583db2fa-2045-4011-8045-9fd436580060 from URL: /sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json
2023-03-18T15:16:07.120Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||INFO|500||DistributionClient - download
2023-03-18T15:16:07.120Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json
2023-03-18T15:16:07.135Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||GET Response Status 404
2023-03-18T15:16:07.135Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@498cc9e5
2023-03-18T15:16:07.135Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-18T15:16:07.136Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicOnboardGcpnoc"
      ]
    }
  }
}
2023-03-18T15:16:07.136Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL basic_onboard_gcpnoc0_modules.json /sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json 583db2fa-2045-4011-8045-9fd436580060 Specified artifact is  not found 300 ASDC artifact download fail
2023-03-18T15:16:07.136Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json ASDC sendASDCNotification
2023-03-18T15:16:07.136Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json(Specified artifact is  not found)
2023-03-18T15:16:07.136Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-18T15:16:07.136Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:16:07.137Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:16:07.137Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679152567136,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:16:08.137Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during Installation of artifact ASDC processResourceNotification 500 Exception in processResourceNotification
org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact basic_onboard_gcpnoc0_modules.json could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json(UUID:583db2fa-2045-4011-8045-9fd436580060)
Error message is Specified artifact is  not found

	at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:787)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-18T15:16:08.138Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T15:16:08.155Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T15:16:08.158Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-18T15:16:08.158Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-18T15:16:38.159Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T15:16:38.176Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T15:16:38.179Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-18T15:16:38.180Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-18T15:16:58.919Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:16:58.920Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-18T15:16:58.920Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679152530660,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json",
  "status": "NOTIFIED"
}
2023-03-18T15:16:58.921Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:17:08.180Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T15:17:08.198Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T15:17:08.202Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-18T15:17:08.202Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-18T15:17:38.203Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T15:17:38.221Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T15:17:38.224Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-18T15:17:38.225Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-18T15:17:58.919Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:17:58.922Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-18T15:17:58.922Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679152530660,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2023-03-18T15:17:58.923Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:17:58.923Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-18T15:17:58.923Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679152530660,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T15:17:58.924Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:17:58.924Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-18T15:17:58.924Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679152530660,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2023-03-18T15:17:58.924Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:17:58.924Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-18T15:17:58.924Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679152530660,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T15:17:58.925Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:17:58.925Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-18T15:17:58.925Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679152530660,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar",
  "status": "NOTIFIED"
}
2023-03-18T15:17:58.925Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:17:58.925Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-18T15:17:58.925Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679152566105,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-18T15:17:58.926Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:17:58.926Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-18T15:17:58.926Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679152567136,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-18T15:17:58.926Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:18:08.225Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T15:18:08.247Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T15:18:08.250Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-18T15:18:08.250Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-18T15:18:38.251Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T15:18:38.271Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T15:18:38.274Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-18T15:18:38.274Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-18T15:18:58.919Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:19:08.275Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T15:19:08.295Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T15:19:08.299Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-18T15:19:08.299Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-18T15:19:38.300Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T15:19:38.321Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T15:19:38.325Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-18T15:19:38.325Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-18T15:19:58.920Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:20:08.325Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T15:20:08.346Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T15:20:08.349Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-18T15:20:08.349Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-18T15:20:38.349Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T15:20:38.368Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T15:20:38.371Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-18T15:20:38.372Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-18T15:20:58.921Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:20:59.084Z||kafka-coordinator-heartbeat-thread | so|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] consumer poll timeout has expired. This means the time between subsequent calls to poll() was longer than the configured max.poll.interval.ms, which typically implies that the poll loop is spending too much time processing messages. You can address this either by increasing max.poll.interval.ms or by reducing the maximum size of batches returned in poll() with max.poll.records.
2023-03-18T15:20:59.084Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Member SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2-597b61c1-4ede-44be-8c80-2de9f6e92dbe sending LeaveGroup request to coordinator onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2147483645 rack: null) due to consumer poll timeout has expired.
2023-03-18T15:20:59.084Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Resetting generation and member id due to: consumer pro-actively leaving the group
2023-03-18T15:20:59.084Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Request joining group due to: consumer pro-actively leaving the group
2023-03-18T15:20:59.678Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T15:20:59.694Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Revoke previously assigned partitions SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-03-18T15:20:59.694Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] (Re-)joining group
2023-03-18T15:20:59.699Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Successfully joined group with generation Generation{generationId=81, memberId='SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94-2995e74d-4211-4955-93f6-f3f14568571e', protocol='range'}
2023-03-18T15:20:59.699Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Finished assignment for group at generation 81: {SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94-2995e74d-4211-4955-93f6-f3f14568571e=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])}
2023-03-18T15:20:59.714Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Successfully synced group in generation Generation{generationId=81, memberId='SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94-2995e74d-4211-4955-93f6-f3f14568571e', protocol='range'}
2023-03-18T15:20:59.714Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])
2023-03-18T15:20:59.714Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Adding newly assigned partitions: SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-03-18T15:20:59.718Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-18T15:20:59.718Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-18T15:20:59.718Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-18T15:20:59.718Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=2429, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-18T15:20:59.718Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-18T15:20:59.718Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-18T15:21:08.372Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2023-03-18T15:21:08.372Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-18T15:21:08.386Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846 and serviceModelVersionId: dad851ae-1f1d-4e04-8847-f18fd5d51391
2023-03-18T15:21:08.386Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 693dcbb7-55f2-41d5-a0d9-572574329dfe
2023-03-18T15:21:08.387Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391?depth=0
2023-03-18T15:21:08.393Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2023-03-18T15:21:08.406Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391?depth=0|INFO|500||Invoke
2023-03-18T15:21:08.406Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[fdce0980-2f43-463c-bb6f-523a965e76dc], X-ECOMP-RequestID=[34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846], X-TransactionId=[], X-ONAP-RequestID=[34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846], Content-Type=[application/merge-patch+json]}
2023-03-18T15:21:08.422Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2023-03-18T15:21:08.454Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391?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/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391?depth=0 has http status code:404 and response headers:{date=[Sat, 18 Mar 2023 15:21:08 GMT], content-length=[495], x-aai-txid=[1-aai-resources-230318-15:21:08:124-45553], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-18T15:21:08.458Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391?depth=0|DEBUG|500||{"requestError":{"serviceException":{"messageId":"SVC3001","text":"Resource not found for %1 using id %2 (msg=%3) (ec=%4)","variables":["MERGE_PATCH","service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391","Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391","ERR.5.4.6114"]}}}

2023-03-18T15:21:08.458Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391?depth=0|INFO|404|Not Found|InvokeReturn
2023-03-18T15:21:08.460Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391) (ec=ERR.5.4.6114)
2023-03-18T15:21:08.460Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||ERROR|500||Exception occurred
javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391) (ec=ERR.5.4.6114)
	at org.onap.so.client.ResponseExceptionMapper.map(ResponseExceptionMapper.java:74)
	at org.onap.so.client.RestRequest.get(RestRequest.java:77)
	at org.onap.so.client.RestClient.buildRequest(RestClient.java:326)
	at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322)
	at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283)
	at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67)
	at net.jodah.failsafe.Execution.executeSync(Execution.java:117)
	at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319)
	at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71)
	at org.onap.so.client.RestClient.method(RestClient.java:322)
	at org.onap.so.client.RestClient.patch(RestClient.java:265)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184)
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-18T15:21:08.460Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391) (ec=ERR.5.4.6114)
2023-03-18T15:21:08.460Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391) (ec=ERR.5.4.6114)
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-18T15:21:08.468Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-18T15:21:08.468Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391) (ec=ERR.5.4.6114)
2023-03-18T15:21:08.468Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2023-03-18T15:21:08.468Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:21:08.468Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:21:08.468Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679152868468,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391) (ec\u003dERR.5.4.6114)"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:21:08.483Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-18T15:21:08.483Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679152868468,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391) (ec\u003dERR.5.4.6114)"
}
2023-03-18T15:21:08.484Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-18T15:21:09.492Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-18T15:21:09.492Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||received notification from broker: {"distributionID":"d4dc9e71-f2cb-491c-bcf1-9d51402514be","serviceName":"vFW 2023-03-18 11-08-36","serviceVersion":"1.0","serviceUUID":"27fdb87d-b713-4eaf-90a0-9e48041e5db6","serviceDescription":"catalog service description","serviceInvariantUUID":"cb6d14f9-78ae-470a-a6af-a3a2b9fea472","resources":[{"resourceInstanceName":"vFW 58569f3e-bd56 0","resourceName":"vFW 58569f3e-bd56","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"d26137cf-1389-4abe-8e09-78b44d7a1aae","resourceInvariantUUID":"440b369e-a09c-4c31-8a4e-6692abd11e0c","resourceCustomizationUUID":"e17fe765-865d-4748-ab41-44bdbee5a853","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/vf-license-model.xml","artifactChecksum":"MTFjYmU2ZGQwM2YxYTQxNjdhOWY1YjI5OWUyYjE5OTg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"7238df55-40f7-4cde-93e0-f3c86248a4ba","artifactVersion":"1"},{"artifactName":"vfw58569f3ebd560_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/vfw58569f3ebd560_modules.json","artifactChecksum":"ODg5YTAyNmJiZTFiZTA5MDMwZWVhNmFkMzVmNzk4YTg\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"a8ca7246-150c-4537-b08d-e58462b66bb6","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"be903e28-b266-44db-9c8b-4cbcb6f7ee77","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/vendor-license-model.xml","artifactChecksum":"NDExZWJjY2Q3ZjkxN2NkNTRiYmFlNDViOGZhYWJjM2M\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"cecd91b9-dbd7-4a9b-96a0-72674051949c","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"0637f995-3e6f-44f6-89fc-61906f5ff14b","artifactVersion":"2","generatedFromUUID":"be903e28-b266-44db-9c8b-4cbcb6f7ee77"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20230318110836-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-template.yml","artifactChecksum":"NjdmYzRlMTY1MzM1ODg5NjAzNTEzOWU1ZGFmNmNiNDI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"8648cca8-36e7-40c1-8faf-a7c0be2faa07","artifactVersion":"1"},{"artifactName":"service-Vfw20230318110836-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar","artifactChecksum":"NzY3OTRjMDBhMTZlZjQ1ZTQ3MTU0ZjE0NjliYmU1M2Y\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"436a091b-6820-4621-9f77-4a798268cc9d","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-18T15:21:09.493Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T15:21:09.493Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:21:09.493Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:21:09.494Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679152530660,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:21:10.495Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T15:21:10.495Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:21:10.496Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:21:10.496Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679152530660,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/vfw58569f3ebd560_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:21:11.497Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T15:21:11.497Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:21:11.497Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:21:11.498Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679152530660,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:21:12.499Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T15:21:12.499Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:21:12.500Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:21:12.500Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679152530660,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:21:13.502Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T15:21:13.502Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:21:13.502Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:21:13.503Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679152530660,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/base_vfw.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:21:14.504Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T15:21:14.505Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:21:14.505Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:21:14.505Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679152530660,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:21:15.507Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T15:21:15.508Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:21:15.508Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:21:15.508Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679152530660,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:21:16.510Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "serviceName": "vFW 2023-03-18 11-08-36",
  "serviceVersion": "1.0",
  "serviceUUID": "27fdb87d-b713-4eaf-90a0-9e48041e5db6",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "cb6d14f9-78ae-470a-a6af-a3a2b9fea472",
  "resources": [
    {
      "resourceInstanceName": "vFW 58569f3e-bd56 0",
      "resourceCustomizationUUID": "e17fe765-865d-4748-ab41-44bdbee5a853",
      "resourceName": "vFW 58569f3e-bd56",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "d26137cf-1389-4abe-8e09-78b44d7a1aae",
      "resourceInvariantUUID": "440b369e-a09c-4c31-8a4e-6692abd11e0c",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw58569f3ebd560_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/vfw58569f3ebd560_modules.json",
          "artifactChecksum": "ODg5YTAyNmJiZTFiZTA5MDMwZWVhNmFkMzVmNzk4YTg\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "a8ca7246-150c-4537-b08d-e58462b66bb6",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "be903e28-b266-44db-9c8b-4cbcb6f7ee77",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "0637f995-3e6f-44f6-89fc-61906f5ff14b",
            "generatedFromUUID": "be903e28-b266-44db-9c8b-4cbcb6f7ee77"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "0637f995-3e6f-44f6-89fc-61906f5ff14b",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20230318110836-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar",
      "artifactChecksum": "NzY3OTRjMDBhMTZlZjQ1ZTQ3MTU0ZjE0NjliYmU1M2Y\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "436a091b-6820-4621-9f77-4a798268cc9d"
    }
  ],
  "workloadContext": "Production"
}
2023-03-18T15:21:16.512Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-18T15:21:16.512Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 27fdb87d-b713-4eaf-90a0-9e48041e5db6 ASDC
2023-03-18T15:21:16.512Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:d4dc9e71-f2cb-491c-bcf1-9d51402514be
ServiceName:vFW 2023-03-18 11-08-36
ServiceVersion:1.0
ServiceUUID:27fdb87d-b713-4eaf-90a0-9e48041e5db6
ServiceInvariantUUID:cb6d14f9-78ae-470a-a6af-a3a2b9fea472
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20230318110836-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar
ArtifactUUID:436a091b-6820-4621-9f77-4a798268cc9d
ArtifactChecksum:NzY3OTRjMDBhMTZlZjQ1ZTQ3MTU0ZjE0NjliYmU1M2Y=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 58569f3e-bd56 0
ResourceCustomizationUUID:e17fe765-865d-4748-ab41-44bdbee5a853
ResourceInvariantUUID:440b369e-a09c-4c31-8a4e-6692abd11e0c
ResourceName:vFW 58569f3e-bd56
ResourceType:VF
ResourceUUID:d26137cf-1389-4abe-8e09-78b44d7a1aae
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw58569f3ebd560_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/vfw58569f3ebd560_modules.json
ArtifactUUID:a8ca7246-150c-4537-b08d-e58462b66bb6
ArtifactChecksum:ODg5YTAyNmJiZTFiZTA5MDMwZWVhNmFkMzVmNzk4YTg=
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/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/base_vfw.yaml
ArtifactUUID:be903e28-b266-44db-9c8b-4cbcb6f7ee77
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/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/base_vfw.env
ArtifactUUID:0637f995-3e6f-44f6-89fc-61906f5ff14b
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/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/base_vfw.env
ArtifactUUID:0637f995-3e6f-44f6-89fc-61906f5ff14b
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-18T15:21:16.516Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 27fdb87d-b713-4eaf-90a0-9e48041e5db6 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: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-18T15:21:16.549Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-18T15:21:16.550Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-03-18T15:21:16.550Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-03-18T15:21:16.550Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 436a091b-6820-4621-9f77-4a798268cc9d from URL: /sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar
2023-03-18T15:21:16.550Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||DistributionClient - download
2023-03-18T15:21:16.550Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar
2023-03-18T15:21:17.151Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2023-03-18T15:21:17.160Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar 436a091b-6820-4621-9f77-4a798268cc9d 101467
2023-03-18T15:21:17.160Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar ASDC sendASDCNotification
2023-03-18T15:21:17.161Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar
2023-03-18T15:21:17.161Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-18T15:21:17.161Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:21:17.161Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:21:17.162Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679152877160,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:21:18.163Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-18T15:21:18.165Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-03-18T15:21:18.166Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 436a091b-6820-4621-9f77-4a798268cc9d, URL: /sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar to file: /app/ASDC/1/service-Vfw20230318110836-csar.csar
2023-03-18T15:21:18.166Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20230318110836-csar.csar
2023-03-18T15:21:18.167Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20230318110836-csar.csar
2023-03-18T15:21:18.167Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20230318110836-csar.csar
2023-03-18T15:21:18.261Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13054133860811580790/Definitions/service-Vfw20230318110836-template.yml
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_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_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
2023-03-18T15:21:19.692Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-18T15:21:19.693Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||WARN|500||####################################################################################################
2023-03-18T15:21:19.693Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20230318110836-csar.csar
2023-03-18T15:21:19.693Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2023-03-18T15:21:19.693Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230318110836-csar.csar
2023-03-18T15:21:19.693Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230318110836-csar.csar
2023-03-18T15:21:19.693Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20230318110836-csar.csar
2023-03-18T15:21:19.693Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230318110836-csar.csar
2023-03-18T15:21:19.693Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230318110836-csar.csar
2023-03-18T15:21:19.693Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230318110836-csar.csar
2023-03-18T15:21:19.693Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230318110836-csar.csar
2023-03-18T15:21:19.694Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230318110836-csar.csar
2023-03-18T15:21:19.694Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230318110836-csar.csar
2023-03-18T15:21:19.694Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 58569f3e-bd56 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-Vfw20230318110836-csar.csar
2023-03-18T15:21:19.694Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230318110836-csar.csar
2023-03-18T15:21:19.694Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||WARN|500||####################################################################################################
2023-03-18T15:21:19.694Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T15:21:19.694Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Service vFW 2023-03-18 11-08-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T15:21:19.694Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template vFW 58569f3e-bd56 0 is matching search criteria
2023-03-18T15:21:19.695Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2023-03-18T15:21:19.695Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 58569f3e-bd56 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-18T15:21:19.695Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T15:21:19.695Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Service vFW 2023-03-18 11-08-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T15:21:19.695Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template vFW 58569f3e-bd56 0 is matching search criteria
2023-03-18T15:21:19.695Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2023-03-18T15:21:19.695Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 58569f3e-bd56 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-18T15:21:19.695Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T15:21:19.695Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Service vFW 2023-03-18 11-08-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T15:21:19.695Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T15:21:19.695Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template vFW 58569f3e-bd56 0 is not matching search criteria
2023-03-18T15:21:19.696Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-18T15:21:19.696Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-18T15:21:19.696Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-18T15:21:19.696Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-18T15:21:19.696Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-18T15:21:19.696Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-18T15:21:19.696Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-18T15:21:19.696Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-18T15:21:19.696Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-18T15:21:19.696Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-18T15:21:19.696Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-18T15:21:19.696Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-18T15:21:19.696Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-18T15:21:19.697Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-18T15:21:19.697Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-18T15:21:19.697Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-03-18T15:21:19.697Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T15:21:19.697Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Service vFW 2023-03-18 11-08-36 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-03-18T15:21:19.697Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T15:21:19.697Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template vFW 58569f3e-bd56 0 is matching search criteria
2023-03-18T15:21:19.697Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 58569f3e-bd56 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-18T15:21:19.697Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T15:21:19.697Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template vFW 58569f3e-bd56 0 is matching search criteria
2023-03-18T15:21:19.698Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 58569f3e-bd56 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-18T15:21:19.698Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T15:21:19.698Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template vFW 58569f3e-bd56 0 is matching search criteria
2023-03-18T15:21:19.698Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 58569f3e-bd56 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-18T15:21:19.698Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T15:21:19.698Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template vFW 58569f3e-bd56 0 is not matching search criteria
2023-03-18T15:21:19.698Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-18T15:21:19.698Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-18T15:21:19.698Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-03-18T15:21:19.698Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-18T15:21:19.698Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-18T15:21:19.698Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-18T15:21:19.698Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-18T15:21:19.698Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-18T15:21:19.698Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-18T15:21:19.698Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-18T15:21:19.699Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-18T15:21:19.699Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=54648a20-f030-49c4-93d4-4525b2108f51
2023-03-18T15:21:19.699Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T15:21:19.699Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template vFW 58569f3e-bd56 0 is not matching search criteria
2023-03-18T15:21:19.699Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-18T15:21:19.699Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-18T15:21:19.699Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-18T15:21:19.699Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-18T15:21:19.699Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-18T15:21:19.699Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-18T15:21:19.699Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-18T15:21:19.699Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-03-18T15:21:19.699Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-18T15:21:19.699Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-18T15:21:19.699Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-18T15:21:19.699Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-18T15:21:19.700Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=c8000f82-3ea0-499f-845f-48af9ca20f40
2023-03-18T15:21:19.700Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T15:21:19.700Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template vFW 58569f3e-bd56 0 is not matching search criteria
2023-03-18T15:21:19.700Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-18T15:21:19.700Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-18T15:21:19.700Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-18T15:21:19.700Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-18T15:21:19.700Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-18T15:21:19.700Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-18T15:21:19.700Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-18T15:21:19.700Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-18T15:21:19.700Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-18T15:21:19.700Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-18T15:21:19.700Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-18T15:21:19.700Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-03-18T15:21:19.701Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=8d37dce4-ace0-4972-b0ae-359f5ee34e15
2023-03-18T15:21:19.701Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T15:21:19.701Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Service vFW 2023-03-18 11-08-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T15:21:19.701Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T15:21:19.701Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Service vFW 2023-03-18 11-08-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T15:21:19.701Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T15:21:19.701Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Service vFW 2023-03-18 11-08-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T15:21:19.701Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T15:21:19.701Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Service vFW 2023-03-18 11-08-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T15:21:19.701Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2023-03-18 11-08-36
Description:catalog service description
Model UUID:27fdb87d-b713-4eaf-90a0-9e48041e5db6
Model Version:NULL
Model InvariantUuid:cb6d14f9-78ae-470a-a6af-a3a2b9fea472
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 58569f3e-bd56
Model UUID:2fc36073-92c9-4d5d-9644-0bb6550c287b
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:440b369e-a09c-4c31-8a4e-6692abd11e0c
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:e17fe765-865d-4748-ab41-44bdbee5a853
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:351d450e-b1b7-41ae-a83a-2a71f15e25d1
ModelName:Vfw58569f3eBd56..base_vfw..module-0
ModelUuid:0d68d68e-dec8-43d2-aff9-f5d88cc04393
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:54648a20-f030-49c4-93d4-4525b2108f51
ModelInvariantUuid:4ab08134-cd1d-4688-9b75-17c67d1a3e81
ModelName:vFW 58569f3e-bd56-nodes.vfwCvfc
ModelUuid:d6b2f0ba-9202-407c-a163-7cc24d0f18b4
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:056f6090-f73c-4739-af97-620c05ad132a
ModelInvariantUuid:983e3ada-7ea8-4303-8174-d3114334eb9e
ModelName:Vfw58569f3eBd56.compute.nodes.heat.vfw
ModelUuid:3d4b7896-bd84-401c-aa77-b889e41a200a
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:c8000f82-3ea0-499f-845f-48af9ca20f40
ModelInvariantUuid:fcd18208-a79b-409f-9943-f6fdaf7b423e
ModelName:vFW 58569f3e-bd56-nodes.vsnCvfc
ModelUuid:2dc70d22-f13d-4809-b3aa-6be925119137
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:402dc1d7-02f5-4fe5-9c72-942fea6de45f
ModelInvariantUuid:0b0ccbe0-ee97-4020-bd46-0de8c06bfc96
ModelName:Vfw58569f3eBd56.compute.nodes.heat.vsn
ModelUuid:9156b53b-b6f9-40ab-bf18-4e57fbace729
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:8d37dce4-ace0-4972-b0ae-359f5ee34e15
ModelInvariantUuid:5fb0558e-6cb2-4431-b7ca-6445c8799cef
ModelName:vFW 58569f3e-bd56-nodes.vpgCvfc
ModelUuid:fa77263e-b297-4fc8-ad06-fee6a19575f2
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:c490c1b0-6d8a-4e04-bcc3-d1334a874130
ModelInvariantUuid:49041fa9-9665-4fc5-a429-9d3d7490839b
ModelName:Vfw58569f3eBd56.compute.nodes.heat.vpg
ModelUuid:7e8eb1f5-1f60-4b7b-ac6b-192037bf4db6
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=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-03-18T15:21:19.732Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||ERROR|500||Csar with UUID: 436a091b-6820-4621-9f77-4a798268cc9d already exists
2023-03-18T15:21:19.732Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar ASDC sendASDCNotification
2023-03-18T15:21:19.732Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar(Csar with UUID: 436a091b-6820-4621-9f77-4a798268cc9d already exists)
2023-03-18T15:21:19.732Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-18T15:21:19.732Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:21:19.733Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:21:19.733Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679152879732,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 436a091b-6820-4621-9f77-4a798268cc9d already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:21:20.733Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar ASDC sendASDCNotification
2023-03-18T15:21:20.734Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar(Resource with UUID: d26137cf-1389-4abe-8e09-78b44d7a1aae already exists)
2023-03-18T15:21:20.734Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-18T15:21:20.734Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:21:20.734Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:21:20.735Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679152880733,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: d26137cf-1389-4abe-8e09-78b44d7a1aae already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:21:21.735Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d4dc9e71-f2cb-491c-bcf1-9d51402514be
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T15:21:21.757Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d4dc9e71-f2cb-491c-bcf1-9d51402514be
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T15:21:21.761Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-18T15:21:21.762Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-18T15:21:21.762Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-18T15:21:21.762Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-18T15:21:21.762Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T15:21:21.762Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T15:21:21.762Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T15:21:21.763Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T15:21:21.763Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T15:21:21.763Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-18T15:21:21.774Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-18T15:21:51.775Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: d4dc9e71-f2cb-491c-bcf1-9d51402514be and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-18T15:21:51.785Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: d4dc9e71-f2cb-491c-bcf1-9d51402514be and serviceModelVersionId: 27fdb87d-b713-4eaf-90a0-9e48041e5db6
2023-03-18T15:21:51.785Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : cb6d14f9-78ae-470a-a6af-a3a2b9fea472
2023-03-18T15:21:51.786Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/cb6d14f9-78ae-470a-a6af-a3a2b9fea472/model-vers/model-ver/27fdb87d-b713-4eaf-90a0-9e48041e5db6?depth=0
2023-03-18T15:21:51.791Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2023-03-18T15:21:51.803Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cb6d14f9-78ae-470a-a6af-a3a2b9fea472/model-vers/model-ver/27fdb87d-b713-4eaf-90a0-9e48041e5db6?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-03-18T15:21:51.803Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cb6d14f9-78ae-470a-a6af-a3a2b9fea472/model-vers/model-ver/27fdb87d-b713-4eaf-90a0-9e48041e5db6?depth=0|INFO|500||Invoke
2023-03-18T15:21:51.811Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cb6d14f9-78ae-470a-a6af-a3a2b9fea472/model-vers/model-ver/27fdb87d-b713-4eaf-90a0-9e48041e5db6?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-18T15:21:51.926Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cb6d14f9-78ae-470a-a6af-a3a2b9fea472/model-vers/model-ver/27fdb87d-b713-4eaf-90a0-9e48041e5db6?depth=0|INFO|500||InvokeReturn
2023-03-18T15:21:51.926Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cb6d14f9-78ae-470a-a6af-a3a2b9fea472/model-vers/model-ver/27fdb87d-b713-4eaf-90a0-9e48041e5db6?depth=0 has http status code:200 and response headers:{date=[Sat, 18 Mar 2023 15:21:51 GMT], content-length=[0], vertex-id=[593936], x-aai-txid=[1-aai-resources-230318-15:21:51:514-79931], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-18T15:21:51.927Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Response was returned with an empty entity.
2023-03-18T15:21:51.927Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-18T15:21:51.927Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-18T15:21:51.932Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-18T15:21:51.932Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID d4dc9e71-f2cb-491c-bcf1-9d51402514be and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-18T15:21:51.933Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-18T15:21:51.933Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:21:51.933Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:21:51.933Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679152911933,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-18T15:21:52.953Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-18T15:21:52.953Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||received notification from broker: {"distributionID":"9f6cbd74-5561-4ebf-ae29-ef09adcdb35a","serviceName":"vFW 2023-03-18 11-49-31","serviceVersion":"1.0","serviceUUID":"6d984351-d1ca-40a4-aad4-cb46662a587a","serviceDescription":"catalog service description","serviceInvariantUUID":"cf32c985-ce6d-438e-ae22-e6fd004665b3","resources":[{"resourceInstanceName":"vFW c11b0f1b-4505 0","resourceName":"vFW c11b0f1b-4505","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"c7374fd6-6727-4426-9587-40812bc7c663","resourceInvariantUUID":"26f1c4e0-d5d2-4519-a829-ba04da79dfd3","resourceCustomizationUUID":"19f5eed0-33a8-4dbf-839a-f2ac2d3b058b","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/vf-license-model.xml","artifactChecksum":"ZmYyYjdhM2U5NTJiNDExYWMwYTMzMTkyZDMwYzcxZTc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"7b8e42e6-1821-4cac-aa27-034f93b9a8bb","artifactVersion":"1"},{"artifactName":"vfwc11b0f1b45050_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/vfwc11b0f1b45050_modules.json","artifactChecksum":"YTA1YjZlZDc1ZGI4M2FjMjI5NWE4ZTQzZjQxZmI1MGE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"40a0f4a8-4459-48c6-8da9-780f32a6e90d","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"3198714b-6cfa-4ae8-9e58-caa5fd7816d1","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/vendor-license-model.xml","artifactChecksum":"OTNkYjEwYTcxMGU1ODVlYThkMzJiZjM0OWMzYWExNTg\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"56d4001a-cb5d-4c8b-a9db-05f6dd036a2e","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"72f0a15a-ad88-4350-921f-de50e44e2b78","artifactVersion":"2","generatedFromUUID":"3198714b-6cfa-4ae8-9e58-caa5fd7816d1"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20230318114931-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-template.yml","artifactChecksum":"MmZjZDk3ZDhkZWNhNmYyZTJiYmJjYzlhZTNjZmUwZDU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"d733d559-0885-4fbb-8573-c3718d9662ac","artifactVersion":"1"},{"artifactName":"service-Vfw20230318114931-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar","artifactChecksum":"NzYyNTc4YTljZWI3YjE3YThjOTU0MjkyMGEyMDMxNDY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"2a8efcaf-0813-4b52-901f-136ba065c343","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-18T15:21:52.954Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T15:21:52.954Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:21:52.954Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:21:52.954Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679152530660,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:21:53.955Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T15:21:53.956Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:21:53.956Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:21:53.956Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679152530660,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/vfwc11b0f1b45050_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:21:54.957Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T15:21:54.957Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:21:54.957Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:21:54.958Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679152530660,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:21:55.958Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T15:21:55.959Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:21:55.959Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:21:55.959Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679152530660,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:21:56.960Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T15:21:56.961Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:21:56.961Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:21:56.961Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679152530660,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/base_vfw.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:21:57.962Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T15:21:57.962Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:21:57.962Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:21:57.962Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679152530660,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:21:58.919Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:21:58.924Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-18T15:21:58.924Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679152530660,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T15:21:58.924Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:21:58.924Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-18T15:21:58.924Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679152530660,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/vfw58569f3ebd560_modules.json",
  "status": "NOTIFIED"
}
2023-03-18T15:21:58.925Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:21:58.925Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-18T15:21:58.925Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679152530660,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-03-18T15:21:58.925Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:21:58.925Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-18T15:21:58.925Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679152530660,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T15:21:58.925Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:21:58.925Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-18T15:21:58.925Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679152530660,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2023-03-18T15:21:58.925Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:21:58.925Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-18T15:21:58.925Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679152530660,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T15:21:58.925Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:21:58.925Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-18T15:21:58.925Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679152530660,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar",
  "status": "NOTIFIED"
}
2023-03-18T15:21:58.925Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:21:58.925Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-18T15:21:58.925Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679152877160,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-18T15:21:58.925Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:21:58.925Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-18T15:21:58.925Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679152879732,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 436a091b-6820-4621-9f77-4a798268cc9d already exists"
}
2023-03-18T15:21:58.925Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:21:58.925Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-18T15:21:58.926Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679152880733,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: d26137cf-1389-4abe-8e09-78b44d7a1aae already exists"
}
2023-03-18T15:21:58.926Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:21:58.926Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-18T15:21:58.926Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679152911933,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-18T15:21:58.926Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:21:58.926Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-18T15:21:58.926Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679152530660,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T15:21:58.926Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:21:58.926Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-18T15:21:58.926Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679152530660,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/vfwc11b0f1b45050_modules.json",
  "status": "NOTIFIED"
}
2023-03-18T15:21:58.926Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:21:58.926Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-18T15:21:58.926Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679152530660,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-03-18T15:21:58.926Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:21:58.926Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-18T15:21:58.926Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679152530660,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T15:21:58.926Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:21:58.926Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-18T15:21:58.926Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679152530660,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2023-03-18T15:21:58.926Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:21:58.926Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-18T15:21:58.926Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679152530660,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T15:21:58.926Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:21:58.963Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T15:21:58.963Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:21:58.964Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:21:58.964Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679152530660,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:21:59.965Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "serviceName": "vFW 2023-03-18 11-49-31",
  "serviceVersion": "1.0",
  "serviceUUID": "6d984351-d1ca-40a4-aad4-cb46662a587a",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "cf32c985-ce6d-438e-ae22-e6fd004665b3",
  "resources": [
    {
      "resourceInstanceName": "vFW c11b0f1b-4505 0",
      "resourceCustomizationUUID": "19f5eed0-33a8-4dbf-839a-f2ac2d3b058b",
      "resourceName": "vFW c11b0f1b-4505",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "c7374fd6-6727-4426-9587-40812bc7c663",
      "resourceInvariantUUID": "26f1c4e0-d5d2-4519-a829-ba04da79dfd3",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfwc11b0f1b45050_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/vfwc11b0f1b45050_modules.json",
          "artifactChecksum": "YTA1YjZlZDc1ZGI4M2FjMjI5NWE4ZTQzZjQxZmI1MGE\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "40a0f4a8-4459-48c6-8da9-780f32a6e90d",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "3198714b-6cfa-4ae8-9e58-caa5fd7816d1",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "72f0a15a-ad88-4350-921f-de50e44e2b78",
            "generatedFromUUID": "3198714b-6cfa-4ae8-9e58-caa5fd7816d1"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "72f0a15a-ad88-4350-921f-de50e44e2b78",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20230318114931-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar",
      "artifactChecksum": "NzYyNTc4YTljZWI3YjE3YThjOTU0MjkyMGEyMDMxNDY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "2a8efcaf-0813-4b52-901f-136ba065c343"
    }
  ],
  "workloadContext": "Production"
}
2023-03-18T15:21:59.965Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-18T15:21:59.965Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 6d984351-d1ca-40a4-aad4-cb46662a587a ASDC
2023-03-18T15:21:59.966Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:9f6cbd74-5561-4ebf-ae29-ef09adcdb35a
ServiceName:vFW 2023-03-18 11-49-31
ServiceVersion:1.0
ServiceUUID:6d984351-d1ca-40a4-aad4-cb46662a587a
ServiceInvariantUUID:cf32c985-ce6d-438e-ae22-e6fd004665b3
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20230318114931-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar
ArtifactUUID:2a8efcaf-0813-4b52-901f-136ba065c343
ArtifactChecksum:NzYyNTc4YTljZWI3YjE3YThjOTU0MjkyMGEyMDMxNDY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW c11b0f1b-4505 0
ResourceCustomizationUUID:19f5eed0-33a8-4dbf-839a-f2ac2d3b058b
ResourceInvariantUUID:26f1c4e0-d5d2-4519-a829-ba04da79dfd3
ResourceName:vFW c11b0f1b-4505
ResourceType:VF
ResourceUUID:c7374fd6-6727-4426-9587-40812bc7c663
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwc11b0f1b45050_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/vfwc11b0f1b45050_modules.json
ArtifactUUID:40a0f4a8-4459-48c6-8da9-780f32a6e90d
ArtifactChecksum:YTA1YjZlZDc1ZGI4M2FjMjI5NWE4ZTQzZjQxZmI1MGE=
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/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/base_vfw.yaml
ArtifactUUID:3198714b-6cfa-4ae8-9e58-caa5fd7816d1
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/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/base_vfw.env
ArtifactUUID:72f0a15a-ad88-4350-921f-de50e44e2b78
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/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/base_vfw.env
ArtifactUUID:72f0a15a-ad88-4350-921f-de50e44e2b78
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-18T15:21:59.966Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 6d984351-d1ca-40a4-aad4-cb46662a587a 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: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-18T15:21:59.997Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-18T15:21:59.997Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-03-18T15:21:59.997Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-03-18T15:21:59.997Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 2a8efcaf-0813-4b52-901f-136ba065c343 from URL: /sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar
2023-03-18T15:21:59.997Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||INFO|500||DistributionClient - download
2023-03-18T15:21:59.998Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar
2023-03-18T15:22:00.236Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2023-03-18T15:22:00.243Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar 2a8efcaf-0813-4b52-901f-136ba065c343 101507
2023-03-18T15:22:00.243Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar ASDC sendASDCNotification
2023-03-18T15:22:00.243Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar
2023-03-18T15:22:00.243Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-18T15:22:00.243Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:22:00.243Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:22:00.243Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679152920243,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:22:01.244Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-18T15:22:01.244Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-03-18T15:22:01.244Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 2a8efcaf-0813-4b52-901f-136ba065c343, URL: /sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar to file: /app/ASDC/1/service-Vfw20230318114931-csar.csar
2023-03-18T15:22:01.245Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20230318114931-csar.csar
2023-03-18T15:22:01.245Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20230318114931-csar.csar
2023-03-18T15:22:01.245Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20230318114931-csar.csar
2023-03-18T15:22:01.348Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4828622511181151845/Definitions/service-Vfw20230318114931-template.yml
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_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vfw_name" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_user_data_format" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_key_name" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "compute_vfw_metadata" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
2023-03-18T15:22:02.665Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-18T15:22:02.665Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||WARN|500||####################################################################################################
2023-03-18T15:22:02.666Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20230318114931-csar.csar
2023-03-18T15:22:02.666Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2023-03-18T15:22:02.666Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230318114931-csar.csar
2023-03-18T15:22:02.666Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230318114931-csar.csar
2023-03-18T15:22:02.666Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20230318114931-csar.csar
2023-03-18T15:22:02.666Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230318114931-csar.csar
2023-03-18T15:22:02.666Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230318114931-csar.csar
2023-03-18T15:22:02.666Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230318114931-csar.csar
2023-03-18T15:22:02.666Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230318114931-csar.csar
2023-03-18T15:22:02.666Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230318114931-csar.csar
2023-03-18T15:22:02.666Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230318114931-csar.csar
2023-03-18T15:22:02.666Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230318114931-csar.csar
2023-03-18T15:22:02.666Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW c11b0f1b-4505 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-Vfw20230318114931-csar.csar
2023-03-18T15:22:02.666Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||WARN|500||####################################################################################################
2023-03-18T15:22:02.666Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T15:22:02.666Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Service vFW 2023-03-18 11-49-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T15:22:02.666Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Node template vFW c11b0f1b-4505 0 is matching search criteria
2023-03-18T15:22:02.666Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2023-03-18T15:22:02.666Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW c11b0f1b-4505 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-18T15:22:02.667Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T15:22:02.667Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Service vFW 2023-03-18 11-49-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T15:22:02.667Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Node template vFW c11b0f1b-4505 0 is matching search criteria
2023-03-18T15:22:02.667Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2023-03-18T15:22:02.667Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW c11b0f1b-4505 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-18T15:22:02.667Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T15:22:02.667Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Service vFW 2023-03-18 11-49-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T15:22:02.667Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T15:22:02.667Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Node template vFW c11b0f1b-4505 0 is not matching search criteria
2023-03-18T15:22:02.667Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-18T15:22:02.667Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-18T15:22:02.667Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-18T15:22:02.667Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-18T15:22:02.667Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-18T15:22:02.667Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-18T15:22:02.667Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-18T15:22:02.667Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-18T15:22:02.668Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-18T15:22:02.668Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-18T15:22:02.668Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-18T15:22:02.668Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-18T15:22:02.668Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-18T15:22:02.668Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-18T15:22:02.668Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-18T15:22:02.668Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-03-18T15:22:02.668Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T15:22:02.668Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Service vFW 2023-03-18 11-49-31 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-03-18T15:22:02.668Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T15:22:02.668Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Node template vFW c11b0f1b-4505 0 is matching search criteria
2023-03-18T15:22:02.668Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW c11b0f1b-4505 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-18T15:22:02.668Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T15:22:02.668Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Node template vFW c11b0f1b-4505 0 is matching search criteria
2023-03-18T15:22:02.668Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW c11b0f1b-4505 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-18T15:22:02.668Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T15:22:02.668Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Node template vFW c11b0f1b-4505 0 is matching search criteria
2023-03-18T15:22:02.668Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW c11b0f1b-4505 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-18T15:22:02.668Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T15:22:02.668Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Node template vFW c11b0f1b-4505 0 is not matching search criteria
2023-03-18T15:22:02.668Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-18T15:22:02.668Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-03-18T15:22:02.669Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-18T15:22:02.669Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-18T15:22:02.669Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-18T15:22:02.669Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-18T15:22:02.669Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-18T15:22:02.669Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-18T15:22:02.669Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-18T15:22:02.669Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-18T15:22:02.669Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-18T15:22:02.669Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=93a1b299-440a-4b46-b809-896a244a8c3e
2023-03-18T15:22:02.669Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T15:22:02.669Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Node template vFW c11b0f1b-4505 0 is not matching search criteria
2023-03-18T15:22:02.669Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-18T15:22:02.669Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-18T15:22:02.669Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-18T15:22:02.669Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-18T15:22:02.669Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-18T15:22:02.670Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-18T15:22:02.670Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-18T15:22:02.670Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-03-18T15:22:02.670Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-18T15:22:02.670Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-18T15:22:02.670Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-18T15:22:02.670Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-18T15:22:02.670Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=f46f0c4d-868d-4d5b-9783-ea8cf0f2cc90
2023-03-18T15:22:02.670Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T15:22:02.670Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Node template vFW c11b0f1b-4505 0 is not matching search criteria
2023-03-18T15:22:02.670Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-18T15:22:02.670Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-18T15:22:02.670Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-18T15:22:02.670Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-18T15:22:02.670Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-18T15:22:02.670Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-18T15:22:02.670Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-18T15:22:02.670Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-18T15:22:02.671Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-18T15:22:02.671Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-18T15:22:02.671Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-18T15:22:02.671Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-03-18T15:22:02.671Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=5079a023-f40e-49e5-9a39-abc7b36fa226
2023-03-18T15:22:02.671Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T15:22:02.671Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Service vFW 2023-03-18 11-49-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T15:22:02.671Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T15:22:02.671Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Service vFW 2023-03-18 11-49-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T15:22:02.671Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T15:22:02.671Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Service vFW 2023-03-18 11-49-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T15:22:02.671Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T15:22:02.671Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Service vFW 2023-03-18 11-49-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T15:22:02.671Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2023-03-18 11-49-31
Description:catalog service description
Model UUID:6d984351-d1ca-40a4-aad4-cb46662a587a
Model Version:NULL
Model InvariantUuid:cf32c985-ce6d-438e-ae22-e6fd004665b3
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW c11b0f1b-4505
Model UUID:ebdaa0dd-57e1-4fdd-a831-8135ea117a46
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:26f1c4e0-d5d2-4519-a829-ba04da79dfd3
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:19f5eed0-33a8-4dbf-839a-f2ac2d3b058b
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:6ebe4145-67c2-45e6-9597-53226a0916bd
ModelName:VfwC11b0f1b4505..base_vfw..module-0
ModelUuid:0261834d-3be1-4860-8b24-040e2c80aecd
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:93a1b299-440a-4b46-b809-896a244a8c3e
ModelInvariantUuid:8ec395e7-2102-4d02-844f-c114ac1a4203
ModelName:vFW c11b0f1b-4505-nodes.vfwCvfc
ModelUuid:504b1f13-9ac9-4e16-910b-43ab4acacb0f
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:99287d62-b33c-413e-89ec-87108c575104
ModelInvariantUuid:47f32f44-cd17-4eef-9e16-abcb011ab104
ModelName:VfwC11b0f1b4505.compute.nodes.heat.vfw
ModelUuid:2a6b0c3b-4ab1-49cd-8a96-f1f0feba73a0
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:f46f0c4d-868d-4d5b-9783-ea8cf0f2cc90
ModelInvariantUuid:d8e52c29-a773-431c-95b4-d1f0431b5e9e
ModelName:vFW c11b0f1b-4505-nodes.vsnCvfc
ModelUuid:e2d70f6d-c1ff-493f-99ab-25fea72fcdcc
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:113d5ed4-4ad4-49a7-94a3-7a01856b2205
ModelInvariantUuid:39b9a204-ad6c-4bfc-8b8d-763592e31d47
ModelName:VfwC11b0f1b4505.compute.nodes.heat.vsn
ModelUuid:fb5c808e-fe4a-477f-9cbd-5ab7141bbabe
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:5079a023-f40e-49e5-9a39-abc7b36fa226
ModelInvariantUuid:457dc8a1-b2ed-4d6f-963b-32e7f710a988
ModelName:vFW c11b0f1b-4505-nodes.vpgCvfc
ModelUuid:b289eee2-d7be-43f7-a6eb-232cf9ffa6c4
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:b5a732bf-796a-41d5-8db9-e0467a3c1b4a
ModelInvariantUuid:6626a445-05ec-4eb4-b903-06723caa1195
ModelName:VfwC11b0f1b4505.compute.nodes.heat.vpg
ModelUuid:f6a4ab06-9982-4e1b-be30-d56572ed840e
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=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-03-18T15:22:02.699Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||ERROR|500||Csar with UUID: 2a8efcaf-0813-4b52-901f-136ba065c343 already exists
2023-03-18T15:22:02.700Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar ASDC sendASDCNotification
2023-03-18T15:22:02.700Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar(Csar with UUID: 2a8efcaf-0813-4b52-901f-136ba065c343 already exists)
2023-03-18T15:22:02.700Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-18T15:22:02.700Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:22:02.700Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:22:02.700Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679152922700,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 2a8efcaf-0813-4b52-901f-136ba065c343 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:22:03.701Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar ASDC sendASDCNotification
2023-03-18T15:22:03.701Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar(Resource with UUID: c7374fd6-6727-4426-9587-40812bc7c663 already exists)
2023-03-18T15:22:03.701Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-18T15:22:03.701Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:22:03.701Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:22:03.701Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679152923701,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: c7374fd6-6727-4426-9587-40812bc7c663 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:22:04.702Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9f6cbd74-5561-4ebf-ae29-ef09adcdb35a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T15:22:04.719Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9f6cbd74-5561-4ebf-ae29-ef09adcdb35a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T15:22:04.722Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-18T15:22:04.722Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-18T15:22:04.722Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-18T15:22:04.722Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-18T15:22:04.722Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T15:22:04.722Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T15:22:04.722Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T15:22:04.722Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T15:22:04.722Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T15:22:04.722Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-18T15:22:04.730Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-18T15:22:34.731Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 9f6cbd74-5561-4ebf-ae29-ef09adcdb35a and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-18T15:22:34.737Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 9f6cbd74-5561-4ebf-ae29-ef09adcdb35a and serviceModelVersionId: 6d984351-d1ca-40a4-aad4-cb46662a587a
2023-03-18T15:22:34.738Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : cf32c985-ce6d-438e-ae22-e6fd004665b3
2023-03-18T15:22:34.738Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/cf32c985-ce6d-438e-ae22-e6fd004665b3/model-vers/model-ver/6d984351-d1ca-40a4-aad4-cb46662a587a?depth=0
2023-03-18T15:22:34.742Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2023-03-18T15:22:34.752Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cf32c985-ce6d-438e-ae22-e6fd004665b3/model-vers/model-ver/6d984351-d1ca-40a4-aad4-cb46662a587a?depth=0|INFO|500||Invoke
2023-03-18T15:22:34.752Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cf32c985-ce6d-438e-ae22-e6fd004665b3/model-vers/model-ver/6d984351-d1ca-40a4-aad4-cb46662a587a?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cf32c985-ce6d-438e-ae22-e6fd004665b3/model-vers/model-ver/6d984351-d1ca-40a4-aad4-cb46662a587a?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[9f6cbd74-5561-4ebf-ae29-ef09adcdb35a], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[44f60005-8830-4b62-a124-f244f3417725], X-ECOMP-RequestID=[9f6cbd74-5561-4ebf-ae29-ef09adcdb35a], X-TransactionId=[], X-ONAP-RequestID=[9f6cbd74-5561-4ebf-ae29-ef09adcdb35a], Content-Type=[application/merge-patch+json]}
2023-03-18T15:22:34.762Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cf32c985-ce6d-438e-ae22-e6fd004665b3/model-vers/model-ver/6d984351-d1ca-40a4-aad4-cb46662a587a?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-18T15:22:34.879Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cf32c985-ce6d-438e-ae22-e6fd004665b3/model-vers/model-ver/6d984351-d1ca-40a4-aad4-cb46662a587a?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/cf32c985-ce6d-438e-ae22-e6fd004665b3/model-vers/model-ver/6d984351-d1ca-40a4-aad4-cb46662a587a?depth=0 has http status code:200 and response headers:{date=[Sat, 18 Mar 2023 15:22:34 GMT], content-length=[0], vertex-id=[364760], x-aai-txid=[0-aai-resources-230318-15:22:34:464-57857], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-18T15:22:34.879Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cf32c985-ce6d-438e-ae22-e6fd004665b3/model-vers/model-ver/6d984351-d1ca-40a4-aad4-cb46662a587a?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-18T15:22:34.880Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cf32c985-ce6d-438e-ae22-e6fd004665b3/model-vers/model-ver/6d984351-d1ca-40a4-aad4-cb46662a587a?depth=0|INFO|500||InvokeReturn
2023-03-18T15:22:34.880Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-18T15:22:34.880Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-18T15:22:34.888Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-18T15:22:34.888Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 9f6cbd74-5561-4ebf-ae29-ef09adcdb35a and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-18T15:22:34.889Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-18T15:22:34.889Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:22:34.889Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:22:34.889Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679152954888,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-18T15:22:35.916Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-18T15:22:35.916Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||received notification from broker: {"distributionID":"74149d2a-f284-47d2-b2fa-4e2fc7be8f3e","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"942654ba-46c2-4f05-ae3d-6460a7c9e9a7","serviceDescription":"service","serviceInvariantUUID":"ccdda148-11a2-4587-8a73-4287349e801a","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"9290846e-2e09-452f-a45d-c33314796f1f","resourceInvariantUUID":"df78bcaa-4726-47cb-aa3f-3d44f5870fc0","resourceCustomizationUUID":"014700c6-fb42-406a-8786-743311c39dea","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":"YzAxYzRjZjI5ZDYxYzM3NGE1ZWQzMDUyNDdmNzFlYjI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"0c62aeb4-b847-4e92-887d-05928e34bd2a","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"MjQwMDY3MzNlZjViMGM0YmQ4Mzg2OTA4MTFiM2YxYTQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"01ded22f-bc0d-42c0-9fad-2915e46c71e4","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-18T15:22:35.917Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T15:22:35.917Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:22:35.917Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:22:35.917Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "74149d2a-f284-47d2-b2fa-4e2fc7be8f3e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679152530660,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:22:36.919Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T15:22:36.920Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:22:36.920Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:22:36.920Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "74149d2a-f284-47d2-b2fa-4e2fc7be8f3e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679152530660,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:22:37.921Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "74149d2a-f284-47d2-b2fa-4e2fc7be8f3e",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "942654ba-46c2-4f05-ae3d-6460a7c9e9a7",
  "serviceDescription": "service",
  "serviceInvariantUUID": "ccdda148-11a2-4587-8a73-4287349e801a",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "014700c6-fb42-406a-8786-743311c39dea",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "9290846e-2e09-452f-a45d-c33314796f1f",
      "resourceInvariantUUID": "df78bcaa-4726-47cb-aa3f-3d44f5870fc0",
      "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": "MjQwMDY3MzNlZjViMGM0YmQ4Mzg2OTA4MTFiM2YxYTQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "01ded22f-bc0d-42c0-9fad-2915e46c71e4"
    }
  ],
  "workloadContext": "Production"
}
2023-03-18T15:22:37.921Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-18T15:22:37.921Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 942654ba-46c2-4f05-ae3d-6460a7c9e9a7 ASDC
2023-03-18T15:22:37.921Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:74149d2a-f284-47d2-b2fa-4e2fc7be8f3e
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:942654ba-46c2-4f05-ae3d-6460a7c9e9a7
ServiceInvariantUUID:ccdda148-11a2-4587-8a73-4287349e801a
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:01ded22f-bc0d-42c0-9fad-2915e46c71e4
ArtifactChecksum:MjQwMDY3MzNlZjViMGM0YmQ4Mzg2OTA4MTFiM2YxYTQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:014700c6-fb42-406a-8786-743311c39dea
ResourceInvariantUUID:df78bcaa-4726-47cb-aa3f-3d44f5870fc0
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:9290846e-2e09-452f-a45d-c33314796f1f
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2023-03-18T15:22:37.921Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 942654ba-46c2-4f05-ae3d-6460a7c9e9a7 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: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-18T15:22:37.952Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-18T15:22:37.952Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-03-18T15:22:37.952Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-03-18T15:22:37.953Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 01ded22f-bc0d-42c0-9fad-2915e46c71e4 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-03-18T15:22:37.953Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||||INFO|500||DistributionClient - download
2023-03-18T15:22:37.953Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-03-18T15:22:37.980Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||||DEBUG|500||GET Response Status 404
2023-03-18T15:22:37.980Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@1f948ac9
2023-03-18T15:22:37.980Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-18T15:22:37.980Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicNetwork"
      ]
    }
  }
}
2023-03-18T15:22:37.980Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicNetwork-csar.csar /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 01ded22f-bc0d-42c0-9fad-2915e46c71e4 Specified artifact is  not found 300 ASDC artifact download fail
2023-03-18T15:22:37.981Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-03-18T15:22:37.981Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar(Specified artifact is  not found)
2023-03-18T15:22:37.981Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-18T15:22:37.981Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:22:37.981Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:22:37.981Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "74149d2a-f284-47d2-b2fa-4e2fc7be8f3e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679152957981,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:22:38.982Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during processCsarServiceArtifacts ASDC processCsarServiceArtifacts 500 Exception in processCsarServiceArtifacts
org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact service-BasicNetwork-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar(UUID:01ded22f-bc0d-42c0-9fad-2915e46c71e4)
Error message is Specified artifact is  not found

	at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394)
	at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
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 watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-03-18T15:22:39.012Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||||ERROR|500||Csar with UUID: 01ded22f-bc0d-42c0-9fad-2915e46c71e4 already exists
2023-03-18T15:22:39.012Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-03-18T15:22:39.012Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar(Csar with UUID: 01ded22f-bc0d-42c0-9fad-2915e46c71e4 already exists)
2023-03-18T15:22:39.012Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-18T15:22:39.013Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:22:39.013Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:22:39.013Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "74149d2a-f284-47d2-b2fa-4e2fc7be8f3e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679152959012,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 01ded22f-bc0d-42c0-9fad-2915e46c71e4 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:22:40.015Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-03-18T15:22:40.015Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar(Resource with UUID: 9290846e-2e09-452f-a45d-c33314796f1f already exists)
2023-03-18T15:22:40.015Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-18T15:22:40.016Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:22:40.016Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:22:40.016Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "74149d2a-f284-47d2-b2fa-4e2fc7be8f3e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679152960015,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 9290846e-2e09-452f-a45d-c33314796f1f already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:22:41.016Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 74149d2a-f284-47d2-b2fa-4e2fc7be8f3e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T15:22:41.037Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 74149d2a-f284-47d2-b2fa-4e2fc7be8f3e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T15:22:41.040Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-18T15:22:41.040Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-18T15:22:41.040Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-18T15:22:41.040Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-18T15:22:41.040Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T15:22:41.040Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T15:22:41.040Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T15:22:41.040Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T15:22:41.040Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T15:22:41.040Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-18T15:22:41.051Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-18T15:22:58.920Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:22:58.921Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-18T15:22:58.921Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679152530660,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar",
  "status": "NOTIFIED"
}
2023-03-18T15:22:58.921Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:23:11.051Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 74149d2a-f284-47d2-b2fa-4e2fc7be8f3e and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-18T15:23:11.061Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 74149d2a-f284-47d2-b2fa-4e2fc7be8f3e and serviceModelVersionId: 942654ba-46c2-4f05-ae3d-6460a7c9e9a7
2023-03-18T15:23:11.061Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : ccdda148-11a2-4587-8a73-4287349e801a
2023-03-18T15:23:11.067Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/ccdda148-11a2-4587-8a73-4287349e801a/model-vers/model-ver/942654ba-46c2-4f05-ae3d-6460a7c9e9a7?depth=0
2023-03-18T15:23:11.070Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2023-03-18T15:23:11.081Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ccdda148-11a2-4587-8a73-4287349e801a/model-vers/model-ver/942654ba-46c2-4f05-ae3d-6460a7c9e9a7?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-03-18T15:23:11.082Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ccdda148-11a2-4587-8a73-4287349e801a/model-vers/model-ver/942654ba-46c2-4f05-ae3d-6460a7c9e9a7?depth=0|INFO|500||Invoke
2023-03-18T15:23:11.091Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ccdda148-11a2-4587-8a73-4287349e801a/model-vers/model-ver/942654ba-46c2-4f05-ae3d-6460a7c9e9a7?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-18T15:23:11.207Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ccdda148-11a2-4587-8a73-4287349e801a/model-vers/model-ver/942654ba-46c2-4f05-ae3d-6460a7c9e9a7?depth=0|INFO|500||InvokeReturn
2023-03-18T15:23:11.207Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ccdda148-11a2-4587-8a73-4287349e801a/model-vers/model-ver/942654ba-46c2-4f05-ae3d-6460a7c9e9a7?depth=0 has http status code:200 and response headers:{date=[Sat, 18 Mar 2023 15:23:10 GMT], content-length=[0], vertex-id=[192760], x-aai-txid=[1-aai-resources-230318-15:23:10:793-43260], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-18T15:23:11.208Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||||DEBUG|500||Response was returned with an empty entity.
2023-03-18T15:23:11.208Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-18T15:23:11.208Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-18T15:23:11.215Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-18T15:23:11.215Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 74149d2a-f284-47d2-b2fa-4e2fc7be8f3e and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-18T15:23:11.215Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-18T15:23:11.215Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:23:11.216Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:23:11.216Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "74149d2a-f284-47d2-b2fa-4e2fc7be8f3e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679152991215,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-18T15:23:12.252Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-18T15:23:12.252Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||||DEBUG|500||received notification from broker: {"distributionID":"6a074a1e-4b47-4382-9b90-afa918276d12","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"e17bf563-7a13-4701-b853-11ed8cbb93d7","serviceDescription":"service","serviceInvariantUUID":"8a45306d-3ac3-4f10-a742-9812edbe591e","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"1903c123-2be6-499b-8524-c9a33406ad4f","resourceInvariantUUID":"65a560ec-f509-40c5-b364-3c4cd0a20185","resourceCustomizationUUID":"41b30cb0-d009-4e4b-99c2-e95f691a4b2e","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":"YTFjZGVjMmU0NGZhOGFkMDlhZGI4ODkyYzk4MDRmOGE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"38ef1f0d-98ea-4e28-b00a-3091e61f54bc","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":"OWZmNjBmNzNmNGQ1ZThmYzNkMzdkODk3MzFkMDI2MDg\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"d3c6917c-1f70-48e9-9465-f259ee8cda65","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":"7aa99321-7b67-40f7-bd98-0e99d422bb2e","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":"5444e6a4-9351-40da-b837-0dd388e7cb3b","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":"cb506ca5-fd50-4406-abfc-b51858ac789a","artifactVersion":"2","generatedFromUUID":"7aa99321-7b67-40f7-bd98-0e99d422bb2e"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"ZjQyZmQxMjdjZDk5ZDY2OTQ3ZmIyZWI4MjExZGE4OGQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"204adab0-5bde-4230-9b3d-b26c0f4d57b4","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"NjI4YzVmZDFmMjYwMDhlNTZlOTY1M2NmMzExN2VkMjg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"4b6dc8ac-cbfc-43c0-9e93-2760226914ae","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-18T15:23:12.253Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T15:23:12.253Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:23:12.253Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:23:12.253Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679152530660,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:23:13.253Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T15:23:13.254Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:23:13.254Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:23:13.254Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679152530660,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:23:14.255Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T15:23:14.256Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:23:14.256Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:23:14.257Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679152530660,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:23:15.257Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T15:23:15.258Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:23:15.258Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:23:15.258Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679152530660,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:23:16.259Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T15:23:16.259Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:23:16.259Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:23:16.259Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679152530660,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:23:17.260Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T15:23:17.260Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:23:17.261Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:23:17.261Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679152530660,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:23:18.261Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T15:23:18.262Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:23:18.262Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:23:18.262Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679152530660,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:23:19.263Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "e17bf563-7a13-4701-b853-11ed8cbb93d7",
  "serviceDescription": "service",
  "serviceInvariantUUID": "8a45306d-3ac3-4f10-a742-9812edbe591e",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "41b30cb0-d009-4e4b-99c2-e95f691a4b2e",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "1903c123-2be6-499b-8524-c9a33406ad4f",
      "resourceInvariantUUID": "65a560ec-f509-40c5-b364-3c4cd0a20185",
      "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": "OWZmNjBmNzNmNGQ1ZThmYzNkMzdkODk3MzFkMDI2MDg\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "d3c6917c-1f70-48e9-9465-f259ee8cda65",
          "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": "7aa99321-7b67-40f7-bd98-0e99d422bb2e",
          "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": "cb506ca5-fd50-4406-abfc-b51858ac789a",
            "generatedFromUUID": "7aa99321-7b67-40f7-bd98-0e99d422bb2e"
          },
          "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": "cb506ca5-fd50-4406-abfc-b51858ac789a",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "NjI4YzVmZDFmMjYwMDhlNTZlOTY1M2NmMzExN2VkMjg\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "4b6dc8ac-cbfc-43c0-9e93-2760226914ae"
    }
  ],
  "workloadContext": "Production"
}
2023-03-18T15:23:19.264Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-18T15:23:19.264Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 e17bf563-7a13-4701-b853-11ed8cbb93d7 ASDC
2023-03-18T15:23:19.264Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:6a074a1e-4b47-4382-9b90-afa918276d12
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:e17bf563-7a13-4701-b853-11ed8cbb93d7
ServiceInvariantUUID:8a45306d-3ac3-4f10-a742-9812edbe591e
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:4b6dc8ac-cbfc-43c0-9e93-2760226914ae
ArtifactChecksum:NjI4YzVmZDFmMjYwMDhlNTZlOTY1M2NmMzExN2VkMjg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:41b30cb0-d009-4e4b-99c2-e95f691a4b2e
ResourceInvariantUUID:65a560ec-f509-40c5-b364-3c4cd0a20185
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:1903c123-2be6-499b-8524-c9a33406ad4f
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:d3c6917c-1f70-48e9-9465-f259ee8cda65
ArtifactChecksum:OWZmNjBmNzNmNGQ1ZThmYzNkMzdkODk3MzFkMDI2MDg=
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:7aa99321-7b67-40f7-bd98-0e99d422bb2e
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:cb506ca5-fd50-4406-abfc-b51858ac789a
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:cb506ca5-fd50-4406-abfc-b51858ac789a
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-18T15:23:19.264Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF e17bf563-7a13-4701-b853-11ed8cbb93d7 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: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-18T15:23:19.299Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-18T15:23:19.300Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-03-18T15:23:19.300Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-03-18T15:23:19.300Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 4b6dc8ac-cbfc-43c0-9e93-2760226914ae from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-03-18T15:23:19.300Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||INFO|500||DistributionClient - download
2023-03-18T15:23:19.300Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-03-18T15:23:19.333Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||DEBUG|500||GET Response Status 404
2023-03-18T15:23:19.333Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@1ed2f7c0
2023-03-18T15:23:19.333Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-18T15:23:19.333Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicVm"
      ]
    }
  }
}
2023-03-18T15:23:19.333Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicVm-csar.csar /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 4b6dc8ac-cbfc-43c0-9e93-2760226914ae Specified artifact is  not found 300 ASDC artifact download fail
2023-03-18T15:23:19.333Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-03-18T15:23:19.333Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar(Specified artifact is  not found)
2023-03-18T15:23:19.333Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-18T15:23:19.334Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:23:19.334Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:23:19.334Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679152999333,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:23:20.335Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during processCsarServiceArtifacts ASDC processCsarServiceArtifacts 500 Exception in processCsarServiceArtifacts
org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact service-BasicVm-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar(UUID:4b6dc8ac-cbfc-43c0-9e93-2760226914ae)
Error message is Specified artifact is  not found

	at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394)
	at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
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 watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-03-18T15:23:20.368Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||ERROR|500||Csar with UUID: 4b6dc8ac-cbfc-43c0-9e93-2760226914ae already exists
2023-03-18T15:23:20.368Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-03-18T15:23:20.368Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar(Csar with UUID: 4b6dc8ac-cbfc-43c0-9e93-2760226914ae already exists)
2023-03-18T15:23:20.368Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-18T15:23:20.369Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:23:20.369Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:23:20.369Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679153000368,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 4b6dc8ac-cbfc-43c0-9e93-2760226914ae already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:23:21.369Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-03-18T15:23:21.370Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar(Resource with UUID: 1903c123-2be6-499b-8524-c9a33406ad4f already exists)
2023-03-18T15:23:21.370Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-18T15:23:21.370Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:23:21.370Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:23:21.370Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679153001369,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 1903c123-2be6-499b-8524-c9a33406ad4f already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:23:22.371Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6a074a1e-4b47-4382-9b90-afa918276d12
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T15:23:22.390Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6a074a1e-4b47-4382-9b90-afa918276d12
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T15:23:22.393Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-18T15:23:22.393Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-18T15:23:22.393Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-18T15:23:22.393Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-18T15:23:22.393Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T15:23:22.394Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T15:23:22.394Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T15:23:22.394Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T15:23:22.394Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T15:23:22.394Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-18T15:23:22.402Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-18T15:23:52.403Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 6a074a1e-4b47-4382-9b90-afa918276d12 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-18T15:23:52.409Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 6a074a1e-4b47-4382-9b90-afa918276d12 and serviceModelVersionId: e17bf563-7a13-4701-b853-11ed8cbb93d7
2023-03-18T15:23:52.410Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 8a45306d-3ac3-4f10-a742-9812edbe591e
2023-03-18T15:23:52.410Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/8a45306d-3ac3-4f10-a742-9812edbe591e/model-vers/model-ver/e17bf563-7a13-4701-b853-11ed8cbb93d7?depth=0
2023-03-18T15:23:52.416Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2023-03-18T15:23:52.428Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8a45306d-3ac3-4f10-a742-9812edbe591e/model-vers/model-ver/e17bf563-7a13-4701-b853-11ed8cbb93d7?depth=0|INFO|500||Invoke
2023-03-18T15:23:52.428Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8a45306d-3ac3-4f10-a742-9812edbe591e/model-vers/model-ver/e17bf563-7a13-4701-b853-11ed8cbb93d7?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8a45306d-3ac3-4f10-a742-9812edbe591e/model-vers/model-ver/e17bf563-7a13-4701-b853-11ed8cbb93d7?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[6a074a1e-4b47-4382-9b90-afa918276d12], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[c4c90315-ec21-47b8-a299-b1fea17f8ff2], X-ECOMP-RequestID=[6a074a1e-4b47-4382-9b90-afa918276d12], X-TransactionId=[], X-ONAP-RequestID=[6a074a1e-4b47-4382-9b90-afa918276d12], Content-Type=[application/merge-patch+json]}
2023-03-18T15:23:52.437Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8a45306d-3ac3-4f10-a742-9812edbe591e/model-vers/model-ver/e17bf563-7a13-4701-b853-11ed8cbb93d7?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-18T15:23:52.557Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8a45306d-3ac3-4f10-a742-9812edbe591e/model-vers/model-ver/e17bf563-7a13-4701-b853-11ed8cbb93d7?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/8a45306d-3ac3-4f10-a742-9812edbe591e/model-vers/model-ver/e17bf563-7a13-4701-b853-11ed8cbb93d7?depth=0 has http status code:200 and response headers:{date=[Sat, 18 Mar 2023 15:23:52 GMT], content-length=[0], vertex-id=[188464], x-aai-txid=[1-aai-resources-230318-15:23:52:138-89165], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-18T15:23:52.558Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8a45306d-3ac3-4f10-a742-9812edbe591e/model-vers/model-ver/e17bf563-7a13-4701-b853-11ed8cbb93d7?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-18T15:23:52.571Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8a45306d-3ac3-4f10-a742-9812edbe591e/model-vers/model-ver/e17bf563-7a13-4701-b853-11ed8cbb93d7?depth=0|INFO|500||InvokeReturn
2023-03-18T15:23:52.571Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-18T15:23:52.571Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-18T15:23:52.576Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-18T15:23:52.577Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 6a074a1e-4b47-4382-9b90-afa918276d12 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-18T15:23:52.577Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-18T15:23:52.577Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:23:52.577Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:23:52.577Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679153032577,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-18T15:23:53.599Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-18T15:23:53.599Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||DEBUG|500||received notification from broker: {"distributionID":"5e005e65-61df-4986-a087-00761a388674","serviceName":"Demo_pNF_Qv5TXucXv4n7mssXUGFK","serviceVersion":"1.0","serviceUUID":"73f959ea-1a0e-41cf-b2da-40f07fd6a9c2","serviceDescription":"catalog service description","serviceInvariantUUID":"86b31417-cd30-434e-93e4-34d81e182271","resources":[{"resourceInstanceName":"pNF 8ecb3a29-1699 0","resourceName":"pNF 8ecb3a29-1699","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"79d852b9-56e5-416f-9d37-4483b88de628","resourceInvariantUUID":"c45c5ef7-20e5-4b81-8392-6fbf8a0a1b25","resourceCustomizationUUID":"3e0c811d-9b69-4eb9-9e2f-6a46c31c8df1","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/resourceInstances/pnf8ecb3a2916990/artifacts/vf-license-model.xml","artifactChecksum":"ZjYwMDAwM2MyYWM5MThmNDNmMGIxMzExNzJmYzM1YzQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"fe22c4be-1d3d-49d6-aaf8-5fb691f2c5bb","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/resourceInstances/pnf8ecb3a2916990/artifacts/pNF.csar","artifactChecksum":"YTFmMWQ3MzViYWZhMGQ1ZThlNzU3Y2I3ZGNlYWU4YjA\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"aee06125-71e1-4665-8ce8-8f87625d3137","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/resourceInstances/pnf8ecb3a2916990/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"d0d177b6-7fdc-4b24-a378-3361c335ea57","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/resourceInstances/pnf8ecb3a2916990/artifacts/vendor-license-model.xml","artifactChecksum":"NmIzN2Y3YWJiZDEyYzZiMDEyNjdiMzJhNGM5MzQ1OGI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"b3fc6aeb-2efb-45ec-a7fe-d71b1477f76e","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/resourceInstances/pnf8ecb3a2916990/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"e7ba57a9-59ef-4efe-90bb-fffece281605","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/resourceInstances/pnf8ecb3a2916990/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"cc689d97-ea39-40b8-b7d1-5326d5b71836","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfQv5txucxv4n7mssxugfk-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-template.yml","artifactChecksum":"ZTJjZGFlZDI3YjNkYzI4ZWNlMWMyNmM5NGMwOGRiNmY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"036d837c-a9b5-4c6b-9026-ef8b033600cc","artifactVersion":"1"},{"artifactName":"service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar","artifactChecksum":"NmIzYzkyYzFlZjM3YjA3YjIzODQ5MzIxZjA4ODdmYTg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"a93044a0-e137-47cf-b45c-87a4ec92508e","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-18T15:23:53.600Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T15:23:53.600Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:23:53.600Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:23:53.600Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679152530660,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/resourceInstances/pnf8ecb3a2916990/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:23:54.602Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T15:23:54.602Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:23:54.602Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:23:54.602Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679152530660,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/resourceInstances/pnf8ecb3a2916990/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:23:55.602Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T15:23:55.603Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:23:55.603Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:23:55.603Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679152530660,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/resourceInstances/pnf8ecb3a2916990/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:23:56.606Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T15:23:56.606Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:23:56.606Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:23:56.606Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679152530660,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/resourceInstances/pnf8ecb3a2916990/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:23:57.606Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T15:23:57.607Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:23:57.607Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:23:57.607Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679152530660,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/resourceInstances/pnf8ecb3a2916990/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:23:58.608Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T15:23:58.609Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:23:58.609Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:23:58.609Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679152530660,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/resourceInstances/pnf8ecb3a2916990/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:23:58.920Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:23:58.921Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-18T15:23:58.921Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679152920243,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-18T15:23:58.922Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:23:58.922Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-18T15:23:58.922Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679152922700,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 2a8efcaf-0813-4b52-901f-136ba065c343 already exists"
}
2023-03-18T15:23:58.922Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:23:58.922Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-18T15:23:58.922Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679152923701,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: c7374fd6-6727-4426-9587-40812bc7c663 already exists"
}
2023-03-18T15:23:58.922Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:23:58.922Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-18T15:23:58.922Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679152954888,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-18T15:23:58.922Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:23:58.923Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-18T15:23:58.923Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "74149d2a-f284-47d2-b2fa-4e2fc7be8f3e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679152530660,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T15:23:58.923Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:23:58.923Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-18T15:23:58.923Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "74149d2a-f284-47d2-b2fa-4e2fc7be8f3e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679152530660,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-03-18T15:23:58.923Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:23:58.923Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-18T15:23:58.923Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "74149d2a-f284-47d2-b2fa-4e2fc7be8f3e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679152957981,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-18T15:23:58.923Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:23:58.923Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-18T15:23:58.923Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "74149d2a-f284-47d2-b2fa-4e2fc7be8f3e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679152959012,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 01ded22f-bc0d-42c0-9fad-2915e46c71e4 already exists"
}
2023-03-18T15:23:58.923Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:23:58.923Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-18T15:23:58.923Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "74149d2a-f284-47d2-b2fa-4e2fc7be8f3e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679152960015,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 9290846e-2e09-452f-a45d-c33314796f1f already exists"
}
2023-03-18T15:23:58.923Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:23:59.610Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T15:23:59.610Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:23:59.610Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:23:59.610Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679152530660,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:24:00.611Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T15:24:00.611Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:24:00.611Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:24:00.611Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679152530660,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:24:01.612Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "serviceName": "Demo_pNF_Qv5TXucXv4n7mssXUGFK",
  "serviceVersion": "1.0",
  "serviceUUID": "73f959ea-1a0e-41cf-b2da-40f07fd6a9c2",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "86b31417-cd30-434e-93e4-34d81e182271",
  "resources": [
    {
      "resourceInstanceName": "pNF 8ecb3a29-1699 0",
      "resourceCustomizationUUID": "3e0c811d-9b69-4eb9-9e2f-6a46c31c8df1",
      "resourceName": "pNF 8ecb3a29-1699",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "79d852b9-56e5-416f-9d37-4483b88de628",
      "resourceInvariantUUID": "c45c5ef7-20e5-4b81-8392-6fbf8a0a1b25",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar",
      "artifactChecksum": "NmIzYzkyYzFlZjM3YjA3YjIzODQ5MzIxZjA4ODdmYTg\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "a93044a0-e137-47cf-b45c-87a4ec92508e"
    }
  ],
  "workloadContext": "Production"
}
2023-03-18T15:24:01.612Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-18T15:24:01.612Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 73f959ea-1a0e-41cf-b2da-40f07fd6a9c2 ASDC
2023-03-18T15:24:01.613Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:5e005e65-61df-4986-a087-00761a388674
ServiceName:Demo_pNF_Qv5TXucXv4n7mssXUGFK
ServiceVersion:1.0
ServiceUUID:73f959ea-1a0e-41cf-b2da-40f07fd6a9c2
ServiceInvariantUUID:86b31417-cd30-434e-93e4-34d81e182271
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar
ArtifactUUID:a93044a0-e137-47cf-b45c-87a4ec92508e
ArtifactChecksum:NmIzYzkyYzFlZjM3YjA3YjIzODQ5MzIxZjA4ODdmYTg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 8ecb3a29-1699 0
ResourceCustomizationUUID:3e0c811d-9b69-4eb9-9e2f-6a46c31c8df1
ResourceInvariantUUID:c45c5ef7-20e5-4b81-8392-6fbf8a0a1b25
ResourceName:pNF 8ecb3a29-1699
ResourceType:PNF
ResourceUUID:79d852b9-56e5-416f-9d37-4483b88de628
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-18T15:24:01.613Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 73f959ea-1a0e-41cf-b2da-40f07fd6a9c2 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: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-18T15:24:01.648Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-18T15:24:01.648Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-03-18T15:24:01.649Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-03-18T15:24:01.649Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: a93044a0-e137-47cf-b45c-87a4ec92508e from URL: /sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar
2023-03-18T15:24:01.649Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||INFO|500||DistributionClient - download
2023-03-18T15:24:01.649Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar
2023-03-18T15:24:01.891Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2023-03-18T15:24:01.898Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar a93044a0-e137-47cf-b45c-87a4ec92508e 88004
2023-03-18T15:24:01.898Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar ASDC sendASDCNotification
2023-03-18T15:24:01.898Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar
2023-03-18T15:24:01.898Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-18T15:24:01.898Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:24:01.898Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:24:01.898Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679153041898,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:24:02.899Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-18T15:24:02.899Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-03-18T15:24:02.900Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: a93044a0-e137-47cf-b45c-87a4ec92508e, URL: /sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar to file: /app/ASDC/1/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar
2023-03-18T15:24:02.900Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar
2023-03-18T15:24:02.901Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar
2023-03-18T15:24:02.901Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar
2023-03-18T15:24:02.974Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4792846364149886975/Definitions/service-DemoPnfQv5txucxv4n7mssxugfk-template.yml
2023-03-18T15:24:03.535Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-18T15:24:03.535Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||WARN|500||####################################################################################################
2023-03-18T15:24:03.535Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar
2023-03-18T15:24:03.535Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-18T15:24:03.535Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||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-DemoPnfQv5txucxv4n7mssxugfk-csar.csar
2023-03-18T15:24:03.535Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar
2023-03-18T15:24:03.536Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||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-DemoPnfQv5txucxv4n7mssxugfk-csar.csar
2023-03-18T15:24:03.536Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar
2023-03-18T15:24:03.536Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar
2023-03-18T15:24:03.536Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 8ecb3a29-1699 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-DemoPnfQv5txucxv4n7mssxugfk-csar.csar
2023-03-18T15:24:03.536Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar
2023-03-18T15:24:03.536Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||WARN|500||####################################################################################################
2023-03-18T15:24:03.536Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T15:24:03.536Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_Qv5TXucXv4n7mssXUGFK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T15:24:03.536Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||DEBUG|500||Node template pNF 8ecb3a29-1699 0 is matching search criteria
2023-03-18T15:24:03.536Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2023-03-18T15:24:03.536Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||DEBUG|500||Found topology templates [pNF 8ecb3a29-1699 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-18T15:24:03.536Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T15:24:03.536Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_Qv5TXucXv4n7mssXUGFK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T15:24:03.537Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||DEBUG|500||Node template pNF 8ecb3a29-1699 0 is matching search criteria
2023-03-18T15:24:03.537Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2023-03-18T15:24:03.537Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||DEBUG|500||Found topology templates [pNF 8ecb3a29-1699 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-18T15:24:03.537Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T15:24:03.537Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_Qv5TXucXv4n7mssXUGFK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T15:24:03.537Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T15:24:03.537Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_Qv5TXucXv4n7mssXUGFK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T15:24:03.537Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T15:24:03.537Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_Qv5TXucXv4n7mssXUGFK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T15:24:03.538Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T15:24:03.538Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_Qv5TXucXv4n7mssXUGFK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T15:24:03.538Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T15:24:03.538Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_Qv5TXucXv4n7mssXUGFK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T15:24:03.538Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_Qv5TXucXv4n7mssXUGFK
Description:catalog service description
Model UUID:73f959ea-1a0e-41cf-b2da-40f07fd6a9c2
Model Version:NULL
Model InvariantUuid:86b31417-cd30-434e-93e4-34d81e182271
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=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-03-18T15:24:03.573Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||ERROR|500||Csar with UUID: a93044a0-e137-47cf-b45c-87a4ec92508e already exists
2023-03-18T15:24:03.573Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar ASDC sendASDCNotification
2023-03-18T15:24:03.573Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar(Csar with UUID: a93044a0-e137-47cf-b45c-87a4ec92508e already exists)
2023-03-18T15:24:03.573Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-18T15:24:03.573Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:24:03.573Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:24:03.574Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679153043573,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: a93044a0-e137-47cf-b45c-87a4ec92508e already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:24:04.575Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar ASDC sendASDCNotification
2023-03-18T15:24:04.575Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar(Resource with UUID: 79d852b9-56e5-416f-9d37-4483b88de628 already exists)
2023-03-18T15:24:04.575Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-18T15:24:04.576Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:24:04.576Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:24:04.576Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679153044575,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 79d852b9-56e5-416f-9d37-4483b88de628 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:24:05.579Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5e005e65-61df-4986-a087-00761a388674
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T15:24:05.601Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5e005e65-61df-4986-a087-00761a388674
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T15:24:05.605Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-18T15:24:05.605Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-18T15:24:05.605Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-18T15:24:05.605Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-18T15:24:05.605Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T15:24:05.605Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T15:24:05.605Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T15:24:05.605Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T15:24:05.605Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T15:24:05.605Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T15:24:05.605Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-18T15:24:05.615Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-18T15:24:35.615Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 5e005e65-61df-4986-a087-00761a388674 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-18T15:24:35.626Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 5e005e65-61df-4986-a087-00761a388674 and serviceModelVersionId: 73f959ea-1a0e-41cf-b2da-40f07fd6a9c2
2023-03-18T15:24:35.626Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 86b31417-cd30-434e-93e4-34d81e182271
2023-03-18T15:24:35.626Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/86b31417-cd30-434e-93e4-34d81e182271/model-vers/model-ver/73f959ea-1a0e-41cf-b2da-40f07fd6a9c2?depth=0
2023-03-18T15:24:35.631Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2023-03-18T15:24:35.646Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/86b31417-cd30-434e-93e4-34d81e182271/model-vers/model-ver/73f959ea-1a0e-41cf-b2da-40f07fd6a9c2?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-03-18T15:24:35.647Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/86b31417-cd30-434e-93e4-34d81e182271/model-vers/model-ver/73f959ea-1a0e-41cf-b2da-40f07fd6a9c2?depth=0|INFO|500||Invoke
2023-03-18T15:24:35.656Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/86b31417-cd30-434e-93e4-34d81e182271/model-vers/model-ver/73f959ea-1a0e-41cf-b2da-40f07fd6a9c2?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-18T15:24:35.769Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/86b31417-cd30-434e-93e4-34d81e182271/model-vers/model-ver/73f959ea-1a0e-41cf-b2da-40f07fd6a9c2?depth=0|INFO|500||InvokeReturn
2023-03-18T15:24:35.769Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/86b31417-cd30-434e-93e4-34d81e182271/model-vers/model-ver/73f959ea-1a0e-41cf-b2da-40f07fd6a9c2?depth=0 has http status code:200 and response headers:{date=[Sat, 18 Mar 2023 15:24:35 GMT], content-length=[0], vertex-id=[204904], x-aai-txid=[0-aai-resources-230318-15:24:35:358-3026], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-18T15:24:35.770Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||DEBUG|500||Response was returned with an empty entity.
2023-03-18T15:24:35.770Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-18T15:24:35.770Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-18T15:24:35.777Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-18T15:24:35.779Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 5e005e65-61df-4986-a087-00761a388674 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-18T15:24:35.779Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-18T15:24:35.779Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:24:35.779Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:24:35.780Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679153075779,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-18T15:24:36.805Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-18T15:24:36.805Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||DEBUG|500||received notification from broker: {"distributionID":"b26959c2-c6ca-4cf7-9cdd-576be04a9c92","serviceName":"Demo_pNF_M5QKMfmDLPuLyaz8OWr9","serviceVersion":"1.0","serviceUUID":"c315cbb3-fd53-45ce-8b0b-ad3e84c78918","serviceDescription":"catalog service description","serviceInvariantUUID":"a46a4505-8d20-4c38-8d99-1b181bf22700","resources":[{"resourceInstanceName":"pNF 66b89d6a-37e2 0","resourceName":"pNF 66b89d6a-37e2","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"5cb48981-5482-4843-a71a-1ebe978a5e90","resourceInvariantUUID":"067cbf90-981e-43f3-86b6-aee782d22bba","resourceCustomizationUUID":"84e6e64b-76cd-40cf-86fd-15855e6c2efb","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/resourceInstances/pnf66b89d6a37e20/artifacts/vf-license-model.xml","artifactChecksum":"NmE3OGI0M2NhMTkzNzdlZjJiNzk5YWUzOGVkODUwZTQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"7cbe96a6-d4de-40e4-9f5f-7effc4b8523d","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/resourceInstances/pnf66b89d6a37e20/artifacts/pNF.csar","artifactChecksum":"YTFmMWQ3MzViYWZhMGQ1ZThlNzU3Y2I3ZGNlYWU4YjA\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"7fd2d8fc-6c10-444b-93e4-8ebf25d579b5","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/resourceInstances/pnf66b89d6a37e20/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"62304596-99e5-46f3-868d-189f9dacc577","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/resourceInstances/pnf66b89d6a37e20/artifacts/vendor-license-model.xml","artifactChecksum":"YzhhZjQxZjBiNGEwYTBlMTMwMDYwZmQ3ZjM5OWY1MTY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"c98a30f6-a6ab-4b74-9a89-a4282ace9636","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/resourceInstances/pnf66b89d6a37e20/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"6ba69e42-ade7-45c2-a4ec-3b8f081071f9","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/resourceInstances/pnf66b89d6a37e20/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"2afae58f-afd7-42b0-ae19-62fbbccae66e","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfM5qkmfmdlpulyaz8owr9-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/artifacts/service-DemoPnfM5qkmfmdlpulyaz8owr9-template.yml","artifactChecksum":"NDU2YjRjNDEyNWEwZGVkZjBjNDY2MTJmOTFhNzRhYzk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"181d2352-caba-4b3f-999f-926eb0949ab9","artifactVersion":"1"},{"artifactName":"service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/artifacts/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar","artifactChecksum":"ZWMyYmIzM2U4YmVmYmIwYmU1ZDhjODY4NGEyYTI4NjI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"fdcf7f15-35cd-49a2-839b-26e97623a9bc","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-18T15:24:36.805Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T15:24:36.805Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:24:36.806Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:24:36.806Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679152530660,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/resourceInstances/pnf66b89d6a37e20/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:24:37.806Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T15:24:37.807Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:24:37.807Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:24:37.807Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679152530660,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/resourceInstances/pnf66b89d6a37e20/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:24:38.808Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T15:24:38.808Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:24:38.808Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:24:38.808Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679152530660,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/resourceInstances/pnf66b89d6a37e20/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:24:39.809Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T15:24:39.809Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:24:39.809Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:24:39.809Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679152530660,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/resourceInstances/pnf66b89d6a37e20/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:24:40.810Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T15:24:40.810Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:24:40.810Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:24:40.810Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679152530660,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/resourceInstances/pnf66b89d6a37e20/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:24:41.811Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T15:24:41.811Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:24:41.811Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:24:41.811Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679152530660,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/resourceInstances/pnf66b89d6a37e20/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:24:42.812Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T15:24:42.812Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:24:42.812Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:24:42.812Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679152530660,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/artifacts/service-DemoPnfM5qkmfmdlpulyaz8owr9-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:24:43.813Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T15:24:43.813Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:24:43.813Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:24:43.813Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679152530660,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/artifacts/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:24:44.814Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "serviceName": "Demo_pNF_M5QKMfmDLPuLyaz8OWr9",
  "serviceVersion": "1.0",
  "serviceUUID": "c315cbb3-fd53-45ce-8b0b-ad3e84c78918",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "a46a4505-8d20-4c38-8d99-1b181bf22700",
  "resources": [
    {
      "resourceInstanceName": "pNF 66b89d6a-37e2 0",
      "resourceCustomizationUUID": "84e6e64b-76cd-40cf-86fd-15855e6c2efb",
      "resourceName": "pNF 66b89d6a-37e2",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "5cb48981-5482-4843-a71a-1ebe978a5e90",
      "resourceInvariantUUID": "067cbf90-981e-43f3-86b6-aee782d22bba",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/artifacts/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar",
      "artifactChecksum": "ZWMyYmIzM2U4YmVmYmIwYmU1ZDhjODY4NGEyYTI4NjI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "fdcf7f15-35cd-49a2-839b-26e97623a9bc"
    }
  ],
  "workloadContext": "Production"
}
2023-03-18T15:24:44.815Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-18T15:24:44.815Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 c315cbb3-fd53-45ce-8b0b-ad3e84c78918 ASDC
2023-03-18T15:24:44.815Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:b26959c2-c6ca-4cf7-9cdd-576be04a9c92
ServiceName:Demo_pNF_M5QKMfmDLPuLyaz8OWr9
ServiceVersion:1.0
ServiceUUID:c315cbb3-fd53-45ce-8b0b-ad3e84c78918
ServiceInvariantUUID:a46a4505-8d20-4c38-8d99-1b181bf22700
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/artifacts/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar
ArtifactUUID:fdcf7f15-35cd-49a2-839b-26e97623a9bc
ArtifactChecksum:ZWMyYmIzM2U4YmVmYmIwYmU1ZDhjODY4NGEyYTI4NjI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 66b89d6a-37e2 0
ResourceCustomizationUUID:84e6e64b-76cd-40cf-86fd-15855e6c2efb
ResourceInvariantUUID:067cbf90-981e-43f3-86b6-aee782d22bba
ResourceName:pNF 66b89d6a-37e2
ResourceType:PNF
ResourceUUID:5cb48981-5482-4843-a71a-1ebe978a5e90
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-18T15:24:44.815Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF c315cbb3-fd53-45ce-8b0b-ad3e84c78918 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: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-18T15:24:44.849Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-18T15:24:44.850Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-03-18T15:24:44.850Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-03-18T15:24:44.850Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: fdcf7f15-35cd-49a2-839b-26e97623a9bc from URL: /sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/artifacts/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar
2023-03-18T15:24:44.850Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||INFO|500||DistributionClient - download
2023-03-18T15:24:44.850Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/artifacts/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar
2023-03-18T15:24:45.082Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2023-03-18T15:24:45.087Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/artifacts/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar fdcf7f15-35cd-49a2-839b-26e97623a9bc 88022
2023-03-18T15:24:45.088Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/artifacts/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar ASDC sendASDCNotification
2023-03-18T15:24:45.088Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/artifacts/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar
2023-03-18T15:24:45.088Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-18T15:24:45.088Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:24:45.088Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:24:45.088Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679153085088,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/artifacts/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:24:46.088Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-18T15:24:46.089Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-03-18T15:24:46.089Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: fdcf7f15-35cd-49a2-839b-26e97623a9bc, URL: /sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/artifacts/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar to file: /app/ASDC/1/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar
2023-03-18T15:24:46.090Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar
2023-03-18T15:24:46.090Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar
2023-03-18T15:24:46.090Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar
2023-03-18T15:24:46.160Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP796634305785875996/Definitions/service-DemoPnfM5qkmfmdlpulyaz8owr9-template.yml
2023-03-18T15:24:46.675Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-18T15:24:46.675Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||WARN|500||####################################################################################################
2023-03-18T15:24:46.675Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar
2023-03-18T15:24:46.675Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-18T15:24:46.675Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||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-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar
2023-03-18T15:24:46.675Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar
2023-03-18T15:24:46.675Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||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-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar
2023-03-18T15:24:46.675Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 66b89d6a-37e2 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-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar
2023-03-18T15:24:46.675Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar
2023-03-18T15:24:46.675Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar
2023-03-18T15:24:46.675Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar
2023-03-18T15:24:46.675Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||WARN|500||####################################################################################################
2023-03-18T15:24:46.675Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T15:24:46.675Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_M5QKMfmDLPuLyaz8OWr9 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T15:24:46.676Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||DEBUG|500||Node template pNF 66b89d6a-37e2 0 is matching search criteria
2023-03-18T15:24:46.676Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2023-03-18T15:24:46.676Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||DEBUG|500||Found topology templates [pNF 66b89d6a-37e2 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-18T15:24:46.676Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T15:24:46.676Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_M5QKMfmDLPuLyaz8OWr9 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T15:24:46.676Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||DEBUG|500||Node template pNF 66b89d6a-37e2 0 is matching search criteria
2023-03-18T15:24:46.676Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2023-03-18T15:24:46.676Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||DEBUG|500||Found topology templates [pNF 66b89d6a-37e2 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-18T15:24:46.676Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T15:24:46.676Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_M5QKMfmDLPuLyaz8OWr9 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T15:24:46.676Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T15:24:46.676Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_M5QKMfmDLPuLyaz8OWr9 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T15:24:46.676Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T15:24:46.676Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_M5QKMfmDLPuLyaz8OWr9 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T15:24:46.676Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T15:24:46.676Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_M5QKMfmDLPuLyaz8OWr9 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T15:24:46.676Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T15:24:46.676Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_M5QKMfmDLPuLyaz8OWr9 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T15:24:46.676Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_M5QKMfmDLPuLyaz8OWr9
Description:catalog service description
Model UUID:c315cbb3-fd53-45ce-8b0b-ad3e84c78918
Model Version:NULL
Model InvariantUuid:a46a4505-8d20-4c38-8d99-1b181bf22700
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=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-03-18T15:24:46.704Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||ERROR|500||Csar with UUID: fdcf7f15-35cd-49a2-839b-26e97623a9bc already exists
2023-03-18T15:24:46.704Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/artifacts/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar ASDC sendASDCNotification
2023-03-18T15:24:46.704Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/artifacts/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar(Csar with UUID: fdcf7f15-35cd-49a2-839b-26e97623a9bc already exists)
2023-03-18T15:24:46.704Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-18T15:24:46.704Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:24:46.704Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:24:46.705Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679153086704,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/artifacts/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: fdcf7f15-35cd-49a2-839b-26e97623a9bc already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:24:47.706Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/artifacts/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar ASDC sendASDCNotification
2023-03-18T15:24:47.706Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/artifacts/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar(Resource with UUID: 5cb48981-5482-4843-a71a-1ebe978a5e90 already exists)
2023-03-18T15:24:47.706Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-18T15:24:47.706Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:24:47.706Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:24:47.706Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679153087706,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/artifacts/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 5cb48981-5482-4843-a71a-1ebe978a5e90 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:24:48.707Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b26959c2-c6ca-4cf7-9cdd-576be04a9c92
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T15:24:48.721Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b26959c2-c6ca-4cf7-9cdd-576be04a9c92
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T15:24:48.723Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-18T15:24:48.723Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-18T15:24:48.723Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-18T15:24:48.723Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-18T15:24:48.723Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T15:24:48.723Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T15:24:48.723Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T15:24:48.723Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T15:24:48.723Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T15:24:48.723Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T15:24:48.723Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-18T15:24:48.755Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-18T15:24:58.920Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:24:58.921Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-18T15:24:58.921Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "74149d2a-f284-47d2-b2fa-4e2fc7be8f3e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679152991215,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-18T15:24:58.921Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:24:58.921Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-18T15:24:58.921Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679152530660,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T15:24:58.922Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:24:58.922Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-18T15:24:58.922Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679152530660,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2023-03-18T15:24:58.922Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:24:58.922Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-18T15:24:58.922Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679152530660,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-03-18T15:24:58.922Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:24:58.922Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-18T15:24:58.922Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679152530660,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T15:24:58.922Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:24:58.922Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-18T15:24:58.922Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679152530660,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-03-18T15:24:58.922Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:24:58.922Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-18T15:24:58.922Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679152530660,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T15:24:58.922Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:24:58.922Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-18T15:24:58.922Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679152530660,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-03-18T15:24:58.922Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:24:58.923Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-18T15:24:58.923Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679152999333,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-18T15:24:58.923Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:24:58.923Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-18T15:24:58.923Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679153000368,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 4b6dc8ac-cbfc-43c0-9e93-2760226914ae already exists"
}
2023-03-18T15:24:58.923Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:24:58.923Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-18T15:24:58.923Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679153001369,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 1903c123-2be6-499b-8524-c9a33406ad4f already exists"
}
2023-03-18T15:24:58.923Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:24:58.923Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-18T15:24:58.923Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679153032577,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-18T15:24:58.923Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:24:58.923Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-18T15:24:58.923Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679152530660,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/resourceInstances/pnf8ecb3a2916990/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T15:24:58.923Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:24:58.924Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-18T15:24:58.924Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679152530660,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/resourceInstances/pnf8ecb3a2916990/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-18T15:24:58.924Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:24:58.924Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-18T15:24:58.924Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679152530660,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/resourceInstances/pnf8ecb3a2916990/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-18T15:24:58.924Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:24:58.924Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-18T15:24:58.924Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679152530660,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/resourceInstances/pnf8ecb3a2916990/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T15:24:58.924Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:24:58.924Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-18T15:24:58.924Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679152530660,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/resourceInstances/pnf8ecb3a2916990/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T15:24:58.924Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:24:58.924Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-18T15:24:58.924Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679152530660,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/resourceInstances/pnf8ecb3a2916990/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T15:24:58.925Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:25:18.756Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: b26959c2-c6ca-4cf7-9cdd-576be04a9c92 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-18T15:25:18.760Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: b26959c2-c6ca-4cf7-9cdd-576be04a9c92 and serviceModelVersionId: c315cbb3-fd53-45ce-8b0b-ad3e84c78918
2023-03-18T15:25:18.760Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : a46a4505-8d20-4c38-8d99-1b181bf22700
2023-03-18T15:25:18.761Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/a46a4505-8d20-4c38-8d99-1b181bf22700/model-vers/model-ver/c315cbb3-fd53-45ce-8b0b-ad3e84c78918?depth=0
2023-03-18T15:25:18.766Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2023-03-18T15:25:18.777Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a46a4505-8d20-4c38-8d99-1b181bf22700/model-vers/model-ver/c315cbb3-fd53-45ce-8b0b-ad3e84c78918?depth=0|INFO|500||Invoke
2023-03-18T15:25:18.777Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a46a4505-8d20-4c38-8d99-1b181bf22700/model-vers/model-ver/c315cbb3-fd53-45ce-8b0b-ad3e84c78918?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a46a4505-8d20-4c38-8d99-1b181bf22700/model-vers/model-ver/c315cbb3-fd53-45ce-8b0b-ad3e84c78918?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[b26959c2-c6ca-4cf7-9cdd-576be04a9c92], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[96e9dd8f-f56f-46ac-9395-b19d02810112], X-ECOMP-RequestID=[b26959c2-c6ca-4cf7-9cdd-576be04a9c92], X-TransactionId=[], X-ONAP-RequestID=[b26959c2-c6ca-4cf7-9cdd-576be04a9c92], Content-Type=[application/merge-patch+json]}
2023-03-18T15:25:18.791Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a46a4505-8d20-4c38-8d99-1b181bf22700/model-vers/model-ver/c315cbb3-fd53-45ce-8b0b-ad3e84c78918?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-18T15:25:18.912Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a46a4505-8d20-4c38-8d99-1b181bf22700/model-vers/model-ver/c315cbb3-fd53-45ce-8b0b-ad3e84c78918?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/a46a4505-8d20-4c38-8d99-1b181bf22700/model-vers/model-ver/c315cbb3-fd53-45ce-8b0b-ad3e84c78918?depth=0 has http status code:200 and response headers:{date=[Sat, 18 Mar 2023 15:25:18 GMT], content-length=[0], vertex-id=[217192], x-aai-txid=[1-aai-resources-230318-15:25:18:494-62040], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-18T15:25:18.912Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a46a4505-8d20-4c38-8d99-1b181bf22700/model-vers/model-ver/c315cbb3-fd53-45ce-8b0b-ad3e84c78918?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-18T15:25:18.913Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a46a4505-8d20-4c38-8d99-1b181bf22700/model-vers/model-ver/c315cbb3-fd53-45ce-8b0b-ad3e84c78918?depth=0|INFO|500||InvokeReturn
2023-03-18T15:25:18.913Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-18T15:25:18.913Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-18T15:25:18.919Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-18T15:25:18.919Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID b26959c2-c6ca-4cf7-9cdd-576be04a9c92 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-18T15:25:18.919Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-18T15:25:18.919Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:25:18.919Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:25:18.920Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679153118919,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-18T15:25:19.942Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-18T15:25:19.943Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||DEBUG|500||received notification from broker: {"distributionID":"d6b70362-b450-41db-97c4-ea1285deb273","serviceName":"Demo_pNF_0QRYBIFHiGDyVijApwKS","serviceVersion":"1.0","serviceUUID":"b4fd06db-c144-4037-bb56-9f4d170dc33e","serviceDescription":"catalog service description","serviceInvariantUUID":"4a6b6367-2484-4aa3-9126-d96b480457a8","resources":[{"resourceInstanceName":"pNF 8b249c54-8f1f 0","resourceName":"pNF 8b249c54-8f1f","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"a880e813-b7b0-402c-bffe-74c020d69311","resourceInvariantUUID":"62a7990d-54b9-488c-9976-952482e2993f","resourceCustomizationUUID":"eb0ac2ec-e902-44af-9274-4b7b602bc8c8","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/resourceInstances/pnf8b249c548f1f0/artifacts/vf-license-model.xml","artifactChecksum":"YWEyOGU2NjliMDg5ZDU1NzYwMDhlOTYzNmI4NGZhMzM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"d2ed05b3-c79a-4dce-b90e-d0d7508a3b45","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/resourceInstances/pnf8b249c548f1f0/artifacts/pNF.csar","artifactChecksum":"YTFmMWQ3MzViYWZhMGQ1ZThlNzU3Y2I3ZGNlYWU4YjA\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"8c5f255b-5ba0-461e-8009-527fa558f0ef","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/resourceInstances/pnf8b249c548f1f0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"a4927c34-4090-4c7c-85be-5bfcd5208e7f","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/resourceInstances/pnf8b249c548f1f0/artifacts/vendor-license-model.xml","artifactChecksum":"ZGFjMzBhNjdmYWNhNzZkY2Y1ODcwNmIzODQzMjQ0Yzc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"68e219be-7fd3-4c2f-942d-b58362470046","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/resourceInstances/pnf8b249c548f1f0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"e7878e48-de75-42bd-a2da-c03807bb7be5","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/resourceInstances/pnf8b249c548f1f0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"d4b706a9-5523-4974-846d-b745b2a21dda","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnf0qrybifhigdyvijapwks-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/artifacts/service-DemoPnf0qrybifhigdyvijapwks-template.yml","artifactChecksum":"NjU3ZjBkNGJkNDc4ZWE3Y2M3Njk5NTc3MzNjYmY1YmY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"fdaf04f2-ae49-424a-bb42-d2906911e5ff","artifactVersion":"1"},{"artifactName":"service-DemoPnf0qrybifhigdyvijapwks-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/artifacts/service-DemoPnf0qrybifhigdyvijapwks-csar.csar","artifactChecksum":"MzljYTA3Yjk4Nzg5NjI5MTU3MDE1YTYwNjFmNTc1MTk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"7c894985-6ce0-4ae6-b963-98a29a50f1d8","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-18T15:25:19.943Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T15:25:19.943Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:25:19.943Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:25:19.945Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "d6b70362-b450-41db-97c4-ea1285deb273",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679152530660,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/resourceInstances/pnf8b249c548f1f0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:25:20.946Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T15:25:20.947Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:25:20.947Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:25:20.947Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "d6b70362-b450-41db-97c4-ea1285deb273",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679152530660,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/resourceInstances/pnf8b249c548f1f0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:25:21.948Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T15:25:21.949Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:25:21.949Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:25:21.949Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "d6b70362-b450-41db-97c4-ea1285deb273",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679152530660,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/resourceInstances/pnf8b249c548f1f0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:25:22.950Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T15:25:22.950Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:25:22.950Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:25:22.950Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "d6b70362-b450-41db-97c4-ea1285deb273",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679152530660,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/resourceInstances/pnf8b249c548f1f0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:25:23.951Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T15:25:23.951Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:25:23.951Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:25:23.951Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "d6b70362-b450-41db-97c4-ea1285deb273",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679152530660,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/resourceInstances/pnf8b249c548f1f0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:25:24.952Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T15:25:24.952Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:25:24.952Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:25:24.953Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "d6b70362-b450-41db-97c4-ea1285deb273",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679152530660,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/resourceInstances/pnf8b249c548f1f0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:25:25.955Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T15:25:25.955Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:25:25.955Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:25:25.955Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "d6b70362-b450-41db-97c4-ea1285deb273",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679152530660,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/artifacts/service-DemoPnf0qrybifhigdyvijapwks-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:25:26.956Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T15:25:26.956Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:25:26.956Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:25:26.956Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "d6b70362-b450-41db-97c4-ea1285deb273",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679152530660,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/artifacts/service-DemoPnf0qrybifhigdyvijapwks-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:25:27.957Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "d6b70362-b450-41db-97c4-ea1285deb273",
  "serviceName": "Demo_pNF_0QRYBIFHiGDyVijApwKS",
  "serviceVersion": "1.0",
  "serviceUUID": "b4fd06db-c144-4037-bb56-9f4d170dc33e",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "4a6b6367-2484-4aa3-9126-d96b480457a8",
  "resources": [
    {
      "resourceInstanceName": "pNF 8b249c54-8f1f 0",
      "resourceCustomizationUUID": "eb0ac2ec-e902-44af-9274-4b7b602bc8c8",
      "resourceName": "pNF 8b249c54-8f1f",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "a880e813-b7b0-402c-bffe-74c020d69311",
      "resourceInvariantUUID": "62a7990d-54b9-488c-9976-952482e2993f",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnf0qrybifhigdyvijapwks-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/artifacts/service-DemoPnf0qrybifhigdyvijapwks-csar.csar",
      "artifactChecksum": "MzljYTA3Yjk4Nzg5NjI5MTU3MDE1YTYwNjFmNTc1MTk\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "7c894985-6ce0-4ae6-b963-98a29a50f1d8"
    }
  ],
  "workloadContext": "Production"
}
2023-03-18T15:25:27.958Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-18T15:25:27.958Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 b4fd06db-c144-4037-bb56-9f4d170dc33e ASDC
2023-03-18T15:25:27.958Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:d6b70362-b450-41db-97c4-ea1285deb273
ServiceName:Demo_pNF_0QRYBIFHiGDyVijApwKS
ServiceVersion:1.0
ServiceUUID:b4fd06db-c144-4037-bb56-9f4d170dc33e
ServiceInvariantUUID:4a6b6367-2484-4aa3-9126-d96b480457a8
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnf0qrybifhigdyvijapwks-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/artifacts/service-DemoPnf0qrybifhigdyvijapwks-csar.csar
ArtifactUUID:7c894985-6ce0-4ae6-b963-98a29a50f1d8
ArtifactChecksum:MzljYTA3Yjk4Nzg5NjI5MTU3MDE1YTYwNjFmNTc1MTk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 8b249c54-8f1f 0
ResourceCustomizationUUID:eb0ac2ec-e902-44af-9274-4b7b602bc8c8
ResourceInvariantUUID:62a7990d-54b9-488c-9976-952482e2993f
ResourceName:pNF 8b249c54-8f1f
ResourceType:PNF
ResourceUUID:a880e813-b7b0-402c-bffe-74c020d69311
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-18T15:25:27.958Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF b4fd06db-c144-4037-bb56-9f4d170dc33e 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: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-18T15:25:27.987Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-18T15:25:27.988Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-03-18T15:25:27.988Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-03-18T15:25:27.988Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 7c894985-6ce0-4ae6-b963-98a29a50f1d8 from URL: /sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/artifacts/service-DemoPnf0qrybifhigdyvijapwks-csar.csar
2023-03-18T15:25:27.988Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||INFO|500||DistributionClient - download
2023-03-18T15:25:27.988Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/artifacts/service-DemoPnf0qrybifhigdyvijapwks-csar.csar
2023-03-18T15:25:28.193Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2023-03-18T15:25:28.199Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/artifacts/service-DemoPnf0qrybifhigdyvijapwks-csar.csar 7c894985-6ce0-4ae6-b963-98a29a50f1d8 88013
2023-03-18T15:25:28.199Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/artifacts/service-DemoPnf0qrybifhigdyvijapwks-csar.csar ASDC sendASDCNotification
2023-03-18T15:25:28.200Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/artifacts/service-DemoPnf0qrybifhigdyvijapwks-csar.csar
2023-03-18T15:25:28.200Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-18T15:25:28.200Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:25:28.200Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:25:28.201Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "d6b70362-b450-41db-97c4-ea1285deb273",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679153128199,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/artifacts/service-DemoPnf0qrybifhigdyvijapwks-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:25:29.202Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-18T15:25:29.203Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-03-18T15:25:29.203Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 7c894985-6ce0-4ae6-b963-98a29a50f1d8, URL: /sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/artifacts/service-DemoPnf0qrybifhigdyvijapwks-csar.csar to file: /app/ASDC/1/service-DemoPnf0qrybifhigdyvijapwks-csar.csar
2023-03-18T15:25:29.203Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnf0qrybifhigdyvijapwks-csar.csar
2023-03-18T15:25:29.204Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnf0qrybifhigdyvijapwks-csar.csar
2023-03-18T15:25:29.204Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnf0qrybifhigdyvijapwks-csar.csar
2023-03-18T15:25:29.275Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13078264663756030510/Definitions/service-DemoPnf0qrybifhigdyvijapwks-template.yml
2023-03-18T15:25:29.790Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-18T15:25:29.790Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||WARN|500||####################################################################################################
2023-03-18T15:25:29.790Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnf0qrybifhigdyvijapwks-csar.csar
2023-03-18T15:25:29.791Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-18T15:25:29.791Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||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-DemoPnf0qrybifhigdyvijapwks-csar.csar
2023-03-18T15:25:29.791Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnf0qrybifhigdyvijapwks-csar.csar
2023-03-18T15:25:29.791Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||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-DemoPnf0qrybifhigdyvijapwks-csar.csar
2023-03-18T15:25:29.791Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf0qrybifhigdyvijapwks-csar.csar
2023-03-18T15:25:29.791Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 8b249c54-8f1f 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-DemoPnf0qrybifhigdyvijapwks-csar.csar
2023-03-18T15:25:29.792Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf0qrybifhigdyvijapwks-csar.csar
2023-03-18T15:25:29.792Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf0qrybifhigdyvijapwks-csar.csar
2023-03-18T15:25:29.792Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||WARN|500||####################################################################################################
2023-03-18T15:25:29.792Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T15:25:29.792Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_0QRYBIFHiGDyVijApwKS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T15:25:29.792Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||DEBUG|500||Node template pNF 8b249c54-8f1f 0 is matching search criteria
2023-03-18T15:25:29.792Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2023-03-18T15:25:29.792Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||DEBUG|500||Found topology templates [pNF 8b249c54-8f1f 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-18T15:25:29.793Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T15:25:29.793Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_0QRYBIFHiGDyVijApwKS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T15:25:29.793Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||DEBUG|500||Node template pNF 8b249c54-8f1f 0 is matching search criteria
2023-03-18T15:25:29.793Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2023-03-18T15:25:29.793Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||DEBUG|500||Found topology templates [pNF 8b249c54-8f1f 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-18T15:25:29.793Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T15:25:29.793Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_0QRYBIFHiGDyVijApwKS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T15:25:29.793Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T15:25:29.793Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_0QRYBIFHiGDyVijApwKS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T15:25:29.793Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T15:25:29.794Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_0QRYBIFHiGDyVijApwKS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T15:25:29.794Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T15:25:29.794Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_0QRYBIFHiGDyVijApwKS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T15:25:29.794Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T15:25:29.794Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_0QRYBIFHiGDyVijApwKS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T15:25:29.794Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_0QRYBIFHiGDyVijApwKS
Description:catalog service description
Model UUID:b4fd06db-c144-4037-bb56-9f4d170dc33e
Model Version:NULL
Model InvariantUuid:4a6b6367-2484-4aa3-9126-d96b480457a8
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=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-03-18T15:25:29.823Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||ERROR|500||Csar with UUID: 7c894985-6ce0-4ae6-b963-98a29a50f1d8 already exists
2023-03-18T15:25:29.823Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/artifacts/service-DemoPnf0qrybifhigdyvijapwks-csar.csar ASDC sendASDCNotification
2023-03-18T15:25:29.823Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/artifacts/service-DemoPnf0qrybifhigdyvijapwks-csar.csar(Csar with UUID: 7c894985-6ce0-4ae6-b963-98a29a50f1d8 already exists)
2023-03-18T15:25:29.823Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-18T15:25:29.823Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:25:29.823Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:25:29.824Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "d6b70362-b450-41db-97c4-ea1285deb273",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679153129823,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/artifacts/service-DemoPnf0qrybifhigdyvijapwks-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 7c894985-6ce0-4ae6-b963-98a29a50f1d8 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:25:30.824Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/artifacts/service-DemoPnf0qrybifhigdyvijapwks-csar.csar ASDC sendASDCNotification
2023-03-18T15:25:30.825Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/artifacts/service-DemoPnf0qrybifhigdyvijapwks-csar.csar(Resource with UUID: a880e813-b7b0-402c-bffe-74c020d69311 already exists)
2023-03-18T15:25:30.825Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-18T15:25:30.825Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:25:30.825Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:25:30.825Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "d6b70362-b450-41db-97c4-ea1285deb273",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679153130824,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/artifacts/service-DemoPnf0qrybifhigdyvijapwks-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: a880e813-b7b0-402c-bffe-74c020d69311 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:25:31.826Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d6b70362-b450-41db-97c4-ea1285deb273
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T15:25:31.845Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d6b70362-b450-41db-97c4-ea1285deb273
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T15:25:31.849Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-18T15:25:31.849Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-18T15:25:31.849Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-18T15:25:31.849Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-18T15:25:31.850Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T15:25:31.850Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T15:25:31.850Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T15:25:31.850Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T15:25:31.850Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T15:25:31.850Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T15:25:31.850Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-18T15:25:31.861Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-18T15:25:58.919Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:25:58.921Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-18T15:25:58.921Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679152530660,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T15:25:58.922Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:25:58.922Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-18T15:25:58.922Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679152530660,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar",
  "status": "NOTIFIED"
}
2023-03-18T15:25:58.922Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:25:58.922Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-18T15:25:58.922Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679153041898,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-18T15:25:58.922Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:25:58.922Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-18T15:25:58.922Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679153043573,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: a93044a0-e137-47cf-b45c-87a4ec92508e already exists"
}
2023-03-18T15:25:58.922Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:25:58.922Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-18T15:25:58.923Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679153044575,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 79d852b9-56e5-416f-9d37-4483b88de628 already exists"
}
2023-03-18T15:25:58.923Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:25:58.923Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-18T15:25:58.923Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679153075779,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-18T15:25:58.923Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:25:58.923Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-18T15:25:58.923Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679152530660,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/resourceInstances/pnf66b89d6a37e20/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T15:25:58.923Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:25:58.923Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-18T15:25:58.923Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679152530660,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/resourceInstances/pnf66b89d6a37e20/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-18T15:25:58.923Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:25:58.924Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-18T15:25:58.924Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679152530660,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/resourceInstances/pnf66b89d6a37e20/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-18T15:25:58.924Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:25:58.924Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-18T15:25:58.924Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679152530660,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/resourceInstances/pnf66b89d6a37e20/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T15:25:58.924Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:25:58.924Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-18T15:25:58.924Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679152530660,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/resourceInstances/pnf66b89d6a37e20/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T15:25:58.924Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:25:58.924Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-18T15:25:58.925Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679152530660,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/resourceInstances/pnf66b89d6a37e20/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T15:25:58.925Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:25:58.925Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-18T15:25:58.925Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679152530660,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/artifacts/service-DemoPnfM5qkmfmdlpulyaz8owr9-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T15:25:58.925Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:25:58.925Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-18T15:25:58.925Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679152530660,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/artifacts/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar",
  "status": "NOTIFIED"
}
2023-03-18T15:25:58.925Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:25:58.925Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-18T15:25:58.925Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679153085088,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/artifacts/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-18T15:25:58.926Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:25:58.926Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-18T15:25:58.926Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679153086704,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/artifacts/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: fdcf7f15-35cd-49a2-839b-26e97623a9bc already exists"
}
2023-03-18T15:25:58.926Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:25:58.926Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-18T15:25:58.926Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679153087706,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/artifacts/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 5cb48981-5482-4843-a71a-1ebe978a5e90 already exists"
}
2023-03-18T15:25:58.926Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:26:01.861Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: d6b70362-b450-41db-97c4-ea1285deb273 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-18T15:26:01.870Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: d6b70362-b450-41db-97c4-ea1285deb273 and serviceModelVersionId: b4fd06db-c144-4037-bb56-9f4d170dc33e
2023-03-18T15:26:01.870Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 4a6b6367-2484-4aa3-9126-d96b480457a8
2023-03-18T15:26:01.871Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/4a6b6367-2484-4aa3-9126-d96b480457a8/model-vers/model-ver/b4fd06db-c144-4037-bb56-9f4d170dc33e?depth=0
2023-03-18T15:26:01.876Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2023-03-18T15:26:01.898Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/4a6b6367-2484-4aa3-9126-d96b480457a8/model-vers/model-ver/b4fd06db-c144-4037-bb56-9f4d170dc33e?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-03-18T15:26:01.908Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/4a6b6367-2484-4aa3-9126-d96b480457a8/model-vers/model-ver/b4fd06db-c144-4037-bb56-9f4d170dc33e?depth=0|INFO|500||Invoke
2023-03-18T15:26:01.915Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/4a6b6367-2484-4aa3-9126-d96b480457a8/model-vers/model-ver/b4fd06db-c144-4037-bb56-9f4d170dc33e?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-18T15:26:02.026Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/4a6b6367-2484-4aa3-9126-d96b480457a8/model-vers/model-ver/b4fd06db-c144-4037-bb56-9f4d170dc33e?depth=0|INFO|500||InvokeReturn
2023-03-18T15:26:02.026Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/4a6b6367-2484-4aa3-9126-d96b480457a8/model-vers/model-ver/b4fd06db-c144-4037-bb56-9f4d170dc33e?depth=0 has http status code:200 and response headers:{date=[Sat, 18 Mar 2023 15:26:01 GMT], content-length=[0], vertex-id=[233600], x-aai-txid=[1-aai-resources-230318-15:26:01:618-34089], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-18T15:26:02.027Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||DEBUG|500||Response was returned with an empty entity.
2023-03-18T15:26:02.027Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-18T15:26:02.027Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-18T15:26:02.031Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-18T15:26:02.031Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID d6b70362-b450-41db-97c4-ea1285deb273 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-18T15:26:02.031Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-18T15:26:02.031Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:26:02.032Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:26:02.032Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "d6b70362-b450-41db-97c4-ea1285deb273",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679153162031,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-18T15:26:03.053Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-18T15:26:03.054Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||DEBUG|500||received notification from broker: {"distributionID":"1765e72b-9f37-409d-a48f-62642d8341c6","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"29ccf31e-df21-49dc-ae06-e18b6baf315a","serviceDescription":"service","serviceInvariantUUID":"6ebc743c-a40f-46f3-b5cb-b87b2b100c58","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"67962590-90b8-4f11-901d-d79a952d0f14","resourceInvariantUUID":"b32b83cc-26fe-47f1-99ef-7d7b99983e6f","resourceCustomizationUUID":"e90442b2-f4f5-4f43-8892-737daa520031","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":"ODU1M2UyMGRiMzk2ODc1NjljMzc3NWI1YmRhMTEzY2M\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"b613739b-2455-4017-8b63-dfdd064ed936","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":"MjdmYmViNjE0ZTg1NTQ1YzU2ZmFkYWI5YjVlOGViOTQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"ea42c655-4ace-49bf-99fe-886103db89aa","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":"9a5d7f92-e4b0-45a0-ac74-3acf99b69cc0","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":"917f9665-4e54-4bdc-b104-4b4419dab11d","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":"af205cd0-57b3-443e-a55a-4ecc60d32d0a","artifactVersion":"2","generatedFromUUID":"453a496b-db83-4724-a33b-4f678eed88b4"},{"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":"8939ac4f-6672-4fe9-90ea-fa6b3f0da64d","artifactVersion":"2","generatedFromUUID":"9a5d7f92-e4b0-45a0-ac74-3acf99b69cc0"},{"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":"453a496b-db83-4724-a33b-4f678eed88b4","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":"89e3426c-a0d1-4de8-8662-7406572d2c3f","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":"YzBlODQ2MTk3NDc5Nzk3MDQ4MzI5NGM4ZmZhZjc3ZmE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"36181845-9e97-4a5d-8691-687a01539039","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"OTYyNTM5ZGEwYTExZTI3NmE1Y2RjMzE5OWJkNTUxZDA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"7ac7462c-7a2a-47d2-8257-79de7d0e5c52","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-18T15:26:03.055Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T15:26:03.055Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:26:03.055Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:26:03.056Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "1765e72b-9f37-409d-a48f-62642d8341c6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679152530660,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:26:04.062Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T15:26:04.062Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:26:04.062Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:26:04.062Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "1765e72b-9f37-409d-a48f-62642d8341c6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679152530660,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:26:05.063Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T15:26:05.063Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:26:05.063Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:26:05.064Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "1765e72b-9f37-409d-a48f-62642d8341c6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679152530660,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:26:06.065Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T15:26:06.065Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:26:06.065Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:26:06.065Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "1765e72b-9f37-409d-a48f-62642d8341c6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679152530660,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:26:07.066Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T15:26:07.066Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:26:07.066Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:26:07.067Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "1765e72b-9f37-409d-a48f-62642d8341c6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679152530660,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:26:08.067Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T15:26:08.068Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:26:08.068Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:26:08.068Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "1765e72b-9f37-409d-a48f-62642d8341c6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679152530660,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:26:09.068Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T15:26:09.069Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:26:09.069Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:26:09.070Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "1765e72b-9f37-409d-a48f-62642d8341c6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679152530660,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:26:10.072Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T15:26:10.072Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:26:10.072Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:26:10.073Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "1765e72b-9f37-409d-a48f-62642d8341c6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679152530660,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:26:11.073Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T15:26:11.074Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:26:11.074Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:26:11.074Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "1765e72b-9f37-409d-a48f-62642d8341c6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679152530660,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:26:12.075Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T15:26:12.076Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:26:12.076Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:26:12.076Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "1765e72b-9f37-409d-a48f-62642d8341c6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679152530660,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:26:13.077Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "1765e72b-9f37-409d-a48f-62642d8341c6",
  "serviceName": "basic_cnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "29ccf31e-df21-49dc-ae06-e18b6baf315a",
  "serviceDescription": "service",
  "serviceInvariantUUID": "6ebc743c-a40f-46f3-b5cb-b87b2b100c58",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf_macro 0",
      "resourceCustomizationUUID": "e90442b2-f4f5-4f43-8892-737daa520031",
      "resourceName": "basic_cnf_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "67962590-90b8-4f11-901d-d79a952d0f14",
      "resourceInvariantUUID": "b32b83cc-26fe-47f1-99ef-7d7b99983e6f",
      "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": "MjdmYmViNjE0ZTg1NTQ1YzU2ZmFkYWI5YjVlOGViOTQ\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "ea42c655-4ace-49bf-99fe-886103db89aa",
          "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": "9a5d7f92-e4b0-45a0-ac74-3acf99b69cc0",
          "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": "8939ac4f-6672-4fe9-90ea-fa6b3f0da64d",
            "generatedFromUUID": "9a5d7f92-e4b0-45a0-ac74-3acf99b69cc0"
          },
          "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": "af205cd0-57b3-443e-a55a-4ecc60d32d0a",
          "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": "8939ac4f-6672-4fe9-90ea-fa6b3f0da64d",
          "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": "453a496b-db83-4724-a33b-4f678eed88b4",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnfMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
      "artifactChecksum": "OTYyNTM5ZGEwYTExZTI3NmE1Y2RjMzE5OWJkNTUxZDA\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "7ac7462c-7a2a-47d2-8257-79de7d0e5c52"
    }
  ],
  "workloadContext": "Production"
}
2023-03-18T15:26:13.078Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-18T15:26:13.078Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 29ccf31e-df21-49dc-ae06-e18b6baf315a ASDC
2023-03-18T15:26:13.079Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:1765e72b-9f37-409d-a48f-62642d8341c6
ServiceName:basic_cnf_macro
ServiceVersion:1.0
ServiceUUID:29ccf31e-df21-49dc-ae06-e18b6baf315a
ServiceInvariantUUID:6ebc743c-a40f-46f3-b5cb-b87b2b100c58
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:7ac7462c-7a2a-47d2-8257-79de7d0e5c52
ArtifactChecksum:OTYyNTM5ZGEwYTExZTI3NmE1Y2RjMzE5OWJkNTUxZDA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf_macro 0
ResourceCustomizationUUID:e90442b2-f4f5-4f43-8892-737daa520031
ResourceInvariantUUID:b32b83cc-26fe-47f1-99ef-7d7b99983e6f
ResourceName:basic_cnf_macro
ResourceType:VF
ResourceUUID:67962590-90b8-4f11-901d-d79a952d0f14
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:ea42c655-4ace-49bf-99fe-886103db89aa
ArtifactChecksum:MjdmYmViNjE0ZTg1NTQ1YzU2ZmFkYWI5YjVlOGViOTQ=
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:9a5d7f92-e4b0-45a0-ac74-3acf99b69cc0
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:8939ac4f-6672-4fe9-90ea-fa6b3f0da64d
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:af205cd0-57b3-443e-a55a-4ecc60d32d0a
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:8939ac4f-6672-4fe9-90ea-fa6b3f0da64d
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:453a496b-db83-4724-a33b-4f678eed88b4
ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-18T15:26:13.079Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 29ccf31e-df21-49dc-ae06-e18b6baf315a 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: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-18T15:26:13.110Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-18T15:26:13.111Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-03-18T15:26:13.111Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-03-18T15:26:13.111Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 7ac7462c-7a2a-47d2-8257-79de7d0e5c52 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2023-03-18T15:26:13.111Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||INFO|500||DistributionClient - download
2023-03-18T15:26:13.112Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2023-03-18T15:26:13.378Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2023-03-18T15:26:13.385Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 7ac7462c-7a2a-47d2-8257-79de7d0e5c52 163277
2023-03-18T15:26:13.385Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2023-03-18T15:26:13.385Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2023-03-18T15:26:13.385Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-18T15:26:13.385Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:26:13.385Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:26:13.385Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "1765e72b-9f37-409d-a48f-62642d8341c6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679153173385,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:26:14.386Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-18T15:26:14.387Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-03-18T15:26:14.387Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 7ac7462c-7a2a-47d2-8257-79de7d0e5c52, URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar to file: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-03-18T15:26:14.388Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnfMacro-csar.csar
2023-03-18T15:26:14.389Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-03-18T15:26:14.389Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-03-18T15:26:14.454Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9978961005017947294/Definitions/service-BasicCnfMacro-template.yml
Log warning: The required parameter "compute_dummy_base_name" is not provided
2023-03-18T15:26:15.203Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-18T15:26:15.203Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||WARN|500||####################################################################################################
2023-03-18T15:26:15.204Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-03-18T15:26:15.204Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2023-03-18T15:26:15.204Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-03-18T15:26:15.204Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf_macro 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-03-18T15:26:15.204Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy_base" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-03-18T15:26:15.204Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy_base" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-03-18T15:26:15.204Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||WARN|500||####################################################################################################
2023-03-18T15:26:15.204Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T15:26:15.204Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T15:26:15.204Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-18T15:26:15.204Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2023-03-18T15:26:15.204Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-18T15:26:15.204Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T15:26:15.204Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T15:26:15.204Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-18T15:26:15.204Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2023-03-18T15:26:15.204Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-18T15:26:15.204Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T15:26:15.205Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T15:26:15.205Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T15:26:15.205Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2023-03-18T15:26:15.205Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||DEBUG|500||Node template abstract_dummy_base is not matching search criteria
2023-03-18T15:26:15.205Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||DEBUG|500||Node template dummy_base is not matching search criteria
2023-03-18T15:26:15.205Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-03-18T15:26:15.205Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T15:26:15.205Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-03-18T15:26:15.205Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T15:26:15.205Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-18T15:26:15.205Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-18T15:26:15.205Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T15:26:15.205Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-18T15:26:15.205Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-18T15:26:15.205Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T15:26:15.205Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-18T15:26:15.206Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-18T15:26:15.206Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T15:26:15.206Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-18T15:26:15.206Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-18T15:26:15.206Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T15:26:15.206Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2023-03-18T15:26:15.206Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||DEBUG|500||Node template abstract_dummy_base is matching search criteria
2023-03-18T15:26:15.206Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_dummy_base] matching following query criteria: sdcType=CVFC, customizationUUID=c7a8af58-85a3-4764-a4df-a0945e933c54
2023-03-18T15:26:15.206Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T15:26:15.206Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T15:26:15.206Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T15:26:15.206Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T15:26:15.206Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T15:26:15.206Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T15:26:15.206Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T15:26:15.206Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T15:26:15.206Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf_macro
Description:service
Model UUID:29ccf31e-df21-49dc-ae06-e18b6baf315a
Model Version:NULL
Model InvariantUuid:6ebc743c-a40f-46f3-b5cb-b87b2b100c58
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf_macro
Model UUID:76cfe813-77a9-4529-b0c0-25c2a2d263ec
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:b32b83cc-26fe-47f1-99ef-7d7b99983e6f
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:e90442b2-f4f5-4f43-8892-737daa520031
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:497569e4-cd1d-43dc-9801-8d8ee43635b5
ModelName:BasicCnfMacro..helm_apache..module-1
ModelUuid:8fc2297d-c495-43fc-95b1-93d3ee60ffd8
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


VF Module Properties:
ModelInvariantUuid:72925299-0e6e-4799-861c-18ca0f095a03
ModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
ModelUuid:213db735-618f-43ae-a63c-210668df959e
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:c7a8af58-85a3-4764-a4df-a0945e933c54
ModelInvariantUuid:24ea2321-2d6c-4d31-a32b-29d44d0a3683
ModelName:basic_cnf_macro-nodes.dummy_baseCvfc
ModelUuid:ecac750a-9cea-4350-a4ca-db1a21d2c4dd
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy_base


VNFC Properties:
ModelCustomizationUuid:e9d1a60b-0d05-4e81-80fb-f008354f12b9
ModelInvariantUuid:fa7ecb4c-1a3e-403a-afbf-13093b5faef4
ModelName:BasicCnfMacro.compute.nodes.heat.dummy_base
ModelUuid:89d82d9d-612a-42f6-af05-45051419e0a3
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=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-03-18T15:26:15.234Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||ERROR|500||Csar with UUID: 7ac7462c-7a2a-47d2-8257-79de7d0e5c52 already exists
2023-03-18T15:26:15.234Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2023-03-18T15:26:15.234Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar(Csar with UUID: 7ac7462c-7a2a-47d2-8257-79de7d0e5c52 already exists)
2023-03-18T15:26:15.234Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-18T15:26:15.234Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:26:15.234Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:26:15.235Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "1765e72b-9f37-409d-a48f-62642d8341c6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679153175234,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 7ac7462c-7a2a-47d2-8257-79de7d0e5c52 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:26:16.236Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2023-03-18T15:26:16.236Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar(Resource with UUID: 67962590-90b8-4f11-901d-d79a952d0f14 already exists)
2023-03-18T15:26:16.236Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-18T15:26:16.236Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:26:16.236Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:26:16.236Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "1765e72b-9f37-409d-a48f-62642d8341c6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679153176236,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 67962590-90b8-4f11-901d-d79a952d0f14 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:26:17.237Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1765e72b-9f37-409d-a48f-62642d8341c6
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T15:26:17.255Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1765e72b-9f37-409d-a48f-62642d8341c6
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T15:26:17.259Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-18T15:26:17.259Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-18T15:26:17.259Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-18T15:26:17.259Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-18T15:26:17.259Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T15:26:17.259Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T15:26:17.259Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T15:26:17.259Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T15:26:17.259Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T15:26:17.259Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-18T15:26:17.268Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-18T15:26:47.269Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 1765e72b-9f37-409d-a48f-62642d8341c6 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-18T15:26:47.276Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 1765e72b-9f37-409d-a48f-62642d8341c6 and serviceModelVersionId: 29ccf31e-df21-49dc-ae06-e18b6baf315a
2023-03-18T15:26:47.276Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 6ebc743c-a40f-46f3-b5cb-b87b2b100c58
2023-03-18T15:26:47.277Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/6ebc743c-a40f-46f3-b5cb-b87b2b100c58/model-vers/model-ver/29ccf31e-df21-49dc-ae06-e18b6baf315a?depth=0
2023-03-18T15:26:47.281Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2023-03-18T15:26:47.292Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6ebc743c-a40f-46f3-b5cb-b87b2b100c58/model-vers/model-ver/29ccf31e-df21-49dc-ae06-e18b6baf315a?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-03-18T15:26:47.293Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6ebc743c-a40f-46f3-b5cb-b87b2b100c58/model-vers/model-ver/29ccf31e-df21-49dc-ae06-e18b6baf315a?depth=0|INFO|500||Invoke
2023-03-18T15:26:47.306Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6ebc743c-a40f-46f3-b5cb-b87b2b100c58/model-vers/model-ver/29ccf31e-df21-49dc-ae06-e18b6baf315a?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-18T15:26:47.538Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6ebc743c-a40f-46f3-b5cb-b87b2b100c58/model-vers/model-ver/29ccf31e-df21-49dc-ae06-e18b6baf315a?depth=0|INFO|500||InvokeReturn
2023-03-18T15:26:47.538Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6ebc743c-a40f-46f3-b5cb-b87b2b100c58/model-vers/model-ver/29ccf31e-df21-49dc-ae06-e18b6baf315a?depth=0 has http status code:200 and response headers:{date=[Sat, 18 Mar 2023 15:26:47 GMT], content-length=[0], vertex-id=[241768], x-aai-txid=[2-aai-resources-230318-15:26:47:008-71727], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-18T15:26:47.539Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||DEBUG|500||Response was returned with an empty entity.
2023-03-18T15:26:47.539Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-18T15:26:47.539Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-18T15:26:47.549Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-18T15:26:47.549Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 1765e72b-9f37-409d-a48f-62642d8341c6 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-18T15:26:47.550Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-18T15:26:47.550Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:26:47.550Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:26:47.550Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "1765e72b-9f37-409d-a48f-62642d8341c6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679153207550,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-18T15:26:48.574Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-18T15:26:48.574Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||DEBUG|500||received notification from broker: {"distributionID":"a04e84de-dd11-4280-9147-b1e37960b03e","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"fd8ba0dc-1896-4d7a-8d17-8252415f4148","serviceDescription":"service","serviceInvariantUUID":"06780b7c-aa94-422c-93b2-8efce3a7e977","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"fbaf618a-d9c7-4d1a-bd9c-d1a22dcbab14","resourceInvariantUUID":"20679d31-c72a-48fe-9cca-d085ba3d87e2","resourceCustomizationUUID":"5a2455fb-17f2-466c-b0b0-62e7a69549a5","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":"NGE3YjY3NzQ1ZjA3ZGUyMmY0YmU3MTAzMDFiMDNlODY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"07e8dd70-5afe-4bfd-ad6c-2aa9be8ac5c5","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":"NDA0YWNjNjQ5NTc5MzIzZmY5MGI0NTQ5MzkxMDMyMTU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"3505ba6b-8d3f-478c-8142-b2fb22d4f19c","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":"3415bafc-6992-481c-b7de-4378aeab19cc","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":"6e01ed63-04df-47c5-b5b9-edbad7442fb6","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":"f18ebb9c-a530-4121-accd-08ec1bde710e","artifactVersion":"2","generatedFromUUID":"3415bafc-6992-481c-b7de-4378aeab19cc"},{"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":"ZGQwOTc2NTc3MGE4NWU2ZGRkYTI0ODEwNjRiM2M0NDI\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"e0b8d7ca-c681-434f-b664-11315dcdef1b","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":"Y2M2MWFlODUxM2MxOGZjNjQ5Y2Y0YzM0NTUzMTFiMWY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"b990a0ca-504f-4f1f-bc35-5f07167e1c24","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"MTAyMTgyNjgwZDA0MWFiM2RkNzg4NzNhOWVhOTE3OWE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"938cc5f1-eb1c-4c61-971b-7e05e60d5594","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-18T15:26:48.575Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T15:26:48.575Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:26:48.575Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:26:48.575Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "a04e84de-dd11-4280-9147-b1e37960b03e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679152530660,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:26:49.577Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T15:26:49.577Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:26:49.577Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:26:49.577Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "a04e84de-dd11-4280-9147-b1e37960b03e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679152530660,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:26:50.579Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T15:26:50.579Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:26:50.579Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:26:50.579Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "a04e84de-dd11-4280-9147-b1e37960b03e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679152530660,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:26:51.581Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T15:26:51.582Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:26:51.582Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:26:51.582Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "a04e84de-dd11-4280-9147-b1e37960b03e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679152530660,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:26:52.584Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T15:26:52.584Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:26:52.584Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:26:52.584Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "a04e84de-dd11-4280-9147-b1e37960b03e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679152530660,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:26:53.585Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T15:26:53.586Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:26:53.586Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:26:53.586Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "a04e84de-dd11-4280-9147-b1e37960b03e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679152530660,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:26:54.587Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T15:26:54.588Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:26:54.588Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:26:54.588Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "a04e84de-dd11-4280-9147-b1e37960b03e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679152530660,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:26:55.590Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T15:26:55.590Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:26:55.590Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:26:55.590Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "a04e84de-dd11-4280-9147-b1e37960b03e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679152530660,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:26:56.591Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "a04e84de-dd11-4280-9147-b1e37960b03e",
  "serviceName": "basic_vm_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "fd8ba0dc-1896-4d7a-8d17-8252415f4148",
  "serviceDescription": "service",
  "serviceInvariantUUID": "06780b7c-aa94-422c-93b2-8efce3a7e977",
  "resources": [
    {
      "resourceInstanceName": "basic_vm_macro 0",
      "resourceCustomizationUUID": "5a2455fb-17f2-466c-b0b0-62e7a69549a5",
      "resourceName": "basic_vm_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "fbaf618a-d9c7-4d1a-bd9c-d1a22dcbab14",
      "resourceInvariantUUID": "20679d31-c72a-48fe-9cca-d085ba3d87e2",
      "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": "NDA0YWNjNjQ5NTc5MzIzZmY5MGI0NTQ5MzkxMDMyMTU\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "3505ba6b-8d3f-478c-8142-b2fb22d4f19c",
          "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": "3415bafc-6992-481c-b7de-4378aeab19cc",
          "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": "f18ebb9c-a530-4121-accd-08ec1bde710e",
            "generatedFromUUID": "3415bafc-6992-481c-b7de-4378aeab19cc"
          },
          "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": "f18ebb9c-a530-4121-accd-08ec1bde710e",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVmMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
      "artifactChecksum": "MTAyMTgyNjgwZDA0MWFiM2RkNzg4NzNhOWVhOTE3OWE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "938cc5f1-eb1c-4c61-971b-7e05e60d5594"
    }
  ],
  "workloadContext": "Production"
}
2023-03-18T15:26:56.591Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-18T15:26:56.591Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 fd8ba0dc-1896-4d7a-8d17-8252415f4148 ASDC
2023-03-18T15:26:56.591Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:a04e84de-dd11-4280-9147-b1e37960b03e
ServiceName:basic_vm_macro
ServiceVersion:1.0
ServiceUUID:fd8ba0dc-1896-4d7a-8d17-8252415f4148
ServiceInvariantUUID:06780b7c-aa94-422c-93b2-8efce3a7e977
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:938cc5f1-eb1c-4c61-971b-7e05e60d5594
ArtifactChecksum:MTAyMTgyNjgwZDA0MWFiM2RkNzg4NzNhOWVhOTE3OWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm_macro 0
ResourceCustomizationUUID:5a2455fb-17f2-466c-b0b0-62e7a69549a5
ResourceInvariantUUID:20679d31-c72a-48fe-9cca-d085ba3d87e2
ResourceName:basic_vm_macro
ResourceType:VF
ResourceUUID:fbaf618a-d9c7-4d1a-bd9c-d1a22dcbab14
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:3505ba6b-8d3f-478c-8142-b2fb22d4f19c
ArtifactChecksum:NDA0YWNjNjQ5NTc5MzIzZmY5MGI0NTQ5MzkxMDMyMTU=
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:3415bafc-6992-481c-b7de-4378aeab19cc
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:f18ebb9c-a530-4121-accd-08ec1bde710e
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:f18ebb9c-a530-4121-accd-08ec1bde710e
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-18T15:26:56.591Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF fd8ba0dc-1896-4d7a-8d17-8252415f4148 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: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-18T15:26:56.621Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-18T15:26:56.622Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-03-18T15:26:56.622Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-03-18T15:26:56.622Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 938cc5f1-eb1c-4c61-971b-7e05e60d5594 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2023-03-18T15:26:56.622Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||INFO|500||DistributionClient - download
2023-03-18T15:26:56.622Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2023-03-18T15:26:56.657Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||DEBUG|500||GET Response Status 404
2023-03-18T15:26:56.658Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@3303262
2023-03-18T15:26:56.658Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-18T15:26:56.658Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicVmMacro"
      ]
    }
  }
}
2023-03-18T15:26:56.658Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicVmMacro-csar.csar /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 938cc5f1-eb1c-4c61-971b-7e05e60d5594 Specified artifact is  not found 300 ASDC artifact download fail
2023-03-18T15:26:56.658Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2023-03-18T15:26:56.658Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar(Specified artifact is  not found)
2023-03-18T15:26:56.658Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-18T15:26:56.658Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:26:56.658Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:26:56.658Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "a04e84de-dd11-4280-9147-b1e37960b03e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679153216658,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:26:57.659Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during processCsarServiceArtifacts ASDC processCsarServiceArtifacts 500 Exception in processCsarServiceArtifacts
org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact service-BasicVmMacro-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar(UUID:938cc5f1-eb1c-4c61-971b-7e05e60d5594)
Error message is Specified artifact is  not found

	at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394)
	at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
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 watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-03-18T15:26:57.690Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||ERROR|500||Csar with UUID: 938cc5f1-eb1c-4c61-971b-7e05e60d5594 already exists
2023-03-18T15:26:57.691Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2023-03-18T15:26:57.691Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar(Csar with UUID: 938cc5f1-eb1c-4c61-971b-7e05e60d5594 already exists)
2023-03-18T15:26:57.691Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-18T15:26:57.691Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:26:57.691Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:26:57.691Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "a04e84de-dd11-4280-9147-b1e37960b03e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679153217691,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 938cc5f1-eb1c-4c61-971b-7e05e60d5594 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:26:58.691Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2023-03-18T15:26:58.692Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar(Resource with UUID: fbaf618a-d9c7-4d1a-bd9c-d1a22dcbab14 already exists)
2023-03-18T15:26:58.692Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-18T15:26:58.692Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:26:58.692Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:26:58.692Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "a04e84de-dd11-4280-9147-b1e37960b03e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679153218691,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: fbaf618a-d9c7-4d1a-bd9c-d1a22dcbab14 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:26:58.919Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:26:58.920Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: cached metadata has changed from (version168: {SDC-DISTR-STATUS-TOPIC-AUTO=6, SDC-DISTR-NOTIF-TOPIC-AUTO=6}) at the beginning of the rebalance to (version169: {SDC-DISTR-STATUS-TOPIC-AUTO=6})
2023-03-18T15:26:58.931Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Revoke previously assigned partitions SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-03-18T15:26:58.932Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] (Re-)joining group
2023-03-18T15:26:58.934Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Successfully joined group with generation Generation{generationId=82, memberId='SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94-2995e74d-4211-4955-93f6-f3f14568571e', protocol='range'}
2023-03-18T15:26:58.934Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Finished assignment for group at generation 82: {SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94-2995e74d-4211-4955-93f6-f3f14568571e=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])}
2023-03-18T15:26:58.946Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Successfully synced group in generation Generation{generationId=82, memberId='SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94-2995e74d-4211-4955-93f6-f3f14568571e', protocol='range'}
2023-03-18T15:26:58.946Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])
2023-03-18T15:26:58.946Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Adding newly assigned partitions: SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-03-18T15:26:58.949Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-18T15:26:58.949Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-18T15:26:58.949Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-18T15:26:58.949Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=2492, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-18T15:26:58.949Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-18T15:26:58.949Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-18T15:26:59.693Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a04e84de-dd11-4280-9147-b1e37960b03e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T15:26:59.709Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a04e84de-dd11-4280-9147-b1e37960b03e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T15:26:59.713Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-18T15:26:59.713Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-18T15:26:59.713Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-18T15:26:59.713Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-18T15:26:59.713Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T15:26:59.713Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T15:26:59.713Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T15:26:59.713Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T15:26:59.713Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T15:26:59.713Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-18T15:26:59.722Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-18T15:26:59.960Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-18T15:26:59.960Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679153118919,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-18T15:26:59.960Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:26:59.960Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-18T15:26:59.960Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "d6b70362-b450-41db-97c4-ea1285deb273",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679152530660,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/resourceInstances/pnf8b249c548f1f0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T15:26:59.960Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:26:59.960Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-18T15:26:59.960Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "d6b70362-b450-41db-97c4-ea1285deb273",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679152530660,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/resourceInstances/pnf8b249c548f1f0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-18T15:26:59.960Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:26:59.961Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-18T15:26:59.961Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "d6b70362-b450-41db-97c4-ea1285deb273",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679152530660,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/resourceInstances/pnf8b249c548f1f0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-18T15:26:59.961Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:26:59.961Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-18T15:26:59.961Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "d6b70362-b450-41db-97c4-ea1285deb273",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679152530660,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/resourceInstances/pnf8b249c548f1f0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T15:26:59.961Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:26:59.961Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-18T15:26:59.961Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "d6b70362-b450-41db-97c4-ea1285deb273",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679152530660,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/resourceInstances/pnf8b249c548f1f0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T15:26:59.961Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:26:59.961Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-18T15:26:59.961Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "d6b70362-b450-41db-97c4-ea1285deb273",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679152530660,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/resourceInstances/pnf8b249c548f1f0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T15:26:59.961Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:26:59.961Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-18T15:26:59.961Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "d6b70362-b450-41db-97c4-ea1285deb273",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679152530660,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/artifacts/service-DemoPnf0qrybifhigdyvijapwks-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T15:26:59.961Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:26:59.961Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-18T15:26:59.961Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "d6b70362-b450-41db-97c4-ea1285deb273",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679152530660,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/artifacts/service-DemoPnf0qrybifhigdyvijapwks-csar.csar",
  "status": "NOTIFIED"
}
2023-03-18T15:26:59.961Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:26:59.961Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-18T15:26:59.961Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "d6b70362-b450-41db-97c4-ea1285deb273",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679153128199,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/artifacts/service-DemoPnf0qrybifhigdyvijapwks-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-18T15:26:59.961Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:26:59.961Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-18T15:26:59.961Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "d6b70362-b450-41db-97c4-ea1285deb273",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679153129823,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/artifacts/service-DemoPnf0qrybifhigdyvijapwks-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 7c894985-6ce0-4ae6-b963-98a29a50f1d8 already exists"
}
2023-03-18T15:26:59.961Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:26:59.961Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-18T15:26:59.961Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "d6b70362-b450-41db-97c4-ea1285deb273",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679153130824,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/artifacts/service-DemoPnf0qrybifhigdyvijapwks-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: a880e813-b7b0-402c-bffe-74c020d69311 already exists"
}
2023-03-18T15:26:59.961Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:26:59.962Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-18T15:26:59.962Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "d6b70362-b450-41db-97c4-ea1285deb273",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679153162031,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-18T15:26:59.962Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:26:59.962Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-18T15:26:59.962Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "1765e72b-9f37-409d-a48f-62642d8341c6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679152530660,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T15:26:59.962Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:26:59.962Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-18T15:26:59.962Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "1765e72b-9f37-409d-a48f-62642d8341c6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679152530660,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2023-03-18T15:26:59.962Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:26:59.962Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-18T15:26:59.962Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "1765e72b-9f37-409d-a48f-62642d8341c6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679152530660,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2023-03-18T15:26:59.962Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:26:59.962Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-18T15:26:59.962Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "1765e72b-9f37-409d-a48f-62642d8341c6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679152530660,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T15:26:59.962Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:26:59.962Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-18T15:26:59.962Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "1765e72b-9f37-409d-a48f-62642d8341c6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679152530660,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2023-03-18T15:26:59.962Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:26:59.962Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-18T15:26:59.962Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "1765e72b-9f37-409d-a48f-62642d8341c6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679152530660,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2023-03-18T15:26:59.962Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:26:59.962Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-18T15:26:59.962Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "1765e72b-9f37-409d-a48f-62642d8341c6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679152530660,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2023-03-18T15:26:59.962Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:26:59.962Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-18T15:26:59.962Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "1765e72b-9f37-409d-a48f-62642d8341c6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679152530660,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-18T15:26:59.963Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:26:59.963Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-18T15:26:59.963Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "1765e72b-9f37-409d-a48f-62642d8341c6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679152530660,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T15:26:59.963Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:26:59.963Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-18T15:26:59.963Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "1765e72b-9f37-409d-a48f-62642d8341c6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679152530660,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-18T15:26:59.963Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:26:59.963Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-18T15:26:59.963Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "1765e72b-9f37-409d-a48f-62642d8341c6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679153173385,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-18T15:26:59.963Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:26:59.963Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-18T15:26:59.963Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "1765e72b-9f37-409d-a48f-62642d8341c6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679153175234,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 7ac7462c-7a2a-47d2-8257-79de7d0e5c52 already exists"
}
2023-03-18T15:26:59.963Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:26:59.963Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-18T15:26:59.963Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "1765e72b-9f37-409d-a48f-62642d8341c6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679153176236,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 67962590-90b8-4f11-901d-d79a952d0f14 already exists"
}
2023-03-18T15:26:59.963Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:26:59.963Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-18T15:26:59.963Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "1765e72b-9f37-409d-a48f-62642d8341c6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679153207550,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-18T15:26:59.963Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:26:59.963Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-18T15:26:59.963Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "a04e84de-dd11-4280-9147-b1e37960b03e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679152530660,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T15:26:59.963Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:26:59.963Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-18T15:26:59.963Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "a04e84de-dd11-4280-9147-b1e37960b03e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679152530660,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2023-03-18T15:26:59.963Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:26:59.963Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-18T15:26:59.963Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "a04e84de-dd11-4280-9147-b1e37960b03e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679152530660,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-03-18T15:26:59.963Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:26:59.963Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-18T15:26:59.963Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "a04e84de-dd11-4280-9147-b1e37960b03e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679152530660,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T15:26:59.963Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:26:59.963Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-18T15:26:59.964Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "a04e84de-dd11-4280-9147-b1e37960b03e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679152530660,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-03-18T15:26:59.964Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:26:59.964Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-18T15:26:59.964Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "a04e84de-dd11-4280-9147-b1e37960b03e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679152530660,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-18T15:26:59.964Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:26:59.964Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-18T15:26:59.964Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "a04e84de-dd11-4280-9147-b1e37960b03e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679152530660,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T15:26:59.964Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:26:59.964Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-18T15:26:59.964Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "a04e84de-dd11-4280-9147-b1e37960b03e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679152530660,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-18T15:26:59.964Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:26:59.964Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-18T15:26:59.964Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "a04e84de-dd11-4280-9147-b1e37960b03e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679153216658,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-18T15:26:59.964Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:26:59.964Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-18T15:26:59.964Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "a04e84de-dd11-4280-9147-b1e37960b03e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679153217691,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 938cc5f1-eb1c-4c61-971b-7e05e60d5594 already exists"
}
2023-03-18T15:26:59.964Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:26:59.964Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-18T15:26:59.964Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "a04e84de-dd11-4280-9147-b1e37960b03e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679153218691,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: fbaf618a-d9c7-4d1a-bd9c-d1a22dcbab14 already exists"
}
2023-03-18T15:26:59.964Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:27:29.723Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: a04e84de-dd11-4280-9147-b1e37960b03e and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-18T15:27:29.732Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: a04e84de-dd11-4280-9147-b1e37960b03e and serviceModelVersionId: fd8ba0dc-1896-4d7a-8d17-8252415f4148
2023-03-18T15:27:29.733Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 06780b7c-aa94-422c-93b2-8efce3a7e977
2023-03-18T15:27:29.733Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/06780b7c-aa94-422c-93b2-8efce3a7e977/model-vers/model-ver/fd8ba0dc-1896-4d7a-8d17-8252415f4148?depth=0
2023-03-18T15:27:29.739Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2023-03-18T15:27:29.749Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/06780b7c-aa94-422c-93b2-8efce3a7e977/model-vers/model-ver/fd8ba0dc-1896-4d7a-8d17-8252415f4148?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-03-18T15:27:29.750Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/06780b7c-aa94-422c-93b2-8efce3a7e977/model-vers/model-ver/fd8ba0dc-1896-4d7a-8d17-8252415f4148?depth=0|INFO|500||Invoke
2023-03-18T15:27:29.762Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/06780b7c-aa94-422c-93b2-8efce3a7e977/model-vers/model-ver/fd8ba0dc-1896-4d7a-8d17-8252415f4148?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-18T15:27:29.882Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/06780b7c-aa94-422c-93b2-8efce3a7e977/model-vers/model-ver/fd8ba0dc-1896-4d7a-8d17-8252415f4148?depth=0|INFO|500||InvokeReturn
2023-03-18T15:27:29.883Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/06780b7c-aa94-422c-93b2-8efce3a7e977/model-vers/model-ver/fd8ba0dc-1896-4d7a-8d17-8252415f4148?depth=0 has http status code:200 and response headers:{date=[Sat, 18 Mar 2023 15:27:29 GMT], content-length=[0], vertex-id=[770064], x-aai-txid=[0-aai-resources-230318-15:27:29:464-70974], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-18T15:27:29.883Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||DEBUG|500||Response was returned with an empty entity.
2023-03-18T15:27:29.883Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-18T15:27:29.883Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-18T15:27:29.891Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-18T15:27:29.891Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID a04e84de-dd11-4280-9147-b1e37960b03e and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-18T15:27:29.892Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-18T15:27:29.892Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:27:29.892Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:27:29.892Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "a04e84de-dd11-4280-9147-b1e37960b03e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679153249891,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-18T15:27:30.914Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T15:27:30.914Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Failing OffsetCommit request since the consumer is not part of an active group
2023-03-18T15:27:30.915Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Node 0 disconnected.
2023-03-18T15:27:30.916Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Cancelled in-flight METADATA request with correlation id 168775 due to node 0 being disconnected (elapsed time since creation: 1ms, elapsed time since send: 1ms, request timeout: 30000ms)
2023-03-18T15:27:30.916Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Node 1 disconnected.
2023-03-18T15:27:30.917Z||pool-2-thread-1|||||ERROR|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Asynchronous auto-commit of offsets failed: Offset commit cannot be completed since the consumer is not part of an active group for auto partition assignment; it is likely that the consumer was kicked out of the group.. Will continue to join group.
2023-03-18T15:27:30.917Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Giving away all assigned partitions as lost since generation/memberID has been reset,indicating that consumer is in old state or no longer part of the group
2023-03-18T15:27:30.917Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Lost previously assigned partitions SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5
2023-03-18T15:27:30.917Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] (Re-)joining group
2023-03-18T15:27:30.921Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2-79b8e79c-4eca-4454-8441-50fb862599ab
2023-03-18T15:27:30.921Z||pool-2-thread-1|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Asynchronous auto-commit of offsets {SDC-DISTR-NOTIF-TOPIC-AUTO-5=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-4=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-3=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-2=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-1=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-0=OffsetAndMetadata{offset=10, leaderEpoch=0, metadata=''}} failed: Offset commit cannot be completed since the consumer is not part of an active group for auto partition assignment; it is likely that the consumer was kicked out of the group.
2023-03-18T15:27:30.922Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Request joining group due to: rebalance failed due to 'The group member needs to have a valid member id before actually entering a consumer group.' (MemberIdRequiredException)
2023-03-18T15:27:30.922Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] (Re-)joining group
2023-03-18T15:27:32.209Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T15:27:35.219Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T15:27:38.229Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T15:27:41.243Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T15:27:44.252Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T15:27:47.269Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T15:27:50.282Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T15:27:53.291Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T15:27:56.302Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T15:27:58.921Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:27:58.931Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Revoke previously assigned partitions SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-03-18T15:27:58.931Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] (Re-)joining group
2023-03-18T15:27:58.935Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Successfully joined group with generation Generation{generationId=83, memberId='SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94-2995e74d-4211-4955-93f6-f3f14568571e', protocol='range'}
2023-03-18T15:27:58.937Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Successfully joined group with generation Generation{generationId=83, memberId='SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2-79b8e79c-4eca-4454-8441-50fb862599ab', protocol='range'}
2023-03-18T15:27:58.938Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Resetting the last seen epoch of partition SDC-DISTR-NOTIF-TOPIC-AUTO-0 to 0 since the associated topicId changed from null to XRzq8BOIRZiZRw2R__X0DA
2023-03-18T15:27:58.938Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Resetting the last seen epoch of partition SDC-DISTR-NOTIF-TOPIC-AUTO-5 to 0 since the associated topicId changed from null to XRzq8BOIRZiZRw2R__X0DA
2023-03-18T15:27:58.938Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Resetting the last seen epoch of partition SDC-DISTR-NOTIF-TOPIC-AUTO-1 to 0 since the associated topicId changed from null to XRzq8BOIRZiZRw2R__X0DA
2023-03-18T15:27:58.938Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Resetting the last seen epoch of partition SDC-DISTR-NOTIF-TOPIC-AUTO-4 to 0 since the associated topicId changed from null to XRzq8BOIRZiZRw2R__X0DA
2023-03-18T15:27:58.938Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Resetting the last seen epoch of partition SDC-DISTR-NOTIF-TOPIC-AUTO-2 to 0 since the associated topicId changed from null to XRzq8BOIRZiZRw2R__X0DA
2023-03-18T15:27:58.938Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Resetting the last seen epoch of partition SDC-DISTR-NOTIF-TOPIC-AUTO-3 to 0 since the associated topicId changed from null to XRzq8BOIRZiZRw2R__X0DA
2023-03-18T15:27:58.938Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Finished assignment for group at generation 83: {SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2-79b8e79c-4eca-4454-8441-50fb862599ab=Assignment(partitions=[SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5]), SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94-2995e74d-4211-4955-93f6-f3f14568571e=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])}
2023-03-18T15:27:58.954Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Successfully synced group in generation Generation{generationId=83, memberId='SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94-2995e74d-4211-4955-93f6-f3f14568571e', protocol='range'}
2023-03-18T15:27:58.954Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Successfully synced group in generation Generation{generationId=83, memberId='SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2-79b8e79c-4eca-4454-8441-50fb862599ab', protocol='range'}
2023-03-18T15:27:58.954Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])
2023-03-18T15:27:58.954Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Adding newly assigned partitions: SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-03-18T15:27:58.954Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5])
2023-03-18T15:27:58.955Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Adding newly assigned partitions: SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5
2023-03-18T15:27:58.957Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-18T15:27:58.958Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-18T15:27:58.958Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-18T15:27:58.958Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=2530, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-18T15:27:58.958Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-18T15:27:58.958Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-18T15:27:58.958Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-18T15:27:58.958Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-18T15:27:58.959Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-18T15:27:58.959Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-18T15:27:58.959Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-18T15:27:58.959Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-18T15:27:58.996Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-18T15:27:58.996Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {"distributionID":"34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846","serviceName":"basic_onboard_gCPnoC","serviceVersion":"1.0","serviceUUID":"dad851ae-1f1d-4e04-8847-f18fd5d51391","serviceDescription":"service","serviceInvariantUUID":"693dcbb7-55f2-41d5-a0d9-572574329dfe","resources":[{"resourceInstanceName":"basic_onboard_gCPnoC 0","resourceName":"basic_onboard_gCPnoC","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"f3fb2f57-aad9-4f33-88db-c458ae09cdfb","resourceInvariantUUID":"d7c6b294-4284-4b69-87ff-a797deedad73","resourceCustomizationUUID":"9327f8c9-4591-449b-b6af-227dc0614cab","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/vf-license-model.xml","artifactChecksum":"OGQ5ZDI0MzIzNDdmMDUyYmQ0MzVmMDVkOWUyNGVlYmE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"5077753b-8cdd-47a9-82d5-e3ff4ce969c3","artifactVersion":"1"},{"artifactName":"basic_onboard_gcpnoc0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json","artifactChecksum":"NjRhMmYzNDQxZDFkYzhiMjZmMTk3NDMzZmQwOWNiNWI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"583db2fa-2045-4011-8045-9fd436580060","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"0846dbe8-d246-42f3-9ba6-3c197d6bb5c4","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"5004fadd-cda9-4566-99ac-bc5d669427a2","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"7d3da3bf-4415-4326-b045-fe6bef605f78","artifactVersion":"2","generatedFromUUID":"0846dbe8-d246-42f3-9ba6-3c197d6bb5c4"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardGcpnoc-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-template.yml","artifactChecksum":"OGFkYWYzODVjYTg1MmE4Y2JhZWM5NDk3ZjljNTAwNTE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"8ab16f5d-5180-4470-b278-f6ea6f7c23e8","artifactVersion":"1"},{"artifactName":"service-BasicOnboardGcpnoc-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar","artifactChecksum":"MjQxYmE3NTM3MTRlYjAwMzA2YjMyYmJjMmU4MmNkYjE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"d6569f72-4f81-428a-8593-389324ccdf48","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-18T15:27:58.997Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T15:27:58.997Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:27:58.997Z||pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:27:58.997Z||pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679153250914,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:27:59.968Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-18T15:27:59.968Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "a04e84de-dd11-4280-9147-b1e37960b03e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679153249891,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-18T15:27:59.969Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:27:59.969Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-18T15:27:59.969Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679153250914,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T15:27:59.969Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:27:59.998Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T15:27:59.998Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:27:59.998Z||pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:27:59.998Z||pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679153250914,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:28:00.999Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T15:28:00.999Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:28:00.999Z||pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:28:01.000Z||pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679153250914,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:28:02.001Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T15:28:02.001Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:28:02.001Z||pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:28:02.002Z||pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679153250914,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:28:03.003Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T15:28:03.003Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:28:03.003Z||pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:28:03.003Z||pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679153250914,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:28:04.006Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T15:28:04.006Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:28:04.006Z||pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:28:04.006Z||pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679153250914,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:28:05.007Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T15:28:05.007Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:28:05.007Z||pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:28:05.007Z||pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679153250914,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:28:06.009Z||pool-2-thread-1|||||DEBUG|500||sending notification to client: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "serviceName": "basic_onboard_gCPnoC",
  "serviceVersion": "1.0",
  "serviceUUID": "dad851ae-1f1d-4e04-8847-f18fd5d51391",
  "serviceDescription": "service",
  "serviceInvariantUUID": "693dcbb7-55f2-41d5-a0d9-572574329dfe",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_gCPnoC 0",
      "resourceCustomizationUUID": "9327f8c9-4591-449b-b6af-227dc0614cab",
      "resourceName": "basic_onboard_gCPnoC",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "f3fb2f57-aad9-4f33-88db-c458ae09cdfb",
      "resourceInvariantUUID": "d7c6b294-4284-4b69-87ff-a797deedad73",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_gcpnoc0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json",
          "artifactChecksum": "NjRhMmYzNDQxZDFkYzhiMjZmMTk3NDMzZmQwOWNiNWI\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "583db2fa-2045-4011-8045-9fd436580060",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "0846dbe8-d246-42f3-9ba6-3c197d6bb5c4",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "7d3da3bf-4415-4326-b045-fe6bef605f78",
            "generatedFromUUID": "0846dbe8-d246-42f3-9ba6-3c197d6bb5c4"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "7d3da3bf-4415-4326-b045-fe6bef605f78",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardGcpnoc-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar",
      "artifactChecksum": "MjQxYmE3NTM3MTRlYjAwMzA2YjMyYmJjMmU4MmNkYjE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "d6569f72-4f81-428a-8593-389324ccdf48"
    }
  ],
  "workloadContext": "Production"
}
2023-03-18T15:28:06.009Z||pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-18T15:28:06.010Z||pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 dad851ae-1f1d-4e04-8847-f18fd5d51391 ASDC
2023-03-18T15:28:06.011Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
ServiceName:basic_onboard_gCPnoC
ServiceVersion:1.0
ServiceUUID:dad851ae-1f1d-4e04-8847-f18fd5d51391
ServiceInvariantUUID:693dcbb7-55f2-41d5-a0d9-572574329dfe
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardGcpnoc-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar
ArtifactUUID:d6569f72-4f81-428a-8593-389324ccdf48
ArtifactChecksum:MjQxYmE3NTM3MTRlYjAwMzA2YjMyYmJjMmU4MmNkYjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_gCPnoC 0
ResourceCustomizationUUID:9327f8c9-4591-449b-b6af-227dc0614cab
ResourceInvariantUUID:d7c6b294-4284-4b69-87ff-a797deedad73
ResourceName:basic_onboard_gCPnoC
ResourceType:VF
ResourceUUID:f3fb2f57-aad9-4f33-88db-c458ae09cdfb
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_gcpnoc0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json
ArtifactUUID:583db2fa-2045-4011-8045-9fd436580060
ArtifactChecksum:NjRhMmYzNDQxZDFkYzhiMjZmMTk3NDMzZmQwOWNiNWI=
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/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.yaml
ArtifactUUID:0846dbe8-d246-42f3-9ba6-3c197d6bb5c4
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/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.env
ArtifactUUID:7d3da3bf-4415-4326-b045-fe6bef605f78
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/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.env
ArtifactUUID:7d3da3bf-4415-4326-b045-fe6bef605f78
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-18T15:28:06.011Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF dad851ae-1f1d-4e04-8847-f18fd5d51391 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: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-18T15:28:06.037Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-18T15:28:06.038Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2023-03-18T15:28:06.039Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2023-03-18T15:28:06.039Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: d6569f72-4f81-428a-8593-389324ccdf48 from URL: /sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar
2023-03-18T15:28:06.039Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-1|||||INFO|500||DistributionClient - download
2023-03-18T15:28:06.039Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar
2023-03-18T15:28:06.084Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-1|||||DEBUG|500||GET Response Status 404
2023-03-18T15:28:06.084Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-1|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@5432f33a
2023-03-18T15:28:06.084Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-18T15:28:06.085Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-1|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicOnboardGcpnoc"
      ]
    }
  }
}
2023-03-18T15:28:06.085Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-1|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicOnboardGcpnoc-csar.csar /sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar d6569f72-4f81-428a-8593-389324ccdf48 Specified artifact is  not found 300 ASDC artifact download fail
2023-03-18T15:28:06.085Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar ASDC sendASDCNotification
2023-03-18T15:28:06.085Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar(Specified artifact is  not found)
2023-03-18T15:28:06.086Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-18T15:28:06.086Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:28:06.086Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:28:06.086Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679153286085,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:28:07.088Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-1|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during processCsarServiceArtifacts ASDC processCsarServiceArtifacts 500 Exception in processCsarServiceArtifacts
org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact service-BasicOnboardGcpnoc-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar(UUID:d6569f72-4f81-428a-8593-389324ccdf48)
Error message is Specified artifact is  not found

	at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394)
	at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2023-03-18T15:28:07.107Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-1|||||ERROR|500||error NSST process resource failure 
java.lang.NullPointerException: null
	at org.onap.so.asdc.client.ASDCController.processNsstNotification(ASDCController.java:978)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:760)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-18T15:28:07.107Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: f3fb2f57-aad9-4f33-88db-c458ae09cdfb
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-18T15:28:07.111Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-1|||||INFO|500||basic_onboard_gCPnoC 0
2023-03-18T15:28:07.111Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: f3fb2f57-aad9-4f33-88db-c458ae09cdfb
2023-03-18T15:28:07.111Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 583db2fa-2045-4011-8045-9fd436580060 from URL: /sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json
2023-03-18T15:28:07.111Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-1|||||INFO|500||DistributionClient - download
2023-03-18T15:28:07.112Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json
2023-03-18T15:28:07.132Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-1|||||DEBUG|500||GET Response Status 404
2023-03-18T15:28:07.132Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-1|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@4c29184a
2023-03-18T15:28:07.132Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-18T15:28:07.132Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-1|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicOnboardGcpnoc"
      ]
    }
  }
}
2023-03-18T15:28:07.132Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-1|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL basic_onboard_gcpnoc0_modules.json /sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json 583db2fa-2045-4011-8045-9fd436580060 Specified artifact is  not found 300 ASDC artifact download fail
2023-03-18T15:28:07.133Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json ASDC sendASDCNotification
2023-03-18T15:28:07.133Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json(Specified artifact is  not found)
2023-03-18T15:28:07.133Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-18T15:28:07.133Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:28:07.133Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:28:07.133Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679153287133,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:28:08.134Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-1|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during Installation of artifact ASDC processResourceNotification 500 Exception in processResourceNotification
org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact basic_onboard_gcpnoc0_modules.json could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json(UUID:583db2fa-2045-4011-8045-9fd436580060)
Error message is Specified artifact is  not found

	at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:787)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-18T15:28:08.134Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T15:28:08.148Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T15:28:08.150Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-1|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-18T15:28:08.150Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-18T15:28:38.150Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T15:28:38.170Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T15:28:38.173Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-1|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-18T15:28:38.173Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-18T15:28:58.919Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:28:58.921Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-18T15:28:58.921Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679153250914,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json",
  "status": "NOTIFIED"
}
2023-03-18T15:28:58.921Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:29:08.174Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T15:29:08.193Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T15:29:08.197Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-1|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-18T15:29:08.197Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-18T15:29:38.197Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T15:29:38.210Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T15:29:38.212Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-1|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-18T15:29:38.212Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-18T15:29:58.920Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:29:58.921Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-18T15:29:58.921Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679153250914,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2023-03-18T15:29:58.921Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:29:58.921Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-18T15:29:58.921Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679153250914,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T15:29:58.921Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:29:58.921Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-18T15:29:58.921Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679153250914,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2023-03-18T15:29:58.922Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:29:58.922Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-18T15:29:58.922Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679153250914,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T15:29:58.922Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:29:58.922Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-18T15:29:58.922Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679153250914,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar",
  "status": "NOTIFIED"
}
2023-03-18T15:29:58.922Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:29:58.922Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-18T15:29:58.922Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679153286085,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-18T15:29:58.922Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:29:58.922Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-18T15:29:58.922Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679153287133,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-18T15:29:58.922Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:30:08.213Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T15:30:08.225Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T15:30:08.227Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-1|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-18T15:30:08.228Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-18T15:30:38.228Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T15:30:38.241Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T15:30:38.243Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-1|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-18T15:30:38.243Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-18T15:30:58.919Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:31:08.244Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T15:31:08.255Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T15:31:08.258Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-1|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-18T15:31:08.258Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-18T15:31:38.258Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T15:31:38.269Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T15:31:38.271Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-1|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-18T15:31:38.271Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-18T15:31:58.921Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:32:08.271Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T15:32:08.284Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T15:32:08.286Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-1|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-18T15:32:08.287Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-18T15:32:38.287Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T15:32:38.299Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T15:32:38.301Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-1|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-18T15:32:38.301Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-18T15:32:58.921Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:32:59.041Z||kafka-coordinator-heartbeat-thread | so|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] consumer poll timeout has expired. This means the time between subsequent calls to poll() was longer than the configured max.poll.interval.ms, which typically implies that the poll loop is spending too much time processing messages. You can address this either by increasing max.poll.interval.ms or by reducing the maximum size of batches returned in poll() with max.poll.records.
2023-03-18T15:32:59.042Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Member SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2-79b8e79c-4eca-4454-8441-50fb862599ab sending LeaveGroup request to coordinator onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2147483645 rack: null) due to consumer poll timeout has expired.
2023-03-18T15:32:59.042Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Resetting generation and member id due to: consumer pro-actively leaving the group
2023-03-18T15:32:59.043Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Request joining group due to: consumer pro-actively leaving the group
2023-03-18T15:32:59.700Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T15:32:59.709Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Revoke previously assigned partitions SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-03-18T15:32:59.710Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] (Re-)joining group
2023-03-18T15:32:59.715Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Successfully joined group with generation Generation{generationId=84, memberId='SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94-2995e74d-4211-4955-93f6-f3f14568571e', protocol='range'}
2023-03-18T15:32:59.716Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Finished assignment for group at generation 84: {SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94-2995e74d-4211-4955-93f6-f3f14568571e=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])}
2023-03-18T15:32:59.726Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Successfully synced group in generation Generation{generationId=84, memberId='SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94-2995e74d-4211-4955-93f6-f3f14568571e', protocol='range'}
2023-03-18T15:32:59.726Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])
2023-03-18T15:32:59.727Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Adding newly assigned partitions: SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-03-18T15:32:59.730Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-18T15:32:59.730Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-18T15:32:59.730Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-18T15:32:59.730Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=2540, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-18T15:32:59.731Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-18T15:32:59.731Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-18T15:33:08.302Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-1|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2023-03-18T15:33:08.302Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-18T15:33:08.307Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846 and serviceModelVersionId: dad851ae-1f1d-4e04-8847-f18fd5d51391
2023-03-18T15:33:08.307Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 693dcbb7-55f2-41d5-a0d9-572574329dfe
2023-03-18T15:33:08.308Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391?depth=0
2023-03-18T15:33:08.311Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2023-03-18T15:33:08.323Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391?depth=0|INFO|500||Invoke
2023-03-18T15:33:08.324Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[909e7b39-f4a8-4c5a-809d-80b948856617], X-ECOMP-RequestID=[34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846], X-TransactionId=[], X-ONAP-RequestID=[34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846], Content-Type=[application/merge-patch+json]}
2023-03-18T15:33:08.334Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2023-03-18T15:33:08.361Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391?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/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391?depth=0 has http status code:404 and response headers:{date=[Sat, 18 Mar 2023 15:33:08 GMT], content-length=[495], x-aai-txid=[0-aai-resources-230318-15:33:08:036-59875], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-18T15:33:08.362Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391?depth=0|DEBUG|500||{"requestError":{"serviceException":{"messageId":"SVC3001","text":"Resource not found for %1 using id %2 (msg=%3) (ec=%4)","variables":["MERGE_PATCH","service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391","Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391","ERR.5.4.6114"]}}}

2023-03-18T15:33:08.362Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391?depth=0|INFO|404|Not Found|InvokeReturn
2023-03-18T15:33:08.364Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-1|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391) (ec=ERR.5.4.6114)
2023-03-18T15:33:08.364Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-1|||||ERROR|500||Exception occurred
javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391) (ec=ERR.5.4.6114)
	at org.onap.so.client.ResponseExceptionMapper.map(ResponseExceptionMapper.java:74)
	at org.onap.so.client.RestRequest.get(RestRequest.java:77)
	at org.onap.so.client.RestClient.buildRequest(RestClient.java:326)
	at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322)
	at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283)
	at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67)
	at net.jodah.failsafe.Execution.executeSync(Execution.java:117)
	at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319)
	at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71)
	at org.onap.so.client.RestClient.method(RestClient.java:322)
	at org.onap.so.client.RestClient.patch(RestClient.java:265)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184)
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-18T15:33:08.364Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-1|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391) (ec=ERR.5.4.6114)
2023-03-18T15:33:08.364Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-1|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391) (ec=ERR.5.4.6114)
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-18T15:33:08.368Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-1|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-18T15:33:08.368Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391) (ec=ERR.5.4.6114)
2023-03-18T15:33:08.369Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2023-03-18T15:33:08.369Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:33:08.369Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:33:08.369Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679153588368,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391) (ec\u003dERR.5.4.6114)"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:33:08.383Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-18T15:33:08.384Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679153588368,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391) (ec\u003dERR.5.4.6114)"
}
2023-03-18T15:33:08.384Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-18T15:33:09.385Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-18T15:33:09.385Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-1|||||DEBUG|500||received notification from broker: {"distributionID":"d4dc9e71-f2cb-491c-bcf1-9d51402514be","serviceName":"vFW 2023-03-18 11-08-36","serviceVersion":"1.0","serviceUUID":"27fdb87d-b713-4eaf-90a0-9e48041e5db6","serviceDescription":"catalog service description","serviceInvariantUUID":"cb6d14f9-78ae-470a-a6af-a3a2b9fea472","resources":[{"resourceInstanceName":"vFW 58569f3e-bd56 0","resourceName":"vFW 58569f3e-bd56","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"d26137cf-1389-4abe-8e09-78b44d7a1aae","resourceInvariantUUID":"440b369e-a09c-4c31-8a4e-6692abd11e0c","resourceCustomizationUUID":"e17fe765-865d-4748-ab41-44bdbee5a853","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/vf-license-model.xml","artifactChecksum":"MTFjYmU2ZGQwM2YxYTQxNjdhOWY1YjI5OWUyYjE5OTg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"7238df55-40f7-4cde-93e0-f3c86248a4ba","artifactVersion":"1"},{"artifactName":"vfw58569f3ebd560_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/vfw58569f3ebd560_modules.json","artifactChecksum":"ODg5YTAyNmJiZTFiZTA5MDMwZWVhNmFkMzVmNzk4YTg\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"a8ca7246-150c-4537-b08d-e58462b66bb6","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"be903e28-b266-44db-9c8b-4cbcb6f7ee77","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/vendor-license-model.xml","artifactChecksum":"NDExZWJjY2Q3ZjkxN2NkNTRiYmFlNDViOGZhYWJjM2M\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"cecd91b9-dbd7-4a9b-96a0-72674051949c","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"0637f995-3e6f-44f6-89fc-61906f5ff14b","artifactVersion":"2","generatedFromUUID":"be903e28-b266-44db-9c8b-4cbcb6f7ee77"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20230318110836-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-template.yml","artifactChecksum":"NjdmYzRlMTY1MzM1ODg5NjAzNTEzOWU1ZGFmNmNiNDI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"8648cca8-36e7-40c1-8faf-a7c0be2faa07","artifactVersion":"1"},{"artifactName":"service-Vfw20230318110836-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar","artifactChecksum":"NzY3OTRjMDBhMTZlZjQ1ZTQ3MTU0ZjE0NjliYmU1M2Y\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"436a091b-6820-4621-9f77-4a798268cc9d","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-18T15:33:09.385Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T15:33:09.386Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:33:09.386Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:33:09.386Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679153250914,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:33:10.386Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T15:33:10.387Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:33:10.387Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:33:10.387Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679153250914,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/vfw58569f3ebd560_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:33:11.387Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T15:33:11.388Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:33:11.388Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:33:11.388Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679153250914,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:33:12.389Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T15:33:12.389Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:33:12.389Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:33:12.389Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679153250914,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:33:13.390Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T15:33:13.390Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:33:13.390Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:33:13.390Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679153250914,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/base_vfw.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:33:14.391Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T15:33:14.391Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:33:14.391Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:33:14.391Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679153250914,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:33:15.391Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T15:33:15.392Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:33:15.392Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:33:15.392Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679153250914,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:33:16.393Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-1|||||DEBUG|500||sending notification to client: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "serviceName": "vFW 2023-03-18 11-08-36",
  "serviceVersion": "1.0",
  "serviceUUID": "27fdb87d-b713-4eaf-90a0-9e48041e5db6",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "cb6d14f9-78ae-470a-a6af-a3a2b9fea472",
  "resources": [
    {
      "resourceInstanceName": "vFW 58569f3e-bd56 0",
      "resourceCustomizationUUID": "e17fe765-865d-4748-ab41-44bdbee5a853",
      "resourceName": "vFW 58569f3e-bd56",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "d26137cf-1389-4abe-8e09-78b44d7a1aae",
      "resourceInvariantUUID": "440b369e-a09c-4c31-8a4e-6692abd11e0c",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw58569f3ebd560_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/vfw58569f3ebd560_modules.json",
          "artifactChecksum": "ODg5YTAyNmJiZTFiZTA5MDMwZWVhNmFkMzVmNzk4YTg\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "a8ca7246-150c-4537-b08d-e58462b66bb6",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "be903e28-b266-44db-9c8b-4cbcb6f7ee77",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "0637f995-3e6f-44f6-89fc-61906f5ff14b",
            "generatedFromUUID": "be903e28-b266-44db-9c8b-4cbcb6f7ee77"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "0637f995-3e6f-44f6-89fc-61906f5ff14b",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20230318110836-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar",
      "artifactChecksum": "NzY3OTRjMDBhMTZlZjQ1ZTQ3MTU0ZjE0NjliYmU1M2Y\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "436a091b-6820-4621-9f77-4a798268cc9d"
    }
  ],
  "workloadContext": "Production"
}
2023-03-18T15:33:16.393Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-18T15:33:16.393Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 27fdb87d-b713-4eaf-90a0-9e48041e5db6 ASDC
2023-03-18T15:33:16.393Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:d4dc9e71-f2cb-491c-bcf1-9d51402514be
ServiceName:vFW 2023-03-18 11-08-36
ServiceVersion:1.0
ServiceUUID:27fdb87d-b713-4eaf-90a0-9e48041e5db6
ServiceInvariantUUID:cb6d14f9-78ae-470a-a6af-a3a2b9fea472
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20230318110836-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar
ArtifactUUID:436a091b-6820-4621-9f77-4a798268cc9d
ArtifactChecksum:NzY3OTRjMDBhMTZlZjQ1ZTQ3MTU0ZjE0NjliYmU1M2Y=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 58569f3e-bd56 0
ResourceCustomizationUUID:e17fe765-865d-4748-ab41-44bdbee5a853
ResourceInvariantUUID:440b369e-a09c-4c31-8a4e-6692abd11e0c
ResourceName:vFW 58569f3e-bd56
ResourceType:VF
ResourceUUID:d26137cf-1389-4abe-8e09-78b44d7a1aae
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw58569f3ebd560_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/vfw58569f3ebd560_modules.json
ArtifactUUID:a8ca7246-150c-4537-b08d-e58462b66bb6
ArtifactChecksum:ODg5YTAyNmJiZTFiZTA5MDMwZWVhNmFkMzVmNzk4YTg=
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/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/base_vfw.yaml
ArtifactUUID:be903e28-b266-44db-9c8b-4cbcb6f7ee77
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/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/base_vfw.env
ArtifactUUID:0637f995-3e6f-44f6-89fc-61906f5ff14b
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/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/base_vfw.env
ArtifactUUID:0637f995-3e6f-44f6-89fc-61906f5ff14b
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-18T15:33:16.393Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 27fdb87d-b713-4eaf-90a0-9e48041e5db6 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: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-18T15:33:16.418Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-18T15:33:16.419Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2023-03-18T15:33:16.419Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2023-03-18T15:33:16.419Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 436a091b-6820-4621-9f77-4a798268cc9d from URL: /sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar
2023-03-18T15:33:16.419Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-1|||||INFO|500||DistributionClient - download
2023-03-18T15:33:16.419Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar
2023-03-18T15:33:16.928Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2023-03-18T15:33:16.937Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar 436a091b-6820-4621-9f77-4a798268cc9d 101467
2023-03-18T15:33:16.938Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar ASDC sendASDCNotification
2023-03-18T15:33:16.938Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar
2023-03-18T15:33:16.938Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-18T15:33:16.938Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:33:16.938Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:33:16.938Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679153596938,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:33:17.939Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-18T15:33:17.940Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2023-03-18T15:33:17.940Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: 436a091b-6820-4621-9f77-4a798268cc9d, URL: /sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar to file: /app/ASDC/1/service-Vfw20230318110836-csar.csar
2023-03-18T15:33:17.941Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20230318110836-csar.csar
2023-03-18T15:33:17.941Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20230318110836-csar.csar
2023-03-18T15:33:17.941Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20230318110836-csar.csar
2023-03-18T15:33:18.068Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7151970701259281388/Definitions/service-Vfw20230318110836-template.yml
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vfw_name" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_user_data_format" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_key_name" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "compute_vfw_metadata" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "compute_vsn_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vsn_key_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "compute_vsn_user_data_format" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "compute_vsn_metadata" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided
2023-03-18T15:33:19.374Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-18T15:33:19.374Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-1|||||WARN|500||####################################################################################################
2023-03-18T15:33:19.374Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20230318110836-csar.csar
2023-03-18T15:33:19.374Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2023-03-18T15:33:19.374Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230318110836-csar.csar
2023-03-18T15:33:19.375Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230318110836-csar.csar
2023-03-18T15:33:19.375Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20230318110836-csar.csar
2023-03-18T15:33:19.375Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230318110836-csar.csar
2023-03-18T15:33:19.375Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230318110836-csar.csar
2023-03-18T15:33:19.375Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230318110836-csar.csar
2023-03-18T15:33:19.375Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230318110836-csar.csar
2023-03-18T15:33:19.375Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230318110836-csar.csar
2023-03-18T15:33:19.375Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230318110836-csar.csar
2023-03-18T15:33:19.375Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 58569f3e-bd56 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-Vfw20230318110836-csar.csar
2023-03-18T15:33:19.375Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230318110836-csar.csar
2023-03-18T15:33:19.375Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-1|||||WARN|500||####################################################################################################
2023-03-18T15:33:19.375Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T15:33:19.375Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-1|||||DEBUG|500||Service vFW 2023-03-18 11-08-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T15:33:19.375Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-1|||||DEBUG|500||Node template vFW 58569f3e-bd56 0 is matching search criteria
2023-03-18T15:33:19.375Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2023-03-18T15:33:19.375Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 58569f3e-bd56 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-18T15:33:19.375Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T15:33:19.375Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-1|||||DEBUG|500||Service vFW 2023-03-18 11-08-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T15:33:19.375Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-1|||||DEBUG|500||Node template vFW 58569f3e-bd56 0 is matching search criteria
2023-03-18T15:33:19.375Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2023-03-18T15:33:19.375Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 58569f3e-bd56 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-18T15:33:19.375Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T15:33:19.375Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-1|||||DEBUG|500||Service vFW 2023-03-18 11-08-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T15:33:19.376Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T15:33:19.376Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-1|||||DEBUG|500||Node template vFW 58569f3e-bd56 0 is not matching search criteria
2023-03-18T15:33:19.376Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-18T15:33:19.376Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-18T15:33:19.376Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-18T15:33:19.376Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-18T15:33:19.376Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-18T15:33:19.376Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-18T15:33:19.376Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-18T15:33:19.376Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-18T15:33:19.376Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-18T15:33:19.376Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-18T15:33:19.376Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-18T15:33:19.376Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-18T15:33:19.376Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-18T15:33:19.376Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-18T15:33:19.376Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-18T15:33:19.376Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-03-18T15:33:19.376Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T15:33:19.376Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-1|||||DEBUG|500||Service vFW 2023-03-18 11-08-36 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-03-18T15:33:19.376Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T15:33:19.376Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-1|||||DEBUG|500||Node template vFW 58569f3e-bd56 0 is matching search criteria
2023-03-18T15:33:19.376Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 58569f3e-bd56 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-18T15:33:19.377Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T15:33:19.377Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-1|||||DEBUG|500||Node template vFW 58569f3e-bd56 0 is matching search criteria
2023-03-18T15:33:19.377Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 58569f3e-bd56 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-18T15:33:19.377Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T15:33:19.377Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-1|||||DEBUG|500||Node template vFW 58569f3e-bd56 0 is matching search criteria
2023-03-18T15:33:19.377Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 58569f3e-bd56 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-18T15:33:19.377Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T15:33:19.377Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-1|||||DEBUG|500||Node template vFW 58569f3e-bd56 0 is not matching search criteria
2023-03-18T15:33:19.377Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-18T15:33:19.377Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-18T15:33:19.377Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-03-18T15:33:19.377Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-18T15:33:19.377Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-18T15:33:19.377Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-18T15:33:19.377Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-18T15:33:19.377Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-18T15:33:19.377Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-18T15:33:19.377Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-18T15:33:19.377Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-18T15:33:19.377Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=54648a20-f030-49c4-93d4-4525b2108f51
2023-03-18T15:33:19.378Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T15:33:19.378Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-1|||||DEBUG|500||Node template vFW 58569f3e-bd56 0 is not matching search criteria
2023-03-18T15:33:19.378Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-18T15:33:19.378Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-18T15:33:19.378Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-18T15:33:19.378Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-18T15:33:19.378Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-18T15:33:19.378Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-18T15:33:19.378Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-18T15:33:19.378Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-03-18T15:33:19.378Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-18T15:33:19.378Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-18T15:33:19.378Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-18T15:33:19.378Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-18T15:33:19.378Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=c8000f82-3ea0-499f-845f-48af9ca20f40
2023-03-18T15:33:19.378Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T15:33:19.378Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-1|||||DEBUG|500||Node template vFW 58569f3e-bd56 0 is not matching search criteria
2023-03-18T15:33:19.378Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-18T15:33:19.378Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-18T15:33:19.379Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-18T15:33:19.379Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-18T15:33:19.379Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-18T15:33:19.379Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-18T15:33:19.379Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-18T15:33:19.379Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-18T15:33:19.379Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-18T15:33:19.379Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-18T15:33:19.379Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-18T15:33:19.379Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-03-18T15:33:19.379Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=8d37dce4-ace0-4972-b0ae-359f5ee34e15
2023-03-18T15:33:19.379Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T15:33:19.379Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-1|||||DEBUG|500||Service vFW 2023-03-18 11-08-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T15:33:19.379Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T15:33:19.379Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-1|||||DEBUG|500||Service vFW 2023-03-18 11-08-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T15:33:19.379Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T15:33:19.379Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-1|||||DEBUG|500||Service vFW 2023-03-18 11-08-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T15:33:19.379Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T15:33:19.379Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-1|||||DEBUG|500||Service vFW 2023-03-18 11-08-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T15:33:19.379Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-1|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2023-03-18 11-08-36
Description:catalog service description
Model UUID:27fdb87d-b713-4eaf-90a0-9e48041e5db6
Model Version:NULL
Model InvariantUuid:cb6d14f9-78ae-470a-a6af-a3a2b9fea472
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 58569f3e-bd56
Model UUID:2fc36073-92c9-4d5d-9644-0bb6550c287b
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:440b369e-a09c-4c31-8a4e-6692abd11e0c
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:e17fe765-865d-4748-ab41-44bdbee5a853
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:351d450e-b1b7-41ae-a83a-2a71f15e25d1
ModelName:Vfw58569f3eBd56..base_vfw..module-0
ModelUuid:0d68d68e-dec8-43d2-aff9-f5d88cc04393
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:54648a20-f030-49c4-93d4-4525b2108f51
ModelInvariantUuid:4ab08134-cd1d-4688-9b75-17c67d1a3e81
ModelName:vFW 58569f3e-bd56-nodes.vfwCvfc
ModelUuid:d6b2f0ba-9202-407c-a163-7cc24d0f18b4
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:056f6090-f73c-4739-af97-620c05ad132a
ModelInvariantUuid:983e3ada-7ea8-4303-8174-d3114334eb9e
ModelName:Vfw58569f3eBd56.compute.nodes.heat.vfw
ModelUuid:3d4b7896-bd84-401c-aa77-b889e41a200a
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:c8000f82-3ea0-499f-845f-48af9ca20f40
ModelInvariantUuid:fcd18208-a79b-409f-9943-f6fdaf7b423e
ModelName:vFW 58569f3e-bd56-nodes.vsnCvfc
ModelUuid:2dc70d22-f13d-4809-b3aa-6be925119137
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:402dc1d7-02f5-4fe5-9c72-942fea6de45f
ModelInvariantUuid:0b0ccbe0-ee97-4020-bd46-0de8c06bfc96
ModelName:Vfw58569f3eBd56.compute.nodes.heat.vsn
ModelUuid:9156b53b-b6f9-40ab-bf18-4e57fbace729
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:8d37dce4-ace0-4972-b0ae-359f5ee34e15
ModelInvariantUuid:5fb0558e-6cb2-4431-b7ca-6445c8799cef
ModelName:vFW 58569f3e-bd56-nodes.vpgCvfc
ModelUuid:fa77263e-b297-4fc8-ad06-fee6a19575f2
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:c490c1b0-6d8a-4e04-bcc3-d1334a874130
ModelInvariantUuid:49041fa9-9665-4fc5-a429-9d3d7490839b
ModelName:Vfw58569f3eBd56.compute.nodes.heat.vpg
ModelUuid:7e8eb1f5-1f60-4b7b-ac6b-192037bf4db6
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=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-03-18T15:33:19.398Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-1|||||ERROR|500||Csar with UUID: 436a091b-6820-4621-9f77-4a798268cc9d already exists
2023-03-18T15:33:19.398Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar ASDC sendASDCNotification
2023-03-18T15:33:19.398Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar(Csar with UUID: 436a091b-6820-4621-9f77-4a798268cc9d already exists)
2023-03-18T15:33:19.398Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-18T15:33:19.399Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:33:19.399Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:33:19.399Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679153599398,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 436a091b-6820-4621-9f77-4a798268cc9d already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:33:20.400Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar ASDC sendASDCNotification
2023-03-18T15:33:20.400Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar(Resource with UUID: d26137cf-1389-4abe-8e09-78b44d7a1aae already exists)
2023-03-18T15:33:20.400Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-18T15:33:20.401Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:33:20.401Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:33:20.401Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679153600400,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: d26137cf-1389-4abe-8e09-78b44d7a1aae already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:33:21.402Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d4dc9e71-f2cb-491c-bcf1-9d51402514be
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T15:33:21.416Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d4dc9e71-f2cb-491c-bcf1-9d51402514be
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T15:33:21.418Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-18T15:33:21.418Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-18T15:33:21.418Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-18T15:33:21.419Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-18T15:33:21.419Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T15:33:21.419Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T15:33:21.419Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T15:33:21.419Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T15:33:21.419Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T15:33:21.419Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-1|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-18T15:33:21.425Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-18T15:33:51.426Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: d4dc9e71-f2cb-491c-bcf1-9d51402514be and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-18T15:33:51.435Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: d4dc9e71-f2cb-491c-bcf1-9d51402514be and serviceModelVersionId: 27fdb87d-b713-4eaf-90a0-9e48041e5db6
2023-03-18T15:33:51.435Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : cb6d14f9-78ae-470a-a6af-a3a2b9fea472
2023-03-18T15:33:51.436Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/cb6d14f9-78ae-470a-a6af-a3a2b9fea472/model-vers/model-ver/27fdb87d-b713-4eaf-90a0-9e48041e5db6?depth=0
2023-03-18T15:33:51.439Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2023-03-18T15:33:51.449Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-1|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cb6d14f9-78ae-470a-a6af-a3a2b9fea472/model-vers/model-ver/27fdb87d-b713-4eaf-90a0-9e48041e5db6?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-03-18T15:33:51.449Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cb6d14f9-78ae-470a-a6af-a3a2b9fea472/model-vers/model-ver/27fdb87d-b713-4eaf-90a0-9e48041e5db6?depth=0|INFO|500||Invoke
2023-03-18T15:33:51.458Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cb6d14f9-78ae-470a-a6af-a3a2b9fea472/model-vers/model-ver/27fdb87d-b713-4eaf-90a0-9e48041e5db6?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-18T15:33:51.577Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cb6d14f9-78ae-470a-a6af-a3a2b9fea472/model-vers/model-ver/27fdb87d-b713-4eaf-90a0-9e48041e5db6?depth=0|INFO|500||InvokeReturn
2023-03-18T15:33:51.577Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-1|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cb6d14f9-78ae-470a-a6af-a3a2b9fea472/model-vers/model-ver/27fdb87d-b713-4eaf-90a0-9e48041e5db6?depth=0 has http status code:200 and response headers:{date=[Sat, 18 Mar 2023 15:33:51 GMT], content-length=[0], vertex-id=[593936], x-aai-txid=[1-aai-resources-230318-15:33:51:160-44295], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-18T15:33:51.577Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-1|||||DEBUG|500||Response was returned with an empty entity.
2023-03-18T15:33:51.577Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-18T15:33:51.577Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-1|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-18T15:33:51.581Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-1|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-18T15:33:51.582Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID d4dc9e71-f2cb-491c-bcf1-9d51402514be and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-18T15:33:51.582Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-18T15:33:51.582Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:33:51.582Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:33:51.582Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679153631582,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-18T15:33:52.598Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-18T15:33:52.599Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-1|||||DEBUG|500||received notification from broker: {"distributionID":"9f6cbd74-5561-4ebf-ae29-ef09adcdb35a","serviceName":"vFW 2023-03-18 11-49-31","serviceVersion":"1.0","serviceUUID":"6d984351-d1ca-40a4-aad4-cb46662a587a","serviceDescription":"catalog service description","serviceInvariantUUID":"cf32c985-ce6d-438e-ae22-e6fd004665b3","resources":[{"resourceInstanceName":"vFW c11b0f1b-4505 0","resourceName":"vFW c11b0f1b-4505","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"c7374fd6-6727-4426-9587-40812bc7c663","resourceInvariantUUID":"26f1c4e0-d5d2-4519-a829-ba04da79dfd3","resourceCustomizationUUID":"19f5eed0-33a8-4dbf-839a-f2ac2d3b058b","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/vf-license-model.xml","artifactChecksum":"ZmYyYjdhM2U5NTJiNDExYWMwYTMzMTkyZDMwYzcxZTc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"7b8e42e6-1821-4cac-aa27-034f93b9a8bb","artifactVersion":"1"},{"artifactName":"vfwc11b0f1b45050_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/vfwc11b0f1b45050_modules.json","artifactChecksum":"YTA1YjZlZDc1ZGI4M2FjMjI5NWE4ZTQzZjQxZmI1MGE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"40a0f4a8-4459-48c6-8da9-780f32a6e90d","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"3198714b-6cfa-4ae8-9e58-caa5fd7816d1","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/vendor-license-model.xml","artifactChecksum":"OTNkYjEwYTcxMGU1ODVlYThkMzJiZjM0OWMzYWExNTg\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"56d4001a-cb5d-4c8b-a9db-05f6dd036a2e","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"72f0a15a-ad88-4350-921f-de50e44e2b78","artifactVersion":"2","generatedFromUUID":"3198714b-6cfa-4ae8-9e58-caa5fd7816d1"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20230318114931-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-template.yml","artifactChecksum":"MmZjZDk3ZDhkZWNhNmYyZTJiYmJjYzlhZTNjZmUwZDU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"d733d559-0885-4fbb-8573-c3718d9662ac","artifactVersion":"1"},{"artifactName":"service-Vfw20230318114931-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar","artifactChecksum":"NzYyNTc4YTljZWI3YjE3YThjOTU0MjkyMGEyMDMxNDY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"2a8efcaf-0813-4b52-901f-136ba065c343","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-18T15:33:52.599Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T15:33:52.599Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:33:52.599Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:33:52.599Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679153250914,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:33:53.602Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T15:33:53.602Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:33:53.602Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:33:53.603Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679153250914,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/vfwc11b0f1b45050_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:33:54.604Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T15:33:54.604Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:33:54.604Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:33:54.604Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679153250914,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:33:55.605Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T15:33:55.605Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:33:55.605Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:33:55.605Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679153250914,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:33:56.606Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T15:33:56.607Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:33:56.607Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:33:56.607Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679153250914,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/base_vfw.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:33:57.608Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T15:33:57.609Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:33:57.609Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:33:57.609Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679153250914,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:33:58.610Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T15:33:58.611Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:33:58.611Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:33:58.611Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679153250914,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:33:58.920Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:33:58.924Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-18T15:33:58.924Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679153250914,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T15:33:58.925Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:33:58.925Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-18T15:33:58.925Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679153250914,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/vfw58569f3ebd560_modules.json",
  "status": "NOTIFIED"
}
2023-03-18T15:33:58.925Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:33:58.926Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-18T15:33:58.926Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679153250914,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-03-18T15:33:58.926Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:33:58.926Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-18T15:33:58.926Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679153250914,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T15:33:58.926Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:33:58.927Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-18T15:33:58.927Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679153250914,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2023-03-18T15:33:58.927Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:33:58.927Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-18T15:33:58.927Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679153250914,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T15:33:58.927Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:33:58.927Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-18T15:33:58.927Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679153250914,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar",
  "status": "NOTIFIED"
}
2023-03-18T15:33:58.927Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:33:58.927Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-18T15:33:58.928Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679153596938,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-18T15:33:58.928Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:33:58.928Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-18T15:33:58.928Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679153599398,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 436a091b-6820-4621-9f77-4a798268cc9d already exists"
}
2023-03-18T15:33:58.928Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:33:58.928Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-18T15:33:58.928Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679153600400,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: d26137cf-1389-4abe-8e09-78b44d7a1aae already exists"
}
2023-03-18T15:33:58.928Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:33:58.928Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-18T15:33:58.928Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679153631582,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-18T15:33:58.928Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:33:58.928Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-18T15:33:58.928Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679153250914,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T15:33:58.928Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:33:58.928Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-18T15:33:58.928Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679153250914,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/vfwc11b0f1b45050_modules.json",
  "status": "NOTIFIED"
}
2023-03-18T15:33:58.928Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:33:58.928Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-18T15:33:58.929Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679153250914,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-03-18T15:33:58.929Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:33:58.929Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-18T15:33:58.929Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679153250914,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T15:33:58.929Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:33:58.929Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-18T15:33:58.929Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679153250914,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2023-03-18T15:33:58.929Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:33:58.929Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-18T15:33:58.929Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679153250914,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T15:33:58.929Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:33:58.929Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-18T15:33:58.929Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679153250914,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar",
  "status": "NOTIFIED"
}
2023-03-18T15:33:58.929Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:33:59.612Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-1|||||DEBUG|500||sending notification to client: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "serviceName": "vFW 2023-03-18 11-49-31",
  "serviceVersion": "1.0",
  "serviceUUID": "6d984351-d1ca-40a4-aad4-cb46662a587a",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "cf32c985-ce6d-438e-ae22-e6fd004665b3",
  "resources": [
    {
      "resourceInstanceName": "vFW c11b0f1b-4505 0",
      "resourceCustomizationUUID": "19f5eed0-33a8-4dbf-839a-f2ac2d3b058b",
      "resourceName": "vFW c11b0f1b-4505",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "c7374fd6-6727-4426-9587-40812bc7c663",
      "resourceInvariantUUID": "26f1c4e0-d5d2-4519-a829-ba04da79dfd3",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfwc11b0f1b45050_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/vfwc11b0f1b45050_modules.json",
          "artifactChecksum": "YTA1YjZlZDc1ZGI4M2FjMjI5NWE4ZTQzZjQxZmI1MGE\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "40a0f4a8-4459-48c6-8da9-780f32a6e90d",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "3198714b-6cfa-4ae8-9e58-caa5fd7816d1",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "72f0a15a-ad88-4350-921f-de50e44e2b78",
            "generatedFromUUID": "3198714b-6cfa-4ae8-9e58-caa5fd7816d1"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "72f0a15a-ad88-4350-921f-de50e44e2b78",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20230318114931-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar",
      "artifactChecksum": "NzYyNTc4YTljZWI3YjE3YThjOTU0MjkyMGEyMDMxNDY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "2a8efcaf-0813-4b52-901f-136ba065c343"
    }
  ],
  "workloadContext": "Production"
}
2023-03-18T15:33:59.612Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-18T15:33:59.612Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 6d984351-d1ca-40a4-aad4-cb46662a587a ASDC
2023-03-18T15:33:59.613Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:9f6cbd74-5561-4ebf-ae29-ef09adcdb35a
ServiceName:vFW 2023-03-18 11-49-31
ServiceVersion:1.0
ServiceUUID:6d984351-d1ca-40a4-aad4-cb46662a587a
ServiceInvariantUUID:cf32c985-ce6d-438e-ae22-e6fd004665b3
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20230318114931-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar
ArtifactUUID:2a8efcaf-0813-4b52-901f-136ba065c343
ArtifactChecksum:NzYyNTc4YTljZWI3YjE3YThjOTU0MjkyMGEyMDMxNDY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW c11b0f1b-4505 0
ResourceCustomizationUUID:19f5eed0-33a8-4dbf-839a-f2ac2d3b058b
ResourceInvariantUUID:26f1c4e0-d5d2-4519-a829-ba04da79dfd3
ResourceName:vFW c11b0f1b-4505
ResourceType:VF
ResourceUUID:c7374fd6-6727-4426-9587-40812bc7c663
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwc11b0f1b45050_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/vfwc11b0f1b45050_modules.json
ArtifactUUID:40a0f4a8-4459-48c6-8da9-780f32a6e90d
ArtifactChecksum:YTA1YjZlZDc1ZGI4M2FjMjI5NWE4ZTQzZjQxZmI1MGE=
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/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/base_vfw.yaml
ArtifactUUID:3198714b-6cfa-4ae8-9e58-caa5fd7816d1
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/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/base_vfw.env
ArtifactUUID:72f0a15a-ad88-4350-921f-de50e44e2b78
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/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/base_vfw.env
ArtifactUUID:72f0a15a-ad88-4350-921f-de50e44e2b78
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-18T15:33:59.613Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 6d984351-d1ca-40a4-aad4-cb46662a587a 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: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-18T15:33:59.641Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-18T15:33:59.641Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2023-03-18T15:33:59.642Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2023-03-18T15:33:59.642Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 2a8efcaf-0813-4b52-901f-136ba065c343 from URL: /sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar
2023-03-18T15:33:59.642Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-1|||||INFO|500||DistributionClient - download
2023-03-18T15:33:59.642Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar
2023-03-18T15:33:59.872Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2023-03-18T15:33:59.879Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar 2a8efcaf-0813-4b52-901f-136ba065c343 101507
2023-03-18T15:33:59.880Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar ASDC sendASDCNotification
2023-03-18T15:33:59.880Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar
2023-03-18T15:33:59.880Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-18T15:33:59.880Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:33:59.880Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:33:59.880Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679153639880,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:34:00.881Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-18T15:34:00.882Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2023-03-18T15:34:00.882Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: 2a8efcaf-0813-4b52-901f-136ba065c343, URL: /sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar to file: /app/ASDC/1/service-Vfw20230318114931-csar.csar
2023-03-18T15:34:00.883Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20230318114931-csar.csar
2023-03-18T15:34:00.883Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20230318114931-csar.csar
2023-03-18T15:34:00.883Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20230318114931-csar.csar
2023-03-18T15:34:01.006Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9611323478079114982/Definitions/service-Vfw20230318114931-template.yml
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vfw_name" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_user_data_format" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_key_name" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "compute_vfw_metadata" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "compute_vsn_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vsn_key_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "compute_vsn_user_data_format" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "compute_vsn_metadata" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided
2023-03-18T15:34:02.333Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-18T15:34:02.333Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-1|||||WARN|500||####################################################################################################
2023-03-18T15:34:02.334Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20230318114931-csar.csar
2023-03-18T15:34:02.334Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2023-03-18T15:34:02.334Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230318114931-csar.csar
2023-03-18T15:34:02.334Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230318114931-csar.csar
2023-03-18T15:34:02.334Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20230318114931-csar.csar
2023-03-18T15:34:02.334Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230318114931-csar.csar
2023-03-18T15:34:02.334Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230318114931-csar.csar
2023-03-18T15:34:02.334Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230318114931-csar.csar
2023-03-18T15:34:02.334Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230318114931-csar.csar
2023-03-18T15:34:02.334Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230318114931-csar.csar
2023-03-18T15:34:02.334Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230318114931-csar.csar
2023-03-18T15:34:02.334Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230318114931-csar.csar
2023-03-18T15:34:02.334Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW c11b0f1b-4505 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-Vfw20230318114931-csar.csar
2023-03-18T15:34:02.334Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-1|||||WARN|500||####################################################################################################
2023-03-18T15:34:02.334Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T15:34:02.334Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-1|||||DEBUG|500||Service vFW 2023-03-18 11-49-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T15:34:02.334Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-1|||||DEBUG|500||Node template vFW c11b0f1b-4505 0 is matching search criteria
2023-03-18T15:34:02.335Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2023-03-18T15:34:02.335Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW c11b0f1b-4505 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-18T15:34:02.335Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T15:34:02.335Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-1|||||DEBUG|500||Service vFW 2023-03-18 11-49-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T15:34:02.335Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-1|||||DEBUG|500||Node template vFW c11b0f1b-4505 0 is matching search criteria
2023-03-18T15:34:02.335Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2023-03-18T15:34:02.335Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW c11b0f1b-4505 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-18T15:34:02.335Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T15:34:02.335Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-1|||||DEBUG|500||Service vFW 2023-03-18 11-49-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T15:34:02.335Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T15:34:02.335Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-1|||||DEBUG|500||Node template vFW c11b0f1b-4505 0 is not matching search criteria
2023-03-18T15:34:02.335Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-18T15:34:02.335Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-18T15:34:02.335Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-18T15:34:02.336Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-18T15:34:02.336Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-18T15:34:02.336Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-18T15:34:02.336Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-18T15:34:02.336Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-18T15:34:02.336Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-18T15:34:02.336Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-18T15:34:02.336Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-18T15:34:02.336Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-18T15:34:02.336Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-18T15:34:02.336Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-18T15:34:02.336Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-18T15:34:02.336Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-03-18T15:34:02.336Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T15:34:02.336Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-1|||||DEBUG|500||Service vFW 2023-03-18 11-49-31 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-03-18T15:34:02.336Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T15:34:02.336Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-1|||||DEBUG|500||Node template vFW c11b0f1b-4505 0 is matching search criteria
2023-03-18T15:34:02.337Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW c11b0f1b-4505 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-18T15:34:02.337Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T15:34:02.337Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-1|||||DEBUG|500||Node template vFW c11b0f1b-4505 0 is matching search criteria
2023-03-18T15:34:02.337Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW c11b0f1b-4505 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-18T15:34:02.337Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T15:34:02.337Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-1|||||DEBUG|500||Node template vFW c11b0f1b-4505 0 is matching search criteria
2023-03-18T15:34:02.337Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW c11b0f1b-4505 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-18T15:34:02.337Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T15:34:02.337Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-1|||||DEBUG|500||Node template vFW c11b0f1b-4505 0 is not matching search criteria
2023-03-18T15:34:02.337Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-18T15:34:02.337Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-03-18T15:34:02.337Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-18T15:34:02.337Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-18T15:34:02.337Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-18T15:34:02.337Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-18T15:34:02.337Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-18T15:34:02.338Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-18T15:34:02.338Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-18T15:34:02.338Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-18T15:34:02.338Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-18T15:34:02.338Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=93a1b299-440a-4b46-b809-896a244a8c3e
2023-03-18T15:34:02.338Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T15:34:02.338Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-1|||||DEBUG|500||Node template vFW c11b0f1b-4505 0 is not matching search criteria
2023-03-18T15:34:02.338Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-18T15:34:02.338Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-18T15:34:02.338Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-18T15:34:02.338Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-18T15:34:02.338Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-18T15:34:02.338Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-18T15:34:02.338Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-18T15:34:02.338Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-03-18T15:34:02.338Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-18T15:34:02.338Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-18T15:34:02.338Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-18T15:34:02.339Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-18T15:34:02.339Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=f46f0c4d-868d-4d5b-9783-ea8cf0f2cc90
2023-03-18T15:34:02.339Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T15:34:02.339Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-1|||||DEBUG|500||Node template vFW c11b0f1b-4505 0 is not matching search criteria
2023-03-18T15:34:02.339Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-18T15:34:02.339Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-18T15:34:02.339Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-18T15:34:02.339Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-18T15:34:02.339Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-18T15:34:02.339Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-18T15:34:02.339Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-18T15:34:02.339Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-18T15:34:02.339Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-18T15:34:02.339Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-18T15:34:02.339Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-18T15:34:02.339Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-03-18T15:34:02.339Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=5079a023-f40e-49e5-9a39-abc7b36fa226
2023-03-18T15:34:02.340Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T15:34:02.340Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-1|||||DEBUG|500||Service vFW 2023-03-18 11-49-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T15:34:02.340Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T15:34:02.340Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-1|||||DEBUG|500||Service vFW 2023-03-18 11-49-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T15:34:02.340Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T15:34:02.340Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-1|||||DEBUG|500||Service vFW 2023-03-18 11-49-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T15:34:02.340Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T15:34:02.340Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-1|||||DEBUG|500||Service vFW 2023-03-18 11-49-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T15:34:02.340Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-1|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2023-03-18 11-49-31
Description:catalog service description
Model UUID:6d984351-d1ca-40a4-aad4-cb46662a587a
Model Version:NULL
Model InvariantUuid:cf32c985-ce6d-438e-ae22-e6fd004665b3
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW c11b0f1b-4505
Model UUID:ebdaa0dd-57e1-4fdd-a831-8135ea117a46
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:26f1c4e0-d5d2-4519-a829-ba04da79dfd3
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:19f5eed0-33a8-4dbf-839a-f2ac2d3b058b
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:6ebe4145-67c2-45e6-9597-53226a0916bd
ModelName:VfwC11b0f1b4505..base_vfw..module-0
ModelUuid:0261834d-3be1-4860-8b24-040e2c80aecd
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:93a1b299-440a-4b46-b809-896a244a8c3e
ModelInvariantUuid:8ec395e7-2102-4d02-844f-c114ac1a4203
ModelName:vFW c11b0f1b-4505-nodes.vfwCvfc
ModelUuid:504b1f13-9ac9-4e16-910b-43ab4acacb0f
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:99287d62-b33c-413e-89ec-87108c575104
ModelInvariantUuid:47f32f44-cd17-4eef-9e16-abcb011ab104
ModelName:VfwC11b0f1b4505.compute.nodes.heat.vfw
ModelUuid:2a6b0c3b-4ab1-49cd-8a96-f1f0feba73a0
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:f46f0c4d-868d-4d5b-9783-ea8cf0f2cc90
ModelInvariantUuid:d8e52c29-a773-431c-95b4-d1f0431b5e9e
ModelName:vFW c11b0f1b-4505-nodes.vsnCvfc
ModelUuid:e2d70f6d-c1ff-493f-99ab-25fea72fcdcc
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:113d5ed4-4ad4-49a7-94a3-7a01856b2205
ModelInvariantUuid:39b9a204-ad6c-4bfc-8b8d-763592e31d47
ModelName:VfwC11b0f1b4505.compute.nodes.heat.vsn
ModelUuid:fb5c808e-fe4a-477f-9cbd-5ab7141bbabe
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:5079a023-f40e-49e5-9a39-abc7b36fa226
ModelInvariantUuid:457dc8a1-b2ed-4d6f-963b-32e7f710a988
ModelName:vFW c11b0f1b-4505-nodes.vpgCvfc
ModelUuid:b289eee2-d7be-43f7-a6eb-232cf9ffa6c4
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:b5a732bf-796a-41d5-8db9-e0467a3c1b4a
ModelInvariantUuid:6626a445-05ec-4eb4-b903-06723caa1195
ModelName:VfwC11b0f1b4505.compute.nodes.heat.vpg
ModelUuid:f6a4ab06-9982-4e1b-be30-d56572ed840e
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=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-03-18T15:34:02.362Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-1|||||ERROR|500||Csar with UUID: 2a8efcaf-0813-4b52-901f-136ba065c343 already exists
2023-03-18T15:34:02.362Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar ASDC sendASDCNotification
2023-03-18T15:34:02.362Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar(Csar with UUID: 2a8efcaf-0813-4b52-901f-136ba065c343 already exists)
2023-03-18T15:34:02.362Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-18T15:34:02.362Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:34:02.363Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:34:02.363Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679153642362,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 2a8efcaf-0813-4b52-901f-136ba065c343 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:34:03.363Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar ASDC sendASDCNotification
2023-03-18T15:34:03.364Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar(Resource with UUID: c7374fd6-6727-4426-9587-40812bc7c663 already exists)
2023-03-18T15:34:03.364Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-18T15:34:03.364Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:34:03.364Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:34:03.364Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679153643363,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: c7374fd6-6727-4426-9587-40812bc7c663 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:34:04.365Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9f6cbd74-5561-4ebf-ae29-ef09adcdb35a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T15:34:04.380Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9f6cbd74-5561-4ebf-ae29-ef09adcdb35a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T15:34:04.383Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-18T15:34:04.383Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-18T15:34:04.383Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-18T15:34:04.383Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-18T15:34:04.383Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T15:34:04.383Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T15:34:04.383Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T15:34:04.383Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T15:34:04.384Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T15:34:04.384Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-1|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-18T15:34:04.391Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-18T15:34:34.391Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 9f6cbd74-5561-4ebf-ae29-ef09adcdb35a and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-18T15:34:34.400Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 9f6cbd74-5561-4ebf-ae29-ef09adcdb35a and serviceModelVersionId: 6d984351-d1ca-40a4-aad4-cb46662a587a
2023-03-18T15:34:34.400Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : cf32c985-ce6d-438e-ae22-e6fd004665b3
2023-03-18T15:34:34.401Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/cf32c985-ce6d-438e-ae22-e6fd004665b3/model-vers/model-ver/6d984351-d1ca-40a4-aad4-cb46662a587a?depth=0
2023-03-18T15:34:34.406Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2023-03-18T15:34:34.419Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cf32c985-ce6d-438e-ae22-e6fd004665b3/model-vers/model-ver/6d984351-d1ca-40a4-aad4-cb46662a587a?depth=0|INFO|500||Invoke
2023-03-18T15:34:34.419Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cf32c985-ce6d-438e-ae22-e6fd004665b3/model-vers/model-ver/6d984351-d1ca-40a4-aad4-cb46662a587a?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cf32c985-ce6d-438e-ae22-e6fd004665b3/model-vers/model-ver/6d984351-d1ca-40a4-aad4-cb46662a587a?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[9f6cbd74-5561-4ebf-ae29-ef09adcdb35a], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[2605b21a-1fd3-48cc-ab71-a40c989fcc01], X-ECOMP-RequestID=[9f6cbd74-5561-4ebf-ae29-ef09adcdb35a], X-TransactionId=[], X-ONAP-RequestID=[9f6cbd74-5561-4ebf-ae29-ef09adcdb35a], Content-Type=[application/merge-patch+json]}
2023-03-18T15:34:34.428Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cf32c985-ce6d-438e-ae22-e6fd004665b3/model-vers/model-ver/6d984351-d1ca-40a4-aad4-cb46662a587a?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-18T15:34:34.550Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cf32c985-ce6d-438e-ae22-e6fd004665b3/model-vers/model-ver/6d984351-d1ca-40a4-aad4-cb46662a587a?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/cf32c985-ce6d-438e-ae22-e6fd004665b3/model-vers/model-ver/6d984351-d1ca-40a4-aad4-cb46662a587a?depth=0 has http status code:200 and response headers:{date=[Sat, 18 Mar 2023 15:34:34 GMT], content-length=[0], vertex-id=[364760], x-aai-txid=[2-aai-resources-230318-15:34:34:131-10316], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-18T15:34:34.550Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cf32c985-ce6d-438e-ae22-e6fd004665b3/model-vers/model-ver/6d984351-d1ca-40a4-aad4-cb46662a587a?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-18T15:34:34.551Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cf32c985-ce6d-438e-ae22-e6fd004665b3/model-vers/model-ver/6d984351-d1ca-40a4-aad4-cb46662a587a?depth=0|INFO|500||InvokeReturn
2023-03-18T15:34:34.551Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-18T15:34:34.552Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-1|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-18T15:34:34.557Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-1|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-18T15:34:34.558Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 9f6cbd74-5561-4ebf-ae29-ef09adcdb35a and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-18T15:34:34.558Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-18T15:34:34.558Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:34:34.558Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:34:34.559Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679153674558,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-18T15:34:35.576Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-18T15:34:35.576Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-1|||||DEBUG|500||received notification from broker: {"distributionID":"74149d2a-f284-47d2-b2fa-4e2fc7be8f3e","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"942654ba-46c2-4f05-ae3d-6460a7c9e9a7","serviceDescription":"service","serviceInvariantUUID":"ccdda148-11a2-4587-8a73-4287349e801a","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"9290846e-2e09-452f-a45d-c33314796f1f","resourceInvariantUUID":"df78bcaa-4726-47cb-aa3f-3d44f5870fc0","resourceCustomizationUUID":"014700c6-fb42-406a-8786-743311c39dea","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":"YzAxYzRjZjI5ZDYxYzM3NGE1ZWQzMDUyNDdmNzFlYjI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"0c62aeb4-b847-4e92-887d-05928e34bd2a","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"MjQwMDY3MzNlZjViMGM0YmQ4Mzg2OTA4MTFiM2YxYTQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"01ded22f-bc0d-42c0-9fad-2915e46c71e4","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-18T15:34:35.576Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T15:34:35.577Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:34:35.577Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:34:35.577Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "74149d2a-f284-47d2-b2fa-4e2fc7be8f3e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679153250914,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:34:36.578Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T15:34:36.578Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:34:36.578Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:34:36.578Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "74149d2a-f284-47d2-b2fa-4e2fc7be8f3e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679153250914,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:34:37.580Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-1|||||DEBUG|500||sending notification to client: {
  "distributionID": "74149d2a-f284-47d2-b2fa-4e2fc7be8f3e",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "942654ba-46c2-4f05-ae3d-6460a7c9e9a7",
  "serviceDescription": "service",
  "serviceInvariantUUID": "ccdda148-11a2-4587-8a73-4287349e801a",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "014700c6-fb42-406a-8786-743311c39dea",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "9290846e-2e09-452f-a45d-c33314796f1f",
      "resourceInvariantUUID": "df78bcaa-4726-47cb-aa3f-3d44f5870fc0",
      "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": "MjQwMDY3MzNlZjViMGM0YmQ4Mzg2OTA4MTFiM2YxYTQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "01ded22f-bc0d-42c0-9fad-2915e46c71e4"
    }
  ],
  "workloadContext": "Production"
}
2023-03-18T15:34:37.580Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-18T15:34:37.580Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 942654ba-46c2-4f05-ae3d-6460a7c9e9a7 ASDC
2023-03-18T15:34:37.581Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:74149d2a-f284-47d2-b2fa-4e2fc7be8f3e
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:942654ba-46c2-4f05-ae3d-6460a7c9e9a7
ServiceInvariantUUID:ccdda148-11a2-4587-8a73-4287349e801a
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:01ded22f-bc0d-42c0-9fad-2915e46c71e4
ArtifactChecksum:MjQwMDY3MzNlZjViMGM0YmQ4Mzg2OTA4MTFiM2YxYTQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:014700c6-fb42-406a-8786-743311c39dea
ResourceInvariantUUID:df78bcaa-4726-47cb-aa3f-3d44f5870fc0
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:9290846e-2e09-452f-a45d-c33314796f1f
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2023-03-18T15:34:37.581Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 942654ba-46c2-4f05-ae3d-6460a7c9e9a7 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: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-18T15:34:37.604Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-18T15:34:37.605Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2023-03-18T15:34:37.605Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2023-03-18T15:34:37.605Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 01ded22f-bc0d-42c0-9fad-2915e46c71e4 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-03-18T15:34:37.605Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-1|||||INFO|500||DistributionClient - download
2023-03-18T15:34:37.605Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-03-18T15:34:37.643Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-1|||||DEBUG|500||GET Response Status 404
2023-03-18T15:34:37.643Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-1|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@3fc30e0f
2023-03-18T15:34:37.643Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-18T15:34:37.643Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-1|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicNetwork"
      ]
    }
  }
}
2023-03-18T15:34:37.643Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-1|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicNetwork-csar.csar /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 01ded22f-bc0d-42c0-9fad-2915e46c71e4 Specified artifact is  not found 300 ASDC artifact download fail
2023-03-18T15:34:37.644Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-03-18T15:34:37.644Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar(Specified artifact is  not found)
2023-03-18T15:34:37.644Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-18T15:34:37.644Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:34:37.644Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:34:37.644Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "74149d2a-f284-47d2-b2fa-4e2fc7be8f3e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679153677643,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:34:38.646Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-1|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during processCsarServiceArtifacts ASDC processCsarServiceArtifacts 500 Exception in processCsarServiceArtifacts
org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact service-BasicNetwork-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar(UUID:01ded22f-bc0d-42c0-9fad-2915e46c71e4)
Error message is Specified artifact is  not found

	at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394)
	at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
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 watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-03-18T15:34:38.670Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-1|||||ERROR|500||Csar with UUID: 01ded22f-bc0d-42c0-9fad-2915e46c71e4 already exists
2023-03-18T15:34:38.671Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-03-18T15:34:38.671Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar(Csar with UUID: 01ded22f-bc0d-42c0-9fad-2915e46c71e4 already exists)
2023-03-18T15:34:38.671Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-18T15:34:38.671Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:34:38.671Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:34:38.671Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "74149d2a-f284-47d2-b2fa-4e2fc7be8f3e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679153678671,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 01ded22f-bc0d-42c0-9fad-2915e46c71e4 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:34:39.673Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-03-18T15:34:39.674Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar(Resource with UUID: 9290846e-2e09-452f-a45d-c33314796f1f already exists)
2023-03-18T15:34:39.674Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-18T15:34:39.674Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:34:39.674Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:34:39.674Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "74149d2a-f284-47d2-b2fa-4e2fc7be8f3e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679153679673,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 9290846e-2e09-452f-a45d-c33314796f1f already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:34:40.675Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 74149d2a-f284-47d2-b2fa-4e2fc7be8f3e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T15:34:40.687Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 74149d2a-f284-47d2-b2fa-4e2fc7be8f3e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T15:34:40.689Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-18T15:34:40.689Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-18T15:34:40.689Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-18T15:34:40.689Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-18T15:34:40.689Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T15:34:40.689Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T15:34:40.689Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T15:34:40.689Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T15:34:40.690Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T15:34:40.690Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-1|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-18T15:34:40.695Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-18T15:34:58.919Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:34:58.926Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-18T15:34:58.926Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679153639880,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-18T15:34:58.926Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:34:58.926Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-18T15:34:58.926Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679153642362,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 2a8efcaf-0813-4b52-901f-136ba065c343 already exists"
}
2023-03-18T15:34:58.927Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:34:58.927Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-18T15:34:58.927Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679153643363,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: c7374fd6-6727-4426-9587-40812bc7c663 already exists"
}
2023-03-18T15:34:58.927Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:34:58.927Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-18T15:34:58.927Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679153674558,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-18T15:34:58.927Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:34:58.927Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-18T15:34:58.927Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "74149d2a-f284-47d2-b2fa-4e2fc7be8f3e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679153250914,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T15:34:58.927Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:34:58.927Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-18T15:34:58.927Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "74149d2a-f284-47d2-b2fa-4e2fc7be8f3e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679153250914,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-03-18T15:34:58.927Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:34:58.927Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-18T15:34:58.927Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "74149d2a-f284-47d2-b2fa-4e2fc7be8f3e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679153677643,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-18T15:34:58.927Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:34:58.927Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-18T15:34:58.927Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "74149d2a-f284-47d2-b2fa-4e2fc7be8f3e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679153678671,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 01ded22f-bc0d-42c0-9fad-2915e46c71e4 already exists"
}
2023-03-18T15:34:58.928Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:34:58.928Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-18T15:34:58.928Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "74149d2a-f284-47d2-b2fa-4e2fc7be8f3e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679153679673,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 9290846e-2e09-452f-a45d-c33314796f1f already exists"
}
2023-03-18T15:34:58.928Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:35:10.695Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 74149d2a-f284-47d2-b2fa-4e2fc7be8f3e and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-18T15:35:10.702Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 74149d2a-f284-47d2-b2fa-4e2fc7be8f3e and serviceModelVersionId: 942654ba-46c2-4f05-ae3d-6460a7c9e9a7
2023-03-18T15:35:10.702Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : ccdda148-11a2-4587-8a73-4287349e801a
2023-03-18T15:35:10.702Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/ccdda148-11a2-4587-8a73-4287349e801a/model-vers/model-ver/942654ba-46c2-4f05-ae3d-6460a7c9e9a7?depth=0
2023-03-18T15:35:10.728Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2023-03-18T15:35:10.737Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ccdda148-11a2-4587-8a73-4287349e801a/model-vers/model-ver/942654ba-46c2-4f05-ae3d-6460a7c9e9a7?depth=0|INFO|500||Invoke
2023-03-18T15:35:10.737Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ccdda148-11a2-4587-8a73-4287349e801a/model-vers/model-ver/942654ba-46c2-4f05-ae3d-6460a7c9e9a7?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ccdda148-11a2-4587-8a73-4287349e801a/model-vers/model-ver/942654ba-46c2-4f05-ae3d-6460a7c9e9a7?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[74149d2a-f284-47d2-b2fa-4e2fc7be8f3e], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[69f8dc40-a6f9-4735-91d1-591b5c1f8610], X-ECOMP-RequestID=[74149d2a-f284-47d2-b2fa-4e2fc7be8f3e], X-TransactionId=[], X-ONAP-RequestID=[74149d2a-f284-47d2-b2fa-4e2fc7be8f3e], Content-Type=[application/merge-patch+json]}
2023-03-18T15:35:10.762Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ccdda148-11a2-4587-8a73-4287349e801a/model-vers/model-ver/942654ba-46c2-4f05-ae3d-6460a7c9e9a7?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-18T15:35:10.864Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ccdda148-11a2-4587-8a73-4287349e801a/model-vers/model-ver/942654ba-46c2-4f05-ae3d-6460a7c9e9a7?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/ccdda148-11a2-4587-8a73-4287349e801a/model-vers/model-ver/942654ba-46c2-4f05-ae3d-6460a7c9e9a7?depth=0 has http status code:200 and response headers:{date=[Sat, 18 Mar 2023 15:35:10 GMT], content-length=[0], vertex-id=[192760], x-aai-txid=[2-aai-resources-230318-15:35:10:462-63889], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-18T15:35:10.864Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ccdda148-11a2-4587-8a73-4287349e801a/model-vers/model-ver/942654ba-46c2-4f05-ae3d-6460a7c9e9a7?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-18T15:35:10.865Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ccdda148-11a2-4587-8a73-4287349e801a/model-vers/model-ver/942654ba-46c2-4f05-ae3d-6460a7c9e9a7?depth=0|INFO|500||InvokeReturn
2023-03-18T15:35:10.866Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-18T15:35:10.866Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-1|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-18T15:35:10.873Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-1|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-18T15:35:10.873Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 74149d2a-f284-47d2-b2fa-4e2fc7be8f3e and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-18T15:35:10.873Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-18T15:35:10.874Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:35:10.874Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:35:10.874Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "74149d2a-f284-47d2-b2fa-4e2fc7be8f3e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679153710873,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-18T15:35:11.892Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-18T15:35:11.893Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-1|||||DEBUG|500||received notification from broker: {"distributionID":"6a074a1e-4b47-4382-9b90-afa918276d12","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"e17bf563-7a13-4701-b853-11ed8cbb93d7","serviceDescription":"service","serviceInvariantUUID":"8a45306d-3ac3-4f10-a742-9812edbe591e","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"1903c123-2be6-499b-8524-c9a33406ad4f","resourceInvariantUUID":"65a560ec-f509-40c5-b364-3c4cd0a20185","resourceCustomizationUUID":"41b30cb0-d009-4e4b-99c2-e95f691a4b2e","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":"YTFjZGVjMmU0NGZhOGFkMDlhZGI4ODkyYzk4MDRmOGE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"38ef1f0d-98ea-4e28-b00a-3091e61f54bc","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":"OWZmNjBmNzNmNGQ1ZThmYzNkMzdkODk3MzFkMDI2MDg\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"d3c6917c-1f70-48e9-9465-f259ee8cda65","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":"7aa99321-7b67-40f7-bd98-0e99d422bb2e","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":"5444e6a4-9351-40da-b837-0dd388e7cb3b","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":"cb506ca5-fd50-4406-abfc-b51858ac789a","artifactVersion":"2","generatedFromUUID":"7aa99321-7b67-40f7-bd98-0e99d422bb2e"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"ZjQyZmQxMjdjZDk5ZDY2OTQ3ZmIyZWI4MjExZGE4OGQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"204adab0-5bde-4230-9b3d-b26c0f4d57b4","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"NjI4YzVmZDFmMjYwMDhlNTZlOTY1M2NmMzExN2VkMjg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"4b6dc8ac-cbfc-43c0-9e93-2760226914ae","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-18T15:35:11.893Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T15:35:11.893Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:35:11.894Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:35:11.894Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679153250914,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:35:12.896Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T15:35:12.896Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:35:12.896Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:35:12.896Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679153250914,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:35:13.898Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T15:35:13.898Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:35:13.899Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:35:13.899Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679153250914,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:35:14.901Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T15:35:14.901Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:35:14.901Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:35:14.902Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679153250914,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:35:15.903Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T15:35:15.904Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:35:15.904Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:35:15.904Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679153250914,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:35:16.906Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T15:35:16.906Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:35:16.906Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:35:16.906Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679153250914,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:35:17.910Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T15:35:17.911Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:35:17.911Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:35:17.911Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679153250914,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:35:18.912Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-1|||||DEBUG|500||sending notification to client: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "e17bf563-7a13-4701-b853-11ed8cbb93d7",
  "serviceDescription": "service",
  "serviceInvariantUUID": "8a45306d-3ac3-4f10-a742-9812edbe591e",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "41b30cb0-d009-4e4b-99c2-e95f691a4b2e",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "1903c123-2be6-499b-8524-c9a33406ad4f",
      "resourceInvariantUUID": "65a560ec-f509-40c5-b364-3c4cd0a20185",
      "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": "OWZmNjBmNzNmNGQ1ZThmYzNkMzdkODk3MzFkMDI2MDg\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "d3c6917c-1f70-48e9-9465-f259ee8cda65",
          "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": "7aa99321-7b67-40f7-bd98-0e99d422bb2e",
          "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": "cb506ca5-fd50-4406-abfc-b51858ac789a",
            "generatedFromUUID": "7aa99321-7b67-40f7-bd98-0e99d422bb2e"
          },
          "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": "cb506ca5-fd50-4406-abfc-b51858ac789a",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "NjI4YzVmZDFmMjYwMDhlNTZlOTY1M2NmMzExN2VkMjg\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "4b6dc8ac-cbfc-43c0-9e93-2760226914ae"
    }
  ],
  "workloadContext": "Production"
}
2023-03-18T15:35:18.913Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-18T15:35:18.914Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 e17bf563-7a13-4701-b853-11ed8cbb93d7 ASDC
2023-03-18T15:35:18.914Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:6a074a1e-4b47-4382-9b90-afa918276d12
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:e17bf563-7a13-4701-b853-11ed8cbb93d7
ServiceInvariantUUID:8a45306d-3ac3-4f10-a742-9812edbe591e
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:4b6dc8ac-cbfc-43c0-9e93-2760226914ae
ArtifactChecksum:NjI4YzVmZDFmMjYwMDhlNTZlOTY1M2NmMzExN2VkMjg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:41b30cb0-d009-4e4b-99c2-e95f691a4b2e
ResourceInvariantUUID:65a560ec-f509-40c5-b364-3c4cd0a20185
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:1903c123-2be6-499b-8524-c9a33406ad4f
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:d3c6917c-1f70-48e9-9465-f259ee8cda65
ArtifactChecksum:OWZmNjBmNzNmNGQ1ZThmYzNkMzdkODk3MzFkMDI2MDg=
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:7aa99321-7b67-40f7-bd98-0e99d422bb2e
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:cb506ca5-fd50-4406-abfc-b51858ac789a
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:cb506ca5-fd50-4406-abfc-b51858ac789a
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-18T15:35:18.914Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF e17bf563-7a13-4701-b853-11ed8cbb93d7 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: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-18T15:35:18.970Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-18T15:35:18.970Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2023-03-18T15:35:18.971Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2023-03-18T15:35:18.971Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 4b6dc8ac-cbfc-43c0-9e93-2760226914ae from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-03-18T15:35:18.971Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-1|||||INFO|500||DistributionClient - download
2023-03-18T15:35:18.971Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-03-18T15:35:19.005Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-1|||||DEBUG|500||GET Response Status 404
2023-03-18T15:35:19.005Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-1|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@594f4376
2023-03-18T15:35:19.005Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-18T15:35:19.006Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-1|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicVm"
      ]
    }
  }
}
2023-03-18T15:35:19.006Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-1|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicVm-csar.csar /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 4b6dc8ac-cbfc-43c0-9e93-2760226914ae Specified artifact is  not found 300 ASDC artifact download fail
2023-03-18T15:35:19.006Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-03-18T15:35:19.006Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar(Specified artifact is  not found)
2023-03-18T15:35:19.006Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-18T15:35:19.006Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:35:19.006Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:35:19.007Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679153719006,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:35:20.008Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-1|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during processCsarServiceArtifacts ASDC processCsarServiceArtifacts 500 Exception in processCsarServiceArtifacts
org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact service-BasicVm-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar(UUID:4b6dc8ac-cbfc-43c0-9e93-2760226914ae)
Error message is Specified artifact is  not found

	at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394)
	at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
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 watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-03-18T15:35:20.035Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-1|||||ERROR|500||Csar with UUID: 4b6dc8ac-cbfc-43c0-9e93-2760226914ae already exists
2023-03-18T15:35:20.036Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-03-18T15:35:20.036Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar(Csar with UUID: 4b6dc8ac-cbfc-43c0-9e93-2760226914ae already exists)
2023-03-18T15:35:20.036Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-18T15:35:20.036Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:35:20.036Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:35:20.036Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679153720036,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 4b6dc8ac-cbfc-43c0-9e93-2760226914ae already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:35:21.037Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-03-18T15:35:21.037Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar(Resource with UUID: 1903c123-2be6-499b-8524-c9a33406ad4f already exists)
2023-03-18T15:35:21.037Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-18T15:35:21.037Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:35:21.037Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:35:21.037Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679153721037,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 1903c123-2be6-499b-8524-c9a33406ad4f already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:35:22.039Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6a074a1e-4b47-4382-9b90-afa918276d12
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T15:35:22.050Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6a074a1e-4b47-4382-9b90-afa918276d12
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T15:35:22.053Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-18T15:35:22.053Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-18T15:35:22.053Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-18T15:35:22.053Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-18T15:35:22.053Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T15:35:22.053Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T15:35:22.053Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T15:35:22.054Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T15:35:22.054Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T15:35:22.054Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-1|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-18T15:35:22.061Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-18T15:35:52.061Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 6a074a1e-4b47-4382-9b90-afa918276d12 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-18T15:35:52.068Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 6a074a1e-4b47-4382-9b90-afa918276d12 and serviceModelVersionId: e17bf563-7a13-4701-b853-11ed8cbb93d7
2023-03-18T15:35:52.068Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 8a45306d-3ac3-4f10-a742-9812edbe591e
2023-03-18T15:35:52.068Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/8a45306d-3ac3-4f10-a742-9812edbe591e/model-vers/model-ver/e17bf563-7a13-4701-b853-11ed8cbb93d7?depth=0
2023-03-18T15:35:52.073Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2023-03-18T15:35:52.083Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-1|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8a45306d-3ac3-4f10-a742-9812edbe591e/model-vers/model-ver/e17bf563-7a13-4701-b853-11ed8cbb93d7?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-03-18T15:35:52.083Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8a45306d-3ac3-4f10-a742-9812edbe591e/model-vers/model-ver/e17bf563-7a13-4701-b853-11ed8cbb93d7?depth=0|INFO|500||Invoke
2023-03-18T15:35:52.092Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8a45306d-3ac3-4f10-a742-9812edbe591e/model-vers/model-ver/e17bf563-7a13-4701-b853-11ed8cbb93d7?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-18T15:35:52.204Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8a45306d-3ac3-4f10-a742-9812edbe591e/model-vers/model-ver/e17bf563-7a13-4701-b853-11ed8cbb93d7?depth=0|INFO|500||InvokeReturn
2023-03-18T15:35:52.205Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-1|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8a45306d-3ac3-4f10-a742-9812edbe591e/model-vers/model-ver/e17bf563-7a13-4701-b853-11ed8cbb93d7?depth=0 has http status code:200 and response headers:{date=[Sat, 18 Mar 2023 15:35:51 GMT], content-length=[0], vertex-id=[188464], x-aai-txid=[2-aai-resources-230318-15:35:51:793-58579], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-18T15:35:52.205Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-1|||||DEBUG|500||Response was returned with an empty entity.
2023-03-18T15:35:52.205Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-18T15:35:52.205Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-1|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-18T15:35:52.209Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-1|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-18T15:35:52.209Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 6a074a1e-4b47-4382-9b90-afa918276d12 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-18T15:35:52.210Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-18T15:35:52.210Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:35:52.210Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:35:52.210Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679153752210,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-18T15:35:53.226Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-18T15:35:53.226Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-1|||||DEBUG|500||received notification from broker: {"distributionID":"5e005e65-61df-4986-a087-00761a388674","serviceName":"Demo_pNF_Qv5TXucXv4n7mssXUGFK","serviceVersion":"1.0","serviceUUID":"73f959ea-1a0e-41cf-b2da-40f07fd6a9c2","serviceDescription":"catalog service description","serviceInvariantUUID":"86b31417-cd30-434e-93e4-34d81e182271","resources":[{"resourceInstanceName":"pNF 8ecb3a29-1699 0","resourceName":"pNF 8ecb3a29-1699","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"79d852b9-56e5-416f-9d37-4483b88de628","resourceInvariantUUID":"c45c5ef7-20e5-4b81-8392-6fbf8a0a1b25","resourceCustomizationUUID":"3e0c811d-9b69-4eb9-9e2f-6a46c31c8df1","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/resourceInstances/pnf8ecb3a2916990/artifacts/vf-license-model.xml","artifactChecksum":"ZjYwMDAwM2MyYWM5MThmNDNmMGIxMzExNzJmYzM1YzQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"fe22c4be-1d3d-49d6-aaf8-5fb691f2c5bb","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/resourceInstances/pnf8ecb3a2916990/artifacts/pNF.csar","artifactChecksum":"YTFmMWQ3MzViYWZhMGQ1ZThlNzU3Y2I3ZGNlYWU4YjA\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"aee06125-71e1-4665-8ce8-8f87625d3137","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/resourceInstances/pnf8ecb3a2916990/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"d0d177b6-7fdc-4b24-a378-3361c335ea57","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/resourceInstances/pnf8ecb3a2916990/artifacts/vendor-license-model.xml","artifactChecksum":"NmIzN2Y3YWJiZDEyYzZiMDEyNjdiMzJhNGM5MzQ1OGI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"b3fc6aeb-2efb-45ec-a7fe-d71b1477f76e","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/resourceInstances/pnf8ecb3a2916990/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"e7ba57a9-59ef-4efe-90bb-fffece281605","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/resourceInstances/pnf8ecb3a2916990/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"cc689d97-ea39-40b8-b7d1-5326d5b71836","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfQv5txucxv4n7mssxugfk-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-template.yml","artifactChecksum":"ZTJjZGFlZDI3YjNkYzI4ZWNlMWMyNmM5NGMwOGRiNmY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"036d837c-a9b5-4c6b-9026-ef8b033600cc","artifactVersion":"1"},{"artifactName":"service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar","artifactChecksum":"NmIzYzkyYzFlZjM3YjA3YjIzODQ5MzIxZjA4ODdmYTg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"a93044a0-e137-47cf-b45c-87a4ec92508e","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-18T15:35:53.226Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T15:35:53.226Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:35:53.227Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:35:53.227Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679153250914,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/resourceInstances/pnf8ecb3a2916990/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:35:54.228Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T15:35:54.228Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:35:54.228Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:35:54.228Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679153250914,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/resourceInstances/pnf8ecb3a2916990/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:35:55.229Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T15:35:55.230Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:35:55.230Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:35:55.230Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679153250914,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/resourceInstances/pnf8ecb3a2916990/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:35:56.231Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T15:35:56.231Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:35:56.231Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:35:56.231Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679153250914,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/resourceInstances/pnf8ecb3a2916990/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:35:57.232Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T15:35:57.232Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:35:57.233Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:35:57.233Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679153250914,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/resourceInstances/pnf8ecb3a2916990/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:35:58.234Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T15:35:58.234Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:35:58.234Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:35:58.234Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679153250914,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/resourceInstances/pnf8ecb3a2916990/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:35:58.919Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:35:58.923Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-18T15:35:58.924Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "74149d2a-f284-47d2-b2fa-4e2fc7be8f3e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679153710873,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-18T15:35:58.924Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:35:58.924Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-18T15:35:58.924Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679153250914,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T15:35:58.924Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:35:58.924Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-18T15:35:58.924Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679153250914,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2023-03-18T15:35:58.925Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:35:58.925Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-18T15:35:58.925Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679153250914,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-03-18T15:35:58.925Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:35:58.925Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-18T15:35:58.925Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679153250914,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T15:35:58.925Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:35:58.925Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-18T15:35:58.925Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679153250914,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-03-18T15:35:58.925Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:35:58.925Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-18T15:35:58.926Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679153250914,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T15:35:58.926Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:35:58.926Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-18T15:35:58.926Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679153250914,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-03-18T15:35:58.926Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:35:58.926Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-18T15:35:58.926Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679153719006,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-18T15:35:58.926Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:35:58.926Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-18T15:35:58.927Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679153720036,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 4b6dc8ac-cbfc-43c0-9e93-2760226914ae already exists"
}
2023-03-18T15:35:58.927Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:35:58.927Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-18T15:35:58.927Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679153721037,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 1903c123-2be6-499b-8524-c9a33406ad4f already exists"
}
2023-03-18T15:35:58.927Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:35:58.927Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-18T15:35:58.927Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679153752210,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-18T15:35:58.927Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:35:58.927Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-18T15:35:58.927Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679153250914,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/resourceInstances/pnf8ecb3a2916990/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T15:35:58.927Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:35:58.927Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-18T15:35:58.927Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679153250914,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/resourceInstances/pnf8ecb3a2916990/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-18T15:35:58.927Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:35:58.927Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-18T15:35:58.928Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679153250914,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/resourceInstances/pnf8ecb3a2916990/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-18T15:35:58.928Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:35:58.928Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-18T15:35:58.928Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679153250914,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/resourceInstances/pnf8ecb3a2916990/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T15:35:58.928Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:35:58.928Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-18T15:35:58.928Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679153250914,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/resourceInstances/pnf8ecb3a2916990/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T15:35:58.928Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:35:58.928Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-18T15:35:58.928Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679153250914,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/resourceInstances/pnf8ecb3a2916990/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T15:35:58.928Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:35:59.235Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T15:35:59.236Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:35:59.236Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:35:59.236Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679153250914,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:36:00.237Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T15:36:00.237Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:36:00.237Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:36:00.237Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679153250914,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:36:01.238Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-1|||||DEBUG|500||sending notification to client: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "serviceName": "Demo_pNF_Qv5TXucXv4n7mssXUGFK",
  "serviceVersion": "1.0",
  "serviceUUID": "73f959ea-1a0e-41cf-b2da-40f07fd6a9c2",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "86b31417-cd30-434e-93e4-34d81e182271",
  "resources": [
    {
      "resourceInstanceName": "pNF 8ecb3a29-1699 0",
      "resourceCustomizationUUID": "3e0c811d-9b69-4eb9-9e2f-6a46c31c8df1",
      "resourceName": "pNF 8ecb3a29-1699",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "79d852b9-56e5-416f-9d37-4483b88de628",
      "resourceInvariantUUID": "c45c5ef7-20e5-4b81-8392-6fbf8a0a1b25",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar",
      "artifactChecksum": "NmIzYzkyYzFlZjM3YjA3YjIzODQ5MzIxZjA4ODdmYTg\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "a93044a0-e137-47cf-b45c-87a4ec92508e"
    }
  ],
  "workloadContext": "Production"
}
2023-03-18T15:36:01.238Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-18T15:36:01.238Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 73f959ea-1a0e-41cf-b2da-40f07fd6a9c2 ASDC
2023-03-18T15:36:01.239Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:5e005e65-61df-4986-a087-00761a388674
ServiceName:Demo_pNF_Qv5TXucXv4n7mssXUGFK
ServiceVersion:1.0
ServiceUUID:73f959ea-1a0e-41cf-b2da-40f07fd6a9c2
ServiceInvariantUUID:86b31417-cd30-434e-93e4-34d81e182271
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar
ArtifactUUID:a93044a0-e137-47cf-b45c-87a4ec92508e
ArtifactChecksum:NmIzYzkyYzFlZjM3YjA3YjIzODQ5MzIxZjA4ODdmYTg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 8ecb3a29-1699 0
ResourceCustomizationUUID:3e0c811d-9b69-4eb9-9e2f-6a46c31c8df1
ResourceInvariantUUID:c45c5ef7-20e5-4b81-8392-6fbf8a0a1b25
ResourceName:pNF 8ecb3a29-1699
ResourceType:PNF
ResourceUUID:79d852b9-56e5-416f-9d37-4483b88de628
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-18T15:36:01.239Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 73f959ea-1a0e-41cf-b2da-40f07fd6a9c2 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: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-18T15:36:01.265Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-18T15:36:01.265Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2023-03-18T15:36:01.265Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2023-03-18T15:36:01.265Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: a93044a0-e137-47cf-b45c-87a4ec92508e from URL: /sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar
2023-03-18T15:36:01.266Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-1|||||INFO|500||DistributionClient - download
2023-03-18T15:36:01.266Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar
2023-03-18T15:36:01.480Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2023-03-18T15:36:01.486Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar a93044a0-e137-47cf-b45c-87a4ec92508e 88004
2023-03-18T15:36:01.486Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar ASDC sendASDCNotification
2023-03-18T15:36:01.486Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar
2023-03-18T15:36:01.486Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-18T15:36:01.486Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:36:01.487Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:36:01.487Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679153761486,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:36:02.488Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-18T15:36:02.489Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2023-03-18T15:36:02.489Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: a93044a0-e137-47cf-b45c-87a4ec92508e, URL: /sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar to file: /app/ASDC/1/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar
2023-03-18T15:36:02.489Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar
2023-03-18T15:36:02.490Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar
2023-03-18T15:36:02.490Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar
2023-03-18T15:36:02.582Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9825130820755800574/Definitions/service-DemoPnfQv5txucxv4n7mssxugfk-template.yml
2023-03-18T15:36:03.130Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-18T15:36:03.130Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-1|||||WARN|500||####################################################################################################
2023-03-18T15:36:03.130Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar
2023-03-18T15:36:03.130Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-18T15:36:03.131Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-1|||||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-DemoPnfQv5txucxv4n7mssxugfk-csar.csar
2023-03-18T15:36:03.131Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar
2023-03-18T15:36:03.131Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-1|||||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-DemoPnfQv5txucxv4n7mssxugfk-csar.csar
2023-03-18T15:36:03.131Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar
2023-03-18T15:36:03.131Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar
2023-03-18T15:36:03.131Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 8ecb3a29-1699 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-DemoPnfQv5txucxv4n7mssxugfk-csar.csar
2023-03-18T15:36:03.131Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar
2023-03-18T15:36:03.131Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-1|||||WARN|500||####################################################################################################
2023-03-18T15:36:03.131Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T15:36:03.131Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_Qv5TXucXv4n7mssXUGFK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T15:36:03.131Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-1|||||DEBUG|500||Node template pNF 8ecb3a29-1699 0 is matching search criteria
2023-03-18T15:36:03.131Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2023-03-18T15:36:03.131Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-1|||||DEBUG|500||Found topology templates [pNF 8ecb3a29-1699 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-18T15:36:03.132Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T15:36:03.132Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_Qv5TXucXv4n7mssXUGFK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T15:36:03.132Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-1|||||DEBUG|500||Node template pNF 8ecb3a29-1699 0 is matching search criteria
2023-03-18T15:36:03.132Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2023-03-18T15:36:03.132Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-1|||||DEBUG|500||Found topology templates [pNF 8ecb3a29-1699 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-18T15:36:03.132Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T15:36:03.132Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_Qv5TXucXv4n7mssXUGFK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T15:36:03.132Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T15:36:03.132Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_Qv5TXucXv4n7mssXUGFK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T15:36:03.132Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T15:36:03.132Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_Qv5TXucXv4n7mssXUGFK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T15:36:03.132Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T15:36:03.132Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_Qv5TXucXv4n7mssXUGFK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T15:36:03.132Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T15:36:03.132Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_Qv5TXucXv4n7mssXUGFK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T15:36:03.132Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-1|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_Qv5TXucXv4n7mssXUGFK
Description:catalog service description
Model UUID:73f959ea-1a0e-41cf-b2da-40f07fd6a9c2
Model Version:NULL
Model InvariantUuid:86b31417-cd30-434e-93e4-34d81e182271
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=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-03-18T15:36:03.156Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-1|||||ERROR|500||Csar with UUID: a93044a0-e137-47cf-b45c-87a4ec92508e already exists
2023-03-18T15:36:03.156Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar ASDC sendASDCNotification
2023-03-18T15:36:03.156Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar(Csar with UUID: a93044a0-e137-47cf-b45c-87a4ec92508e already exists)
2023-03-18T15:36:03.156Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-18T15:36:03.156Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:36:03.156Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:36:03.156Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679153763156,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: a93044a0-e137-47cf-b45c-87a4ec92508e already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:36:04.157Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar ASDC sendASDCNotification
2023-03-18T15:36:04.157Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar(Resource with UUID: 79d852b9-56e5-416f-9d37-4483b88de628 already exists)
2023-03-18T15:36:04.157Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-18T15:36:04.157Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:36:04.157Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:36:04.157Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679153764157,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 79d852b9-56e5-416f-9d37-4483b88de628 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:36:05.158Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5e005e65-61df-4986-a087-00761a388674
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T15:36:05.171Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5e005e65-61df-4986-a087-00761a388674
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T15:36:05.173Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-18T15:36:05.173Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-18T15:36:05.173Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-18T15:36:05.173Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-18T15:36:05.173Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T15:36:05.173Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T15:36:05.173Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T15:36:05.173Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T15:36:05.173Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T15:36:05.173Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T15:36:05.173Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-1|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-18T15:36:05.180Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-18T15:36:35.180Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 5e005e65-61df-4986-a087-00761a388674 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-18T15:36:35.188Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 5e005e65-61df-4986-a087-00761a388674 and serviceModelVersionId: 73f959ea-1a0e-41cf-b2da-40f07fd6a9c2
2023-03-18T15:36:35.188Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 86b31417-cd30-434e-93e4-34d81e182271
2023-03-18T15:36:35.189Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/86b31417-cd30-434e-93e4-34d81e182271/model-vers/model-ver/73f959ea-1a0e-41cf-b2da-40f07fd6a9c2?depth=0
2023-03-18T15:36:35.195Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2023-03-18T15:36:35.206Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-1|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/86b31417-cd30-434e-93e4-34d81e182271/model-vers/model-ver/73f959ea-1a0e-41cf-b2da-40f07fd6a9c2?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-03-18T15:36:35.206Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/86b31417-cd30-434e-93e4-34d81e182271/model-vers/model-ver/73f959ea-1a0e-41cf-b2da-40f07fd6a9c2?depth=0|INFO|500||Invoke
2023-03-18T15:36:35.214Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/86b31417-cd30-434e-93e4-34d81e182271/model-vers/model-ver/73f959ea-1a0e-41cf-b2da-40f07fd6a9c2?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-18T15:36:35.326Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/86b31417-cd30-434e-93e4-34d81e182271/model-vers/model-ver/73f959ea-1a0e-41cf-b2da-40f07fd6a9c2?depth=0|INFO|500||InvokeReturn
2023-03-18T15:36:35.326Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-1|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/86b31417-cd30-434e-93e4-34d81e182271/model-vers/model-ver/73f959ea-1a0e-41cf-b2da-40f07fd6a9c2?depth=0 has http status code:200 and response headers:{date=[Sat, 18 Mar 2023 15:36:34 GMT], content-length=[0], vertex-id=[204904], x-aai-txid=[1-aai-resources-230318-15:36:34:916-48812], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-18T15:36:35.327Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-1|||||DEBUG|500||Response was returned with an empty entity.
2023-03-18T15:36:35.327Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-18T15:36:35.327Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-1|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-18T15:36:35.331Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-1|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-18T15:36:35.332Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 5e005e65-61df-4986-a087-00761a388674 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-18T15:36:35.332Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-18T15:36:35.332Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:36:35.332Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:36:35.332Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679153795332,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-18T15:36:36.352Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-18T15:36:36.352Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-1|||||DEBUG|500||received notification from broker: {"distributionID":"b26959c2-c6ca-4cf7-9cdd-576be04a9c92","serviceName":"Demo_pNF_M5QKMfmDLPuLyaz8OWr9","serviceVersion":"1.0","serviceUUID":"c315cbb3-fd53-45ce-8b0b-ad3e84c78918","serviceDescription":"catalog service description","serviceInvariantUUID":"a46a4505-8d20-4c38-8d99-1b181bf22700","resources":[{"resourceInstanceName":"pNF 66b89d6a-37e2 0","resourceName":"pNF 66b89d6a-37e2","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"5cb48981-5482-4843-a71a-1ebe978a5e90","resourceInvariantUUID":"067cbf90-981e-43f3-86b6-aee782d22bba","resourceCustomizationUUID":"84e6e64b-76cd-40cf-86fd-15855e6c2efb","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/resourceInstances/pnf66b89d6a37e20/artifacts/vf-license-model.xml","artifactChecksum":"NmE3OGI0M2NhMTkzNzdlZjJiNzk5YWUzOGVkODUwZTQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"7cbe96a6-d4de-40e4-9f5f-7effc4b8523d","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/resourceInstances/pnf66b89d6a37e20/artifacts/pNF.csar","artifactChecksum":"YTFmMWQ3MzViYWZhMGQ1ZThlNzU3Y2I3ZGNlYWU4YjA\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"7fd2d8fc-6c10-444b-93e4-8ebf25d579b5","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/resourceInstances/pnf66b89d6a37e20/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"62304596-99e5-46f3-868d-189f9dacc577","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/resourceInstances/pnf66b89d6a37e20/artifacts/vendor-license-model.xml","artifactChecksum":"YzhhZjQxZjBiNGEwYTBlMTMwMDYwZmQ3ZjM5OWY1MTY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"c98a30f6-a6ab-4b74-9a89-a4282ace9636","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/resourceInstances/pnf66b89d6a37e20/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"6ba69e42-ade7-45c2-a4ec-3b8f081071f9","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/resourceInstances/pnf66b89d6a37e20/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"2afae58f-afd7-42b0-ae19-62fbbccae66e","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfM5qkmfmdlpulyaz8owr9-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/artifacts/service-DemoPnfM5qkmfmdlpulyaz8owr9-template.yml","artifactChecksum":"NDU2YjRjNDEyNWEwZGVkZjBjNDY2MTJmOTFhNzRhYzk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"181d2352-caba-4b3f-999f-926eb0949ab9","artifactVersion":"1"},{"artifactName":"service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/artifacts/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar","artifactChecksum":"ZWMyYmIzM2U4YmVmYmIwYmU1ZDhjODY4NGEyYTI4NjI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"fdcf7f15-35cd-49a2-839b-26e97623a9bc","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-18T15:36:36.353Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T15:36:36.353Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:36:36.353Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:36:36.353Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679153250914,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/resourceInstances/pnf66b89d6a37e20/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:36:37.353Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T15:36:37.354Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:36:37.354Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:36:37.354Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679153250914,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/resourceInstances/pnf66b89d6a37e20/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:36:38.355Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T15:36:38.355Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:36:38.355Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:36:38.355Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679153250914,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/resourceInstances/pnf66b89d6a37e20/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:36:39.355Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T15:36:39.356Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:36:39.356Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:36:39.356Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679153250914,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/resourceInstances/pnf66b89d6a37e20/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:36:40.356Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T15:36:40.357Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:36:40.357Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:36:40.357Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679153250914,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/resourceInstances/pnf66b89d6a37e20/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:36:41.357Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T15:36:41.357Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:36:41.357Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:36:41.358Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679153250914,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/resourceInstances/pnf66b89d6a37e20/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:36:42.358Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T15:36:42.358Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:36:42.358Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:36:42.358Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679153250914,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/artifacts/service-DemoPnfM5qkmfmdlpulyaz8owr9-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:36:43.359Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T15:36:43.359Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:36:43.359Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:36:43.360Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679153250914,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/artifacts/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:36:44.361Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-1|||||DEBUG|500||sending notification to client: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "serviceName": "Demo_pNF_M5QKMfmDLPuLyaz8OWr9",
  "serviceVersion": "1.0",
  "serviceUUID": "c315cbb3-fd53-45ce-8b0b-ad3e84c78918",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "a46a4505-8d20-4c38-8d99-1b181bf22700",
  "resources": [
    {
      "resourceInstanceName": "pNF 66b89d6a-37e2 0",
      "resourceCustomizationUUID": "84e6e64b-76cd-40cf-86fd-15855e6c2efb",
      "resourceName": "pNF 66b89d6a-37e2",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "5cb48981-5482-4843-a71a-1ebe978a5e90",
      "resourceInvariantUUID": "067cbf90-981e-43f3-86b6-aee782d22bba",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/artifacts/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar",
      "artifactChecksum": "ZWMyYmIzM2U4YmVmYmIwYmU1ZDhjODY4NGEyYTI4NjI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "fdcf7f15-35cd-49a2-839b-26e97623a9bc"
    }
  ],
  "workloadContext": "Production"
}
2023-03-18T15:36:44.361Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-18T15:36:44.361Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 c315cbb3-fd53-45ce-8b0b-ad3e84c78918 ASDC
2023-03-18T15:36:44.361Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:b26959c2-c6ca-4cf7-9cdd-576be04a9c92
ServiceName:Demo_pNF_M5QKMfmDLPuLyaz8OWr9
ServiceVersion:1.0
ServiceUUID:c315cbb3-fd53-45ce-8b0b-ad3e84c78918
ServiceInvariantUUID:a46a4505-8d20-4c38-8d99-1b181bf22700
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/artifacts/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar
ArtifactUUID:fdcf7f15-35cd-49a2-839b-26e97623a9bc
ArtifactChecksum:ZWMyYmIzM2U4YmVmYmIwYmU1ZDhjODY4NGEyYTI4NjI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 66b89d6a-37e2 0
ResourceCustomizationUUID:84e6e64b-76cd-40cf-86fd-15855e6c2efb
ResourceInvariantUUID:067cbf90-981e-43f3-86b6-aee782d22bba
ResourceName:pNF 66b89d6a-37e2
ResourceType:PNF
ResourceUUID:5cb48981-5482-4843-a71a-1ebe978a5e90
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-18T15:36:44.361Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF c315cbb3-fd53-45ce-8b0b-ad3e84c78918 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: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-18T15:36:44.384Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-18T15:36:44.385Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2023-03-18T15:36:44.385Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2023-03-18T15:36:44.385Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: fdcf7f15-35cd-49a2-839b-26e97623a9bc from URL: /sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/artifacts/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar
2023-03-18T15:36:44.385Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-1|||||INFO|500||DistributionClient - download
2023-03-18T15:36:44.385Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/artifacts/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar
2023-03-18T15:36:44.632Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2023-03-18T15:36:44.638Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/artifacts/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar fdcf7f15-35cd-49a2-839b-26e97623a9bc 88022
2023-03-18T15:36:44.638Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/artifacts/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar ASDC sendASDCNotification
2023-03-18T15:36:44.639Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/artifacts/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar
2023-03-18T15:36:44.639Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-18T15:36:44.639Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:36:44.639Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:36:44.639Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679153804638,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/artifacts/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:36:45.640Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-18T15:36:45.640Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2023-03-18T15:36:45.641Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: fdcf7f15-35cd-49a2-839b-26e97623a9bc, URL: /sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/artifacts/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar to file: /app/ASDC/1/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar
2023-03-18T15:36:45.641Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar
2023-03-18T15:36:45.641Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar
2023-03-18T15:36:45.642Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar
2023-03-18T15:36:45.708Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17618096842535972086/Definitions/service-DemoPnfM5qkmfmdlpulyaz8owr9-template.yml
2023-03-18T15:36:46.197Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-18T15:36:46.197Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-1|||||WARN|500||####################################################################################################
2023-03-18T15:36:46.197Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar
2023-03-18T15:36:46.197Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-18T15:36:46.197Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-1|||||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-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar
2023-03-18T15:36:46.197Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar
2023-03-18T15:36:46.197Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-1|||||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-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar
2023-03-18T15:36:46.197Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 66b89d6a-37e2 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-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar
2023-03-18T15:36:46.197Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar
2023-03-18T15:36:46.197Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar
2023-03-18T15:36:46.198Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar
2023-03-18T15:36:46.198Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-1|||||WARN|500||####################################################################################################
2023-03-18T15:36:46.198Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T15:36:46.198Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_M5QKMfmDLPuLyaz8OWr9 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T15:36:46.198Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-1|||||DEBUG|500||Node template pNF 66b89d6a-37e2 0 is matching search criteria
2023-03-18T15:36:46.198Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2023-03-18T15:36:46.198Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-1|||||DEBUG|500||Found topology templates [pNF 66b89d6a-37e2 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-18T15:36:46.198Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T15:36:46.198Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_M5QKMfmDLPuLyaz8OWr9 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T15:36:46.198Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-1|||||DEBUG|500||Node template pNF 66b89d6a-37e2 0 is matching search criteria
2023-03-18T15:36:46.198Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2023-03-18T15:36:46.198Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-1|||||DEBUG|500||Found topology templates [pNF 66b89d6a-37e2 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-18T15:36:46.198Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T15:36:46.198Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_M5QKMfmDLPuLyaz8OWr9 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T15:36:46.198Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T15:36:46.198Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_M5QKMfmDLPuLyaz8OWr9 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T15:36:46.198Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T15:36:46.198Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_M5QKMfmDLPuLyaz8OWr9 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T15:36:46.199Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T15:36:46.199Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_M5QKMfmDLPuLyaz8OWr9 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T15:36:46.199Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T15:36:46.199Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_M5QKMfmDLPuLyaz8OWr9 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T15:36:46.199Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-1|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_M5QKMfmDLPuLyaz8OWr9
Description:catalog service description
Model UUID:c315cbb3-fd53-45ce-8b0b-ad3e84c78918
Model Version:NULL
Model InvariantUuid:a46a4505-8d20-4c38-8d99-1b181bf22700
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=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-03-18T15:36:46.223Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-1|||||ERROR|500||Csar with UUID: fdcf7f15-35cd-49a2-839b-26e97623a9bc already exists
2023-03-18T15:36:46.223Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/artifacts/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar ASDC sendASDCNotification
2023-03-18T15:36:46.223Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/artifacts/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar(Csar with UUID: fdcf7f15-35cd-49a2-839b-26e97623a9bc already exists)
2023-03-18T15:36:46.223Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-18T15:36:46.224Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:36:46.224Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:36:46.224Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679153806223,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/artifacts/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: fdcf7f15-35cd-49a2-839b-26e97623a9bc already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:36:47.224Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/artifacts/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar ASDC sendASDCNotification
2023-03-18T15:36:47.225Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/artifacts/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar(Resource with UUID: 5cb48981-5482-4843-a71a-1ebe978a5e90 already exists)
2023-03-18T15:36:47.225Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-18T15:36:47.225Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:36:47.225Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:36:47.226Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679153807224,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/artifacts/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 5cb48981-5482-4843-a71a-1ebe978a5e90 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:36:48.226Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b26959c2-c6ca-4cf7-9cdd-576be04a9c92
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T15:36:48.240Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b26959c2-c6ca-4cf7-9cdd-576be04a9c92
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T15:36:48.243Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-18T15:36:48.243Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-18T15:36:48.243Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-18T15:36:48.244Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-18T15:36:48.244Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T15:36:48.244Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T15:36:48.244Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T15:36:48.244Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T15:36:48.244Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T15:36:48.244Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T15:36:48.244Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-1|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-18T15:36:48.251Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-18T15:36:58.919Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:36:58.921Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-18T15:36:58.921Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679153250914,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T15:36:58.922Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:37:18.251Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: b26959c2-c6ca-4cf7-9cdd-576be04a9c92 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-18T15:37:18.259Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: b26959c2-c6ca-4cf7-9cdd-576be04a9c92 and serviceModelVersionId: c315cbb3-fd53-45ce-8b0b-ad3e84c78918
2023-03-18T15:37:18.259Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : a46a4505-8d20-4c38-8d99-1b181bf22700
2023-03-18T15:37:18.260Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/a46a4505-8d20-4c38-8d99-1b181bf22700/model-vers/model-ver/c315cbb3-fd53-45ce-8b0b-ad3e84c78918?depth=0
2023-03-18T15:37:18.266Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2023-03-18T15:37:18.278Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a46a4505-8d20-4c38-8d99-1b181bf22700/model-vers/model-ver/c315cbb3-fd53-45ce-8b0b-ad3e84c78918?depth=0|INFO|500||Invoke
2023-03-18T15:37:18.278Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a46a4505-8d20-4c38-8d99-1b181bf22700/model-vers/model-ver/c315cbb3-fd53-45ce-8b0b-ad3e84c78918?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a46a4505-8d20-4c38-8d99-1b181bf22700/model-vers/model-ver/c315cbb3-fd53-45ce-8b0b-ad3e84c78918?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[b26959c2-c6ca-4cf7-9cdd-576be04a9c92], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[097f511a-8518-4f28-9356-07b5d0c37baf], X-ECOMP-RequestID=[b26959c2-c6ca-4cf7-9cdd-576be04a9c92], X-TransactionId=[], X-ONAP-RequestID=[b26959c2-c6ca-4cf7-9cdd-576be04a9c92], Content-Type=[application/merge-patch+json]}
2023-03-18T15:37:18.291Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a46a4505-8d20-4c38-8d99-1b181bf22700/model-vers/model-ver/c315cbb3-fd53-45ce-8b0b-ad3e84c78918?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-18T15:37:18.453Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a46a4505-8d20-4c38-8d99-1b181bf22700/model-vers/model-ver/c315cbb3-fd53-45ce-8b0b-ad3e84c78918?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/a46a4505-8d20-4c38-8d99-1b181bf22700/model-vers/model-ver/c315cbb3-fd53-45ce-8b0b-ad3e84c78918?depth=0 has http status code:200 and response headers:{date=[Sat, 18 Mar 2023 15:37:17 GMT], content-length=[0], vertex-id=[217192], x-aai-txid=[2-aai-resources-230318-15:37:17:994-26538], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-18T15:37:18.453Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a46a4505-8d20-4c38-8d99-1b181bf22700/model-vers/model-ver/c315cbb3-fd53-45ce-8b0b-ad3e84c78918?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-18T15:37:18.453Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a46a4505-8d20-4c38-8d99-1b181bf22700/model-vers/model-ver/c315cbb3-fd53-45ce-8b0b-ad3e84c78918?depth=0|INFO|500||InvokeReturn
2023-03-18T15:37:18.454Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-18T15:37:18.454Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-1|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-18T15:37:18.457Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-1|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-18T15:37:18.458Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID b26959c2-c6ca-4cf7-9cdd-576be04a9c92 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-18T15:37:18.458Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-18T15:37:18.458Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:37:18.458Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:37:18.458Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679153838458,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-18T15:37:19.475Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-18T15:37:19.476Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-1|||||DEBUG|500||received notification from broker: {"distributionID":"d6b70362-b450-41db-97c4-ea1285deb273","serviceName":"Demo_pNF_0QRYBIFHiGDyVijApwKS","serviceVersion":"1.0","serviceUUID":"b4fd06db-c144-4037-bb56-9f4d170dc33e","serviceDescription":"catalog service description","serviceInvariantUUID":"4a6b6367-2484-4aa3-9126-d96b480457a8","resources":[{"resourceInstanceName":"pNF 8b249c54-8f1f 0","resourceName":"pNF 8b249c54-8f1f","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"a880e813-b7b0-402c-bffe-74c020d69311","resourceInvariantUUID":"62a7990d-54b9-488c-9976-952482e2993f","resourceCustomizationUUID":"eb0ac2ec-e902-44af-9274-4b7b602bc8c8","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/resourceInstances/pnf8b249c548f1f0/artifacts/vf-license-model.xml","artifactChecksum":"YWEyOGU2NjliMDg5ZDU1NzYwMDhlOTYzNmI4NGZhMzM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"d2ed05b3-c79a-4dce-b90e-d0d7508a3b45","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/resourceInstances/pnf8b249c548f1f0/artifacts/pNF.csar","artifactChecksum":"YTFmMWQ3MzViYWZhMGQ1ZThlNzU3Y2I3ZGNlYWU4YjA\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"8c5f255b-5ba0-461e-8009-527fa558f0ef","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/resourceInstances/pnf8b249c548f1f0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"a4927c34-4090-4c7c-85be-5bfcd5208e7f","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/resourceInstances/pnf8b249c548f1f0/artifacts/vendor-license-model.xml","artifactChecksum":"ZGFjMzBhNjdmYWNhNzZkY2Y1ODcwNmIzODQzMjQ0Yzc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"68e219be-7fd3-4c2f-942d-b58362470046","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/resourceInstances/pnf8b249c548f1f0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"e7878e48-de75-42bd-a2da-c03807bb7be5","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/resourceInstances/pnf8b249c548f1f0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"d4b706a9-5523-4974-846d-b745b2a21dda","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnf0qrybifhigdyvijapwks-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/artifacts/service-DemoPnf0qrybifhigdyvijapwks-template.yml","artifactChecksum":"NjU3ZjBkNGJkNDc4ZWE3Y2M3Njk5NTc3MzNjYmY1YmY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"fdaf04f2-ae49-424a-bb42-d2906911e5ff","artifactVersion":"1"},{"artifactName":"service-DemoPnf0qrybifhigdyvijapwks-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/artifacts/service-DemoPnf0qrybifhigdyvijapwks-csar.csar","artifactChecksum":"MzljYTA3Yjk4Nzg5NjI5MTU3MDE1YTYwNjFmNTc1MTk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"7c894985-6ce0-4ae6-b963-98a29a50f1d8","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-18T15:37:19.476Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T15:37:19.476Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:37:19.476Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:37:19.476Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "d6b70362-b450-41db-97c4-ea1285deb273",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679153250914,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/resourceInstances/pnf8b249c548f1f0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:37:20.477Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T15:37:20.478Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:37:20.478Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:37:20.478Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "d6b70362-b450-41db-97c4-ea1285deb273",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679153250914,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/resourceInstances/pnf8b249c548f1f0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:37:21.479Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T15:37:21.479Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:37:21.480Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:37:21.480Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "d6b70362-b450-41db-97c4-ea1285deb273",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679153250914,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/resourceInstances/pnf8b249c548f1f0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:37:22.481Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T15:37:22.481Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:37:22.481Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:37:22.482Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "d6b70362-b450-41db-97c4-ea1285deb273",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679153250914,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/resourceInstances/pnf8b249c548f1f0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:37:23.483Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T15:37:23.483Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:37:23.483Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:37:23.484Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "d6b70362-b450-41db-97c4-ea1285deb273",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679153250914,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/resourceInstances/pnf8b249c548f1f0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:37:24.485Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T15:37:24.485Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:37:24.485Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:37:24.486Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "d6b70362-b450-41db-97c4-ea1285deb273",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679153250914,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/resourceInstances/pnf8b249c548f1f0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:37:25.488Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T15:37:25.489Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:37:25.489Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:37:25.489Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "d6b70362-b450-41db-97c4-ea1285deb273",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679153250914,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/artifacts/service-DemoPnf0qrybifhigdyvijapwks-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:37:26.490Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T15:37:26.491Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:37:26.491Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:37:26.491Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "d6b70362-b450-41db-97c4-ea1285deb273",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679153250914,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/artifacts/service-DemoPnf0qrybifhigdyvijapwks-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:37:27.493Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-1|||||DEBUG|500||sending notification to client: {
  "distributionID": "d6b70362-b450-41db-97c4-ea1285deb273",
  "serviceName": "Demo_pNF_0QRYBIFHiGDyVijApwKS",
  "serviceVersion": "1.0",
  "serviceUUID": "b4fd06db-c144-4037-bb56-9f4d170dc33e",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "4a6b6367-2484-4aa3-9126-d96b480457a8",
  "resources": [
    {
      "resourceInstanceName": "pNF 8b249c54-8f1f 0",
      "resourceCustomizationUUID": "eb0ac2ec-e902-44af-9274-4b7b602bc8c8",
      "resourceName": "pNF 8b249c54-8f1f",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "a880e813-b7b0-402c-bffe-74c020d69311",
      "resourceInvariantUUID": "62a7990d-54b9-488c-9976-952482e2993f",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnf0qrybifhigdyvijapwks-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/artifacts/service-DemoPnf0qrybifhigdyvijapwks-csar.csar",
      "artifactChecksum": "MzljYTA3Yjk4Nzg5NjI5MTU3MDE1YTYwNjFmNTc1MTk\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "7c894985-6ce0-4ae6-b963-98a29a50f1d8"
    }
  ],
  "workloadContext": "Production"
}
2023-03-18T15:37:27.494Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-18T15:37:27.494Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 b4fd06db-c144-4037-bb56-9f4d170dc33e ASDC
2023-03-18T15:37:27.496Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:d6b70362-b450-41db-97c4-ea1285deb273
ServiceName:Demo_pNF_0QRYBIFHiGDyVijApwKS
ServiceVersion:1.0
ServiceUUID:b4fd06db-c144-4037-bb56-9f4d170dc33e
ServiceInvariantUUID:4a6b6367-2484-4aa3-9126-d96b480457a8
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnf0qrybifhigdyvijapwks-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/artifacts/service-DemoPnf0qrybifhigdyvijapwks-csar.csar
ArtifactUUID:7c894985-6ce0-4ae6-b963-98a29a50f1d8
ArtifactChecksum:MzljYTA3Yjk4Nzg5NjI5MTU3MDE1YTYwNjFmNTc1MTk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 8b249c54-8f1f 0
ResourceCustomizationUUID:eb0ac2ec-e902-44af-9274-4b7b602bc8c8
ResourceInvariantUUID:62a7990d-54b9-488c-9976-952482e2993f
ResourceName:pNF 8b249c54-8f1f
ResourceType:PNF
ResourceUUID:a880e813-b7b0-402c-bffe-74c020d69311
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-18T15:37:27.496Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF b4fd06db-c144-4037-bb56-9f4d170dc33e 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: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-18T15:37:27.531Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-18T15:37:27.532Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2023-03-18T15:37:27.532Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2023-03-18T15:37:27.532Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 7c894985-6ce0-4ae6-b963-98a29a50f1d8 from URL: /sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/artifacts/service-DemoPnf0qrybifhigdyvijapwks-csar.csar
2023-03-18T15:37:27.532Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-1|||||INFO|500||DistributionClient - download
2023-03-18T15:37:27.532Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/artifacts/service-DemoPnf0qrybifhigdyvijapwks-csar.csar
2023-03-18T15:37:27.772Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2023-03-18T15:37:27.779Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/artifacts/service-DemoPnf0qrybifhigdyvijapwks-csar.csar 7c894985-6ce0-4ae6-b963-98a29a50f1d8 88013
2023-03-18T15:37:27.779Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/artifacts/service-DemoPnf0qrybifhigdyvijapwks-csar.csar ASDC sendASDCNotification
2023-03-18T15:37:27.779Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/artifacts/service-DemoPnf0qrybifhigdyvijapwks-csar.csar
2023-03-18T15:37:27.780Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-18T15:37:27.780Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:37:27.780Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:37:27.780Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "d6b70362-b450-41db-97c4-ea1285deb273",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679153847779,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/artifacts/service-DemoPnf0qrybifhigdyvijapwks-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:37:28.782Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-18T15:37:28.782Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2023-03-18T15:37:28.783Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: 7c894985-6ce0-4ae6-b963-98a29a50f1d8, URL: /sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/artifacts/service-DemoPnf0qrybifhigdyvijapwks-csar.csar to file: /app/ASDC/1/service-DemoPnf0qrybifhigdyvijapwks-csar.csar
2023-03-18T15:37:28.783Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnf0qrybifhigdyvijapwks-csar.csar
2023-03-18T15:37:28.783Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnf0qrybifhigdyvijapwks-csar.csar
2023-03-18T15:37:28.784Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnf0qrybifhigdyvijapwks-csar.csar
2023-03-18T15:37:28.853Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13280864007378011952/Definitions/service-DemoPnf0qrybifhigdyvijapwks-template.yml
2023-03-18T15:37:29.360Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-18T15:37:29.360Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-1|||||WARN|500||####################################################################################################
2023-03-18T15:37:29.361Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnf0qrybifhigdyvijapwks-csar.csar
2023-03-18T15:37:29.361Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-18T15:37:29.361Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-1|||||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-DemoPnf0qrybifhigdyvijapwks-csar.csar
2023-03-18T15:37:29.361Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnf0qrybifhigdyvijapwks-csar.csar
2023-03-18T15:37:29.361Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-1|||||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-DemoPnf0qrybifhigdyvijapwks-csar.csar
2023-03-18T15:37:29.361Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf0qrybifhigdyvijapwks-csar.csar
2023-03-18T15:37:29.361Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 8b249c54-8f1f 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-DemoPnf0qrybifhigdyvijapwks-csar.csar
2023-03-18T15:37:29.361Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf0qrybifhigdyvijapwks-csar.csar
2023-03-18T15:37:29.361Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf0qrybifhigdyvijapwks-csar.csar
2023-03-18T15:37:29.361Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-1|||||WARN|500||####################################################################################################
2023-03-18T15:37:29.361Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T15:37:29.361Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_0QRYBIFHiGDyVijApwKS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T15:37:29.361Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-1|||||DEBUG|500||Node template pNF 8b249c54-8f1f 0 is matching search criteria
2023-03-18T15:37:29.361Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2023-03-18T15:37:29.361Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-1|||||DEBUG|500||Found topology templates [pNF 8b249c54-8f1f 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-18T15:37:29.362Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T15:37:29.362Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_0QRYBIFHiGDyVijApwKS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T15:37:29.362Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-1|||||DEBUG|500||Node template pNF 8b249c54-8f1f 0 is matching search criteria
2023-03-18T15:37:29.362Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2023-03-18T15:37:29.362Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-1|||||DEBUG|500||Found topology templates [pNF 8b249c54-8f1f 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-18T15:37:29.362Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T15:37:29.362Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_0QRYBIFHiGDyVijApwKS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T15:37:29.362Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T15:37:29.362Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_0QRYBIFHiGDyVijApwKS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T15:37:29.362Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T15:37:29.362Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_0QRYBIFHiGDyVijApwKS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T15:37:29.362Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T15:37:29.362Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_0QRYBIFHiGDyVijApwKS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T15:37:29.362Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T15:37:29.362Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_0QRYBIFHiGDyVijApwKS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T15:37:29.362Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-1|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_0QRYBIFHiGDyVijApwKS
Description:catalog service description
Model UUID:b4fd06db-c144-4037-bb56-9f4d170dc33e
Model Version:NULL
Model InvariantUuid:4a6b6367-2484-4aa3-9126-d96b480457a8
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=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-03-18T15:37:29.390Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-1|||||ERROR|500||Csar with UUID: 7c894985-6ce0-4ae6-b963-98a29a50f1d8 already exists
2023-03-18T15:37:29.390Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/artifacts/service-DemoPnf0qrybifhigdyvijapwks-csar.csar ASDC sendASDCNotification
2023-03-18T15:37:29.390Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/artifacts/service-DemoPnf0qrybifhigdyvijapwks-csar.csar(Csar with UUID: 7c894985-6ce0-4ae6-b963-98a29a50f1d8 already exists)
2023-03-18T15:37:29.390Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-18T15:37:29.390Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:37:29.390Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:37:29.390Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "d6b70362-b450-41db-97c4-ea1285deb273",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679153849390,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/artifacts/service-DemoPnf0qrybifhigdyvijapwks-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 7c894985-6ce0-4ae6-b963-98a29a50f1d8 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:37:30.391Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/artifacts/service-DemoPnf0qrybifhigdyvijapwks-csar.csar ASDC sendASDCNotification
2023-03-18T15:37:30.392Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/artifacts/service-DemoPnf0qrybifhigdyvijapwks-csar.csar(Resource with UUID: a880e813-b7b0-402c-bffe-74c020d69311 already exists)
2023-03-18T15:37:30.392Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-18T15:37:30.392Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:37:30.392Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:37:30.392Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "d6b70362-b450-41db-97c4-ea1285deb273",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679153850391,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/artifacts/service-DemoPnf0qrybifhigdyvijapwks-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: a880e813-b7b0-402c-bffe-74c020d69311 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:37:31.393Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d6b70362-b450-41db-97c4-ea1285deb273
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T15:37:31.408Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d6b70362-b450-41db-97c4-ea1285deb273
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T15:37:31.411Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-18T15:37:31.411Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-18T15:37:31.411Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-18T15:37:31.411Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-18T15:37:31.411Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T15:37:31.411Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T15:37:31.411Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T15:37:31.411Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T15:37:31.411Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T15:37:31.412Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T15:37:31.412Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-1|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-18T15:37:31.418Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-18T15:37:58.919Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:37:58.922Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-18T15:37:58.922Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679153250914,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar",
  "status": "NOTIFIED"
}
2023-03-18T15:37:58.924Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:37:58.924Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-18T15:37:58.924Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679153761486,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-18T15:37:58.924Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:37:58.925Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-18T15:37:58.925Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679153763156,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: a93044a0-e137-47cf-b45c-87a4ec92508e already exists"
}
2023-03-18T15:37:58.925Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:37:58.925Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-18T15:37:58.925Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679153764157,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 79d852b9-56e5-416f-9d37-4483b88de628 already exists"
}
2023-03-18T15:37:58.925Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:37:58.926Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-18T15:37:58.926Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679153795332,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-18T15:37:58.926Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:37:58.926Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-18T15:37:58.926Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679153250914,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/resourceInstances/pnf66b89d6a37e20/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T15:37:58.926Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:37:58.927Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-18T15:37:58.927Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679153250914,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/resourceInstances/pnf66b89d6a37e20/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-18T15:37:58.927Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:37:58.927Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-18T15:37:58.928Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679153250914,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/resourceInstances/pnf66b89d6a37e20/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-18T15:37:58.928Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:37:58.928Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-18T15:37:58.928Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679153250914,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/resourceInstances/pnf66b89d6a37e20/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T15:37:58.928Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:37:58.928Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-18T15:37:58.928Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679153250914,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/resourceInstances/pnf66b89d6a37e20/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T15:37:58.928Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:37:58.929Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-18T15:37:58.929Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679153250914,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/resourceInstances/pnf66b89d6a37e20/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T15:37:58.929Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:37:58.929Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-18T15:37:58.929Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679153250914,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/artifacts/service-DemoPnfM5qkmfmdlpulyaz8owr9-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T15:37:58.929Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:37:58.929Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-18T15:37:58.929Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679153250914,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/artifacts/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar",
  "status": "NOTIFIED"
}
2023-03-18T15:37:58.930Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:37:58.930Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-18T15:37:58.930Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679153804638,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/artifacts/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-18T15:37:58.930Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:37:58.930Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-18T15:37:58.930Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679153806223,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/artifacts/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: fdcf7f15-35cd-49a2-839b-26e97623a9bc already exists"
}
2023-03-18T15:37:58.930Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:37:58.930Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-18T15:37:58.931Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679153807224,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/artifacts/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 5cb48981-5482-4843-a71a-1ebe978a5e90 already exists"
}
2023-03-18T15:37:58.931Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:38:01.419Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: d6b70362-b450-41db-97c4-ea1285deb273 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-18T15:38:01.426Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: d6b70362-b450-41db-97c4-ea1285deb273 and serviceModelVersionId: b4fd06db-c144-4037-bb56-9f4d170dc33e
2023-03-18T15:38:01.426Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 4a6b6367-2484-4aa3-9126-d96b480457a8
2023-03-18T15:38:01.427Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/4a6b6367-2484-4aa3-9126-d96b480457a8/model-vers/model-ver/b4fd06db-c144-4037-bb56-9f4d170dc33e?depth=0
2023-03-18T15:38:01.431Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2023-03-18T15:38:01.443Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/4a6b6367-2484-4aa3-9126-d96b480457a8/model-vers/model-ver/b4fd06db-c144-4037-bb56-9f4d170dc33e?depth=0|INFO|500||Invoke
2023-03-18T15:38:01.444Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/4a6b6367-2484-4aa3-9126-d96b480457a8/model-vers/model-ver/b4fd06db-c144-4037-bb56-9f4d170dc33e?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/4a6b6367-2484-4aa3-9126-d96b480457a8/model-vers/model-ver/b4fd06db-c144-4037-bb56-9f4d170dc33e?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[d6b70362-b450-41db-97c4-ea1285deb273], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[10cb3443-0623-4c99-913a-f860271444bb], X-ECOMP-RequestID=[d6b70362-b450-41db-97c4-ea1285deb273], X-TransactionId=[], X-ONAP-RequestID=[d6b70362-b450-41db-97c4-ea1285deb273], Content-Type=[application/merge-patch+json]}
2023-03-18T15:38:01.454Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/4a6b6367-2484-4aa3-9126-d96b480457a8/model-vers/model-ver/b4fd06db-c144-4037-bb56-9f4d170dc33e?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-18T15:38:01.556Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/4a6b6367-2484-4aa3-9126-d96b480457a8/model-vers/model-ver/b4fd06db-c144-4037-bb56-9f4d170dc33e?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/4a6b6367-2484-4aa3-9126-d96b480457a8/model-vers/model-ver/b4fd06db-c144-4037-bb56-9f4d170dc33e?depth=0 has http status code:200 and response headers:{date=[Sat, 18 Mar 2023 15:38:01 GMT], content-length=[0], vertex-id=[233600], x-aai-txid=[1-aai-resources-230318-15:38:01:157-22953], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-18T15:38:01.557Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/4a6b6367-2484-4aa3-9126-d96b480457a8/model-vers/model-ver/b4fd06db-c144-4037-bb56-9f4d170dc33e?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-18T15:38:01.557Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/4a6b6367-2484-4aa3-9126-d96b480457a8/model-vers/model-ver/b4fd06db-c144-4037-bb56-9f4d170dc33e?depth=0|INFO|500||InvokeReturn
2023-03-18T15:38:01.558Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-18T15:38:01.558Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-1|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-18T15:38:01.562Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-1|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-18T15:38:01.562Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID d6b70362-b450-41db-97c4-ea1285deb273 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-18T15:38:01.563Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-18T15:38:01.563Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:38:01.563Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:38:01.563Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "d6b70362-b450-41db-97c4-ea1285deb273",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679153881563,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-18T15:38:02.604Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-18T15:38:02.605Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-1|||||DEBUG|500||received notification from broker: {"distributionID":"1765e72b-9f37-409d-a48f-62642d8341c6","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"29ccf31e-df21-49dc-ae06-e18b6baf315a","serviceDescription":"service","serviceInvariantUUID":"6ebc743c-a40f-46f3-b5cb-b87b2b100c58","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"67962590-90b8-4f11-901d-d79a952d0f14","resourceInvariantUUID":"b32b83cc-26fe-47f1-99ef-7d7b99983e6f","resourceCustomizationUUID":"e90442b2-f4f5-4f43-8892-737daa520031","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":"ODU1M2UyMGRiMzk2ODc1NjljMzc3NWI1YmRhMTEzY2M\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"b613739b-2455-4017-8b63-dfdd064ed936","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":"MjdmYmViNjE0ZTg1NTQ1YzU2ZmFkYWI5YjVlOGViOTQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"ea42c655-4ace-49bf-99fe-886103db89aa","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":"9a5d7f92-e4b0-45a0-ac74-3acf99b69cc0","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":"917f9665-4e54-4bdc-b104-4b4419dab11d","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":"af205cd0-57b3-443e-a55a-4ecc60d32d0a","artifactVersion":"2","generatedFromUUID":"453a496b-db83-4724-a33b-4f678eed88b4"},{"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":"8939ac4f-6672-4fe9-90ea-fa6b3f0da64d","artifactVersion":"2","generatedFromUUID":"9a5d7f92-e4b0-45a0-ac74-3acf99b69cc0"},{"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":"453a496b-db83-4724-a33b-4f678eed88b4","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":"89e3426c-a0d1-4de8-8662-7406572d2c3f","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":"YzBlODQ2MTk3NDc5Nzk3MDQ4MzI5NGM4ZmZhZjc3ZmE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"36181845-9e97-4a5d-8691-687a01539039","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"OTYyNTM5ZGEwYTExZTI3NmE1Y2RjMzE5OWJkNTUxZDA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"7ac7462c-7a2a-47d2-8257-79de7d0e5c52","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-18T15:38:02.606Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T15:38:02.606Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:38:02.606Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:38:02.606Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "1765e72b-9f37-409d-a48f-62642d8341c6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679153250914,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:38:03.608Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T15:38:03.609Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:38:03.609Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:38:03.609Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "1765e72b-9f37-409d-a48f-62642d8341c6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679153250914,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:38:04.610Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T15:38:04.611Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:38:04.611Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:38:04.611Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "1765e72b-9f37-409d-a48f-62642d8341c6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679153250914,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:38:05.612Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T15:38:05.613Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:38:05.613Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:38:05.613Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "1765e72b-9f37-409d-a48f-62642d8341c6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679153250914,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:38:06.615Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T15:38:06.615Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:38:06.615Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:38:06.615Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "1765e72b-9f37-409d-a48f-62642d8341c6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679153250914,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:38:07.617Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T15:38:07.617Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:38:07.617Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:38:07.617Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "1765e72b-9f37-409d-a48f-62642d8341c6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679153250914,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:38:08.618Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T15:38:08.629Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:38:08.629Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:38:08.629Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "1765e72b-9f37-409d-a48f-62642d8341c6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679153250914,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:38:09.630Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T15:38:09.631Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:38:09.631Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:38:09.631Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "1765e72b-9f37-409d-a48f-62642d8341c6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679153250914,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:38:10.633Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T15:38:10.633Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:38:10.633Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:38:10.633Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "1765e72b-9f37-409d-a48f-62642d8341c6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679153250914,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:38:11.635Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T15:38:11.635Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:38:11.635Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:38:11.636Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "1765e72b-9f37-409d-a48f-62642d8341c6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679153250914,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:38:12.640Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-1|||||DEBUG|500||sending notification to client: {
  "distributionID": "1765e72b-9f37-409d-a48f-62642d8341c6",
  "serviceName": "basic_cnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "29ccf31e-df21-49dc-ae06-e18b6baf315a",
  "serviceDescription": "service",
  "serviceInvariantUUID": "6ebc743c-a40f-46f3-b5cb-b87b2b100c58",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf_macro 0",
      "resourceCustomizationUUID": "e90442b2-f4f5-4f43-8892-737daa520031",
      "resourceName": "basic_cnf_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "67962590-90b8-4f11-901d-d79a952d0f14",
      "resourceInvariantUUID": "b32b83cc-26fe-47f1-99ef-7d7b99983e6f",
      "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": "MjdmYmViNjE0ZTg1NTQ1YzU2ZmFkYWI5YjVlOGViOTQ\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "ea42c655-4ace-49bf-99fe-886103db89aa",
          "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": "9a5d7f92-e4b0-45a0-ac74-3acf99b69cc0",
          "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": "8939ac4f-6672-4fe9-90ea-fa6b3f0da64d",
            "generatedFromUUID": "9a5d7f92-e4b0-45a0-ac74-3acf99b69cc0"
          },
          "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": "af205cd0-57b3-443e-a55a-4ecc60d32d0a",
          "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": "8939ac4f-6672-4fe9-90ea-fa6b3f0da64d",
          "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": "453a496b-db83-4724-a33b-4f678eed88b4",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnfMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
      "artifactChecksum": "OTYyNTM5ZGEwYTExZTI3NmE1Y2RjMzE5OWJkNTUxZDA\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "7ac7462c-7a2a-47d2-8257-79de7d0e5c52"
    }
  ],
  "workloadContext": "Production"
}
2023-03-18T15:38:12.640Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-18T15:38:12.640Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 29ccf31e-df21-49dc-ae06-e18b6baf315a ASDC
2023-03-18T15:38:12.640Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:1765e72b-9f37-409d-a48f-62642d8341c6
ServiceName:basic_cnf_macro
ServiceVersion:1.0
ServiceUUID:29ccf31e-df21-49dc-ae06-e18b6baf315a
ServiceInvariantUUID:6ebc743c-a40f-46f3-b5cb-b87b2b100c58
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:7ac7462c-7a2a-47d2-8257-79de7d0e5c52
ArtifactChecksum:OTYyNTM5ZGEwYTExZTI3NmE1Y2RjMzE5OWJkNTUxZDA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf_macro 0
ResourceCustomizationUUID:e90442b2-f4f5-4f43-8892-737daa520031
ResourceInvariantUUID:b32b83cc-26fe-47f1-99ef-7d7b99983e6f
ResourceName:basic_cnf_macro
ResourceType:VF
ResourceUUID:67962590-90b8-4f11-901d-d79a952d0f14
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:ea42c655-4ace-49bf-99fe-886103db89aa
ArtifactChecksum:MjdmYmViNjE0ZTg1NTQ1YzU2ZmFkYWI5YjVlOGViOTQ=
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:9a5d7f92-e4b0-45a0-ac74-3acf99b69cc0
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:8939ac4f-6672-4fe9-90ea-fa6b3f0da64d
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:af205cd0-57b3-443e-a55a-4ecc60d32d0a
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:8939ac4f-6672-4fe9-90ea-fa6b3f0da64d
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:453a496b-db83-4724-a33b-4f678eed88b4
ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-18T15:38:12.641Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 29ccf31e-df21-49dc-ae06-e18b6baf315a 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: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-18T15:38:12.661Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-18T15:38:12.661Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2023-03-18T15:38:12.661Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2023-03-18T15:38:12.662Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 7ac7462c-7a2a-47d2-8257-79de7d0e5c52 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2023-03-18T15:38:12.662Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-1|||||INFO|500||DistributionClient - download
2023-03-18T15:38:12.662Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2023-03-18T15:38:12.915Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2023-03-18T15:38:12.925Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 7ac7462c-7a2a-47d2-8257-79de7d0e5c52 163277
2023-03-18T15:38:12.925Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2023-03-18T15:38:12.925Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2023-03-18T15:38:12.925Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-18T15:38:12.925Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:38:12.925Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:38:12.925Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "1765e72b-9f37-409d-a48f-62642d8341c6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679153892925,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:38:13.926Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-18T15:38:13.927Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2023-03-18T15:38:13.927Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: 7ac7462c-7a2a-47d2-8257-79de7d0e5c52, URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar to file: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-03-18T15:38:13.927Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnfMacro-csar.csar
2023-03-18T15:38:13.929Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-03-18T15:38:13.929Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-03-18T15:38:14.001Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10338099096510239819/Definitions/service-BasicCnfMacro-template.yml
Log warning: The required parameter "compute_dummy_base_name" is not provided
2023-03-18T15:38:14.704Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-18T15:38:14.704Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-1|||||WARN|500||####################################################################################################
2023-03-18T15:38:14.704Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-03-18T15:38:14.704Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2023-03-18T15:38:14.704Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-03-18T15:38:14.704Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-1|||||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
2023-03-18T15:38:14.704Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-1|||||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
2023-03-18T15:38:14.704Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-1|||||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
2023-03-18T15:38:14.704Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-1|||||WARN|500||####################################################################################################
2023-03-18T15:38:14.704Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T15:38:14.705Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-1|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T15:38:14.705Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-18T15:38:14.705Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2023-03-18T15:38:14.705Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-18T15:38:14.705Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T15:38:14.705Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-1|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T15:38:14.705Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-18T15:38:14.705Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2023-03-18T15:38:14.705Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-18T15:38:14.705Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T15:38:14.705Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-1|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T15:38:14.705Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T15:38:14.705Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2023-03-18T15:38:14.706Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-1|||||DEBUG|500||Node template abstract_dummy_base is not matching search criteria
2023-03-18T15:38:14.706Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-1|||||DEBUG|500||Node template dummy_base is not matching search criteria
2023-03-18T15:38:14.706Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-03-18T15:38:14.706Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T15:38:14.706Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-1|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-03-18T15:38:14.706Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T15:38:14.706Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-18T15:38:14.706Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-18T15:38:14.706Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T15:38:14.706Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-18T15:38:14.706Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-18T15:38:14.706Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T15:38:14.706Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-18T15:38:14.706Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-18T15:38:14.707Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T15:38:14.707Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-18T15:38:14.707Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-18T15:38:14.707Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T15:38:14.707Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2023-03-18T15:38:14.707Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-1|||||DEBUG|500||Node template abstract_dummy_base is matching search criteria
2023-03-18T15:38:14.707Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_dummy_base] matching following query criteria: sdcType=CVFC, customizationUUID=c7a8af58-85a3-4764-a4df-a0945e933c54
2023-03-18T15:38:14.707Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T15:38:14.707Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-1|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T15:38:14.707Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T15:38:14.707Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-1|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T15:38:14.707Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T15:38:14.707Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-1|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T15:38:14.707Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T15:38:14.707Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-1|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T15:38:14.708Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-1|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf_macro
Description:service
Model UUID:29ccf31e-df21-49dc-ae06-e18b6baf315a
Model Version:NULL
Model InvariantUuid:6ebc743c-a40f-46f3-b5cb-b87b2b100c58
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf_macro
Model UUID:76cfe813-77a9-4529-b0c0-25c2a2d263ec
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:b32b83cc-26fe-47f1-99ef-7d7b99983e6f
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:e90442b2-f4f5-4f43-8892-737daa520031
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:497569e4-cd1d-43dc-9801-8d8ee43635b5
ModelName:BasicCnfMacro..helm_apache..module-1
ModelUuid:8fc2297d-c495-43fc-95b1-93d3ee60ffd8
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


VF Module Properties:
ModelInvariantUuid:72925299-0e6e-4799-861c-18ca0f095a03
ModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
ModelUuid:213db735-618f-43ae-a63c-210668df959e
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:c7a8af58-85a3-4764-a4df-a0945e933c54
ModelInvariantUuid:24ea2321-2d6c-4d31-a32b-29d44d0a3683
ModelName:basic_cnf_macro-nodes.dummy_baseCvfc
ModelUuid:ecac750a-9cea-4350-a4ca-db1a21d2c4dd
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy_base


VNFC Properties:
ModelCustomizationUuid:e9d1a60b-0d05-4e81-80fb-f008354f12b9
ModelInvariantUuid:fa7ecb4c-1a3e-403a-afbf-13093b5faef4
ModelName:BasicCnfMacro.compute.nodes.heat.dummy_base
ModelUuid:89d82d9d-612a-42f6-af05-45051419e0a3
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=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-03-18T15:38:14.731Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-1|||||ERROR|500||Csar with UUID: 7ac7462c-7a2a-47d2-8257-79de7d0e5c52 already exists
2023-03-18T15:38:14.731Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2023-03-18T15:38:14.731Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar(Csar with UUID: 7ac7462c-7a2a-47d2-8257-79de7d0e5c52 already exists)
2023-03-18T15:38:14.731Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-18T15:38:14.731Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:38:14.731Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:38:14.731Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "1765e72b-9f37-409d-a48f-62642d8341c6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679153894731,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 7ac7462c-7a2a-47d2-8257-79de7d0e5c52 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:38:15.731Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2023-03-18T15:38:15.732Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar(Resource with UUID: 67962590-90b8-4f11-901d-d79a952d0f14 already exists)
2023-03-18T15:38:15.732Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-18T15:38:15.732Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:38:15.732Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:38:15.732Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "1765e72b-9f37-409d-a48f-62642d8341c6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679153895731,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 67962590-90b8-4f11-901d-d79a952d0f14 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:38:16.732Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1765e72b-9f37-409d-a48f-62642d8341c6
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T15:38:16.745Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1765e72b-9f37-409d-a48f-62642d8341c6
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T15:38:16.747Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-18T15:38:16.747Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-18T15:38:16.747Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-18T15:38:16.747Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-18T15:38:16.747Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T15:38:16.747Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T15:38:16.747Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T15:38:16.747Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T15:38:16.747Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T15:38:16.747Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-1|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-18T15:38:16.753Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-18T15:38:46.753Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 1765e72b-9f37-409d-a48f-62642d8341c6 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-18T15:38:46.760Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 1765e72b-9f37-409d-a48f-62642d8341c6 and serviceModelVersionId: 29ccf31e-df21-49dc-ae06-e18b6baf315a
2023-03-18T15:38:46.760Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 6ebc743c-a40f-46f3-b5cb-b87b2b100c58
2023-03-18T15:38:46.761Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/6ebc743c-a40f-46f3-b5cb-b87b2b100c58/model-vers/model-ver/29ccf31e-df21-49dc-ae06-e18b6baf315a?depth=0
2023-03-18T15:38:46.763Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2023-03-18T15:38:46.775Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6ebc743c-a40f-46f3-b5cb-b87b2b100c58/model-vers/model-ver/29ccf31e-df21-49dc-ae06-e18b6baf315a?depth=0|INFO|500||Invoke
2023-03-18T15:38:46.775Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6ebc743c-a40f-46f3-b5cb-b87b2b100c58/model-vers/model-ver/29ccf31e-df21-49dc-ae06-e18b6baf315a?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6ebc743c-a40f-46f3-b5cb-b87b2b100c58/model-vers/model-ver/29ccf31e-df21-49dc-ae06-e18b6baf315a?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[1765e72b-9f37-409d-a48f-62642d8341c6], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[0b02c695-ce4b-4694-b2e2-b0c2e9e3725c], X-ECOMP-RequestID=[1765e72b-9f37-409d-a48f-62642d8341c6], X-TransactionId=[], X-ONAP-RequestID=[1765e72b-9f37-409d-a48f-62642d8341c6], Content-Type=[application/merge-patch+json]}
2023-03-18T15:38:46.784Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6ebc743c-a40f-46f3-b5cb-b87b2b100c58/model-vers/model-ver/29ccf31e-df21-49dc-ae06-e18b6baf315a?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-18T15:38:46.896Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6ebc743c-a40f-46f3-b5cb-b87b2b100c58/model-vers/model-ver/29ccf31e-df21-49dc-ae06-e18b6baf315a?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/6ebc743c-a40f-46f3-b5cb-b87b2b100c58/model-vers/model-ver/29ccf31e-df21-49dc-ae06-e18b6baf315a?depth=0 has http status code:200 and response headers:{date=[Sat, 18 Mar 2023 15:38:46 GMT], content-length=[0], vertex-id=[241768], x-aai-txid=[0-aai-resources-230318-15:38:46:485-79433], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-18T15:38:46.897Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6ebc743c-a40f-46f3-b5cb-b87b2b100c58/model-vers/model-ver/29ccf31e-df21-49dc-ae06-e18b6baf315a?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-18T15:38:46.897Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6ebc743c-a40f-46f3-b5cb-b87b2b100c58/model-vers/model-ver/29ccf31e-df21-49dc-ae06-e18b6baf315a?depth=0|INFO|500||InvokeReturn
2023-03-18T15:38:46.898Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-18T15:38:46.898Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-1|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-18T15:38:46.903Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-1|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-18T15:38:46.903Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 1765e72b-9f37-409d-a48f-62642d8341c6 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-18T15:38:46.903Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-18T15:38:46.903Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:38:46.904Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:38:46.904Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "1765e72b-9f37-409d-a48f-62642d8341c6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679153926903,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-18T15:38:47.921Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-18T15:38:47.921Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-1|||||DEBUG|500||received notification from broker: {"distributionID":"a04e84de-dd11-4280-9147-b1e37960b03e","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"fd8ba0dc-1896-4d7a-8d17-8252415f4148","serviceDescription":"service","serviceInvariantUUID":"06780b7c-aa94-422c-93b2-8efce3a7e977","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"fbaf618a-d9c7-4d1a-bd9c-d1a22dcbab14","resourceInvariantUUID":"20679d31-c72a-48fe-9cca-d085ba3d87e2","resourceCustomizationUUID":"5a2455fb-17f2-466c-b0b0-62e7a69549a5","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":"NGE3YjY3NzQ1ZjA3ZGUyMmY0YmU3MTAzMDFiMDNlODY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"07e8dd70-5afe-4bfd-ad6c-2aa9be8ac5c5","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":"NDA0YWNjNjQ5NTc5MzIzZmY5MGI0NTQ5MzkxMDMyMTU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"3505ba6b-8d3f-478c-8142-b2fb22d4f19c","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":"3415bafc-6992-481c-b7de-4378aeab19cc","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":"6e01ed63-04df-47c5-b5b9-edbad7442fb6","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":"f18ebb9c-a530-4121-accd-08ec1bde710e","artifactVersion":"2","generatedFromUUID":"3415bafc-6992-481c-b7de-4378aeab19cc"},{"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":"ZGQwOTc2NTc3MGE4NWU2ZGRkYTI0ODEwNjRiM2M0NDI\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"e0b8d7ca-c681-434f-b664-11315dcdef1b","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":"Y2M2MWFlODUxM2MxOGZjNjQ5Y2Y0YzM0NTUzMTFiMWY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"b990a0ca-504f-4f1f-bc35-5f07167e1c24","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"MTAyMTgyNjgwZDA0MWFiM2RkNzg4NzNhOWVhOTE3OWE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"938cc5f1-eb1c-4c61-971b-7e05e60d5594","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-18T15:38:47.921Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T15:38:47.921Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:38:47.922Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:38:47.922Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "a04e84de-dd11-4280-9147-b1e37960b03e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679153250914,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:38:48.922Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T15:38:48.923Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:38:48.923Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:38:48.923Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "a04e84de-dd11-4280-9147-b1e37960b03e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679153250914,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:38:49.923Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T15:38:49.923Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:38:49.924Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:38:49.924Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "a04e84de-dd11-4280-9147-b1e37960b03e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679153250914,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:38:50.924Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T15:38:50.924Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:38:50.925Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:38:50.925Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "a04e84de-dd11-4280-9147-b1e37960b03e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679153250914,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:38:51.925Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T15:38:51.926Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:38:51.926Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:38:51.926Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "a04e84de-dd11-4280-9147-b1e37960b03e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679153250914,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:38:52.927Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T15:38:52.927Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:38:52.927Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:38:52.928Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "a04e84de-dd11-4280-9147-b1e37960b03e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679153250914,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:38:53.929Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T15:38:53.929Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:38:53.929Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:38:53.929Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "a04e84de-dd11-4280-9147-b1e37960b03e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679153250914,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:38:54.930Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T15:38:54.930Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:38:54.930Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:38:54.930Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "a04e84de-dd11-4280-9147-b1e37960b03e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679153250914,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:38:55.931Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-1|||||DEBUG|500||sending notification to client: {
  "distributionID": "a04e84de-dd11-4280-9147-b1e37960b03e",
  "serviceName": "basic_vm_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "fd8ba0dc-1896-4d7a-8d17-8252415f4148",
  "serviceDescription": "service",
  "serviceInvariantUUID": "06780b7c-aa94-422c-93b2-8efce3a7e977",
  "resources": [
    {
      "resourceInstanceName": "basic_vm_macro 0",
      "resourceCustomizationUUID": "5a2455fb-17f2-466c-b0b0-62e7a69549a5",
      "resourceName": "basic_vm_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "fbaf618a-d9c7-4d1a-bd9c-d1a22dcbab14",
      "resourceInvariantUUID": "20679d31-c72a-48fe-9cca-d085ba3d87e2",
      "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": "NDA0YWNjNjQ5NTc5MzIzZmY5MGI0NTQ5MzkxMDMyMTU\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "3505ba6b-8d3f-478c-8142-b2fb22d4f19c",
          "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": "3415bafc-6992-481c-b7de-4378aeab19cc",
          "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": "f18ebb9c-a530-4121-accd-08ec1bde710e",
            "generatedFromUUID": "3415bafc-6992-481c-b7de-4378aeab19cc"
          },
          "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": "f18ebb9c-a530-4121-accd-08ec1bde710e",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVmMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
      "artifactChecksum": "MTAyMTgyNjgwZDA0MWFiM2RkNzg4NzNhOWVhOTE3OWE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "938cc5f1-eb1c-4c61-971b-7e05e60d5594"
    }
  ],
  "workloadContext": "Production"
}
2023-03-18T15:38:55.931Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-18T15:38:55.931Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 fd8ba0dc-1896-4d7a-8d17-8252415f4148 ASDC
2023-03-18T15:38:55.932Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:a04e84de-dd11-4280-9147-b1e37960b03e
ServiceName:basic_vm_macro
ServiceVersion:1.0
ServiceUUID:fd8ba0dc-1896-4d7a-8d17-8252415f4148
ServiceInvariantUUID:06780b7c-aa94-422c-93b2-8efce3a7e977
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:938cc5f1-eb1c-4c61-971b-7e05e60d5594
ArtifactChecksum:MTAyMTgyNjgwZDA0MWFiM2RkNzg4NzNhOWVhOTE3OWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm_macro 0
ResourceCustomizationUUID:5a2455fb-17f2-466c-b0b0-62e7a69549a5
ResourceInvariantUUID:20679d31-c72a-48fe-9cca-d085ba3d87e2
ResourceName:basic_vm_macro
ResourceType:VF
ResourceUUID:fbaf618a-d9c7-4d1a-bd9c-d1a22dcbab14
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:3505ba6b-8d3f-478c-8142-b2fb22d4f19c
ArtifactChecksum:NDA0YWNjNjQ5NTc5MzIzZmY5MGI0NTQ5MzkxMDMyMTU=
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:3415bafc-6992-481c-b7de-4378aeab19cc
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:f18ebb9c-a530-4121-accd-08ec1bde710e
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:f18ebb9c-a530-4121-accd-08ec1bde710e
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-18T15:38:55.933Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF fd8ba0dc-1896-4d7a-8d17-8252415f4148 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: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-18T15:38:55.959Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-18T15:38:55.959Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2023-03-18T15:38:55.959Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2023-03-18T15:38:55.959Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 938cc5f1-eb1c-4c61-971b-7e05e60d5594 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2023-03-18T15:38:55.959Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-1|||||INFO|500||DistributionClient - download
2023-03-18T15:38:55.959Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2023-03-18T15:38:55.992Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-1|||||DEBUG|500||GET Response Status 404
2023-03-18T15:38:55.993Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-1|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@f74f66c
2023-03-18T15:38:55.993Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-18T15:38:55.993Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-1|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicVmMacro"
      ]
    }
  }
}
2023-03-18T15:38:55.994Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-1|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicVmMacro-csar.csar /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 938cc5f1-eb1c-4c61-971b-7e05e60d5594 Specified artifact is  not found 300 ASDC artifact download fail
2023-03-18T15:38:55.994Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2023-03-18T15:38:55.994Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar(Specified artifact is  not found)
2023-03-18T15:38:55.994Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-18T15:38:55.995Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:38:55.995Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:38:55.995Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "a04e84de-dd11-4280-9147-b1e37960b03e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679153935994,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:38:56.996Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-1|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during processCsarServiceArtifacts ASDC processCsarServiceArtifacts 500 Exception in processCsarServiceArtifacts
org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact service-BasicVmMacro-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar(UUID:938cc5f1-eb1c-4c61-971b-7e05e60d5594)
Error message is Specified artifact is  not found

	at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394)
	at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
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 watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-03-18T15:38:57.022Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-1|||||ERROR|500||Csar with UUID: 938cc5f1-eb1c-4c61-971b-7e05e60d5594 already exists
2023-03-18T15:38:57.022Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2023-03-18T15:38:57.022Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar(Csar with UUID: 938cc5f1-eb1c-4c61-971b-7e05e60d5594 already exists)
2023-03-18T15:38:57.022Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-18T15:38:57.022Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:38:57.023Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:38:57.023Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "a04e84de-dd11-4280-9147-b1e37960b03e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679153937022,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 938cc5f1-eb1c-4c61-971b-7e05e60d5594 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:38:58.023Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2023-03-18T15:38:58.024Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar(Resource with UUID: fbaf618a-d9c7-4d1a-bd9c-d1a22dcbab14 already exists)
2023-03-18T15:38:58.024Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-18T15:38:58.024Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:38:58.025Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:38:58.025Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "a04e84de-dd11-4280-9147-b1e37960b03e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679153938023,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: fbaf618a-d9c7-4d1a-bd9c-d1a22dcbab14 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:38:58.919Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:38:58.920Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: cached metadata has changed from (version171: {SDC-DISTR-STATUS-TOPIC-AUTO=6, SDC-DISTR-NOTIF-TOPIC-AUTO=6}) at the beginning of the rebalance to (version172: {SDC-DISTR-STATUS-TOPIC-AUTO=6})
2023-03-18T15:38:58.931Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Revoke previously assigned partitions SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-03-18T15:38:58.932Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] (Re-)joining group
2023-03-18T15:38:58.935Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Successfully joined group with generation Generation{generationId=85, memberId='SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94-2995e74d-4211-4955-93f6-f3f14568571e', protocol='range'}
2023-03-18T15:38:58.936Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Finished assignment for group at generation 85: {SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94-2995e74d-4211-4955-93f6-f3f14568571e=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])}
2023-03-18T15:38:58.948Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Successfully synced group in generation Generation{generationId=85, memberId='SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94-2995e74d-4211-4955-93f6-f3f14568571e', protocol='range'}
2023-03-18T15:38:58.949Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])
2023-03-18T15:38:58.949Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Adding newly assigned partitions: SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-03-18T15:38:58.953Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-18T15:38:58.953Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-18T15:38:58.953Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-18T15:38:58.953Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=2603, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-18T15:38:58.953Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-18T15:38:58.953Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-18T15:38:59.026Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a04e84de-dd11-4280-9147-b1e37960b03e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T15:38:59.039Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a04e84de-dd11-4280-9147-b1e37960b03e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T15:38:59.042Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-18T15:38:59.042Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-18T15:38:59.042Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-18T15:38:59.042Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-18T15:38:59.042Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T15:38:59.042Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T15:38:59.042Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T15:38:59.042Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T15:38:59.042Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T15:38:59.042Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-1|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-18T15:38:59.049Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-18T15:38:59.966Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-18T15:38:59.966Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679153838458,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-18T15:38:59.966Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:38:59.966Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-18T15:38:59.966Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "d6b70362-b450-41db-97c4-ea1285deb273",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679153250914,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/resourceInstances/pnf8b249c548f1f0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T15:38:59.966Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:38:59.966Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-18T15:38:59.966Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "d6b70362-b450-41db-97c4-ea1285deb273",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679153250914,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/resourceInstances/pnf8b249c548f1f0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-18T15:38:59.966Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:38:59.966Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-18T15:38:59.966Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "d6b70362-b450-41db-97c4-ea1285deb273",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679153250914,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/resourceInstances/pnf8b249c548f1f0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-18T15:38:59.966Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:38:59.966Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-18T15:38:59.967Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "d6b70362-b450-41db-97c4-ea1285deb273",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679153250914,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/resourceInstances/pnf8b249c548f1f0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T15:38:59.967Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:38:59.967Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-18T15:38:59.967Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "d6b70362-b450-41db-97c4-ea1285deb273",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679153250914,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/resourceInstances/pnf8b249c548f1f0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T15:38:59.967Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:38:59.967Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-18T15:38:59.967Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "d6b70362-b450-41db-97c4-ea1285deb273",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679153250914,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/resourceInstances/pnf8b249c548f1f0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T15:38:59.967Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:38:59.967Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-18T15:38:59.967Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "d6b70362-b450-41db-97c4-ea1285deb273",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679153250914,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/artifacts/service-DemoPnf0qrybifhigdyvijapwks-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T15:38:59.967Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:38:59.967Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-18T15:38:59.967Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "d6b70362-b450-41db-97c4-ea1285deb273",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679153250914,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/artifacts/service-DemoPnf0qrybifhigdyvijapwks-csar.csar",
  "status": "NOTIFIED"
}
2023-03-18T15:38:59.967Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:38:59.967Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-18T15:38:59.967Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "d6b70362-b450-41db-97c4-ea1285deb273",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679153847779,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/artifacts/service-DemoPnf0qrybifhigdyvijapwks-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-18T15:38:59.967Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:38:59.967Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-18T15:38:59.967Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "d6b70362-b450-41db-97c4-ea1285deb273",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679153849390,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/artifacts/service-DemoPnf0qrybifhigdyvijapwks-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 7c894985-6ce0-4ae6-b963-98a29a50f1d8 already exists"
}
2023-03-18T15:38:59.967Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:38:59.967Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-18T15:38:59.967Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "d6b70362-b450-41db-97c4-ea1285deb273",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679153850391,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/artifacts/service-DemoPnf0qrybifhigdyvijapwks-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: a880e813-b7b0-402c-bffe-74c020d69311 already exists"
}
2023-03-18T15:38:59.967Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:38:59.967Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-18T15:38:59.967Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "d6b70362-b450-41db-97c4-ea1285deb273",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679153881563,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-18T15:38:59.968Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:38:59.968Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-18T15:38:59.968Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "1765e72b-9f37-409d-a48f-62642d8341c6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679153250914,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T15:38:59.968Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:38:59.968Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-18T15:38:59.968Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "1765e72b-9f37-409d-a48f-62642d8341c6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679153250914,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2023-03-18T15:38:59.968Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:38:59.968Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-18T15:38:59.968Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "1765e72b-9f37-409d-a48f-62642d8341c6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679153250914,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2023-03-18T15:38:59.968Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:38:59.968Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-18T15:38:59.968Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "1765e72b-9f37-409d-a48f-62642d8341c6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679153250914,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T15:38:59.968Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:38:59.968Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-18T15:38:59.968Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "1765e72b-9f37-409d-a48f-62642d8341c6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679153250914,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2023-03-18T15:38:59.968Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:38:59.968Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-18T15:38:59.968Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "1765e72b-9f37-409d-a48f-62642d8341c6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679153250914,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2023-03-18T15:38:59.968Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:38:59.968Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-18T15:38:59.968Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "1765e72b-9f37-409d-a48f-62642d8341c6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679153250914,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2023-03-18T15:38:59.968Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:38:59.968Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-18T15:38:59.968Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "1765e72b-9f37-409d-a48f-62642d8341c6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679153250914,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-18T15:38:59.968Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:38:59.968Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-18T15:38:59.969Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "1765e72b-9f37-409d-a48f-62642d8341c6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679153250914,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T15:38:59.969Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:38:59.969Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-18T15:38:59.969Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "1765e72b-9f37-409d-a48f-62642d8341c6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679153250914,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-18T15:38:59.969Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:38:59.969Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-18T15:38:59.969Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "1765e72b-9f37-409d-a48f-62642d8341c6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679153892925,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-18T15:38:59.969Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:38:59.969Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-18T15:38:59.969Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "1765e72b-9f37-409d-a48f-62642d8341c6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679153894731,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 7ac7462c-7a2a-47d2-8257-79de7d0e5c52 already exists"
}
2023-03-18T15:38:59.969Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:38:59.969Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-18T15:38:59.969Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "1765e72b-9f37-409d-a48f-62642d8341c6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679153895731,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 67962590-90b8-4f11-901d-d79a952d0f14 already exists"
}
2023-03-18T15:38:59.969Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:38:59.969Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-18T15:38:59.969Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "1765e72b-9f37-409d-a48f-62642d8341c6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679153926903,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-18T15:38:59.969Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:38:59.969Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-18T15:38:59.969Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "a04e84de-dd11-4280-9147-b1e37960b03e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679153250914,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T15:38:59.969Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:38:59.969Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-18T15:38:59.969Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "a04e84de-dd11-4280-9147-b1e37960b03e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679153250914,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2023-03-18T15:38:59.969Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:38:59.969Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-18T15:38:59.969Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "a04e84de-dd11-4280-9147-b1e37960b03e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679153250914,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-03-18T15:38:59.969Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:38:59.969Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-18T15:38:59.970Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "a04e84de-dd11-4280-9147-b1e37960b03e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679153250914,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T15:38:59.970Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:38:59.970Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-18T15:38:59.970Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "a04e84de-dd11-4280-9147-b1e37960b03e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679153250914,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-03-18T15:38:59.970Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:38:59.970Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-18T15:38:59.970Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "a04e84de-dd11-4280-9147-b1e37960b03e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679153250914,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-18T15:38:59.970Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:38:59.970Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-18T15:38:59.970Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "a04e84de-dd11-4280-9147-b1e37960b03e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679153250914,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T15:38:59.970Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:38:59.970Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-18T15:38:59.970Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "a04e84de-dd11-4280-9147-b1e37960b03e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679153250914,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-18T15:38:59.970Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:38:59.970Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-18T15:38:59.970Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "a04e84de-dd11-4280-9147-b1e37960b03e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679153935994,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-18T15:38:59.970Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:38:59.970Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-18T15:38:59.970Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "a04e84de-dd11-4280-9147-b1e37960b03e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679153937022,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 938cc5f1-eb1c-4c61-971b-7e05e60d5594 already exists"
}
2023-03-18T15:38:59.970Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:38:59.970Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-18T15:38:59.971Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "a04e84de-dd11-4280-9147-b1e37960b03e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679153938023,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: fbaf618a-d9c7-4d1a-bd9c-d1a22dcbab14 already exists"
}
2023-03-18T15:38:59.971Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:39:29.049Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: a04e84de-dd11-4280-9147-b1e37960b03e and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-18T15:39:29.057Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: a04e84de-dd11-4280-9147-b1e37960b03e and serviceModelVersionId: fd8ba0dc-1896-4d7a-8d17-8252415f4148
2023-03-18T15:39:29.057Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 06780b7c-aa94-422c-93b2-8efce3a7e977
2023-03-18T15:39:29.057Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/06780b7c-aa94-422c-93b2-8efce3a7e977/model-vers/model-ver/fd8ba0dc-1896-4d7a-8d17-8252415f4148?depth=0
2023-03-18T15:39:29.061Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2023-03-18T15:39:29.071Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/06780b7c-aa94-422c-93b2-8efce3a7e977/model-vers/model-ver/fd8ba0dc-1896-4d7a-8d17-8252415f4148?depth=0|INFO|500||Invoke
2023-03-18T15:39:29.072Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/06780b7c-aa94-422c-93b2-8efce3a7e977/model-vers/model-ver/fd8ba0dc-1896-4d7a-8d17-8252415f4148?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/06780b7c-aa94-422c-93b2-8efce3a7e977/model-vers/model-ver/fd8ba0dc-1896-4d7a-8d17-8252415f4148?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[a04e84de-dd11-4280-9147-b1e37960b03e], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[c90b8923-332d-4717-a58f-00f35e25dfe0], X-ECOMP-RequestID=[a04e84de-dd11-4280-9147-b1e37960b03e], X-TransactionId=[], X-ONAP-RequestID=[a04e84de-dd11-4280-9147-b1e37960b03e], Content-Type=[application/merge-patch+json]}
2023-03-18T15:39:29.082Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/06780b7c-aa94-422c-93b2-8efce3a7e977/model-vers/model-ver/fd8ba0dc-1896-4d7a-8d17-8252415f4148?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-18T15:39:29.203Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/06780b7c-aa94-422c-93b2-8efce3a7e977/model-vers/model-ver/fd8ba0dc-1896-4d7a-8d17-8252415f4148?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/06780b7c-aa94-422c-93b2-8efce3a7e977/model-vers/model-ver/fd8ba0dc-1896-4d7a-8d17-8252415f4148?depth=0 has http status code:200 and response headers:{date=[Sat, 18 Mar 2023 15:39:28 GMT], content-length=[0], vertex-id=[770064], x-aai-txid=[0-aai-resources-230318-15:39:28:784-75026], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-18T15:39:29.203Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/06780b7c-aa94-422c-93b2-8efce3a7e977/model-vers/model-ver/fd8ba0dc-1896-4d7a-8d17-8252415f4148?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-18T15:39:29.203Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/06780b7c-aa94-422c-93b2-8efce3a7e977/model-vers/model-ver/fd8ba0dc-1896-4d7a-8d17-8252415f4148?depth=0|INFO|500||InvokeReturn
2023-03-18T15:39:29.203Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-18T15:39:29.203Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-1|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-18T15:39:29.207Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-1|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-18T15:39:29.207Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID a04e84de-dd11-4280-9147-b1e37960b03e and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-18T15:39:29.207Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-18T15:39:29.207Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:39:29.207Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:39:29.207Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "a04e84de-dd11-4280-9147-b1e37960b03e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679153969207,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-18T15:39:30.223Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T15:39:30.224Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Failing OffsetCommit request since the consumer is not part of an active group
2023-03-18T15:39:30.225Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Node 0 disconnected.
2023-03-18T15:39:30.225Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Node 2 disconnected.
2023-03-18T15:39:30.225Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-1|||||ERROR|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Asynchronous auto-commit of offsets failed: Offset commit cannot be completed since the consumer is not part of an active group for auto partition assignment; it is likely that the consumer was kicked out of the group.. Will continue to join group.
2023-03-18T15:39:30.225Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Giving away all assigned partitions as lost since generation/memberID has been reset,indicating that consumer is in old state or no longer part of the group
2023-03-18T15:39:30.226Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Lost previously assigned partitions SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5
2023-03-18T15:39:30.226Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] (Re-)joining group
2023-03-18T15:39:30.228Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-1|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Asynchronous auto-commit of offsets {SDC-DISTR-NOTIF-TOPIC-AUTO-5=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-4=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-3=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-2=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-1=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-0=OffsetAndMetadata{offset=10, leaderEpoch=0, metadata=''}} failed: Offset commit cannot be completed since the consumer is not part of an active group for auto partition assignment; it is likely that the consumer was kicked out of the group.
2023-03-18T15:39:30.229Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2-c5f36d12-8e59-4146-b598-1b4423cff450
2023-03-18T15:39:30.230Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Request joining group due to: rebalance failed due to 'The group member needs to have a valid member id before actually entering a consumer group.' (MemberIdRequiredException)
2023-03-18T15:39:30.230Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] (Re-)joining group
2023-03-18T15:39:32.174Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T15:39:35.195Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T15:39:38.215Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T15:39:41.227Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T15:39:44.239Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T15:39:47.249Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T15:39:50.257Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T15:39:53.268Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T15:39:56.280Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T15:39:58.920Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:39:58.931Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Revoke previously assigned partitions SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-03-18T15:39:58.932Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] (Re-)joining group
2023-03-18T15:39:58.937Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Successfully joined group with generation Generation{generationId=86, memberId='SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94-2995e74d-4211-4955-93f6-f3f14568571e', protocol='range'}
2023-03-18T15:39:58.937Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Successfully joined group with generation Generation{generationId=86, memberId='SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2-c5f36d12-8e59-4146-b598-1b4423cff450', protocol='range'}
2023-03-18T15:39:58.940Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Resetting the last seen epoch of partition SDC-DISTR-NOTIF-TOPIC-AUTO-0 to 0 since the associated topicId changed from null to XRzq8BOIRZiZRw2R__X0DA
2023-03-18T15:39:58.941Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Resetting the last seen epoch of partition SDC-DISTR-NOTIF-TOPIC-AUTO-5 to 0 since the associated topicId changed from null to XRzq8BOIRZiZRw2R__X0DA
2023-03-18T15:39:58.941Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Resetting the last seen epoch of partition SDC-DISTR-NOTIF-TOPIC-AUTO-1 to 0 since the associated topicId changed from null to XRzq8BOIRZiZRw2R__X0DA
2023-03-18T15:39:58.941Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Resetting the last seen epoch of partition SDC-DISTR-NOTIF-TOPIC-AUTO-4 to 0 since the associated topicId changed from null to XRzq8BOIRZiZRw2R__X0DA
2023-03-18T15:39:58.942Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Resetting the last seen epoch of partition SDC-DISTR-NOTIF-TOPIC-AUTO-2 to 0 since the associated topicId changed from null to XRzq8BOIRZiZRw2R__X0DA
2023-03-18T15:39:58.942Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Resetting the last seen epoch of partition SDC-DISTR-NOTIF-TOPIC-AUTO-3 to 0 since the associated topicId changed from null to XRzq8BOIRZiZRw2R__X0DA
2023-03-18T15:39:58.942Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Finished assignment for group at generation 86: {SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2-c5f36d12-8e59-4146-b598-1b4423cff450=Assignment(partitions=[SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5]), SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94-2995e74d-4211-4955-93f6-f3f14568571e=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])}
2023-03-18T15:39:58.954Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Successfully synced group in generation Generation{generationId=86, memberId='SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94-2995e74d-4211-4955-93f6-f3f14568571e', protocol='range'}
2023-03-18T15:39:58.954Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Successfully synced group in generation Generation{generationId=86, memberId='SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2-c5f36d12-8e59-4146-b598-1b4423cff450', protocol='range'}
2023-03-18T15:39:58.955Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5])
2023-03-18T15:39:58.955Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])
2023-03-18T15:39:58.955Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Adding newly assigned partitions: SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5
2023-03-18T15:39:58.955Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Adding newly assigned partitions: SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-03-18T15:39:58.961Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-18T15:39:58.961Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-18T15:39:58.961Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-18T15:39:58.961Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=2641, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-18T15:39:58.961Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-18T15:39:58.962Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-18T15:39:58.962Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-18T15:39:58.962Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-18T15:39:58.962Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-18T15:39:58.962Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-18T15:39:58.962Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-18T15:39:58.962Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-18T15:39:59.021Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-18T15:39:59.021Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-1|||||DEBUG|500||received notification from broker: {"distributionID":"34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846","serviceName":"basic_onboard_gCPnoC","serviceVersion":"1.0","serviceUUID":"dad851ae-1f1d-4e04-8847-f18fd5d51391","serviceDescription":"service","serviceInvariantUUID":"693dcbb7-55f2-41d5-a0d9-572574329dfe","resources":[{"resourceInstanceName":"basic_onboard_gCPnoC 0","resourceName":"basic_onboard_gCPnoC","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"f3fb2f57-aad9-4f33-88db-c458ae09cdfb","resourceInvariantUUID":"d7c6b294-4284-4b69-87ff-a797deedad73","resourceCustomizationUUID":"9327f8c9-4591-449b-b6af-227dc0614cab","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/vf-license-model.xml","artifactChecksum":"OGQ5ZDI0MzIzNDdmMDUyYmQ0MzVmMDVkOWUyNGVlYmE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"5077753b-8cdd-47a9-82d5-e3ff4ce969c3","artifactVersion":"1"},{"artifactName":"basic_onboard_gcpnoc0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json","artifactChecksum":"NjRhMmYzNDQxZDFkYzhiMjZmMTk3NDMzZmQwOWNiNWI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"583db2fa-2045-4011-8045-9fd436580060","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"0846dbe8-d246-42f3-9ba6-3c197d6bb5c4","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"5004fadd-cda9-4566-99ac-bc5d669427a2","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"7d3da3bf-4415-4326-b045-fe6bef605f78","artifactVersion":"2","generatedFromUUID":"0846dbe8-d246-42f3-9ba6-3c197d6bb5c4"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardGcpnoc-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-template.yml","artifactChecksum":"OGFkYWYzODVjYTg1MmE4Y2JhZWM5NDk3ZjljNTAwNTE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"8ab16f5d-5180-4470-b278-f6ea6f7c23e8","artifactVersion":"1"},{"artifactName":"service-BasicOnboardGcpnoc-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar","artifactChecksum":"MjQxYmE3NTM3MTRlYjAwMzA2YjMyYmJjMmU4MmNkYjE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"d6569f72-4f81-428a-8593-389324ccdf48","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-18T15:39:59.021Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T15:39:59.021Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:39:59.021Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:39:59.022Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679153970223,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:39:59.971Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-18T15:39:59.971Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "a04e84de-dd11-4280-9147-b1e37960b03e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679153969207,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-18T15:39:59.971Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:39:59.971Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-18T15:39:59.971Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679153970223,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T15:39:59.971Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:40:00.022Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T15:40:00.022Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:40:00.022Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:40:00.022Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679153970223,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:40:01.023Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T15:40:01.023Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:40:01.023Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:40:01.023Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679153970223,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:40:02.024Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T15:40:02.024Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:40:02.025Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:40:02.025Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679153970223,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:40:03.026Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T15:40:03.027Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:40:03.027Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:40:03.027Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679153970223,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:40:04.028Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T15:40:04.028Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:40:04.028Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:40:04.028Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679153970223,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:40:05.029Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T15:40:05.029Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:40:05.029Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:40:05.030Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679153970223,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:40:06.030Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-1|||||DEBUG|500||sending notification to client: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "serviceName": "basic_onboard_gCPnoC",
  "serviceVersion": "1.0",
  "serviceUUID": "dad851ae-1f1d-4e04-8847-f18fd5d51391",
  "serviceDescription": "service",
  "serviceInvariantUUID": "693dcbb7-55f2-41d5-a0d9-572574329dfe",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_gCPnoC 0",
      "resourceCustomizationUUID": "9327f8c9-4591-449b-b6af-227dc0614cab",
      "resourceName": "basic_onboard_gCPnoC",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "f3fb2f57-aad9-4f33-88db-c458ae09cdfb",
      "resourceInvariantUUID": "d7c6b294-4284-4b69-87ff-a797deedad73",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_gcpnoc0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json",
          "artifactChecksum": "NjRhMmYzNDQxZDFkYzhiMjZmMTk3NDMzZmQwOWNiNWI\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "583db2fa-2045-4011-8045-9fd436580060",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "0846dbe8-d246-42f3-9ba6-3c197d6bb5c4",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "7d3da3bf-4415-4326-b045-fe6bef605f78",
            "generatedFromUUID": "0846dbe8-d246-42f3-9ba6-3c197d6bb5c4"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "7d3da3bf-4415-4326-b045-fe6bef605f78",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardGcpnoc-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar",
      "artifactChecksum": "MjQxYmE3NTM3MTRlYjAwMzA2YjMyYmJjMmU4MmNkYjE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "d6569f72-4f81-428a-8593-389324ccdf48"
    }
  ],
  "workloadContext": "Production"
}
2023-03-18T15:40:06.030Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-18T15:40:06.030Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 dad851ae-1f1d-4e04-8847-f18fd5d51391 ASDC
2023-03-18T15:40:06.030Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
ServiceName:basic_onboard_gCPnoC
ServiceVersion:1.0
ServiceUUID:dad851ae-1f1d-4e04-8847-f18fd5d51391
ServiceInvariantUUID:693dcbb7-55f2-41d5-a0d9-572574329dfe
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardGcpnoc-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar
ArtifactUUID:d6569f72-4f81-428a-8593-389324ccdf48
ArtifactChecksum:MjQxYmE3NTM3MTRlYjAwMzA2YjMyYmJjMmU4MmNkYjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_gCPnoC 0
ResourceCustomizationUUID:9327f8c9-4591-449b-b6af-227dc0614cab
ResourceInvariantUUID:d7c6b294-4284-4b69-87ff-a797deedad73
ResourceName:basic_onboard_gCPnoC
ResourceType:VF
ResourceUUID:f3fb2f57-aad9-4f33-88db-c458ae09cdfb
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_gcpnoc0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json
ArtifactUUID:583db2fa-2045-4011-8045-9fd436580060
ArtifactChecksum:NjRhMmYzNDQxZDFkYzhiMjZmMTk3NDMzZmQwOWNiNWI=
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/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.yaml
ArtifactUUID:0846dbe8-d246-42f3-9ba6-3c197d6bb5c4
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/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.env
ArtifactUUID:7d3da3bf-4415-4326-b045-fe6bef605f78
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/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.env
ArtifactUUID:7d3da3bf-4415-4326-b045-fe6bef605f78
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-18T15:40:06.031Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF dad851ae-1f1d-4e04-8847-f18fd5d51391 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: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-18T15:40:06.056Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-18T15:40:06.056Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2023-03-18T15:40:06.056Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2023-03-18T15:40:06.056Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: d6569f72-4f81-428a-8593-389324ccdf48 from URL: /sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar
2023-03-18T15:40:06.056Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-1|||||INFO|500||DistributionClient - download
2023-03-18T15:40:06.057Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar
2023-03-18T15:40:06.099Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-1|||||DEBUG|500||GET Response Status 404
2023-03-18T15:40:06.099Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-1|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@4495115e
2023-03-18T15:40:06.099Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-18T15:40:06.099Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-1|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicOnboardGcpnoc"
      ]
    }
  }
}
2023-03-18T15:40:06.100Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-1|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicOnboardGcpnoc-csar.csar /sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar d6569f72-4f81-428a-8593-389324ccdf48 Specified artifact is  not found 300 ASDC artifact download fail
2023-03-18T15:40:06.100Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar ASDC sendASDCNotification
2023-03-18T15:40:06.100Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar(Specified artifact is  not found)
2023-03-18T15:40:06.100Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-18T15:40:06.100Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:40:06.100Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:40:06.100Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679154006100,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:40:07.101Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-1|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during processCsarServiceArtifacts ASDC processCsarServiceArtifacts 500 Exception in processCsarServiceArtifacts
org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact service-BasicOnboardGcpnoc-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar(UUID:d6569f72-4f81-428a-8593-389324ccdf48)
Error message is Specified artifact is  not found

	at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394)
	at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2023-03-18T15:40:07.114Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-1|||||ERROR|500||error NSST process resource failure 
java.lang.NullPointerException: null
	at org.onap.so.asdc.client.ASDCController.processNsstNotification(ASDCController.java:978)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:760)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-18T15:40:07.114Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: f3fb2f57-aad9-4f33-88db-c458ae09cdfb
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-18T15:40:07.117Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-1|||||INFO|500||basic_onboard_gCPnoC 0
2023-03-18T15:40:07.117Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: f3fb2f57-aad9-4f33-88db-c458ae09cdfb
2023-03-18T15:40:07.117Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 583db2fa-2045-4011-8045-9fd436580060 from URL: /sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json
2023-03-18T15:40:07.117Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-1|||||INFO|500||DistributionClient - download
2023-03-18T15:40:07.117Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json
2023-03-18T15:40:07.130Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-1|||||DEBUG|500||GET Response Status 404
2023-03-18T15:40:07.130Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-1|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@adf8ab1
2023-03-18T15:40:07.130Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-18T15:40:07.130Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-1|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicOnboardGcpnoc"
      ]
    }
  }
}
2023-03-18T15:40:07.130Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-1|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL basic_onboard_gcpnoc0_modules.json /sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json 583db2fa-2045-4011-8045-9fd436580060 Specified artifact is  not found 300 ASDC artifact download fail
2023-03-18T15:40:07.130Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json ASDC sendASDCNotification
2023-03-18T15:40:07.130Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json(Specified artifact is  not found)
2023-03-18T15:40:07.130Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-18T15:40:07.130Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:40:07.131Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:40:07.131Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679154007130,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:40:08.131Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-1|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during Installation of artifact ASDC processResourceNotification 500 Exception in processResourceNotification
org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact basic_onboard_gcpnoc0_modules.json could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json(UUID:583db2fa-2045-4011-8045-9fd436580060)
Error message is Specified artifact is  not found

	at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:787)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-18T15:40:08.131Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T15:40:08.145Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T15:40:08.147Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-1|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-18T15:40:08.147Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-18T15:40:38.148Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T15:40:38.165Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T15:40:38.167Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-1|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-18T15:40:38.167Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-18T15:40:58.919Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:40:58.921Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-18T15:40:58.921Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679153970223,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json",
  "status": "NOTIFIED"
}
2023-03-18T15:40:58.922Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:41:08.168Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T15:41:08.182Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T15:41:08.185Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-1|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-18T15:41:08.185Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-18T15:41:38.186Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T15:41:38.201Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T15:41:38.204Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-1|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-18T15:41:38.204Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-18T15:41:58.919Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:41:58.921Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-18T15:41:58.921Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679153970223,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2023-03-18T15:41:58.922Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:41:58.922Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-18T15:41:58.922Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679153970223,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T15:41:58.923Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:41:58.923Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-18T15:41:58.923Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679153970223,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2023-03-18T15:41:58.923Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:41:58.923Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-18T15:41:58.924Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679153970223,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T15:41:58.924Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:41:58.924Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-18T15:41:58.924Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679153970223,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar",
  "status": "NOTIFIED"
}
2023-03-18T15:41:58.924Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:41:58.925Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-18T15:41:58.925Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679154006100,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-18T15:41:58.925Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:41:58.925Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-18T15:41:58.925Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679154007130,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-18T15:41:58.925Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:42:08.205Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T15:42:08.220Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T15:42:08.222Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-1|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-18T15:42:08.222Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-18T15:42:38.223Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T15:42:38.236Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T15:42:38.238Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-1|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-18T15:42:38.238Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-18T15:42:58.920Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:43:08.239Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T15:43:08.251Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T15:43:08.253Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-1|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-18T15:43:08.253Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-18T15:43:38.253Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T15:43:38.270Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T15:43:38.271Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-1|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-18T15:43:38.272Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-18T15:43:58.920Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:44:08.272Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T15:44:08.284Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T15:44:08.286Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-1|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-18T15:44:08.286Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-18T15:44:38.286Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T15:44:38.299Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T15:44:38.301Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-1|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-18T15:44:38.301Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-18T15:44:58.922Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:44:59.074Z||kafka-coordinator-heartbeat-thread | so|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] consumer poll timeout has expired. This means the time between subsequent calls to poll() was longer than the configured max.poll.interval.ms, which typically implies that the poll loop is spending too much time processing messages. You can address this either by increasing max.poll.interval.ms or by reducing the maximum size of batches returned in poll() with max.poll.records.
2023-03-18T15:44:59.075Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Member SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2-c5f36d12-8e59-4146-b598-1b4423cff450 sending LeaveGroup request to coordinator onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2147483645 rack: null) due to consumer poll timeout has expired.
2023-03-18T15:44:59.075Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Resetting generation and member id due to: consumer pro-actively leaving the group
2023-03-18T15:44:59.075Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Request joining group due to: consumer pro-actively leaving the group
2023-03-18T15:44:59.708Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T15:44:59.720Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Revoke previously assigned partitions SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-03-18T15:44:59.721Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] (Re-)joining group
2023-03-18T15:44:59.725Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Successfully joined group with generation Generation{generationId=87, memberId='SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94-2995e74d-4211-4955-93f6-f3f14568571e', protocol='range'}
2023-03-18T15:44:59.726Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Finished assignment for group at generation 87: {SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94-2995e74d-4211-4955-93f6-f3f14568571e=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])}
2023-03-18T15:44:59.739Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Successfully synced group in generation Generation{generationId=87, memberId='SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94-2995e74d-4211-4955-93f6-f3f14568571e', protocol='range'}
2023-03-18T15:44:59.739Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])
2023-03-18T15:44:59.740Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Adding newly assigned partitions: SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-03-18T15:44:59.743Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-18T15:44:59.743Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-18T15:44:59.743Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-18T15:44:59.744Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=2651, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-18T15:44:59.744Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-18T15:44:59.744Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-18T15:45:08.302Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-1|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2023-03-18T15:45:08.302Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-18T15:45:08.309Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846 and serviceModelVersionId: dad851ae-1f1d-4e04-8847-f18fd5d51391
2023-03-18T15:45:08.309Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 693dcbb7-55f2-41d5-a0d9-572574329dfe
2023-03-18T15:45:08.310Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391?depth=0
2023-03-18T15:45:08.315Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2023-03-18T15:45:08.334Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391?depth=0|INFO|500||Invoke
2023-03-18T15:45:08.334Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[9728c8cd-f515-4991-963d-efba2c8b7964], X-ECOMP-RequestID=[34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846], X-TransactionId=[], X-ONAP-RequestID=[34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846], Content-Type=[application/merge-patch+json]}
2023-03-18T15:45:08.341Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2023-03-18T15:45:08.372Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391?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/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391?depth=0 has http status code:404 and response headers:{date=[Sat, 18 Mar 2023 15:45:08 GMT], content-length=[495], x-aai-txid=[1-aai-resources-230318-15:45:08:043-10732], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-18T15:45:08.373Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391?depth=0|DEBUG|500||{"requestError":{"serviceException":{"messageId":"SVC3001","text":"Resource not found for %1 using id %2 (msg=%3) (ec=%4)","variables":["MERGE_PATCH","service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391","Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391","ERR.5.4.6114"]}}}

2023-03-18T15:45:08.373Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391?depth=0|INFO|404|Not Found|InvokeReturn
2023-03-18T15:45:08.381Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-1|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391) (ec=ERR.5.4.6114)
2023-03-18T15:45:08.381Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-1|||||ERROR|500||Exception occurred
javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391) (ec=ERR.5.4.6114)
	at org.onap.so.client.ResponseExceptionMapper.map(ResponseExceptionMapper.java:74)
	at org.onap.so.client.RestRequest.get(RestRequest.java:77)
	at org.onap.so.client.RestClient.buildRequest(RestClient.java:326)
	at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322)
	at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283)
	at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67)
	at net.jodah.failsafe.Execution.executeSync(Execution.java:117)
	at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319)
	at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71)
	at org.onap.so.client.RestClient.method(RestClient.java:322)
	at org.onap.so.client.RestClient.patch(RestClient.java:265)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184)
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-18T15:45:08.381Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-1|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391) (ec=ERR.5.4.6114)
2023-03-18T15:45:08.381Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-1|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391) (ec=ERR.5.4.6114)
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-18T15:45:08.385Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-1|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-18T15:45:08.385Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391) (ec=ERR.5.4.6114)
2023-03-18T15:45:08.385Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2023-03-18T15:45:08.386Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:45:08.386Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:45:08.386Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679154308385,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391) (ec\u003dERR.5.4.6114)"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:45:08.399Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-18T15:45:08.400Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679154308385,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391) (ec\u003dERR.5.4.6114)"
}
2023-03-18T15:45:08.400Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-18T15:45:09.422Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-18T15:45:09.422Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-1|||||DEBUG|500||received notification from broker: {"distributionID":"d4dc9e71-f2cb-491c-bcf1-9d51402514be","serviceName":"vFW 2023-03-18 11-08-36","serviceVersion":"1.0","serviceUUID":"27fdb87d-b713-4eaf-90a0-9e48041e5db6","serviceDescription":"catalog service description","serviceInvariantUUID":"cb6d14f9-78ae-470a-a6af-a3a2b9fea472","resources":[{"resourceInstanceName":"vFW 58569f3e-bd56 0","resourceName":"vFW 58569f3e-bd56","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"d26137cf-1389-4abe-8e09-78b44d7a1aae","resourceInvariantUUID":"440b369e-a09c-4c31-8a4e-6692abd11e0c","resourceCustomizationUUID":"e17fe765-865d-4748-ab41-44bdbee5a853","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/vf-license-model.xml","artifactChecksum":"MTFjYmU2ZGQwM2YxYTQxNjdhOWY1YjI5OWUyYjE5OTg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"7238df55-40f7-4cde-93e0-f3c86248a4ba","artifactVersion":"1"},{"artifactName":"vfw58569f3ebd560_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/vfw58569f3ebd560_modules.json","artifactChecksum":"ODg5YTAyNmJiZTFiZTA5MDMwZWVhNmFkMzVmNzk4YTg\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"a8ca7246-150c-4537-b08d-e58462b66bb6","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"be903e28-b266-44db-9c8b-4cbcb6f7ee77","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/vendor-license-model.xml","artifactChecksum":"NDExZWJjY2Q3ZjkxN2NkNTRiYmFlNDViOGZhYWJjM2M\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"cecd91b9-dbd7-4a9b-96a0-72674051949c","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"0637f995-3e6f-44f6-89fc-61906f5ff14b","artifactVersion":"2","generatedFromUUID":"be903e28-b266-44db-9c8b-4cbcb6f7ee77"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20230318110836-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-template.yml","artifactChecksum":"NjdmYzRlMTY1MzM1ODg5NjAzNTEzOWU1ZGFmNmNiNDI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"8648cca8-36e7-40c1-8faf-a7c0be2faa07","artifactVersion":"1"},{"artifactName":"service-Vfw20230318110836-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar","artifactChecksum":"NzY3OTRjMDBhMTZlZjQ1ZTQ3MTU0ZjE0NjliYmU1M2Y\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"436a091b-6820-4621-9f77-4a798268cc9d","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-18T15:45:09.422Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T15:45:09.422Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:45:09.422Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:45:09.422Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679153970223,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:45:10.423Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T15:45:10.424Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:45:10.424Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:45:10.424Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679153970223,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/vfw58569f3ebd560_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:45:11.425Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T15:45:11.426Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:45:11.426Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:45:11.426Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679153970223,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:45:12.427Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T15:45:12.428Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:45:12.428Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:45:12.428Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679153970223,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:45:13.429Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T15:45:13.430Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:45:13.430Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:45:13.430Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679153970223,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/base_vfw.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:45:14.434Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T15:45:14.434Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:45:14.434Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:45:14.434Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679153970223,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:45:15.435Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T15:45:15.435Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:45:15.436Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:45:15.436Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679153970223,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:45:16.438Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-1|||||DEBUG|500||sending notification to client: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "serviceName": "vFW 2023-03-18 11-08-36",
  "serviceVersion": "1.0",
  "serviceUUID": "27fdb87d-b713-4eaf-90a0-9e48041e5db6",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "cb6d14f9-78ae-470a-a6af-a3a2b9fea472",
  "resources": [
    {
      "resourceInstanceName": "vFW 58569f3e-bd56 0",
      "resourceCustomizationUUID": "e17fe765-865d-4748-ab41-44bdbee5a853",
      "resourceName": "vFW 58569f3e-bd56",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "d26137cf-1389-4abe-8e09-78b44d7a1aae",
      "resourceInvariantUUID": "440b369e-a09c-4c31-8a4e-6692abd11e0c",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw58569f3ebd560_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/vfw58569f3ebd560_modules.json",
          "artifactChecksum": "ODg5YTAyNmJiZTFiZTA5MDMwZWVhNmFkMzVmNzk4YTg\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "a8ca7246-150c-4537-b08d-e58462b66bb6",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "be903e28-b266-44db-9c8b-4cbcb6f7ee77",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "0637f995-3e6f-44f6-89fc-61906f5ff14b",
            "generatedFromUUID": "be903e28-b266-44db-9c8b-4cbcb6f7ee77"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "0637f995-3e6f-44f6-89fc-61906f5ff14b",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20230318110836-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar",
      "artifactChecksum": "NzY3OTRjMDBhMTZlZjQ1ZTQ3MTU0ZjE0NjliYmU1M2Y\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "436a091b-6820-4621-9f77-4a798268cc9d"
    }
  ],
  "workloadContext": "Production"
}
2023-03-18T15:45:16.438Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-18T15:45:16.438Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 27fdb87d-b713-4eaf-90a0-9e48041e5db6 ASDC
2023-03-18T15:45:16.439Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:d4dc9e71-f2cb-491c-bcf1-9d51402514be
ServiceName:vFW 2023-03-18 11-08-36
ServiceVersion:1.0
ServiceUUID:27fdb87d-b713-4eaf-90a0-9e48041e5db6
ServiceInvariantUUID:cb6d14f9-78ae-470a-a6af-a3a2b9fea472
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20230318110836-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar
ArtifactUUID:436a091b-6820-4621-9f77-4a798268cc9d
ArtifactChecksum:NzY3OTRjMDBhMTZlZjQ1ZTQ3MTU0ZjE0NjliYmU1M2Y=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 58569f3e-bd56 0
ResourceCustomizationUUID:e17fe765-865d-4748-ab41-44bdbee5a853
ResourceInvariantUUID:440b369e-a09c-4c31-8a4e-6692abd11e0c
ResourceName:vFW 58569f3e-bd56
ResourceType:VF
ResourceUUID:d26137cf-1389-4abe-8e09-78b44d7a1aae
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw58569f3ebd560_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/vfw58569f3ebd560_modules.json
ArtifactUUID:a8ca7246-150c-4537-b08d-e58462b66bb6
ArtifactChecksum:ODg5YTAyNmJiZTFiZTA5MDMwZWVhNmFkMzVmNzk4YTg=
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/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/base_vfw.yaml
ArtifactUUID:be903e28-b266-44db-9c8b-4cbcb6f7ee77
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/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/base_vfw.env
ArtifactUUID:0637f995-3e6f-44f6-89fc-61906f5ff14b
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/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/base_vfw.env
ArtifactUUID:0637f995-3e6f-44f6-89fc-61906f5ff14b
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-18T15:45:16.439Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 27fdb87d-b713-4eaf-90a0-9e48041e5db6 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: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-18T15:45:16.474Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-18T15:45:16.474Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2023-03-18T15:45:16.474Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2023-03-18T15:45:16.475Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 436a091b-6820-4621-9f77-4a798268cc9d from URL: /sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar
2023-03-18T15:45:16.475Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-1|||||INFO|500||DistributionClient - download
2023-03-18T15:45:16.475Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar
2023-03-18T15:45:16.943Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2023-03-18T15:45:16.951Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar 436a091b-6820-4621-9f77-4a798268cc9d 101467
2023-03-18T15:45:16.951Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar ASDC sendASDCNotification
2023-03-18T15:45:16.951Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar
2023-03-18T15:45:16.951Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-18T15:45:16.951Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:45:16.951Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:45:16.951Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679154316951,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:45:17.952Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-18T15:45:17.953Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2023-03-18T15:45:17.953Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: 436a091b-6820-4621-9f77-4a798268cc9d, URL: /sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar to file: /app/ASDC/1/service-Vfw20230318110836-csar.csar
2023-03-18T15:45:17.953Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20230318110836-csar.csar
2023-03-18T15:45:17.954Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20230318110836-csar.csar
2023-03-18T15:45:17.955Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20230318110836-csar.csar
2023-03-18T15:45:18.068Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6921201975294540432/Definitions/service-Vfw20230318110836-template.yml
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vfw_name" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_user_data_format" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_key_name" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "compute_vfw_metadata" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "compute_vsn_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vsn_key_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "compute_vsn_user_data_format" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "compute_vsn_metadata" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided
2023-03-18T15:45:19.416Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-18T15:45:19.416Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-1|||||WARN|500||####################################################################################################
2023-03-18T15:45:19.416Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20230318110836-csar.csar
2023-03-18T15:45:19.416Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2023-03-18T15:45:19.416Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230318110836-csar.csar
2023-03-18T15:45:19.416Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230318110836-csar.csar
2023-03-18T15:45:19.416Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20230318110836-csar.csar
2023-03-18T15:45:19.416Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230318110836-csar.csar
2023-03-18T15:45:19.416Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230318110836-csar.csar
2023-03-18T15:45:19.417Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230318110836-csar.csar
2023-03-18T15:45:19.417Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230318110836-csar.csar
2023-03-18T15:45:19.417Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230318110836-csar.csar
2023-03-18T15:45:19.417Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230318110836-csar.csar
2023-03-18T15:45:19.417Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 58569f3e-bd56 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-Vfw20230318110836-csar.csar
2023-03-18T15:45:19.417Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230318110836-csar.csar
2023-03-18T15:45:19.417Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-1|||||WARN|500||####################################################################################################
2023-03-18T15:45:19.417Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T15:45:19.417Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-1|||||DEBUG|500||Service vFW 2023-03-18 11-08-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T15:45:19.417Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-1|||||DEBUG|500||Node template vFW 58569f3e-bd56 0 is matching search criteria
2023-03-18T15:45:19.417Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2023-03-18T15:45:19.417Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 58569f3e-bd56 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-18T15:45:19.417Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T15:45:19.418Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-1|||||DEBUG|500||Service vFW 2023-03-18 11-08-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T15:45:19.418Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-1|||||DEBUG|500||Node template vFW 58569f3e-bd56 0 is matching search criteria
2023-03-18T15:45:19.418Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2023-03-18T15:45:19.418Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 58569f3e-bd56 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-18T15:45:19.418Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T15:45:19.418Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-1|||||DEBUG|500||Service vFW 2023-03-18 11-08-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T15:45:19.418Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T15:45:19.418Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-1|||||DEBUG|500||Node template vFW 58569f3e-bd56 0 is not matching search criteria
2023-03-18T15:45:19.418Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-18T15:45:19.418Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-18T15:45:19.418Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-18T15:45:19.418Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-18T15:45:19.418Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-18T15:45:19.419Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-18T15:45:19.419Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-18T15:45:19.419Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-18T15:45:19.419Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-18T15:45:19.419Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-18T15:45:19.419Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-18T15:45:19.419Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-18T15:45:19.419Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-18T15:45:19.419Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-18T15:45:19.419Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-18T15:45:19.419Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-03-18T15:45:19.419Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T15:45:19.419Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-1|||||DEBUG|500||Service vFW 2023-03-18 11-08-36 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-03-18T15:45:19.419Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T15:45:19.420Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-1|||||DEBUG|500||Node template vFW 58569f3e-bd56 0 is matching search criteria
2023-03-18T15:45:19.420Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 58569f3e-bd56 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-18T15:45:19.420Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T15:45:19.420Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-1|||||DEBUG|500||Node template vFW 58569f3e-bd56 0 is matching search criteria
2023-03-18T15:45:19.420Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 58569f3e-bd56 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-18T15:45:19.420Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T15:45:19.420Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-1|||||DEBUG|500||Node template vFW 58569f3e-bd56 0 is matching search criteria
2023-03-18T15:45:19.420Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 58569f3e-bd56 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-18T15:45:19.420Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T15:45:19.420Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-1|||||DEBUG|500||Node template vFW 58569f3e-bd56 0 is not matching search criteria
2023-03-18T15:45:19.420Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-18T15:45:19.420Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-18T15:45:19.420Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-03-18T15:45:19.420Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-18T15:45:19.421Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-18T15:45:19.421Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-18T15:45:19.421Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-18T15:45:19.421Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-18T15:45:19.421Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-18T15:45:19.421Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-18T15:45:19.421Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-18T15:45:19.421Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=54648a20-f030-49c4-93d4-4525b2108f51
2023-03-18T15:45:19.421Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T15:45:19.421Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-1|||||DEBUG|500||Node template vFW 58569f3e-bd56 0 is not matching search criteria
2023-03-18T15:45:19.421Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-18T15:45:19.421Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-18T15:45:19.421Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-18T15:45:19.421Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-18T15:45:19.421Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-18T15:45:19.422Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-18T15:45:19.422Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-18T15:45:19.422Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-03-18T15:45:19.422Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-18T15:45:19.422Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-18T15:45:19.422Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-18T15:45:19.422Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-18T15:45:19.422Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=c8000f82-3ea0-499f-845f-48af9ca20f40
2023-03-18T15:45:19.422Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T15:45:19.422Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-1|||||DEBUG|500||Node template vFW 58569f3e-bd56 0 is not matching search criteria
2023-03-18T15:45:19.422Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-18T15:45:19.422Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-18T15:45:19.422Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-18T15:45:19.423Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-18T15:45:19.423Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-18T15:45:19.423Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-18T15:45:19.423Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-18T15:45:19.423Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-18T15:45:19.423Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-18T15:45:19.423Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-18T15:45:19.423Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-18T15:45:19.423Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-03-18T15:45:19.423Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=8d37dce4-ace0-4972-b0ae-359f5ee34e15
2023-03-18T15:45:19.423Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T15:45:19.423Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-1|||||DEBUG|500||Service vFW 2023-03-18 11-08-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T15:45:19.423Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T15:45:19.423Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-1|||||DEBUG|500||Service vFW 2023-03-18 11-08-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T15:45:19.423Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T15:45:19.424Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-1|||||DEBUG|500||Service vFW 2023-03-18 11-08-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T15:45:19.424Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T15:45:19.424Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-1|||||DEBUG|500||Service vFW 2023-03-18 11-08-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T15:45:19.424Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-1|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2023-03-18 11-08-36
Description:catalog service description
Model UUID:27fdb87d-b713-4eaf-90a0-9e48041e5db6
Model Version:NULL
Model InvariantUuid:cb6d14f9-78ae-470a-a6af-a3a2b9fea472
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 58569f3e-bd56
Model UUID:2fc36073-92c9-4d5d-9644-0bb6550c287b
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:440b369e-a09c-4c31-8a4e-6692abd11e0c
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:e17fe765-865d-4748-ab41-44bdbee5a853
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:351d450e-b1b7-41ae-a83a-2a71f15e25d1
ModelName:Vfw58569f3eBd56..base_vfw..module-0
ModelUuid:0d68d68e-dec8-43d2-aff9-f5d88cc04393
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:54648a20-f030-49c4-93d4-4525b2108f51
ModelInvariantUuid:4ab08134-cd1d-4688-9b75-17c67d1a3e81
ModelName:vFW 58569f3e-bd56-nodes.vfwCvfc
ModelUuid:d6b2f0ba-9202-407c-a163-7cc24d0f18b4
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:056f6090-f73c-4739-af97-620c05ad132a
ModelInvariantUuid:983e3ada-7ea8-4303-8174-d3114334eb9e
ModelName:Vfw58569f3eBd56.compute.nodes.heat.vfw
ModelUuid:3d4b7896-bd84-401c-aa77-b889e41a200a
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:c8000f82-3ea0-499f-845f-48af9ca20f40
ModelInvariantUuid:fcd18208-a79b-409f-9943-f6fdaf7b423e
ModelName:vFW 58569f3e-bd56-nodes.vsnCvfc
ModelUuid:2dc70d22-f13d-4809-b3aa-6be925119137
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:402dc1d7-02f5-4fe5-9c72-942fea6de45f
ModelInvariantUuid:0b0ccbe0-ee97-4020-bd46-0de8c06bfc96
ModelName:Vfw58569f3eBd56.compute.nodes.heat.vsn
ModelUuid:9156b53b-b6f9-40ab-bf18-4e57fbace729
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:8d37dce4-ace0-4972-b0ae-359f5ee34e15
ModelInvariantUuid:5fb0558e-6cb2-4431-b7ca-6445c8799cef
ModelName:vFW 58569f3e-bd56-nodes.vpgCvfc
ModelUuid:fa77263e-b297-4fc8-ad06-fee6a19575f2
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:c490c1b0-6d8a-4e04-bcc3-d1334a874130
ModelInvariantUuid:49041fa9-9665-4fc5-a429-9d3d7490839b
ModelName:Vfw58569f3eBd56.compute.nodes.heat.vpg
ModelUuid:7e8eb1f5-1f60-4b7b-ac6b-192037bf4db6
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=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-03-18T15:45:19.447Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-1|||||ERROR|500||Csar with UUID: 436a091b-6820-4621-9f77-4a798268cc9d already exists
2023-03-18T15:45:19.447Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar ASDC sendASDCNotification
2023-03-18T15:45:19.447Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar(Csar with UUID: 436a091b-6820-4621-9f77-4a798268cc9d already exists)
2023-03-18T15:45:19.448Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-18T15:45:19.448Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:45:19.448Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:45:19.448Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679154319447,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 436a091b-6820-4621-9f77-4a798268cc9d already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:45:20.448Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar ASDC sendASDCNotification
2023-03-18T15:45:20.449Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar(Resource with UUID: d26137cf-1389-4abe-8e09-78b44d7a1aae already exists)
2023-03-18T15:45:20.449Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-18T15:45:20.449Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:45:20.449Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:45:20.450Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679154320448,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: d26137cf-1389-4abe-8e09-78b44d7a1aae already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:45:21.451Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d4dc9e71-f2cb-491c-bcf1-9d51402514be
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T15:45:21.465Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d4dc9e71-f2cb-491c-bcf1-9d51402514be
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T15:45:21.468Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-18T15:45:21.468Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-18T15:45:21.468Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-18T15:45:21.468Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-18T15:45:21.468Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T15:45:21.468Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T15:45:21.468Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T15:45:21.469Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T15:45:21.469Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T15:45:21.469Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-1|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-18T15:45:21.475Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-18T15:45:51.476Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: d4dc9e71-f2cb-491c-bcf1-9d51402514be and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-18T15:45:51.484Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: d4dc9e71-f2cb-491c-bcf1-9d51402514be and serviceModelVersionId: 27fdb87d-b713-4eaf-90a0-9e48041e5db6
2023-03-18T15:45:51.484Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : cb6d14f9-78ae-470a-a6af-a3a2b9fea472
2023-03-18T15:45:51.485Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/cb6d14f9-78ae-470a-a6af-a3a2b9fea472/model-vers/model-ver/27fdb87d-b713-4eaf-90a0-9e48041e5db6?depth=0
2023-03-18T15:45:51.491Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2023-03-18T15:45:51.501Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cb6d14f9-78ae-470a-a6af-a3a2b9fea472/model-vers/model-ver/27fdb87d-b713-4eaf-90a0-9e48041e5db6?depth=0|INFO|500||Invoke
2023-03-18T15:45:51.501Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cb6d14f9-78ae-470a-a6af-a3a2b9fea472/model-vers/model-ver/27fdb87d-b713-4eaf-90a0-9e48041e5db6?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cb6d14f9-78ae-470a-a6af-a3a2b9fea472/model-vers/model-ver/27fdb87d-b713-4eaf-90a0-9e48041e5db6?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[d4dc9e71-f2cb-491c-bcf1-9d51402514be], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[cfc8df63-3d45-474a-908c-b84f45ab3044], X-ECOMP-RequestID=[d4dc9e71-f2cb-491c-bcf1-9d51402514be], X-TransactionId=[], X-ONAP-RequestID=[d4dc9e71-f2cb-491c-bcf1-9d51402514be], Content-Type=[application/merge-patch+json]}
2023-03-18T15:45:51.508Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cb6d14f9-78ae-470a-a6af-a3a2b9fea472/model-vers/model-ver/27fdb87d-b713-4eaf-90a0-9e48041e5db6?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-18T15:45:51.631Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cb6d14f9-78ae-470a-a6af-a3a2b9fea472/model-vers/model-ver/27fdb87d-b713-4eaf-90a0-9e48041e5db6?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/cb6d14f9-78ae-470a-a6af-a3a2b9fea472/model-vers/model-ver/27fdb87d-b713-4eaf-90a0-9e48041e5db6?depth=0 has http status code:200 and response headers:{date=[Sat, 18 Mar 2023 15:45:51 GMT], content-length=[0], vertex-id=[593936], x-aai-txid=[1-aai-resources-230318-15:45:51:209-87802], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-18T15:45:51.632Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cb6d14f9-78ae-470a-a6af-a3a2b9fea472/model-vers/model-ver/27fdb87d-b713-4eaf-90a0-9e48041e5db6?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-18T15:45:51.633Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cb6d14f9-78ae-470a-a6af-a3a2b9fea472/model-vers/model-ver/27fdb87d-b713-4eaf-90a0-9e48041e5db6?depth=0|INFO|500||InvokeReturn
2023-03-18T15:45:51.633Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-18T15:45:51.634Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-1|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-18T15:45:51.638Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-1|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-18T15:45:51.639Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID d4dc9e71-f2cb-491c-bcf1-9d51402514be and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-18T15:45:51.639Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-18T15:45:51.639Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:45:51.639Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:45:51.639Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679154351639,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-18T15:45:52.656Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-18T15:45:52.657Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-1|||||DEBUG|500||received notification from broker: {"distributionID":"9f6cbd74-5561-4ebf-ae29-ef09adcdb35a","serviceName":"vFW 2023-03-18 11-49-31","serviceVersion":"1.0","serviceUUID":"6d984351-d1ca-40a4-aad4-cb46662a587a","serviceDescription":"catalog service description","serviceInvariantUUID":"cf32c985-ce6d-438e-ae22-e6fd004665b3","resources":[{"resourceInstanceName":"vFW c11b0f1b-4505 0","resourceName":"vFW c11b0f1b-4505","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"c7374fd6-6727-4426-9587-40812bc7c663","resourceInvariantUUID":"26f1c4e0-d5d2-4519-a829-ba04da79dfd3","resourceCustomizationUUID":"19f5eed0-33a8-4dbf-839a-f2ac2d3b058b","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/vf-license-model.xml","artifactChecksum":"ZmYyYjdhM2U5NTJiNDExYWMwYTMzMTkyZDMwYzcxZTc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"7b8e42e6-1821-4cac-aa27-034f93b9a8bb","artifactVersion":"1"},{"artifactName":"vfwc11b0f1b45050_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/vfwc11b0f1b45050_modules.json","artifactChecksum":"YTA1YjZlZDc1ZGI4M2FjMjI5NWE4ZTQzZjQxZmI1MGE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"40a0f4a8-4459-48c6-8da9-780f32a6e90d","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"3198714b-6cfa-4ae8-9e58-caa5fd7816d1","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/vendor-license-model.xml","artifactChecksum":"OTNkYjEwYTcxMGU1ODVlYThkMzJiZjM0OWMzYWExNTg\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"56d4001a-cb5d-4c8b-a9db-05f6dd036a2e","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"72f0a15a-ad88-4350-921f-de50e44e2b78","artifactVersion":"2","generatedFromUUID":"3198714b-6cfa-4ae8-9e58-caa5fd7816d1"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20230318114931-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-template.yml","artifactChecksum":"MmZjZDk3ZDhkZWNhNmYyZTJiYmJjYzlhZTNjZmUwZDU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"d733d559-0885-4fbb-8573-c3718d9662ac","artifactVersion":"1"},{"artifactName":"service-Vfw20230318114931-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar","artifactChecksum":"NzYyNTc4YTljZWI3YjE3YThjOTU0MjkyMGEyMDMxNDY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"2a8efcaf-0813-4b52-901f-136ba065c343","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-18T15:45:52.657Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T15:45:52.657Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:45:52.658Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:45:52.658Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679153970223,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:45:53.659Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T15:45:53.659Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:45:53.659Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:45:53.659Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679153970223,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/vfwc11b0f1b45050_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:45:54.661Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T15:45:54.661Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:45:54.661Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:45:54.662Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679153970223,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:45:55.662Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T15:45:55.662Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:45:55.662Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:45:55.662Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679153970223,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:45:56.663Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T15:45:56.664Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:45:56.664Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:45:56.664Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679153970223,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/base_vfw.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:45:57.665Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T15:45:57.666Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:45:57.666Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:45:57.666Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679153970223,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:45:58.669Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T15:45:58.669Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:45:58.669Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:45:58.669Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679153970223,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:45:58.921Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:45:58.926Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-18T15:45:58.926Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679153970223,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T15:45:58.927Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:45:58.927Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-18T15:45:58.927Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679153970223,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/vfw58569f3ebd560_modules.json",
  "status": "NOTIFIED"
}
2023-03-18T15:45:58.927Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:45:58.927Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-18T15:45:58.927Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679153970223,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-03-18T15:45:58.927Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:45:58.927Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-18T15:45:58.927Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679153970223,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T15:45:58.928Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:45:58.928Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-18T15:45:58.928Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679153970223,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2023-03-18T15:45:58.928Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:45:58.928Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-18T15:45:58.928Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679153970223,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T15:45:58.928Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:45:58.928Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-18T15:45:58.928Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679153970223,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar",
  "status": "NOTIFIED"
}
2023-03-18T15:45:58.928Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:45:58.929Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-18T15:45:58.929Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679154316951,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-18T15:45:58.929Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:45:58.929Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-18T15:45:58.929Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679154319447,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 436a091b-6820-4621-9f77-4a798268cc9d already exists"
}
2023-03-18T15:45:58.929Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:45:58.929Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-18T15:45:58.929Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679154320448,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: d26137cf-1389-4abe-8e09-78b44d7a1aae already exists"
}
2023-03-18T15:45:58.929Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:45:58.929Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-18T15:45:58.929Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679154351639,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-18T15:45:58.930Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:45:58.930Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-18T15:45:58.930Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679153970223,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T15:45:58.930Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:45:58.930Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-18T15:45:58.930Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679153970223,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/vfwc11b0f1b45050_modules.json",
  "status": "NOTIFIED"
}
2023-03-18T15:45:58.930Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:45:58.930Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-18T15:45:58.930Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679153970223,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-03-18T15:45:58.931Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:45:58.931Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-18T15:45:58.931Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679153970223,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T15:45:58.931Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:45:58.931Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-18T15:45:58.931Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679153970223,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2023-03-18T15:45:58.931Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:45:58.931Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-18T15:45:58.931Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679153970223,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T15:45:58.931Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:45:58.931Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-18T15:45:58.932Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679153970223,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar",
  "status": "NOTIFIED"
}
2023-03-18T15:45:58.932Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:45:59.670Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-1|||||DEBUG|500||sending notification to client: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "serviceName": "vFW 2023-03-18 11-49-31",
  "serviceVersion": "1.0",
  "serviceUUID": "6d984351-d1ca-40a4-aad4-cb46662a587a",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "cf32c985-ce6d-438e-ae22-e6fd004665b3",
  "resources": [
    {
      "resourceInstanceName": "vFW c11b0f1b-4505 0",
      "resourceCustomizationUUID": "19f5eed0-33a8-4dbf-839a-f2ac2d3b058b",
      "resourceName": "vFW c11b0f1b-4505",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "c7374fd6-6727-4426-9587-40812bc7c663",
      "resourceInvariantUUID": "26f1c4e0-d5d2-4519-a829-ba04da79dfd3",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfwc11b0f1b45050_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/vfwc11b0f1b45050_modules.json",
          "artifactChecksum": "YTA1YjZlZDc1ZGI4M2FjMjI5NWE4ZTQzZjQxZmI1MGE\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "40a0f4a8-4459-48c6-8da9-780f32a6e90d",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "3198714b-6cfa-4ae8-9e58-caa5fd7816d1",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "72f0a15a-ad88-4350-921f-de50e44e2b78",
            "generatedFromUUID": "3198714b-6cfa-4ae8-9e58-caa5fd7816d1"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "72f0a15a-ad88-4350-921f-de50e44e2b78",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20230318114931-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar",
      "artifactChecksum": "NzYyNTc4YTljZWI3YjE3YThjOTU0MjkyMGEyMDMxNDY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "2a8efcaf-0813-4b52-901f-136ba065c343"
    }
  ],
  "workloadContext": "Production"
}
2023-03-18T15:45:59.671Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-18T15:45:59.671Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 6d984351-d1ca-40a4-aad4-cb46662a587a ASDC
2023-03-18T15:45:59.671Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:9f6cbd74-5561-4ebf-ae29-ef09adcdb35a
ServiceName:vFW 2023-03-18 11-49-31
ServiceVersion:1.0
ServiceUUID:6d984351-d1ca-40a4-aad4-cb46662a587a
ServiceInvariantUUID:cf32c985-ce6d-438e-ae22-e6fd004665b3
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20230318114931-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar
ArtifactUUID:2a8efcaf-0813-4b52-901f-136ba065c343
ArtifactChecksum:NzYyNTc4YTljZWI3YjE3YThjOTU0MjkyMGEyMDMxNDY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW c11b0f1b-4505 0
ResourceCustomizationUUID:19f5eed0-33a8-4dbf-839a-f2ac2d3b058b
ResourceInvariantUUID:26f1c4e0-d5d2-4519-a829-ba04da79dfd3
ResourceName:vFW c11b0f1b-4505
ResourceType:VF
ResourceUUID:c7374fd6-6727-4426-9587-40812bc7c663
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwc11b0f1b45050_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/vfwc11b0f1b45050_modules.json
ArtifactUUID:40a0f4a8-4459-48c6-8da9-780f32a6e90d
ArtifactChecksum:YTA1YjZlZDc1ZGI4M2FjMjI5NWE4ZTQzZjQxZmI1MGE=
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/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/base_vfw.yaml
ArtifactUUID:3198714b-6cfa-4ae8-9e58-caa5fd7816d1
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/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/base_vfw.env
ArtifactUUID:72f0a15a-ad88-4350-921f-de50e44e2b78
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/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/base_vfw.env
ArtifactUUID:72f0a15a-ad88-4350-921f-de50e44e2b78
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-18T15:45:59.671Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 6d984351-d1ca-40a4-aad4-cb46662a587a 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: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-18T15:45:59.696Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-18T15:45:59.696Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2023-03-18T15:45:59.696Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2023-03-18T15:45:59.696Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 2a8efcaf-0813-4b52-901f-136ba065c343 from URL: /sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar
2023-03-18T15:45:59.696Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-1|||||INFO|500||DistributionClient - download
2023-03-18T15:45:59.696Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar
2023-03-18T15:45:59.939Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2023-03-18T15:45:59.944Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar 2a8efcaf-0813-4b52-901f-136ba065c343 101507
2023-03-18T15:45:59.944Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar ASDC sendASDCNotification
2023-03-18T15:45:59.944Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar
2023-03-18T15:45:59.944Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-18T15:45:59.945Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:45:59.945Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:45:59.945Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679154359944,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:46:00.946Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-18T15:46:00.947Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2023-03-18T15:46:00.947Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: 2a8efcaf-0813-4b52-901f-136ba065c343, URL: /sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar to file: /app/ASDC/1/service-Vfw20230318114931-csar.csar
2023-03-18T15:46:00.947Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20230318114931-csar.csar
2023-03-18T15:46:00.948Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20230318114931-csar.csar
2023-03-18T15:46:00.948Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20230318114931-csar.csar
2023-03-18T15:46:01.059Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12739214503499992752/Definitions/service-Vfw20230318114931-template.yml
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_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vfw_name" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_user_data_format" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_key_name" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "compute_vfw_metadata" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
2023-03-18T15:46:02.420Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-18T15:46:02.420Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-1|||||WARN|500||####################################################################################################
2023-03-18T15:46:02.420Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20230318114931-csar.csar
2023-03-18T15:46:02.420Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2023-03-18T15:46:02.421Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230318114931-csar.csar
2023-03-18T15:46:02.421Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230318114931-csar.csar
2023-03-18T15:46:02.421Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20230318114931-csar.csar
2023-03-18T15:46:02.421Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230318114931-csar.csar
2023-03-18T15:46:02.421Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230318114931-csar.csar
2023-03-18T15:46:02.421Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230318114931-csar.csar
2023-03-18T15:46:02.421Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230318114931-csar.csar
2023-03-18T15:46:02.421Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230318114931-csar.csar
2023-03-18T15:46:02.421Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230318114931-csar.csar
2023-03-18T15:46:02.421Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230318114931-csar.csar
2023-03-18T15:46:02.421Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW c11b0f1b-4505 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-Vfw20230318114931-csar.csar
2023-03-18T15:46:02.421Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-1|||||WARN|500||####################################################################################################
2023-03-18T15:46:02.421Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T15:46:02.421Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-1|||||DEBUG|500||Service vFW 2023-03-18 11-49-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T15:46:02.421Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-1|||||DEBUG|500||Node template vFW c11b0f1b-4505 0 is matching search criteria
2023-03-18T15:46:02.422Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2023-03-18T15:46:02.422Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW c11b0f1b-4505 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-18T15:46:02.422Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T15:46:02.422Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-1|||||DEBUG|500||Service vFW 2023-03-18 11-49-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T15:46:02.422Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-1|||||DEBUG|500||Node template vFW c11b0f1b-4505 0 is matching search criteria
2023-03-18T15:46:02.422Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2023-03-18T15:46:02.422Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW c11b0f1b-4505 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-18T15:46:02.422Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T15:46:02.422Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-1|||||DEBUG|500||Service vFW 2023-03-18 11-49-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T15:46:02.422Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T15:46:02.422Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-1|||||DEBUG|500||Node template vFW c11b0f1b-4505 0 is not matching search criteria
2023-03-18T15:46:02.422Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-18T15:46:02.422Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-18T15:46:02.422Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-18T15:46:02.423Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-18T15:46:02.423Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-18T15:46:02.423Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-18T15:46:02.423Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-18T15:46:02.423Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-18T15:46:02.423Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-18T15:46:02.423Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-18T15:46:02.423Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-18T15:46:02.423Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-18T15:46:02.423Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-18T15:46:02.423Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-18T15:46:02.423Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-18T15:46:02.423Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-03-18T15:46:02.423Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T15:46:02.423Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-1|||||DEBUG|500||Service vFW 2023-03-18 11-49-31 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-03-18T15:46:02.423Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T15:46:02.423Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-1|||||DEBUG|500||Node template vFW c11b0f1b-4505 0 is matching search criteria
2023-03-18T15:46:02.423Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW c11b0f1b-4505 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-18T15:46:02.423Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T15:46:02.423Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-1|||||DEBUG|500||Node template vFW c11b0f1b-4505 0 is matching search criteria
2023-03-18T15:46:02.424Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW c11b0f1b-4505 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-18T15:46:02.424Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T15:46:02.424Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-1|||||DEBUG|500||Node template vFW c11b0f1b-4505 0 is matching search criteria
2023-03-18T15:46:02.424Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW c11b0f1b-4505 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-18T15:46:02.424Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T15:46:02.424Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-1|||||DEBUG|500||Node template vFW c11b0f1b-4505 0 is not matching search criteria
2023-03-18T15:46:02.424Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-18T15:46:02.424Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-03-18T15:46:02.424Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-18T15:46:02.424Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-18T15:46:02.424Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-18T15:46:02.424Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-18T15:46:02.424Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-18T15:46:02.424Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-18T15:46:02.424Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-18T15:46:02.424Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-18T15:46:02.424Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-18T15:46:02.424Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=93a1b299-440a-4b46-b809-896a244a8c3e
2023-03-18T15:46:02.424Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T15:46:02.425Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-1|||||DEBUG|500||Node template vFW c11b0f1b-4505 0 is not matching search criteria
2023-03-18T15:46:02.425Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-18T15:46:02.425Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-18T15:46:02.425Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-18T15:46:02.425Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-18T15:46:02.425Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-18T15:46:02.425Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-18T15:46:02.425Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-18T15:46:02.425Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-03-18T15:46:02.425Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-18T15:46:02.425Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-18T15:46:02.425Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-18T15:46:02.425Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-18T15:46:02.425Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=f46f0c4d-868d-4d5b-9783-ea8cf0f2cc90
2023-03-18T15:46:02.425Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T15:46:02.425Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-1|||||DEBUG|500||Node template vFW c11b0f1b-4505 0 is not matching search criteria
2023-03-18T15:46:02.425Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-18T15:46:02.425Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-18T15:46:02.425Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-18T15:46:02.425Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-18T15:46:02.425Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-18T15:46:02.426Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-18T15:46:02.426Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-18T15:46:02.426Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-18T15:46:02.426Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-18T15:46:02.426Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-18T15:46:02.426Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-18T15:46:02.426Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-03-18T15:46:02.426Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=5079a023-f40e-49e5-9a39-abc7b36fa226
2023-03-18T15:46:02.426Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T15:46:02.426Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-1|||||DEBUG|500||Service vFW 2023-03-18 11-49-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T15:46:02.426Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T15:46:02.426Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-1|||||DEBUG|500||Service vFW 2023-03-18 11-49-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T15:46:02.426Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T15:46:02.426Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-1|||||DEBUG|500||Service vFW 2023-03-18 11-49-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T15:46:02.426Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T15:46:02.426Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-1|||||DEBUG|500||Service vFW 2023-03-18 11-49-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T15:46:02.426Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-1|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2023-03-18 11-49-31
Description:catalog service description
Model UUID:6d984351-d1ca-40a4-aad4-cb46662a587a
Model Version:NULL
Model InvariantUuid:cf32c985-ce6d-438e-ae22-e6fd004665b3
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW c11b0f1b-4505
Model UUID:ebdaa0dd-57e1-4fdd-a831-8135ea117a46
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:26f1c4e0-d5d2-4519-a829-ba04da79dfd3
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:19f5eed0-33a8-4dbf-839a-f2ac2d3b058b
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:6ebe4145-67c2-45e6-9597-53226a0916bd
ModelName:VfwC11b0f1b4505..base_vfw..module-0
ModelUuid:0261834d-3be1-4860-8b24-040e2c80aecd
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:93a1b299-440a-4b46-b809-896a244a8c3e
ModelInvariantUuid:8ec395e7-2102-4d02-844f-c114ac1a4203
ModelName:vFW c11b0f1b-4505-nodes.vfwCvfc
ModelUuid:504b1f13-9ac9-4e16-910b-43ab4acacb0f
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:99287d62-b33c-413e-89ec-87108c575104
ModelInvariantUuid:47f32f44-cd17-4eef-9e16-abcb011ab104
ModelName:VfwC11b0f1b4505.compute.nodes.heat.vfw
ModelUuid:2a6b0c3b-4ab1-49cd-8a96-f1f0feba73a0
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:f46f0c4d-868d-4d5b-9783-ea8cf0f2cc90
ModelInvariantUuid:d8e52c29-a773-431c-95b4-d1f0431b5e9e
ModelName:vFW c11b0f1b-4505-nodes.vsnCvfc
ModelUuid:e2d70f6d-c1ff-493f-99ab-25fea72fcdcc
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:113d5ed4-4ad4-49a7-94a3-7a01856b2205
ModelInvariantUuid:39b9a204-ad6c-4bfc-8b8d-763592e31d47
ModelName:VfwC11b0f1b4505.compute.nodes.heat.vsn
ModelUuid:fb5c808e-fe4a-477f-9cbd-5ab7141bbabe
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:5079a023-f40e-49e5-9a39-abc7b36fa226
ModelInvariantUuid:457dc8a1-b2ed-4d6f-963b-32e7f710a988
ModelName:vFW c11b0f1b-4505-nodes.vpgCvfc
ModelUuid:b289eee2-d7be-43f7-a6eb-232cf9ffa6c4
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:b5a732bf-796a-41d5-8db9-e0467a3c1b4a
ModelInvariantUuid:6626a445-05ec-4eb4-b903-06723caa1195
ModelName:VfwC11b0f1b4505.compute.nodes.heat.vpg
ModelUuid:f6a4ab06-9982-4e1b-be30-d56572ed840e
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=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-03-18T15:46:02.444Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-1|||||ERROR|500||Csar with UUID: 2a8efcaf-0813-4b52-901f-136ba065c343 already exists
2023-03-18T15:46:02.445Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar ASDC sendASDCNotification
2023-03-18T15:46:02.445Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar(Csar with UUID: 2a8efcaf-0813-4b52-901f-136ba065c343 already exists)
2023-03-18T15:46:02.445Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-18T15:46:02.445Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:46:02.445Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:46:02.445Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679154362445,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 2a8efcaf-0813-4b52-901f-136ba065c343 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:46:03.446Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar ASDC sendASDCNotification
2023-03-18T15:46:03.446Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar(Resource with UUID: c7374fd6-6727-4426-9587-40812bc7c663 already exists)
2023-03-18T15:46:03.446Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-18T15:46:03.446Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:46:03.446Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:46:03.446Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679154363446,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: c7374fd6-6727-4426-9587-40812bc7c663 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:46:04.447Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9f6cbd74-5561-4ebf-ae29-ef09adcdb35a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T15:46:04.462Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9f6cbd74-5561-4ebf-ae29-ef09adcdb35a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T15:46:04.464Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-18T15:46:04.464Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-18T15:46:04.464Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-18T15:46:04.464Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-18T15:46:04.464Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T15:46:04.465Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T15:46:04.465Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T15:46:04.465Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T15:46:04.465Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T15:46:04.465Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-1|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-18T15:46:04.471Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-18T15:46:34.472Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 9f6cbd74-5561-4ebf-ae29-ef09adcdb35a and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-18T15:46:34.478Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 9f6cbd74-5561-4ebf-ae29-ef09adcdb35a and serviceModelVersionId: 6d984351-d1ca-40a4-aad4-cb46662a587a
2023-03-18T15:46:34.479Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : cf32c985-ce6d-438e-ae22-e6fd004665b3
2023-03-18T15:46:34.479Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/cf32c985-ce6d-438e-ae22-e6fd004665b3/model-vers/model-ver/6d984351-d1ca-40a4-aad4-cb46662a587a?depth=0
2023-03-18T15:46:34.484Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2023-03-18T15:46:34.499Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cf32c985-ce6d-438e-ae22-e6fd004665b3/model-vers/model-ver/6d984351-d1ca-40a4-aad4-cb46662a587a?depth=0|INFO|500||Invoke
2023-03-18T15:46:34.499Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cf32c985-ce6d-438e-ae22-e6fd004665b3/model-vers/model-ver/6d984351-d1ca-40a4-aad4-cb46662a587a?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cf32c985-ce6d-438e-ae22-e6fd004665b3/model-vers/model-ver/6d984351-d1ca-40a4-aad4-cb46662a587a?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[9f6cbd74-5561-4ebf-ae29-ef09adcdb35a], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[53c92453-76f2-43f8-bf3e-0de64eb1fddd], X-ECOMP-RequestID=[9f6cbd74-5561-4ebf-ae29-ef09adcdb35a], X-TransactionId=[], X-ONAP-RequestID=[9f6cbd74-5561-4ebf-ae29-ef09adcdb35a], Content-Type=[application/merge-patch+json]}
2023-03-18T15:46:34.507Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cf32c985-ce6d-438e-ae22-e6fd004665b3/model-vers/model-ver/6d984351-d1ca-40a4-aad4-cb46662a587a?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-18T15:46:34.617Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cf32c985-ce6d-438e-ae22-e6fd004665b3/model-vers/model-ver/6d984351-d1ca-40a4-aad4-cb46662a587a?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/cf32c985-ce6d-438e-ae22-e6fd004665b3/model-vers/model-ver/6d984351-d1ca-40a4-aad4-cb46662a587a?depth=0 has http status code:200 and response headers:{date=[Sat, 18 Mar 2023 15:46:34 GMT], content-length=[0], vertex-id=[364760], x-aai-txid=[2-aai-resources-230318-15:46:34:209-27974], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-18T15:46:34.618Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cf32c985-ce6d-438e-ae22-e6fd004665b3/model-vers/model-ver/6d984351-d1ca-40a4-aad4-cb46662a587a?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-18T15:46:34.618Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cf32c985-ce6d-438e-ae22-e6fd004665b3/model-vers/model-ver/6d984351-d1ca-40a4-aad4-cb46662a587a?depth=0|INFO|500||InvokeReturn
2023-03-18T15:46:34.618Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-18T15:46:34.618Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-1|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-18T15:46:34.622Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-1|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-18T15:46:34.622Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 9f6cbd74-5561-4ebf-ae29-ef09adcdb35a and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-18T15:46:34.623Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-18T15:46:34.623Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:46:34.623Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:46:34.623Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679154394622,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-18T15:46:35.638Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-18T15:46:35.639Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-1|||||DEBUG|500||received notification from broker: {"distributionID":"74149d2a-f284-47d2-b2fa-4e2fc7be8f3e","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"942654ba-46c2-4f05-ae3d-6460a7c9e9a7","serviceDescription":"service","serviceInvariantUUID":"ccdda148-11a2-4587-8a73-4287349e801a","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"9290846e-2e09-452f-a45d-c33314796f1f","resourceInvariantUUID":"df78bcaa-4726-47cb-aa3f-3d44f5870fc0","resourceCustomizationUUID":"014700c6-fb42-406a-8786-743311c39dea","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":"YzAxYzRjZjI5ZDYxYzM3NGE1ZWQzMDUyNDdmNzFlYjI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"0c62aeb4-b847-4e92-887d-05928e34bd2a","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"MjQwMDY3MzNlZjViMGM0YmQ4Mzg2OTA4MTFiM2YxYTQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"01ded22f-bc0d-42c0-9fad-2915e46c71e4","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-18T15:46:35.639Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T15:46:35.639Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:46:35.639Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:46:35.639Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "74149d2a-f284-47d2-b2fa-4e2fc7be8f3e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679153970223,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:46:36.639Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T15:46:36.640Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:46:36.640Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:46:36.640Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "74149d2a-f284-47d2-b2fa-4e2fc7be8f3e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679153970223,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:46:37.640Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-1|||||DEBUG|500||sending notification to client: {
  "distributionID": "74149d2a-f284-47d2-b2fa-4e2fc7be8f3e",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "942654ba-46c2-4f05-ae3d-6460a7c9e9a7",
  "serviceDescription": "service",
  "serviceInvariantUUID": "ccdda148-11a2-4587-8a73-4287349e801a",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "014700c6-fb42-406a-8786-743311c39dea",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "9290846e-2e09-452f-a45d-c33314796f1f",
      "resourceInvariantUUID": "df78bcaa-4726-47cb-aa3f-3d44f5870fc0",
      "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": "MjQwMDY3MzNlZjViMGM0YmQ4Mzg2OTA4MTFiM2YxYTQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "01ded22f-bc0d-42c0-9fad-2915e46c71e4"
    }
  ],
  "workloadContext": "Production"
}
2023-03-18T15:46:37.641Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-18T15:46:37.641Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 942654ba-46c2-4f05-ae3d-6460a7c9e9a7 ASDC
2023-03-18T15:46:37.641Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:74149d2a-f284-47d2-b2fa-4e2fc7be8f3e
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:942654ba-46c2-4f05-ae3d-6460a7c9e9a7
ServiceInvariantUUID:ccdda148-11a2-4587-8a73-4287349e801a
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:01ded22f-bc0d-42c0-9fad-2915e46c71e4
ArtifactChecksum:MjQwMDY3MzNlZjViMGM0YmQ4Mzg2OTA4MTFiM2YxYTQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:014700c6-fb42-406a-8786-743311c39dea
ResourceInvariantUUID:df78bcaa-4726-47cb-aa3f-3d44f5870fc0
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:9290846e-2e09-452f-a45d-c33314796f1f
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2023-03-18T15:46:37.641Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 942654ba-46c2-4f05-ae3d-6460a7c9e9a7 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: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-18T15:46:37.666Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-18T15:46:37.667Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2023-03-18T15:46:37.667Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2023-03-18T15:46:37.667Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 01ded22f-bc0d-42c0-9fad-2915e46c71e4 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-03-18T15:46:37.667Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-1|||||INFO|500||DistributionClient - download
2023-03-18T15:46:37.667Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-03-18T15:46:37.696Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-1|||||DEBUG|500||GET Response Status 404
2023-03-18T15:46:37.696Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-1|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@273edb30
2023-03-18T15:46:37.697Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-18T15:46:37.697Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-1|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicNetwork"
      ]
    }
  }
}
2023-03-18T15:46:37.697Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-1|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicNetwork-csar.csar /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 01ded22f-bc0d-42c0-9fad-2915e46c71e4 Specified artifact is  not found 300 ASDC artifact download fail
2023-03-18T15:46:37.697Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-03-18T15:46:37.697Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar(Specified artifact is  not found)
2023-03-18T15:46:37.697Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-18T15:46:37.697Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:46:37.697Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:46:37.697Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "74149d2a-f284-47d2-b2fa-4e2fc7be8f3e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679154397697,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:46:38.698Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-1|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during processCsarServiceArtifacts ASDC processCsarServiceArtifacts 500 Exception in processCsarServiceArtifacts
org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact service-BasicNetwork-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar(UUID:01ded22f-bc0d-42c0-9fad-2915e46c71e4)
Error message is Specified artifact is  not found

	at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394)
	at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
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 watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-03-18T15:46:38.723Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-1|||||ERROR|500||Csar with UUID: 01ded22f-bc0d-42c0-9fad-2915e46c71e4 already exists
2023-03-18T15:46:38.723Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-03-18T15:46:38.723Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar(Csar with UUID: 01ded22f-bc0d-42c0-9fad-2915e46c71e4 already exists)
2023-03-18T15:46:38.723Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-18T15:46:38.724Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:46:38.724Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:46:38.724Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "74149d2a-f284-47d2-b2fa-4e2fc7be8f3e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679154398723,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 01ded22f-bc0d-42c0-9fad-2915e46c71e4 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:46:39.724Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-03-18T15:46:39.724Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar(Resource with UUID: 9290846e-2e09-452f-a45d-c33314796f1f already exists)
2023-03-18T15:46:39.725Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-18T15:46:39.725Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:46:39.725Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:46:39.725Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "74149d2a-f284-47d2-b2fa-4e2fc7be8f3e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679154399724,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 9290846e-2e09-452f-a45d-c33314796f1f already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:46:40.726Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 74149d2a-f284-47d2-b2fa-4e2fc7be8f3e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T15:46:40.738Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 74149d2a-f284-47d2-b2fa-4e2fc7be8f3e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T15:46:40.740Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-18T15:46:40.740Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-18T15:46:40.740Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-18T15:46:40.740Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-18T15:46:40.741Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T15:46:40.741Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T15:46:40.741Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T15:46:40.741Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T15:46:40.741Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T15:46:40.741Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-1|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-18T15:46:40.746Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-18T15:46:58.920Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:46:58.925Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-18T15:46:58.926Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679154359944,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-18T15:46:58.926Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:46:58.926Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-18T15:46:58.926Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679154362445,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 2a8efcaf-0813-4b52-901f-136ba065c343 already exists"
}
2023-03-18T15:46:58.926Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:46:58.926Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-18T15:46:58.927Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679154363446,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: c7374fd6-6727-4426-9587-40812bc7c663 already exists"
}
2023-03-18T15:46:58.927Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:46:58.927Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-18T15:46:58.927Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679154394622,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-18T15:46:58.927Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:46:58.927Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-18T15:46:58.927Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "74149d2a-f284-47d2-b2fa-4e2fc7be8f3e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679153970223,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T15:46:58.927Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:46:58.927Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-18T15:46:58.927Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "74149d2a-f284-47d2-b2fa-4e2fc7be8f3e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679153970223,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-03-18T15:46:58.927Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:46:58.927Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-18T15:46:58.928Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "74149d2a-f284-47d2-b2fa-4e2fc7be8f3e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679154397697,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-18T15:46:58.928Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:46:58.928Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-18T15:46:58.928Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "74149d2a-f284-47d2-b2fa-4e2fc7be8f3e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679154398723,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 01ded22f-bc0d-42c0-9fad-2915e46c71e4 already exists"
}
2023-03-18T15:46:58.928Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:46:58.928Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-18T15:46:58.928Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "74149d2a-f284-47d2-b2fa-4e2fc7be8f3e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679154399724,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 9290846e-2e09-452f-a45d-c33314796f1f already exists"
}
2023-03-18T15:46:58.928Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:47:10.747Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 74149d2a-f284-47d2-b2fa-4e2fc7be8f3e and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-18T15:47:10.754Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 74149d2a-f284-47d2-b2fa-4e2fc7be8f3e and serviceModelVersionId: 942654ba-46c2-4f05-ae3d-6460a7c9e9a7
2023-03-18T15:47:10.754Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : ccdda148-11a2-4587-8a73-4287349e801a
2023-03-18T15:47:10.754Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/ccdda148-11a2-4587-8a73-4287349e801a/model-vers/model-ver/942654ba-46c2-4f05-ae3d-6460a7c9e9a7?depth=0
2023-03-18T15:47:10.759Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2023-03-18T15:47:10.769Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-1|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ccdda148-11a2-4587-8a73-4287349e801a/model-vers/model-ver/942654ba-46c2-4f05-ae3d-6460a7c9e9a7?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-03-18T15:47:10.769Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ccdda148-11a2-4587-8a73-4287349e801a/model-vers/model-ver/942654ba-46c2-4f05-ae3d-6460a7c9e9a7?depth=0|INFO|500||Invoke
2023-03-18T15:47:10.778Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ccdda148-11a2-4587-8a73-4287349e801a/model-vers/model-ver/942654ba-46c2-4f05-ae3d-6460a7c9e9a7?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-18T15:47:10.894Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ccdda148-11a2-4587-8a73-4287349e801a/model-vers/model-ver/942654ba-46c2-4f05-ae3d-6460a7c9e9a7?depth=0|INFO|500||InvokeReturn
2023-03-18T15:47:10.894Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-1|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ccdda148-11a2-4587-8a73-4287349e801a/model-vers/model-ver/942654ba-46c2-4f05-ae3d-6460a7c9e9a7?depth=0 has http status code:200 and response headers:{date=[Sat, 18 Mar 2023 15:47:10 GMT], content-length=[0], vertex-id=[192760], x-aai-txid=[0-aai-resources-230318-15:47:10:480-19082], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-18T15:47:10.895Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-1|||||DEBUG|500||Response was returned with an empty entity.
2023-03-18T15:47:10.895Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-18T15:47:10.895Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-1|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-18T15:47:10.899Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-1|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-18T15:47:10.900Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 74149d2a-f284-47d2-b2fa-4e2fc7be8f3e and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-18T15:47:10.900Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-18T15:47:10.900Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:47:10.900Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:47:10.900Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "74149d2a-f284-47d2-b2fa-4e2fc7be8f3e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679154430900,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-18T15:47:11.916Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-18T15:47:11.917Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-1|||||DEBUG|500||received notification from broker: {"distributionID":"6a074a1e-4b47-4382-9b90-afa918276d12","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"e17bf563-7a13-4701-b853-11ed8cbb93d7","serviceDescription":"service","serviceInvariantUUID":"8a45306d-3ac3-4f10-a742-9812edbe591e","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"1903c123-2be6-499b-8524-c9a33406ad4f","resourceInvariantUUID":"65a560ec-f509-40c5-b364-3c4cd0a20185","resourceCustomizationUUID":"41b30cb0-d009-4e4b-99c2-e95f691a4b2e","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":"YTFjZGVjMmU0NGZhOGFkMDlhZGI4ODkyYzk4MDRmOGE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"38ef1f0d-98ea-4e28-b00a-3091e61f54bc","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":"OWZmNjBmNzNmNGQ1ZThmYzNkMzdkODk3MzFkMDI2MDg\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"d3c6917c-1f70-48e9-9465-f259ee8cda65","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":"7aa99321-7b67-40f7-bd98-0e99d422bb2e","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":"5444e6a4-9351-40da-b837-0dd388e7cb3b","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":"cb506ca5-fd50-4406-abfc-b51858ac789a","artifactVersion":"2","generatedFromUUID":"7aa99321-7b67-40f7-bd98-0e99d422bb2e"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"ZjQyZmQxMjdjZDk5ZDY2OTQ3ZmIyZWI4MjExZGE4OGQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"204adab0-5bde-4230-9b3d-b26c0f4d57b4","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"NjI4YzVmZDFmMjYwMDhlNTZlOTY1M2NmMzExN2VkMjg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"4b6dc8ac-cbfc-43c0-9e93-2760226914ae","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-18T15:47:11.917Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T15:47:11.917Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:47:11.917Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:47:11.917Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679153970223,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:47:12.918Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T15:47:12.918Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:47:12.918Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:47:12.919Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679153970223,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:47:13.919Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T15:47:13.919Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:47:13.920Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:47:13.920Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679153970223,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:47:14.920Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T15:47:14.921Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:47:14.921Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:47:14.921Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679153970223,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:47:15.922Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T15:47:15.922Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:47:15.922Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:47:15.922Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679153970223,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:47:16.923Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T15:47:16.924Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:47:16.924Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:47:16.924Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679153970223,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:47:17.925Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T15:47:17.925Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:47:17.925Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:47:17.925Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679153970223,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:47:18.926Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-1|||||DEBUG|500||sending notification to client: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "e17bf563-7a13-4701-b853-11ed8cbb93d7",
  "serviceDescription": "service",
  "serviceInvariantUUID": "8a45306d-3ac3-4f10-a742-9812edbe591e",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "41b30cb0-d009-4e4b-99c2-e95f691a4b2e",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "1903c123-2be6-499b-8524-c9a33406ad4f",
      "resourceInvariantUUID": "65a560ec-f509-40c5-b364-3c4cd0a20185",
      "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": "OWZmNjBmNzNmNGQ1ZThmYzNkMzdkODk3MzFkMDI2MDg\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "d3c6917c-1f70-48e9-9465-f259ee8cda65",
          "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": "7aa99321-7b67-40f7-bd98-0e99d422bb2e",
          "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": "cb506ca5-fd50-4406-abfc-b51858ac789a",
            "generatedFromUUID": "7aa99321-7b67-40f7-bd98-0e99d422bb2e"
          },
          "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": "cb506ca5-fd50-4406-abfc-b51858ac789a",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "NjI4YzVmZDFmMjYwMDhlNTZlOTY1M2NmMzExN2VkMjg\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "4b6dc8ac-cbfc-43c0-9e93-2760226914ae"
    }
  ],
  "workloadContext": "Production"
}
2023-03-18T15:47:18.926Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-18T15:47:18.926Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 e17bf563-7a13-4701-b853-11ed8cbb93d7 ASDC
2023-03-18T15:47:18.926Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:6a074a1e-4b47-4382-9b90-afa918276d12
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:e17bf563-7a13-4701-b853-11ed8cbb93d7
ServiceInvariantUUID:8a45306d-3ac3-4f10-a742-9812edbe591e
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:4b6dc8ac-cbfc-43c0-9e93-2760226914ae
ArtifactChecksum:NjI4YzVmZDFmMjYwMDhlNTZlOTY1M2NmMzExN2VkMjg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:41b30cb0-d009-4e4b-99c2-e95f691a4b2e
ResourceInvariantUUID:65a560ec-f509-40c5-b364-3c4cd0a20185
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:1903c123-2be6-499b-8524-c9a33406ad4f
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:d3c6917c-1f70-48e9-9465-f259ee8cda65
ArtifactChecksum:OWZmNjBmNzNmNGQ1ZThmYzNkMzdkODk3MzFkMDI2MDg=
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:7aa99321-7b67-40f7-bd98-0e99d422bb2e
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:cb506ca5-fd50-4406-abfc-b51858ac789a
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:cb506ca5-fd50-4406-abfc-b51858ac789a
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-18T15:47:18.926Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF e17bf563-7a13-4701-b853-11ed8cbb93d7 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: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-18T15:47:18.949Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-18T15:47:18.950Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2023-03-18T15:47:18.950Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2023-03-18T15:47:18.950Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 4b6dc8ac-cbfc-43c0-9e93-2760226914ae from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-03-18T15:47:18.950Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-1|||||INFO|500||DistributionClient - download
2023-03-18T15:47:18.950Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-03-18T15:47:18.987Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-1|||||DEBUG|500||GET Response Status 404
2023-03-18T15:47:18.988Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-1|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@29216ac4
2023-03-18T15:47:18.988Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-18T15:47:18.988Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-1|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicVm"
      ]
    }
  }
}
2023-03-18T15:47:18.988Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-1|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicVm-csar.csar /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 4b6dc8ac-cbfc-43c0-9e93-2760226914ae Specified artifact is  not found 300 ASDC artifact download fail
2023-03-18T15:47:18.988Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-03-18T15:47:18.988Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar(Specified artifact is  not found)
2023-03-18T15:47:18.988Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-18T15:47:18.988Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:47:18.988Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:47:18.988Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679154438988,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:47:19.989Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-1|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during processCsarServiceArtifacts ASDC processCsarServiceArtifacts 500 Exception in processCsarServiceArtifacts
org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact service-BasicVm-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar(UUID:4b6dc8ac-cbfc-43c0-9e93-2760226914ae)
Error message is Specified artifact is  not found

	at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394)
	at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
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 watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-03-18T15:47:20.011Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-1|||||ERROR|500||Csar with UUID: 4b6dc8ac-cbfc-43c0-9e93-2760226914ae already exists
2023-03-18T15:47:20.011Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-03-18T15:47:20.011Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar(Csar with UUID: 4b6dc8ac-cbfc-43c0-9e93-2760226914ae already exists)
2023-03-18T15:47:20.011Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-18T15:47:20.011Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:47:20.011Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:47:20.012Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679154440011,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 4b6dc8ac-cbfc-43c0-9e93-2760226914ae already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:47:21.012Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-03-18T15:47:21.012Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar(Resource with UUID: 1903c123-2be6-499b-8524-c9a33406ad4f already exists)
2023-03-18T15:47:21.013Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-18T15:47:21.013Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:47:21.013Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:47:21.013Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679154441012,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 1903c123-2be6-499b-8524-c9a33406ad4f already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:47:22.013Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6a074a1e-4b47-4382-9b90-afa918276d12
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T15:47:22.024Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6a074a1e-4b47-4382-9b90-afa918276d12
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T15:47:22.026Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-18T15:47:22.026Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-18T15:47:22.026Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-18T15:47:22.026Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-18T15:47:22.026Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T15:47:22.026Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T15:47:22.026Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T15:47:22.026Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T15:47:22.026Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T15:47:22.026Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-1|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-18T15:47:22.038Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-18T15:47:52.038Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 6a074a1e-4b47-4382-9b90-afa918276d12 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-18T15:47:52.043Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 6a074a1e-4b47-4382-9b90-afa918276d12 and serviceModelVersionId: e17bf563-7a13-4701-b853-11ed8cbb93d7
2023-03-18T15:47:52.043Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 8a45306d-3ac3-4f10-a742-9812edbe591e
2023-03-18T15:47:52.044Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/8a45306d-3ac3-4f10-a742-9812edbe591e/model-vers/model-ver/e17bf563-7a13-4701-b853-11ed8cbb93d7?depth=0
2023-03-18T15:47:52.052Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2023-03-18T15:47:52.061Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8a45306d-3ac3-4f10-a742-9812edbe591e/model-vers/model-ver/e17bf563-7a13-4701-b853-11ed8cbb93d7?depth=0|INFO|500||Invoke
2023-03-18T15:47:52.061Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8a45306d-3ac3-4f10-a742-9812edbe591e/model-vers/model-ver/e17bf563-7a13-4701-b853-11ed8cbb93d7?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8a45306d-3ac3-4f10-a742-9812edbe591e/model-vers/model-ver/e17bf563-7a13-4701-b853-11ed8cbb93d7?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[6a074a1e-4b47-4382-9b90-afa918276d12], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[e709cf26-e607-4dec-b5d2-fd47b6ca2ef5], X-ECOMP-RequestID=[6a074a1e-4b47-4382-9b90-afa918276d12], X-TransactionId=[], X-ONAP-RequestID=[6a074a1e-4b47-4382-9b90-afa918276d12], Content-Type=[application/merge-patch+json]}
2023-03-18T15:47:52.070Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8a45306d-3ac3-4f10-a742-9812edbe591e/model-vers/model-ver/e17bf563-7a13-4701-b853-11ed8cbb93d7?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-18T15:47:52.178Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8a45306d-3ac3-4f10-a742-9812edbe591e/model-vers/model-ver/e17bf563-7a13-4701-b853-11ed8cbb93d7?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/8a45306d-3ac3-4f10-a742-9812edbe591e/model-vers/model-ver/e17bf563-7a13-4701-b853-11ed8cbb93d7?depth=0 has http status code:200 and response headers:{date=[Sat, 18 Mar 2023 15:47:51 GMT], content-length=[0], vertex-id=[188464], x-aai-txid=[1-aai-resources-230318-15:47:51:772-68173], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-18T15:47:52.179Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8a45306d-3ac3-4f10-a742-9812edbe591e/model-vers/model-ver/e17bf563-7a13-4701-b853-11ed8cbb93d7?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-18T15:47:52.179Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8a45306d-3ac3-4f10-a742-9812edbe591e/model-vers/model-ver/e17bf563-7a13-4701-b853-11ed8cbb93d7?depth=0|INFO|500||InvokeReturn
2023-03-18T15:47:52.180Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-18T15:47:52.180Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-1|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-18T15:47:52.185Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-1|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-18T15:47:52.185Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 6a074a1e-4b47-4382-9b90-afa918276d12 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-18T15:47:52.185Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-18T15:47:52.185Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:47:52.185Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:47:52.185Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679154472185,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-18T15:47:53.204Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-18T15:47:53.204Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-1|||||DEBUG|500||received notification from broker: {"distributionID":"5e005e65-61df-4986-a087-00761a388674","serviceName":"Demo_pNF_Qv5TXucXv4n7mssXUGFK","serviceVersion":"1.0","serviceUUID":"73f959ea-1a0e-41cf-b2da-40f07fd6a9c2","serviceDescription":"catalog service description","serviceInvariantUUID":"86b31417-cd30-434e-93e4-34d81e182271","resources":[{"resourceInstanceName":"pNF 8ecb3a29-1699 0","resourceName":"pNF 8ecb3a29-1699","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"79d852b9-56e5-416f-9d37-4483b88de628","resourceInvariantUUID":"c45c5ef7-20e5-4b81-8392-6fbf8a0a1b25","resourceCustomizationUUID":"3e0c811d-9b69-4eb9-9e2f-6a46c31c8df1","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/resourceInstances/pnf8ecb3a2916990/artifacts/vf-license-model.xml","artifactChecksum":"ZjYwMDAwM2MyYWM5MThmNDNmMGIxMzExNzJmYzM1YzQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"fe22c4be-1d3d-49d6-aaf8-5fb691f2c5bb","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/resourceInstances/pnf8ecb3a2916990/artifacts/pNF.csar","artifactChecksum":"YTFmMWQ3MzViYWZhMGQ1ZThlNzU3Y2I3ZGNlYWU4YjA\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"aee06125-71e1-4665-8ce8-8f87625d3137","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/resourceInstances/pnf8ecb3a2916990/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"d0d177b6-7fdc-4b24-a378-3361c335ea57","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/resourceInstances/pnf8ecb3a2916990/artifacts/vendor-license-model.xml","artifactChecksum":"NmIzN2Y3YWJiZDEyYzZiMDEyNjdiMzJhNGM5MzQ1OGI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"b3fc6aeb-2efb-45ec-a7fe-d71b1477f76e","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/resourceInstances/pnf8ecb3a2916990/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"e7ba57a9-59ef-4efe-90bb-fffece281605","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/resourceInstances/pnf8ecb3a2916990/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"cc689d97-ea39-40b8-b7d1-5326d5b71836","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfQv5txucxv4n7mssxugfk-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-template.yml","artifactChecksum":"ZTJjZGFlZDI3YjNkYzI4ZWNlMWMyNmM5NGMwOGRiNmY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"036d837c-a9b5-4c6b-9026-ef8b033600cc","artifactVersion":"1"},{"artifactName":"service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar","artifactChecksum":"NmIzYzkyYzFlZjM3YjA3YjIzODQ5MzIxZjA4ODdmYTg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"a93044a0-e137-47cf-b45c-87a4ec92508e","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-18T15:47:53.204Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T15:47:53.204Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:47:53.204Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:47:53.205Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679153970223,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/resourceInstances/pnf8ecb3a2916990/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:47:54.205Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T15:47:54.205Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:47:54.206Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:47:54.206Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679153970223,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/resourceInstances/pnf8ecb3a2916990/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:47:55.206Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T15:47:55.207Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:47:55.207Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:47:55.207Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679153970223,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/resourceInstances/pnf8ecb3a2916990/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:47:56.207Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T15:47:56.208Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:47:56.208Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:47:56.209Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679153970223,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/resourceInstances/pnf8ecb3a2916990/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:47:57.209Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T15:47:57.210Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:47:57.210Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:47:57.211Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679153970223,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/resourceInstances/pnf8ecb3a2916990/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:47:58.211Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T15:47:58.212Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:47:58.212Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:47:58.212Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679153970223,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/resourceInstances/pnf8ecb3a2916990/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:47:58.920Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:47:58.924Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-18T15:47:58.924Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "74149d2a-f284-47d2-b2fa-4e2fc7be8f3e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679154430900,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-18T15:47:58.925Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:47:58.925Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-18T15:47:58.925Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679153970223,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T15:47:58.925Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:47:58.925Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-18T15:47:58.925Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679153970223,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2023-03-18T15:47:58.925Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:47:58.926Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-18T15:47:58.926Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679153970223,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-03-18T15:47:58.926Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:47:58.926Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-18T15:47:58.926Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679153970223,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T15:47:58.926Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:47:58.926Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-18T15:47:58.926Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679153970223,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-03-18T15:47:58.926Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:47:58.927Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-18T15:47:58.927Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679153970223,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T15:47:58.927Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:47:58.927Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-18T15:47:58.927Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679153970223,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-03-18T15:47:58.927Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:47:58.927Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-18T15:47:58.927Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679154438988,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-18T15:47:58.928Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:47:58.928Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-18T15:47:58.928Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679154440011,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 4b6dc8ac-cbfc-43c0-9e93-2760226914ae already exists"
}
2023-03-18T15:47:58.928Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:47:58.928Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-18T15:47:58.928Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679154441012,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 1903c123-2be6-499b-8524-c9a33406ad4f already exists"
}
2023-03-18T15:47:58.928Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:47:58.928Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-18T15:47:58.928Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679154472185,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-18T15:47:58.929Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:47:58.929Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-18T15:47:58.929Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679153970223,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/resourceInstances/pnf8ecb3a2916990/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T15:47:58.929Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:47:58.929Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-18T15:47:58.929Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679153970223,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/resourceInstances/pnf8ecb3a2916990/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-18T15:47:58.929Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:47:58.929Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-18T15:47:58.930Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679153970223,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/resourceInstances/pnf8ecb3a2916990/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-18T15:47:58.930Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:47:58.930Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-18T15:47:58.930Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679153970223,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/resourceInstances/pnf8ecb3a2916990/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T15:47:58.930Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:47:58.930Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-18T15:47:58.930Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679153970223,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/resourceInstances/pnf8ecb3a2916990/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T15:47:58.931Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:47:58.931Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-18T15:47:58.931Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679153970223,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/resourceInstances/pnf8ecb3a2916990/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T15:47:58.931Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:47:59.213Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T15:47:59.213Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:47:59.213Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:47:59.214Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679153970223,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:48:00.214Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T15:48:00.214Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:48:00.214Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:48:00.215Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679153970223,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:48:01.215Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-1|||||DEBUG|500||sending notification to client: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "serviceName": "Demo_pNF_Qv5TXucXv4n7mssXUGFK",
  "serviceVersion": "1.0",
  "serviceUUID": "73f959ea-1a0e-41cf-b2da-40f07fd6a9c2",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "86b31417-cd30-434e-93e4-34d81e182271",
  "resources": [
    {
      "resourceInstanceName": "pNF 8ecb3a29-1699 0",
      "resourceCustomizationUUID": "3e0c811d-9b69-4eb9-9e2f-6a46c31c8df1",
      "resourceName": "pNF 8ecb3a29-1699",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "79d852b9-56e5-416f-9d37-4483b88de628",
      "resourceInvariantUUID": "c45c5ef7-20e5-4b81-8392-6fbf8a0a1b25",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar",
      "artifactChecksum": "NmIzYzkyYzFlZjM3YjA3YjIzODQ5MzIxZjA4ODdmYTg\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "a93044a0-e137-47cf-b45c-87a4ec92508e"
    }
  ],
  "workloadContext": "Production"
}
2023-03-18T15:48:01.215Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-18T15:48:01.216Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 73f959ea-1a0e-41cf-b2da-40f07fd6a9c2 ASDC
2023-03-18T15:48:01.216Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:5e005e65-61df-4986-a087-00761a388674
ServiceName:Demo_pNF_Qv5TXucXv4n7mssXUGFK
ServiceVersion:1.0
ServiceUUID:73f959ea-1a0e-41cf-b2da-40f07fd6a9c2
ServiceInvariantUUID:86b31417-cd30-434e-93e4-34d81e182271
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar
ArtifactUUID:a93044a0-e137-47cf-b45c-87a4ec92508e
ArtifactChecksum:NmIzYzkyYzFlZjM3YjA3YjIzODQ5MzIxZjA4ODdmYTg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 8ecb3a29-1699 0
ResourceCustomizationUUID:3e0c811d-9b69-4eb9-9e2f-6a46c31c8df1
ResourceInvariantUUID:c45c5ef7-20e5-4b81-8392-6fbf8a0a1b25
ResourceName:pNF 8ecb3a29-1699
ResourceType:PNF
ResourceUUID:79d852b9-56e5-416f-9d37-4483b88de628
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-18T15:48:01.216Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 73f959ea-1a0e-41cf-b2da-40f07fd6a9c2 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: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-18T15:48:01.238Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-18T15:48:01.238Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2023-03-18T15:48:01.238Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2023-03-18T15:48:01.238Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: a93044a0-e137-47cf-b45c-87a4ec92508e from URL: /sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar
2023-03-18T15:48:01.239Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-1|||||INFO|500||DistributionClient - download
2023-03-18T15:48:01.239Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar
2023-03-18T15:48:01.458Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2023-03-18T15:48:01.464Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar a93044a0-e137-47cf-b45c-87a4ec92508e 88004
2023-03-18T15:48:01.464Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar ASDC sendASDCNotification
2023-03-18T15:48:01.464Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar
2023-03-18T15:48:01.464Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-18T15:48:01.465Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:48:01.465Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:48:01.465Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679154481464,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:48:02.466Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-18T15:48:02.466Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2023-03-18T15:48:02.467Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: a93044a0-e137-47cf-b45c-87a4ec92508e, URL: /sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar to file: /app/ASDC/1/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar
2023-03-18T15:48:02.468Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar
2023-03-18T15:48:02.468Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar
2023-03-18T15:48:02.468Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar
2023-03-18T15:48:02.551Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4834522751971915607/Definitions/service-DemoPnfQv5txucxv4n7mssxugfk-template.yml
2023-03-18T15:48:03.051Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-18T15:48:03.051Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-1|||||WARN|500||####################################################################################################
2023-03-18T15:48:03.052Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar
2023-03-18T15:48:03.052Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-18T15:48:03.052Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-1|||||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-DemoPnfQv5txucxv4n7mssxugfk-csar.csar
2023-03-18T15:48:03.052Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar
2023-03-18T15:48:03.052Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-1|||||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-DemoPnfQv5txucxv4n7mssxugfk-csar.csar
2023-03-18T15:48:03.052Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar
2023-03-18T15:48:03.053Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar
2023-03-18T15:48:03.053Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 8ecb3a29-1699 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-DemoPnfQv5txucxv4n7mssxugfk-csar.csar
2023-03-18T15:48:03.053Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar
2023-03-18T15:48:03.053Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-1|||||WARN|500||####################################################################################################
2023-03-18T15:48:03.053Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T15:48:03.053Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_Qv5TXucXv4n7mssXUGFK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T15:48:03.053Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-1|||||DEBUG|500||Node template pNF 8ecb3a29-1699 0 is matching search criteria
2023-03-18T15:48:03.054Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2023-03-18T15:48:03.054Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-1|||||DEBUG|500||Found topology templates [pNF 8ecb3a29-1699 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-18T15:48:03.054Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T15:48:03.054Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_Qv5TXucXv4n7mssXUGFK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T15:48:03.054Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-1|||||DEBUG|500||Node template pNF 8ecb3a29-1699 0 is matching search criteria
2023-03-18T15:48:03.054Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2023-03-18T15:48:03.055Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-1|||||DEBUG|500||Found topology templates [pNF 8ecb3a29-1699 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-18T15:48:03.055Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T15:48:03.055Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_Qv5TXucXv4n7mssXUGFK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T15:48:03.055Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T15:48:03.055Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_Qv5TXucXv4n7mssXUGFK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T15:48:03.055Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T15:48:03.055Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_Qv5TXucXv4n7mssXUGFK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T15:48:03.056Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T15:48:03.056Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_Qv5TXucXv4n7mssXUGFK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T15:48:03.056Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T15:48:03.056Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_Qv5TXucXv4n7mssXUGFK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T15:48:03.056Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-1|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_Qv5TXucXv4n7mssXUGFK
Description:catalog service description
Model UUID:73f959ea-1a0e-41cf-b2da-40f07fd6a9c2
Model Version:NULL
Model InvariantUuid:86b31417-cd30-434e-93e4-34d81e182271
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=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-03-18T15:48:03.081Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-1|||||ERROR|500||Csar with UUID: a93044a0-e137-47cf-b45c-87a4ec92508e already exists
2023-03-18T15:48:03.082Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar ASDC sendASDCNotification
2023-03-18T15:48:03.082Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar(Csar with UUID: a93044a0-e137-47cf-b45c-87a4ec92508e already exists)
2023-03-18T15:48:03.082Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-18T15:48:03.082Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:48:03.082Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:48:03.082Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679154483082,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: a93044a0-e137-47cf-b45c-87a4ec92508e already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:48:04.083Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar ASDC sendASDCNotification
2023-03-18T15:48:04.084Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar(Resource with UUID: 79d852b9-56e5-416f-9d37-4483b88de628 already exists)
2023-03-18T15:48:04.084Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-18T15:48:04.084Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:48:04.084Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:48:04.084Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679154484083,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 79d852b9-56e5-416f-9d37-4483b88de628 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:48:05.086Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5e005e65-61df-4986-a087-00761a388674
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T15:48:05.099Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5e005e65-61df-4986-a087-00761a388674
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T15:48:05.101Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-18T15:48:05.101Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-18T15:48:05.101Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-18T15:48:05.101Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-18T15:48:05.101Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T15:48:05.101Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T15:48:05.101Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T15:48:05.101Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T15:48:05.101Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T15:48:05.101Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T15:48:05.101Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-1|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-18T15:48:05.107Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-18T15:48:35.109Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 5e005e65-61df-4986-a087-00761a388674 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-18T15:48:35.117Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 5e005e65-61df-4986-a087-00761a388674 and serviceModelVersionId: 73f959ea-1a0e-41cf-b2da-40f07fd6a9c2
2023-03-18T15:48:35.117Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 86b31417-cd30-434e-93e4-34d81e182271
2023-03-18T15:48:35.118Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/86b31417-cd30-434e-93e4-34d81e182271/model-vers/model-ver/73f959ea-1a0e-41cf-b2da-40f07fd6a9c2?depth=0
2023-03-18T15:48:35.122Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2023-03-18T15:48:35.132Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/86b31417-cd30-434e-93e4-34d81e182271/model-vers/model-ver/73f959ea-1a0e-41cf-b2da-40f07fd6a9c2?depth=0|INFO|500||Invoke
2023-03-18T15:48:35.133Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/86b31417-cd30-434e-93e4-34d81e182271/model-vers/model-ver/73f959ea-1a0e-41cf-b2da-40f07fd6a9c2?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/86b31417-cd30-434e-93e4-34d81e182271/model-vers/model-ver/73f959ea-1a0e-41cf-b2da-40f07fd6a9c2?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[5e005e65-61df-4986-a087-00761a388674], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[b67ba18d-1ca2-4d4f-b60a-bcda94b998c4], X-ECOMP-RequestID=[5e005e65-61df-4986-a087-00761a388674], X-TransactionId=[], X-ONAP-RequestID=[5e005e65-61df-4986-a087-00761a388674], Content-Type=[application/merge-patch+json]}
2023-03-18T15:48:35.148Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/86b31417-cd30-434e-93e4-34d81e182271/model-vers/model-ver/73f959ea-1a0e-41cf-b2da-40f07fd6a9c2?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-18T15:48:35.265Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/86b31417-cd30-434e-93e4-34d81e182271/model-vers/model-ver/73f959ea-1a0e-41cf-b2da-40f07fd6a9c2?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/86b31417-cd30-434e-93e4-34d81e182271/model-vers/model-ver/73f959ea-1a0e-41cf-b2da-40f07fd6a9c2?depth=0 has http status code:200 and response headers:{date=[Sat, 18 Mar 2023 15:48:34 GMT], content-length=[0], vertex-id=[204904], x-aai-txid=[0-aai-resources-230318-15:48:34:851-73860], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-18T15:48:35.265Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/86b31417-cd30-434e-93e4-34d81e182271/model-vers/model-ver/73f959ea-1a0e-41cf-b2da-40f07fd6a9c2?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-18T15:48:35.266Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/86b31417-cd30-434e-93e4-34d81e182271/model-vers/model-ver/73f959ea-1a0e-41cf-b2da-40f07fd6a9c2?depth=0|INFO|500||InvokeReturn
2023-03-18T15:48:35.266Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-18T15:48:35.266Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-1|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-18T15:48:35.271Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-1|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-18T15:48:35.271Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 5e005e65-61df-4986-a087-00761a388674 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-18T15:48:35.271Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-18T15:48:35.271Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:48:35.272Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:48:35.272Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679154515271,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-18T15:48:36.289Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-18T15:48:36.290Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-1|||||DEBUG|500||received notification from broker: {"distributionID":"b26959c2-c6ca-4cf7-9cdd-576be04a9c92","serviceName":"Demo_pNF_M5QKMfmDLPuLyaz8OWr9","serviceVersion":"1.0","serviceUUID":"c315cbb3-fd53-45ce-8b0b-ad3e84c78918","serviceDescription":"catalog service description","serviceInvariantUUID":"a46a4505-8d20-4c38-8d99-1b181bf22700","resources":[{"resourceInstanceName":"pNF 66b89d6a-37e2 0","resourceName":"pNF 66b89d6a-37e2","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"5cb48981-5482-4843-a71a-1ebe978a5e90","resourceInvariantUUID":"067cbf90-981e-43f3-86b6-aee782d22bba","resourceCustomizationUUID":"84e6e64b-76cd-40cf-86fd-15855e6c2efb","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/resourceInstances/pnf66b89d6a37e20/artifacts/vf-license-model.xml","artifactChecksum":"NmE3OGI0M2NhMTkzNzdlZjJiNzk5YWUzOGVkODUwZTQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"7cbe96a6-d4de-40e4-9f5f-7effc4b8523d","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/resourceInstances/pnf66b89d6a37e20/artifacts/pNF.csar","artifactChecksum":"YTFmMWQ3MzViYWZhMGQ1ZThlNzU3Y2I3ZGNlYWU4YjA\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"7fd2d8fc-6c10-444b-93e4-8ebf25d579b5","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/resourceInstances/pnf66b89d6a37e20/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"62304596-99e5-46f3-868d-189f9dacc577","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/resourceInstances/pnf66b89d6a37e20/artifacts/vendor-license-model.xml","artifactChecksum":"YzhhZjQxZjBiNGEwYTBlMTMwMDYwZmQ3ZjM5OWY1MTY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"c98a30f6-a6ab-4b74-9a89-a4282ace9636","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/resourceInstances/pnf66b89d6a37e20/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"6ba69e42-ade7-45c2-a4ec-3b8f081071f9","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/resourceInstances/pnf66b89d6a37e20/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"2afae58f-afd7-42b0-ae19-62fbbccae66e","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfM5qkmfmdlpulyaz8owr9-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/artifacts/service-DemoPnfM5qkmfmdlpulyaz8owr9-template.yml","artifactChecksum":"NDU2YjRjNDEyNWEwZGVkZjBjNDY2MTJmOTFhNzRhYzk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"181d2352-caba-4b3f-999f-926eb0949ab9","artifactVersion":"1"},{"artifactName":"service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/artifacts/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar","artifactChecksum":"ZWMyYmIzM2U4YmVmYmIwYmU1ZDhjODY4NGEyYTI4NjI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"fdcf7f15-35cd-49a2-839b-26e97623a9bc","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-18T15:48:36.290Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T15:48:36.290Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:48:36.290Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:48:36.290Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679153970223,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/resourceInstances/pnf66b89d6a37e20/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:48:37.291Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T15:48:37.291Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:48:37.291Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:48:37.292Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679153970223,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/resourceInstances/pnf66b89d6a37e20/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:48:38.293Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T15:48:38.293Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:48:38.293Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:48:38.293Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679153970223,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/resourceInstances/pnf66b89d6a37e20/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:48:39.294Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T15:48:39.294Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:48:39.295Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:48:39.295Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679153970223,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/resourceInstances/pnf66b89d6a37e20/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:48:40.296Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T15:48:40.296Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:48:40.296Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:48:40.296Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679153970223,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/resourceInstances/pnf66b89d6a37e20/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:48:41.297Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T15:48:41.298Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:48:41.298Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:48:41.298Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679153970223,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/resourceInstances/pnf66b89d6a37e20/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:48:42.299Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T15:48:42.300Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:48:42.300Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:48:42.300Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679153970223,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/artifacts/service-DemoPnfM5qkmfmdlpulyaz8owr9-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:48:43.301Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T15:48:43.302Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:48:43.302Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:48:43.302Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679153970223,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/artifacts/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:48:44.306Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-1|||||DEBUG|500||sending notification to client: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "serviceName": "Demo_pNF_M5QKMfmDLPuLyaz8OWr9",
  "serviceVersion": "1.0",
  "serviceUUID": "c315cbb3-fd53-45ce-8b0b-ad3e84c78918",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "a46a4505-8d20-4c38-8d99-1b181bf22700",
  "resources": [
    {
      "resourceInstanceName": "pNF 66b89d6a-37e2 0",
      "resourceCustomizationUUID": "84e6e64b-76cd-40cf-86fd-15855e6c2efb",
      "resourceName": "pNF 66b89d6a-37e2",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "5cb48981-5482-4843-a71a-1ebe978a5e90",
      "resourceInvariantUUID": "067cbf90-981e-43f3-86b6-aee782d22bba",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/artifacts/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar",
      "artifactChecksum": "ZWMyYmIzM2U4YmVmYmIwYmU1ZDhjODY4NGEyYTI4NjI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "fdcf7f15-35cd-49a2-839b-26e97623a9bc"
    }
  ],
  "workloadContext": "Production"
}
2023-03-18T15:48:44.307Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-18T15:48:44.307Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 c315cbb3-fd53-45ce-8b0b-ad3e84c78918 ASDC
2023-03-18T15:48:44.307Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:b26959c2-c6ca-4cf7-9cdd-576be04a9c92
ServiceName:Demo_pNF_M5QKMfmDLPuLyaz8OWr9
ServiceVersion:1.0
ServiceUUID:c315cbb3-fd53-45ce-8b0b-ad3e84c78918
ServiceInvariantUUID:a46a4505-8d20-4c38-8d99-1b181bf22700
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/artifacts/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar
ArtifactUUID:fdcf7f15-35cd-49a2-839b-26e97623a9bc
ArtifactChecksum:ZWMyYmIzM2U4YmVmYmIwYmU1ZDhjODY4NGEyYTI4NjI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 66b89d6a-37e2 0
ResourceCustomizationUUID:84e6e64b-76cd-40cf-86fd-15855e6c2efb
ResourceInvariantUUID:067cbf90-981e-43f3-86b6-aee782d22bba
ResourceName:pNF 66b89d6a-37e2
ResourceType:PNF
ResourceUUID:5cb48981-5482-4843-a71a-1ebe978a5e90
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-18T15:48:44.307Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF c315cbb3-fd53-45ce-8b0b-ad3e84c78918 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: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-18T15:48:44.330Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-18T15:48:44.331Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2023-03-18T15:48:44.331Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2023-03-18T15:48:44.331Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: fdcf7f15-35cd-49a2-839b-26e97623a9bc from URL: /sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/artifacts/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar
2023-03-18T15:48:44.331Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-1|||||INFO|500||DistributionClient - download
2023-03-18T15:48:44.332Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/artifacts/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar
2023-03-18T15:48:44.579Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2023-03-18T15:48:44.585Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/artifacts/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar fdcf7f15-35cd-49a2-839b-26e97623a9bc 88022
2023-03-18T15:48:44.585Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/artifacts/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar ASDC sendASDCNotification
2023-03-18T15:48:44.585Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/artifacts/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar
2023-03-18T15:48:44.586Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-18T15:48:44.586Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:48:44.586Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:48:44.586Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679154524585,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/artifacts/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:48:45.587Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-18T15:48:45.588Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2023-03-18T15:48:45.588Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: fdcf7f15-35cd-49a2-839b-26e97623a9bc, URL: /sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/artifacts/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar to file: /app/ASDC/1/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar
2023-03-18T15:48:45.589Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar
2023-03-18T15:48:45.589Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar
2023-03-18T15:48:45.590Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar
2023-03-18T15:48:45.681Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP639958407030526013/Definitions/service-DemoPnfM5qkmfmdlpulyaz8owr9-template.yml
2023-03-18T15:48:46.197Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-18T15:48:46.198Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-1|||||WARN|500||####################################################################################################
2023-03-18T15:48:46.198Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar
2023-03-18T15:48:46.198Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-18T15:48:46.198Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-1|||||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-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar
2023-03-18T15:48:46.198Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar
2023-03-18T15:48:46.198Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-1|||||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-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar
2023-03-18T15:48:46.198Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 66b89d6a-37e2 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-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar
2023-03-18T15:48:46.198Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar
2023-03-18T15:48:46.198Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar
2023-03-18T15:48:46.198Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar
2023-03-18T15:48:46.198Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-1|||||WARN|500||####################################################################################################
2023-03-18T15:48:46.198Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T15:48:46.198Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_M5QKMfmDLPuLyaz8OWr9 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T15:48:46.199Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-1|||||DEBUG|500||Node template pNF 66b89d6a-37e2 0 is matching search criteria
2023-03-18T15:48:46.199Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2023-03-18T15:48:46.199Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-1|||||DEBUG|500||Found topology templates [pNF 66b89d6a-37e2 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-18T15:48:46.199Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T15:48:46.199Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_M5QKMfmDLPuLyaz8OWr9 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T15:48:46.199Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-1|||||DEBUG|500||Node template pNF 66b89d6a-37e2 0 is matching search criteria
2023-03-18T15:48:46.199Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2023-03-18T15:48:46.199Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-1|||||DEBUG|500||Found topology templates [pNF 66b89d6a-37e2 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-18T15:48:46.199Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T15:48:46.199Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_M5QKMfmDLPuLyaz8OWr9 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T15:48:46.199Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T15:48:46.200Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_M5QKMfmDLPuLyaz8OWr9 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T15:48:46.200Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T15:48:46.200Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_M5QKMfmDLPuLyaz8OWr9 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T15:48:46.200Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T15:48:46.200Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_M5QKMfmDLPuLyaz8OWr9 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T15:48:46.200Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T15:48:46.200Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_M5QKMfmDLPuLyaz8OWr9 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T15:48:46.200Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-1|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_M5QKMfmDLPuLyaz8OWr9
Description:catalog service description
Model UUID:c315cbb3-fd53-45ce-8b0b-ad3e84c78918
Model Version:NULL
Model InvariantUuid:a46a4505-8d20-4c38-8d99-1b181bf22700
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=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-03-18T15:48:46.223Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-1|||||ERROR|500||Csar with UUID: fdcf7f15-35cd-49a2-839b-26e97623a9bc already exists
2023-03-18T15:48:46.224Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/artifacts/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar ASDC sendASDCNotification
2023-03-18T15:48:46.224Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/artifacts/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar(Csar with UUID: fdcf7f15-35cd-49a2-839b-26e97623a9bc already exists)
2023-03-18T15:48:46.224Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-18T15:48:46.224Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:48:46.224Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:48:46.224Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679154526224,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/artifacts/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: fdcf7f15-35cd-49a2-839b-26e97623a9bc already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:48:47.225Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/artifacts/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar ASDC sendASDCNotification
2023-03-18T15:48:47.225Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/artifacts/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar(Resource with UUID: 5cb48981-5482-4843-a71a-1ebe978a5e90 already exists)
2023-03-18T15:48:47.225Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-18T15:48:47.225Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:48:47.226Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:48:47.226Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679154527225,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/artifacts/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 5cb48981-5482-4843-a71a-1ebe978a5e90 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:48:48.226Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b26959c2-c6ca-4cf7-9cdd-576be04a9c92
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T15:48:48.241Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b26959c2-c6ca-4cf7-9cdd-576be04a9c92
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T15:48:48.244Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-18T15:48:48.244Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-18T15:48:48.244Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-18T15:48:48.244Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-18T15:48:48.244Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T15:48:48.244Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T15:48:48.245Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T15:48:48.245Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T15:48:48.245Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T15:48:48.245Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T15:48:48.245Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-1|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-18T15:48:48.251Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-18T15:48:58.920Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:48:58.921Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-18T15:48:58.922Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679153970223,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T15:48:58.923Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:49:18.252Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: b26959c2-c6ca-4cf7-9cdd-576be04a9c92 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-18T15:49:18.260Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: b26959c2-c6ca-4cf7-9cdd-576be04a9c92 and serviceModelVersionId: c315cbb3-fd53-45ce-8b0b-ad3e84c78918
2023-03-18T15:49:18.260Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : a46a4505-8d20-4c38-8d99-1b181bf22700
2023-03-18T15:49:18.261Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/a46a4505-8d20-4c38-8d99-1b181bf22700/model-vers/model-ver/c315cbb3-fd53-45ce-8b0b-ad3e84c78918?depth=0
2023-03-18T15:49:18.268Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2023-03-18T15:49:18.280Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-1|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a46a4505-8d20-4c38-8d99-1b181bf22700/model-vers/model-ver/c315cbb3-fd53-45ce-8b0b-ad3e84c78918?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-03-18T15:49:18.280Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a46a4505-8d20-4c38-8d99-1b181bf22700/model-vers/model-ver/c315cbb3-fd53-45ce-8b0b-ad3e84c78918?depth=0|INFO|500||Invoke
2023-03-18T15:49:18.289Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a46a4505-8d20-4c38-8d99-1b181bf22700/model-vers/model-ver/c315cbb3-fd53-45ce-8b0b-ad3e84c78918?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-18T15:49:18.453Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a46a4505-8d20-4c38-8d99-1b181bf22700/model-vers/model-ver/c315cbb3-fd53-45ce-8b0b-ad3e84c78918?depth=0|INFO|500||InvokeReturn
2023-03-18T15:49:18.454Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-1|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a46a4505-8d20-4c38-8d99-1b181bf22700/model-vers/model-ver/c315cbb3-fd53-45ce-8b0b-ad3e84c78918?depth=0 has http status code:200 and response headers:{date=[Sat, 18 Mar 2023 15:49:17 GMT], content-length=[0], vertex-id=[217192], x-aai-txid=[1-aai-resources-230318-15:49:17:990-17846], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-18T15:49:18.454Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-1|||||DEBUG|500||Response was returned with an empty entity.
2023-03-18T15:49:18.454Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-18T15:49:18.454Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-1|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-18T15:49:18.459Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-1|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-18T15:49:18.459Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID b26959c2-c6ca-4cf7-9cdd-576be04a9c92 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-18T15:49:18.459Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-18T15:49:18.464Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:49:18.464Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:49:18.464Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679154558459,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-18T15:49:19.484Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-18T15:49:19.484Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-1|||||DEBUG|500||received notification from broker: {"distributionID":"d6b70362-b450-41db-97c4-ea1285deb273","serviceName":"Demo_pNF_0QRYBIFHiGDyVijApwKS","serviceVersion":"1.0","serviceUUID":"b4fd06db-c144-4037-bb56-9f4d170dc33e","serviceDescription":"catalog service description","serviceInvariantUUID":"4a6b6367-2484-4aa3-9126-d96b480457a8","resources":[{"resourceInstanceName":"pNF 8b249c54-8f1f 0","resourceName":"pNF 8b249c54-8f1f","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"a880e813-b7b0-402c-bffe-74c020d69311","resourceInvariantUUID":"62a7990d-54b9-488c-9976-952482e2993f","resourceCustomizationUUID":"eb0ac2ec-e902-44af-9274-4b7b602bc8c8","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/resourceInstances/pnf8b249c548f1f0/artifacts/vf-license-model.xml","artifactChecksum":"YWEyOGU2NjliMDg5ZDU1NzYwMDhlOTYzNmI4NGZhMzM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"d2ed05b3-c79a-4dce-b90e-d0d7508a3b45","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/resourceInstances/pnf8b249c548f1f0/artifacts/pNF.csar","artifactChecksum":"YTFmMWQ3MzViYWZhMGQ1ZThlNzU3Y2I3ZGNlYWU4YjA\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"8c5f255b-5ba0-461e-8009-527fa558f0ef","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/resourceInstances/pnf8b249c548f1f0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"a4927c34-4090-4c7c-85be-5bfcd5208e7f","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/resourceInstances/pnf8b249c548f1f0/artifacts/vendor-license-model.xml","artifactChecksum":"ZGFjMzBhNjdmYWNhNzZkY2Y1ODcwNmIzODQzMjQ0Yzc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"68e219be-7fd3-4c2f-942d-b58362470046","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/resourceInstances/pnf8b249c548f1f0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"e7878e48-de75-42bd-a2da-c03807bb7be5","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/resourceInstances/pnf8b249c548f1f0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"d4b706a9-5523-4974-846d-b745b2a21dda","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnf0qrybifhigdyvijapwks-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/artifacts/service-DemoPnf0qrybifhigdyvijapwks-template.yml","artifactChecksum":"NjU3ZjBkNGJkNDc4ZWE3Y2M3Njk5NTc3MzNjYmY1YmY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"fdaf04f2-ae49-424a-bb42-d2906911e5ff","artifactVersion":"1"},{"artifactName":"service-DemoPnf0qrybifhigdyvijapwks-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/artifacts/service-DemoPnf0qrybifhigdyvijapwks-csar.csar","artifactChecksum":"MzljYTA3Yjk4Nzg5NjI5MTU3MDE1YTYwNjFmNTc1MTk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"7c894985-6ce0-4ae6-b963-98a29a50f1d8","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-18T15:49:19.484Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T15:49:19.484Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:49:19.484Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:49:19.484Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "d6b70362-b450-41db-97c4-ea1285deb273",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679153970223,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/resourceInstances/pnf8b249c548f1f0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:49:20.484Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T15:49:20.485Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:49:20.485Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:49:20.485Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "d6b70362-b450-41db-97c4-ea1285deb273",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679153970223,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/resourceInstances/pnf8b249c548f1f0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:49:21.486Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T15:49:21.486Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:49:21.486Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:49:21.486Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "d6b70362-b450-41db-97c4-ea1285deb273",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679153970223,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/resourceInstances/pnf8b249c548f1f0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:49:22.487Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T15:49:22.487Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:49:22.487Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:49:22.487Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "d6b70362-b450-41db-97c4-ea1285deb273",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679153970223,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/resourceInstances/pnf8b249c548f1f0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:49:23.488Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T15:49:23.488Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:49:23.488Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:49:23.488Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "d6b70362-b450-41db-97c4-ea1285deb273",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679153970223,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/resourceInstances/pnf8b249c548f1f0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:49:24.489Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T15:49:24.489Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:49:24.490Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:49:24.490Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "d6b70362-b450-41db-97c4-ea1285deb273",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679153970223,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/resourceInstances/pnf8b249c548f1f0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:49:25.490Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T15:49:25.490Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:49:25.490Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:49:25.490Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "d6b70362-b450-41db-97c4-ea1285deb273",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679153970223,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/artifacts/service-DemoPnf0qrybifhigdyvijapwks-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:49:26.491Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T15:49:26.491Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:49:26.491Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:49:26.491Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "d6b70362-b450-41db-97c4-ea1285deb273",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679153970223,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/artifacts/service-DemoPnf0qrybifhigdyvijapwks-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:49:27.492Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-1|||||DEBUG|500||sending notification to client: {
  "distributionID": "d6b70362-b450-41db-97c4-ea1285deb273",
  "serviceName": "Demo_pNF_0QRYBIFHiGDyVijApwKS",
  "serviceVersion": "1.0",
  "serviceUUID": "b4fd06db-c144-4037-bb56-9f4d170dc33e",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "4a6b6367-2484-4aa3-9126-d96b480457a8",
  "resources": [
    {
      "resourceInstanceName": "pNF 8b249c54-8f1f 0",
      "resourceCustomizationUUID": "eb0ac2ec-e902-44af-9274-4b7b602bc8c8",
      "resourceName": "pNF 8b249c54-8f1f",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "a880e813-b7b0-402c-bffe-74c020d69311",
      "resourceInvariantUUID": "62a7990d-54b9-488c-9976-952482e2993f",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnf0qrybifhigdyvijapwks-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/artifacts/service-DemoPnf0qrybifhigdyvijapwks-csar.csar",
      "artifactChecksum": "MzljYTA3Yjk4Nzg5NjI5MTU3MDE1YTYwNjFmNTc1MTk\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "7c894985-6ce0-4ae6-b963-98a29a50f1d8"
    }
  ],
  "workloadContext": "Production"
}
2023-03-18T15:49:27.492Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-18T15:49:27.492Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 b4fd06db-c144-4037-bb56-9f4d170dc33e ASDC
2023-03-18T15:49:27.493Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:d6b70362-b450-41db-97c4-ea1285deb273
ServiceName:Demo_pNF_0QRYBIFHiGDyVijApwKS
ServiceVersion:1.0
ServiceUUID:b4fd06db-c144-4037-bb56-9f4d170dc33e
ServiceInvariantUUID:4a6b6367-2484-4aa3-9126-d96b480457a8
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnf0qrybifhigdyvijapwks-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/artifacts/service-DemoPnf0qrybifhigdyvijapwks-csar.csar
ArtifactUUID:7c894985-6ce0-4ae6-b963-98a29a50f1d8
ArtifactChecksum:MzljYTA3Yjk4Nzg5NjI5MTU3MDE1YTYwNjFmNTc1MTk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 8b249c54-8f1f 0
ResourceCustomizationUUID:eb0ac2ec-e902-44af-9274-4b7b602bc8c8
ResourceInvariantUUID:62a7990d-54b9-488c-9976-952482e2993f
ResourceName:pNF 8b249c54-8f1f
ResourceType:PNF
ResourceUUID:a880e813-b7b0-402c-bffe-74c020d69311
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-18T15:49:27.493Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF b4fd06db-c144-4037-bb56-9f4d170dc33e 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: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-18T15:49:27.515Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-18T15:49:27.515Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2023-03-18T15:49:27.515Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2023-03-18T15:49:27.515Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 7c894985-6ce0-4ae6-b963-98a29a50f1d8 from URL: /sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/artifacts/service-DemoPnf0qrybifhigdyvijapwks-csar.csar
2023-03-18T15:49:27.515Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-1|||||INFO|500||DistributionClient - download
2023-03-18T15:49:27.515Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/artifacts/service-DemoPnf0qrybifhigdyvijapwks-csar.csar
2023-03-18T15:49:27.736Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2023-03-18T15:49:27.741Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/artifacts/service-DemoPnf0qrybifhigdyvijapwks-csar.csar 7c894985-6ce0-4ae6-b963-98a29a50f1d8 88013
2023-03-18T15:49:27.742Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/artifacts/service-DemoPnf0qrybifhigdyvijapwks-csar.csar ASDC sendASDCNotification
2023-03-18T15:49:27.742Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/artifacts/service-DemoPnf0qrybifhigdyvijapwks-csar.csar
2023-03-18T15:49:27.742Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-18T15:49:27.742Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:49:27.742Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:49:27.742Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "d6b70362-b450-41db-97c4-ea1285deb273",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679154567742,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/artifacts/service-DemoPnf0qrybifhigdyvijapwks-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:49:28.743Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-18T15:49:28.743Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2023-03-18T15:49:28.744Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: 7c894985-6ce0-4ae6-b963-98a29a50f1d8, URL: /sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/artifacts/service-DemoPnf0qrybifhigdyvijapwks-csar.csar to file: /app/ASDC/1/service-DemoPnf0qrybifhigdyvijapwks-csar.csar
2023-03-18T15:49:28.744Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnf0qrybifhigdyvijapwks-csar.csar
2023-03-18T15:49:28.744Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnf0qrybifhigdyvijapwks-csar.csar
2023-03-18T15:49:28.744Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnf0qrybifhigdyvijapwks-csar.csar
2023-03-18T15:49:28.811Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17554278799974272362/Definitions/service-DemoPnf0qrybifhigdyvijapwks-template.yml
2023-03-18T15:49:29.321Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-18T15:49:29.321Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-1|||||WARN|500||####################################################################################################
2023-03-18T15:49:29.321Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnf0qrybifhigdyvijapwks-csar.csar
2023-03-18T15:49:29.321Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-18T15:49:29.321Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-1|||||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-DemoPnf0qrybifhigdyvijapwks-csar.csar
2023-03-18T15:49:29.321Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnf0qrybifhigdyvijapwks-csar.csar
2023-03-18T15:49:29.321Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-1|||||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-DemoPnf0qrybifhigdyvijapwks-csar.csar
2023-03-18T15:49:29.321Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf0qrybifhigdyvijapwks-csar.csar
2023-03-18T15:49:29.321Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 8b249c54-8f1f 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-DemoPnf0qrybifhigdyvijapwks-csar.csar
2023-03-18T15:49:29.321Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf0qrybifhigdyvijapwks-csar.csar
2023-03-18T15:49:29.321Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf0qrybifhigdyvijapwks-csar.csar
2023-03-18T15:49:29.321Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-1|||||WARN|500||####################################################################################################
2023-03-18T15:49:29.321Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T15:49:29.322Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_0QRYBIFHiGDyVijApwKS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T15:49:29.322Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-1|||||DEBUG|500||Node template pNF 8b249c54-8f1f 0 is matching search criteria
2023-03-18T15:49:29.322Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2023-03-18T15:49:29.322Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-1|||||DEBUG|500||Found topology templates [pNF 8b249c54-8f1f 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-18T15:49:29.322Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T15:49:29.322Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_0QRYBIFHiGDyVijApwKS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T15:49:29.322Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-1|||||DEBUG|500||Node template pNF 8b249c54-8f1f 0 is matching search criteria
2023-03-18T15:49:29.322Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2023-03-18T15:49:29.322Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-1|||||DEBUG|500||Found topology templates [pNF 8b249c54-8f1f 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-18T15:49:29.322Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T15:49:29.322Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_0QRYBIFHiGDyVijApwKS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T15:49:29.322Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T15:49:29.322Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_0QRYBIFHiGDyVijApwKS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T15:49:29.322Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T15:49:29.322Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_0QRYBIFHiGDyVijApwKS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T15:49:29.322Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T15:49:29.322Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_0QRYBIFHiGDyVijApwKS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T15:49:29.322Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T15:49:29.323Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_0QRYBIFHiGDyVijApwKS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T15:49:29.323Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-1|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_0QRYBIFHiGDyVijApwKS
Description:catalog service description
Model UUID:b4fd06db-c144-4037-bb56-9f4d170dc33e
Model Version:NULL
Model InvariantUuid:4a6b6367-2484-4aa3-9126-d96b480457a8
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=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-03-18T15:49:29.344Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-1|||||ERROR|500||Csar with UUID: 7c894985-6ce0-4ae6-b963-98a29a50f1d8 already exists
2023-03-18T15:49:29.344Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/artifacts/service-DemoPnf0qrybifhigdyvijapwks-csar.csar ASDC sendASDCNotification
2023-03-18T15:49:29.344Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/artifacts/service-DemoPnf0qrybifhigdyvijapwks-csar.csar(Csar with UUID: 7c894985-6ce0-4ae6-b963-98a29a50f1d8 already exists)
2023-03-18T15:49:29.345Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-18T15:49:29.345Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:49:29.345Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:49:29.345Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "d6b70362-b450-41db-97c4-ea1285deb273",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679154569344,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/artifacts/service-DemoPnf0qrybifhigdyvijapwks-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 7c894985-6ce0-4ae6-b963-98a29a50f1d8 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:49:30.346Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/artifacts/service-DemoPnf0qrybifhigdyvijapwks-csar.csar ASDC sendASDCNotification
2023-03-18T15:49:30.346Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/artifacts/service-DemoPnf0qrybifhigdyvijapwks-csar.csar(Resource with UUID: a880e813-b7b0-402c-bffe-74c020d69311 already exists)
2023-03-18T15:49:30.346Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-18T15:49:30.347Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:49:30.347Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:49:30.347Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "d6b70362-b450-41db-97c4-ea1285deb273",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679154570346,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/artifacts/service-DemoPnf0qrybifhigdyvijapwks-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: a880e813-b7b0-402c-bffe-74c020d69311 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:49:31.348Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d6b70362-b450-41db-97c4-ea1285deb273
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T15:49:31.361Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d6b70362-b450-41db-97c4-ea1285deb273
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T15:49:31.364Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-18T15:49:31.364Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-18T15:49:31.364Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-18T15:49:31.364Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-18T15:49:31.364Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T15:49:31.364Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T15:49:31.364Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T15:49:31.364Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T15:49:31.364Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T15:49:31.364Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T15:49:31.364Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-1|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-18T15:49:31.370Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-18T15:49:58.920Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:49:58.921Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-18T15:49:58.921Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679153970223,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar",
  "status": "NOTIFIED"
}
2023-03-18T15:49:58.922Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:49:58.922Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-18T15:49:58.922Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679154481464,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-18T15:49:58.922Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:49:58.922Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-18T15:49:58.922Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679154483082,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: a93044a0-e137-47cf-b45c-87a4ec92508e already exists"
}
2023-03-18T15:49:58.922Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:49:58.922Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-18T15:49:58.922Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679154484083,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 79d852b9-56e5-416f-9d37-4483b88de628 already exists"
}
2023-03-18T15:49:58.922Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:49:58.922Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-18T15:49:58.923Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679154515271,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-18T15:49:58.923Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:49:58.923Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-18T15:49:58.923Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679153970223,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/resourceInstances/pnf66b89d6a37e20/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T15:49:58.923Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:49:58.923Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-18T15:49:58.923Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679153970223,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/resourceInstances/pnf66b89d6a37e20/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-18T15:49:58.923Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:49:58.923Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-18T15:49:58.923Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679153970223,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/resourceInstances/pnf66b89d6a37e20/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-18T15:49:58.923Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:49:58.923Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-18T15:49:58.923Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679153970223,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/resourceInstances/pnf66b89d6a37e20/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T15:49:58.923Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:49:58.923Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-18T15:49:58.923Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679153970223,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/resourceInstances/pnf66b89d6a37e20/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T15:49:58.923Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:49:58.924Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-18T15:49:58.924Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679153970223,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/resourceInstances/pnf66b89d6a37e20/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T15:49:58.924Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:49:58.924Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-18T15:49:58.924Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679153970223,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/artifacts/service-DemoPnfM5qkmfmdlpulyaz8owr9-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T15:49:58.924Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:49:58.924Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-18T15:49:58.924Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679153970223,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/artifacts/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar",
  "status": "NOTIFIED"
}
2023-03-18T15:49:58.924Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:49:58.924Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-18T15:49:58.924Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679154524585,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/artifacts/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-18T15:49:58.924Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:49:58.924Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-18T15:49:58.924Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679154526224,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/artifacts/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: fdcf7f15-35cd-49a2-839b-26e97623a9bc already exists"
}
2023-03-18T15:49:58.925Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:49:58.925Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-18T15:49:58.925Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679154527225,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/artifacts/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 5cb48981-5482-4843-a71a-1ebe978a5e90 already exists"
}
2023-03-18T15:49:58.925Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:50:01.371Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: d6b70362-b450-41db-97c4-ea1285deb273 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-18T15:50:01.378Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: d6b70362-b450-41db-97c4-ea1285deb273 and serviceModelVersionId: b4fd06db-c144-4037-bb56-9f4d170dc33e
2023-03-18T15:50:01.378Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 4a6b6367-2484-4aa3-9126-d96b480457a8
2023-03-18T15:50:01.378Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/4a6b6367-2484-4aa3-9126-d96b480457a8/model-vers/model-ver/b4fd06db-c144-4037-bb56-9f4d170dc33e?depth=0
2023-03-18T15:50:01.399Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2023-03-18T15:50:01.416Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/4a6b6367-2484-4aa3-9126-d96b480457a8/model-vers/model-ver/b4fd06db-c144-4037-bb56-9f4d170dc33e?depth=0|INFO|500||Invoke
2023-03-18T15:50:01.416Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/4a6b6367-2484-4aa3-9126-d96b480457a8/model-vers/model-ver/b4fd06db-c144-4037-bb56-9f4d170dc33e?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/4a6b6367-2484-4aa3-9126-d96b480457a8/model-vers/model-ver/b4fd06db-c144-4037-bb56-9f4d170dc33e?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[d6b70362-b450-41db-97c4-ea1285deb273], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[f58ae23b-7c3b-4379-b5bb-e48a0dc3e4e4], X-ECOMP-RequestID=[d6b70362-b450-41db-97c4-ea1285deb273], X-TransactionId=[], X-ONAP-RequestID=[d6b70362-b450-41db-97c4-ea1285deb273], Content-Type=[application/merge-patch+json]}
2023-03-18T15:50:01.427Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/4a6b6367-2484-4aa3-9126-d96b480457a8/model-vers/model-ver/b4fd06db-c144-4037-bb56-9f4d170dc33e?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-18T15:50:01.541Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/4a6b6367-2484-4aa3-9126-d96b480457a8/model-vers/model-ver/b4fd06db-c144-4037-bb56-9f4d170dc33e?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/4a6b6367-2484-4aa3-9126-d96b480457a8/model-vers/model-ver/b4fd06db-c144-4037-bb56-9f4d170dc33e?depth=0 has http status code:200 and response headers:{date=[Sat, 18 Mar 2023 15:50:01 GMT], content-length=[0], vertex-id=[233600], x-aai-txid=[2-aai-resources-230318-15:50:01:129-82253], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-18T15:50:01.542Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/4a6b6367-2484-4aa3-9126-d96b480457a8/model-vers/model-ver/b4fd06db-c144-4037-bb56-9f4d170dc33e?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-18T15:50:01.542Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/4a6b6367-2484-4aa3-9126-d96b480457a8/model-vers/model-ver/b4fd06db-c144-4037-bb56-9f4d170dc33e?depth=0|INFO|500||InvokeReturn
2023-03-18T15:50:01.543Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-18T15:50:01.543Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-1|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-18T15:50:01.548Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-1|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-18T15:50:01.548Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID d6b70362-b450-41db-97c4-ea1285deb273 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-18T15:50:01.548Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-18T15:50:01.549Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:50:01.549Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:50:01.549Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "d6b70362-b450-41db-97c4-ea1285deb273",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679154601548,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-18T15:50:02.566Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-18T15:50:02.566Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-1|||||DEBUG|500||received notification from broker: {"distributionID":"1765e72b-9f37-409d-a48f-62642d8341c6","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"29ccf31e-df21-49dc-ae06-e18b6baf315a","serviceDescription":"service","serviceInvariantUUID":"6ebc743c-a40f-46f3-b5cb-b87b2b100c58","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"67962590-90b8-4f11-901d-d79a952d0f14","resourceInvariantUUID":"b32b83cc-26fe-47f1-99ef-7d7b99983e6f","resourceCustomizationUUID":"e90442b2-f4f5-4f43-8892-737daa520031","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":"ODU1M2UyMGRiMzk2ODc1NjljMzc3NWI1YmRhMTEzY2M\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"b613739b-2455-4017-8b63-dfdd064ed936","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":"MjdmYmViNjE0ZTg1NTQ1YzU2ZmFkYWI5YjVlOGViOTQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"ea42c655-4ace-49bf-99fe-886103db89aa","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":"9a5d7f92-e4b0-45a0-ac74-3acf99b69cc0","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":"917f9665-4e54-4bdc-b104-4b4419dab11d","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":"af205cd0-57b3-443e-a55a-4ecc60d32d0a","artifactVersion":"2","generatedFromUUID":"453a496b-db83-4724-a33b-4f678eed88b4"},{"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":"8939ac4f-6672-4fe9-90ea-fa6b3f0da64d","artifactVersion":"2","generatedFromUUID":"9a5d7f92-e4b0-45a0-ac74-3acf99b69cc0"},{"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":"453a496b-db83-4724-a33b-4f678eed88b4","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":"89e3426c-a0d1-4de8-8662-7406572d2c3f","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":"YzBlODQ2MTk3NDc5Nzk3MDQ4MzI5NGM4ZmZhZjc3ZmE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"36181845-9e97-4a5d-8691-687a01539039","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"OTYyNTM5ZGEwYTExZTI3NmE1Y2RjMzE5OWJkNTUxZDA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"7ac7462c-7a2a-47d2-8257-79de7d0e5c52","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-18T15:50:02.567Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T15:50:02.567Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:50:02.567Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:50:02.567Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "1765e72b-9f37-409d-a48f-62642d8341c6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679153970223,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:50:03.568Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T15:50:03.568Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:50:03.569Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:50:03.569Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "1765e72b-9f37-409d-a48f-62642d8341c6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679153970223,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:50:04.569Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T15:50:04.570Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:50:04.570Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:50:04.570Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "1765e72b-9f37-409d-a48f-62642d8341c6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679153970223,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:50:05.571Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T15:50:05.571Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:50:05.572Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:50:05.572Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "1765e72b-9f37-409d-a48f-62642d8341c6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679153970223,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:50:06.572Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T15:50:06.573Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:50:06.573Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:50:06.573Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "1765e72b-9f37-409d-a48f-62642d8341c6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679153970223,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:50:07.573Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T15:50:07.574Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:50:07.574Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:50:07.574Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "1765e72b-9f37-409d-a48f-62642d8341c6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679153970223,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:50:08.575Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T15:50:08.576Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:50:08.576Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:50:08.576Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "1765e72b-9f37-409d-a48f-62642d8341c6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679153970223,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:50:09.577Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T15:50:09.577Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:50:09.578Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:50:09.579Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "1765e72b-9f37-409d-a48f-62642d8341c6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679153970223,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:50:10.580Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T15:50:10.580Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:50:10.580Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:50:10.580Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "1765e72b-9f37-409d-a48f-62642d8341c6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679153970223,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:50:11.582Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T15:50:11.582Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:50:11.582Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:50:11.582Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "1765e72b-9f37-409d-a48f-62642d8341c6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679153970223,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:50:12.583Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-1|||||DEBUG|500||sending notification to client: {
  "distributionID": "1765e72b-9f37-409d-a48f-62642d8341c6",
  "serviceName": "basic_cnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "29ccf31e-df21-49dc-ae06-e18b6baf315a",
  "serviceDescription": "service",
  "serviceInvariantUUID": "6ebc743c-a40f-46f3-b5cb-b87b2b100c58",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf_macro 0",
      "resourceCustomizationUUID": "e90442b2-f4f5-4f43-8892-737daa520031",
      "resourceName": "basic_cnf_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "67962590-90b8-4f11-901d-d79a952d0f14",
      "resourceInvariantUUID": "b32b83cc-26fe-47f1-99ef-7d7b99983e6f",
      "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": "MjdmYmViNjE0ZTg1NTQ1YzU2ZmFkYWI5YjVlOGViOTQ\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "ea42c655-4ace-49bf-99fe-886103db89aa",
          "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": "9a5d7f92-e4b0-45a0-ac74-3acf99b69cc0",
          "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": "8939ac4f-6672-4fe9-90ea-fa6b3f0da64d",
            "generatedFromUUID": "9a5d7f92-e4b0-45a0-ac74-3acf99b69cc0"
          },
          "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": "af205cd0-57b3-443e-a55a-4ecc60d32d0a",
          "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": "8939ac4f-6672-4fe9-90ea-fa6b3f0da64d",
          "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": "453a496b-db83-4724-a33b-4f678eed88b4",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnfMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
      "artifactChecksum": "OTYyNTM5ZGEwYTExZTI3NmE1Y2RjMzE5OWJkNTUxZDA\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "7ac7462c-7a2a-47d2-8257-79de7d0e5c52"
    }
  ],
  "workloadContext": "Production"
}
2023-03-18T15:50:12.584Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-18T15:50:12.584Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 29ccf31e-df21-49dc-ae06-e18b6baf315a ASDC
2023-03-18T15:50:12.584Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:1765e72b-9f37-409d-a48f-62642d8341c6
ServiceName:basic_cnf_macro
ServiceVersion:1.0
ServiceUUID:29ccf31e-df21-49dc-ae06-e18b6baf315a
ServiceInvariantUUID:6ebc743c-a40f-46f3-b5cb-b87b2b100c58
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:7ac7462c-7a2a-47d2-8257-79de7d0e5c52
ArtifactChecksum:OTYyNTM5ZGEwYTExZTI3NmE1Y2RjMzE5OWJkNTUxZDA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf_macro 0
ResourceCustomizationUUID:e90442b2-f4f5-4f43-8892-737daa520031
ResourceInvariantUUID:b32b83cc-26fe-47f1-99ef-7d7b99983e6f
ResourceName:basic_cnf_macro
ResourceType:VF
ResourceUUID:67962590-90b8-4f11-901d-d79a952d0f14
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:ea42c655-4ace-49bf-99fe-886103db89aa
ArtifactChecksum:MjdmYmViNjE0ZTg1NTQ1YzU2ZmFkYWI5YjVlOGViOTQ=
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:9a5d7f92-e4b0-45a0-ac74-3acf99b69cc0
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:8939ac4f-6672-4fe9-90ea-fa6b3f0da64d
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:af205cd0-57b3-443e-a55a-4ecc60d32d0a
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:8939ac4f-6672-4fe9-90ea-fa6b3f0da64d
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:453a496b-db83-4724-a33b-4f678eed88b4
ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-18T15:50:12.584Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 29ccf31e-df21-49dc-ae06-e18b6baf315a 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: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-18T15:50:12.618Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-18T15:50:12.619Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2023-03-18T15:50:12.619Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2023-03-18T15:50:12.619Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 7ac7462c-7a2a-47d2-8257-79de7d0e5c52 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2023-03-18T15:50:12.620Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-1|||||INFO|500||DistributionClient - download
2023-03-18T15:50:12.620Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2023-03-18T15:50:12.916Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2023-03-18T15:50:12.926Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 7ac7462c-7a2a-47d2-8257-79de7d0e5c52 163277
2023-03-18T15:50:12.926Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2023-03-18T15:50:12.926Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2023-03-18T15:50:12.926Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-18T15:50:12.927Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:50:12.927Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:50:12.927Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "1765e72b-9f37-409d-a48f-62642d8341c6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679154612926,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:50:13.928Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-18T15:50:13.929Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2023-03-18T15:50:13.930Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: 7ac7462c-7a2a-47d2-8257-79de7d0e5c52, URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar to file: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-03-18T15:50:13.930Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnfMacro-csar.csar
2023-03-18T15:50:13.931Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-03-18T15:50:13.931Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-03-18T15:50:14.007Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15079976612027576921/Definitions/service-BasicCnfMacro-template.yml
Log warning: The required parameter "compute_dummy_base_name" is not provided
2023-03-18T15:50:14.818Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-18T15:50:14.818Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-1|||||WARN|500||####################################################################################################
2023-03-18T15:50:14.818Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-03-18T15:50:14.818Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2023-03-18T15:50:14.818Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-03-18T15:50:14.818Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-1|||||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
2023-03-18T15:50:14.818Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-1|||||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
2023-03-18T15:50:14.818Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-1|||||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
2023-03-18T15:50:14.818Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-1|||||WARN|500||####################################################################################################
2023-03-18T15:50:14.819Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T15:50:14.819Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-1|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T15:50:14.819Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-18T15:50:14.820Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2023-03-18T15:50:14.820Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-18T15:50:14.820Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T15:50:14.820Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-1|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T15:50:14.820Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-18T15:50:14.820Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2023-03-18T15:50:14.820Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-18T15:50:14.820Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T15:50:14.820Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-1|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T15:50:14.820Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T15:50:14.820Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2023-03-18T15:50:14.820Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-1|||||DEBUG|500||Node template abstract_dummy_base is not matching search criteria
2023-03-18T15:50:14.820Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-1|||||DEBUG|500||Node template dummy_base is not matching search criteria
2023-03-18T15:50:14.820Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-03-18T15:50:14.820Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T15:50:14.820Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-1|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-03-18T15:50:14.820Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T15:50:14.820Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-18T15:50:14.820Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-18T15:50:14.820Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T15:50:14.820Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-18T15:50:14.820Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-18T15:50:14.820Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T15:50:14.820Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-18T15:50:14.820Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-18T15:50:14.820Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T15:50:14.820Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-18T15:50:14.820Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-18T15:50:14.821Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T15:50:14.821Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2023-03-18T15:50:14.821Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-1|||||DEBUG|500||Node template abstract_dummy_base is matching search criteria
2023-03-18T15:50:14.821Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_dummy_base] matching following query criteria: sdcType=CVFC, customizationUUID=c7a8af58-85a3-4764-a4df-a0945e933c54
2023-03-18T15:50:14.821Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T15:50:14.821Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-1|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T15:50:14.821Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T15:50:14.821Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-1|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T15:50:14.821Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T15:50:14.821Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-1|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T15:50:14.821Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T15:50:14.821Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-1|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T15:50:14.821Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-1|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf_macro
Description:service
Model UUID:29ccf31e-df21-49dc-ae06-e18b6baf315a
Model Version:NULL
Model InvariantUuid:6ebc743c-a40f-46f3-b5cb-b87b2b100c58
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf_macro
Model UUID:76cfe813-77a9-4529-b0c0-25c2a2d263ec
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:b32b83cc-26fe-47f1-99ef-7d7b99983e6f
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:e90442b2-f4f5-4f43-8892-737daa520031
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:497569e4-cd1d-43dc-9801-8d8ee43635b5
ModelName:BasicCnfMacro..helm_apache..module-1
ModelUuid:8fc2297d-c495-43fc-95b1-93d3ee60ffd8
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


VF Module Properties:
ModelInvariantUuid:72925299-0e6e-4799-861c-18ca0f095a03
ModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
ModelUuid:213db735-618f-43ae-a63c-210668df959e
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:c7a8af58-85a3-4764-a4df-a0945e933c54
ModelInvariantUuid:24ea2321-2d6c-4d31-a32b-29d44d0a3683
ModelName:basic_cnf_macro-nodes.dummy_baseCvfc
ModelUuid:ecac750a-9cea-4350-a4ca-db1a21d2c4dd
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy_base


VNFC Properties:
ModelCustomizationUuid:e9d1a60b-0d05-4e81-80fb-f008354f12b9
ModelInvariantUuid:fa7ecb4c-1a3e-403a-afbf-13093b5faef4
ModelName:BasicCnfMacro.compute.nodes.heat.dummy_base
ModelUuid:89d82d9d-612a-42f6-af05-45051419e0a3
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=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-03-18T15:50:14.843Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-1|||||ERROR|500||Csar with UUID: 7ac7462c-7a2a-47d2-8257-79de7d0e5c52 already exists
2023-03-18T15:50:14.843Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2023-03-18T15:50:14.843Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar(Csar with UUID: 7ac7462c-7a2a-47d2-8257-79de7d0e5c52 already exists)
2023-03-18T15:50:14.843Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-18T15:50:14.843Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:50:14.843Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:50:14.843Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "1765e72b-9f37-409d-a48f-62642d8341c6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679154614843,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 7ac7462c-7a2a-47d2-8257-79de7d0e5c52 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:50:15.844Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2023-03-18T15:50:15.844Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar(Resource with UUID: 67962590-90b8-4f11-901d-d79a952d0f14 already exists)
2023-03-18T15:50:15.844Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-18T15:50:15.844Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:50:15.844Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:50:15.844Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "1765e72b-9f37-409d-a48f-62642d8341c6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679154615844,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 67962590-90b8-4f11-901d-d79a952d0f14 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:50:16.845Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1765e72b-9f37-409d-a48f-62642d8341c6
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T15:50:16.861Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1765e72b-9f37-409d-a48f-62642d8341c6
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T15:50:16.866Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-18T15:50:16.866Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-18T15:50:16.866Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-18T15:50:16.866Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-18T15:50:16.866Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T15:50:16.866Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T15:50:16.866Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T15:50:16.866Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T15:50:16.866Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T15:50:16.866Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-1|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-18T15:50:16.881Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-18T15:50:46.882Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 1765e72b-9f37-409d-a48f-62642d8341c6 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-18T15:50:46.889Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 1765e72b-9f37-409d-a48f-62642d8341c6 and serviceModelVersionId: 29ccf31e-df21-49dc-ae06-e18b6baf315a
2023-03-18T15:50:46.889Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 6ebc743c-a40f-46f3-b5cb-b87b2b100c58
2023-03-18T15:50:46.889Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/6ebc743c-a40f-46f3-b5cb-b87b2b100c58/model-vers/model-ver/29ccf31e-df21-49dc-ae06-e18b6baf315a?depth=0
2023-03-18T15:50:46.892Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2023-03-18T15:50:46.902Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-1|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6ebc743c-a40f-46f3-b5cb-b87b2b100c58/model-vers/model-ver/29ccf31e-df21-49dc-ae06-e18b6baf315a?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-03-18T15:50:46.902Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6ebc743c-a40f-46f3-b5cb-b87b2b100c58/model-vers/model-ver/29ccf31e-df21-49dc-ae06-e18b6baf315a?depth=0|INFO|500||Invoke
2023-03-18T15:50:46.911Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6ebc743c-a40f-46f3-b5cb-b87b2b100c58/model-vers/model-ver/29ccf31e-df21-49dc-ae06-e18b6baf315a?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-18T15:50:47.021Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6ebc743c-a40f-46f3-b5cb-b87b2b100c58/model-vers/model-ver/29ccf31e-df21-49dc-ae06-e18b6baf315a?depth=0|INFO|500||InvokeReturn
2023-03-18T15:50:47.021Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-1|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6ebc743c-a40f-46f3-b5cb-b87b2b100c58/model-vers/model-ver/29ccf31e-df21-49dc-ae06-e18b6baf315a?depth=0 has http status code:200 and response headers:{date=[Sat, 18 Mar 2023 15:50:46 GMT], content-length=[0], vertex-id=[241768], x-aai-txid=[0-aai-resources-230318-15:50:46:613-97822], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-18T15:50:47.022Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-1|||||DEBUG|500||Response was returned with an empty entity.
2023-03-18T15:50:47.022Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-18T15:50:47.022Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-1|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-18T15:50:47.026Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-1|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-18T15:50:47.026Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 1765e72b-9f37-409d-a48f-62642d8341c6 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-18T15:50:47.026Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-18T15:50:47.027Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:50:47.027Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:50:47.027Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "1765e72b-9f37-409d-a48f-62642d8341c6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679154647026,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-18T15:50:48.042Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-18T15:50:48.043Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-1|||||DEBUG|500||received notification from broker: {"distributionID":"a04e84de-dd11-4280-9147-b1e37960b03e","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"fd8ba0dc-1896-4d7a-8d17-8252415f4148","serviceDescription":"service","serviceInvariantUUID":"06780b7c-aa94-422c-93b2-8efce3a7e977","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"fbaf618a-d9c7-4d1a-bd9c-d1a22dcbab14","resourceInvariantUUID":"20679d31-c72a-48fe-9cca-d085ba3d87e2","resourceCustomizationUUID":"5a2455fb-17f2-466c-b0b0-62e7a69549a5","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":"NGE3YjY3NzQ1ZjA3ZGUyMmY0YmU3MTAzMDFiMDNlODY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"07e8dd70-5afe-4bfd-ad6c-2aa9be8ac5c5","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":"NDA0YWNjNjQ5NTc5MzIzZmY5MGI0NTQ5MzkxMDMyMTU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"3505ba6b-8d3f-478c-8142-b2fb22d4f19c","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":"3415bafc-6992-481c-b7de-4378aeab19cc","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":"6e01ed63-04df-47c5-b5b9-edbad7442fb6","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":"f18ebb9c-a530-4121-accd-08ec1bde710e","artifactVersion":"2","generatedFromUUID":"3415bafc-6992-481c-b7de-4378aeab19cc"},{"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":"ZGQwOTc2NTc3MGE4NWU2ZGRkYTI0ODEwNjRiM2M0NDI\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"e0b8d7ca-c681-434f-b664-11315dcdef1b","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":"Y2M2MWFlODUxM2MxOGZjNjQ5Y2Y0YzM0NTUzMTFiMWY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"b990a0ca-504f-4f1f-bc35-5f07167e1c24","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"MTAyMTgyNjgwZDA0MWFiM2RkNzg4NzNhOWVhOTE3OWE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"938cc5f1-eb1c-4c61-971b-7e05e60d5594","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-18T15:50:48.043Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T15:50:48.043Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:50:48.043Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:50:48.043Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "a04e84de-dd11-4280-9147-b1e37960b03e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679153970223,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:50:49.043Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T15:50:49.044Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:50:49.044Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:50:49.044Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "a04e84de-dd11-4280-9147-b1e37960b03e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679153970223,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:50:50.044Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T15:50:50.045Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:50:50.045Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:50:50.045Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "a04e84de-dd11-4280-9147-b1e37960b03e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679153970223,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:50:51.045Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T15:50:51.045Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:50:51.046Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:50:51.046Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "a04e84de-dd11-4280-9147-b1e37960b03e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679153970223,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:50:52.046Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T15:50:52.046Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:50:52.047Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:50:52.048Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "a04e84de-dd11-4280-9147-b1e37960b03e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679153970223,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:50:53.049Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T15:50:53.049Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:50:53.049Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:50:53.049Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "a04e84de-dd11-4280-9147-b1e37960b03e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679153970223,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:50:54.050Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T15:50:54.050Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:50:54.050Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:50:54.050Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "a04e84de-dd11-4280-9147-b1e37960b03e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679153970223,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:50:55.051Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T15:50:55.051Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:50:55.051Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:50:55.051Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "a04e84de-dd11-4280-9147-b1e37960b03e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679153970223,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:50:56.051Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-1|||||DEBUG|500||sending notification to client: {
  "distributionID": "a04e84de-dd11-4280-9147-b1e37960b03e",
  "serviceName": "basic_vm_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "fd8ba0dc-1896-4d7a-8d17-8252415f4148",
  "serviceDescription": "service",
  "serviceInvariantUUID": "06780b7c-aa94-422c-93b2-8efce3a7e977",
  "resources": [
    {
      "resourceInstanceName": "basic_vm_macro 0",
      "resourceCustomizationUUID": "5a2455fb-17f2-466c-b0b0-62e7a69549a5",
      "resourceName": "basic_vm_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "fbaf618a-d9c7-4d1a-bd9c-d1a22dcbab14",
      "resourceInvariantUUID": "20679d31-c72a-48fe-9cca-d085ba3d87e2",
      "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": "NDA0YWNjNjQ5NTc5MzIzZmY5MGI0NTQ5MzkxMDMyMTU\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "3505ba6b-8d3f-478c-8142-b2fb22d4f19c",
          "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": "3415bafc-6992-481c-b7de-4378aeab19cc",
          "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": "f18ebb9c-a530-4121-accd-08ec1bde710e",
            "generatedFromUUID": "3415bafc-6992-481c-b7de-4378aeab19cc"
          },
          "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": "f18ebb9c-a530-4121-accd-08ec1bde710e",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVmMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
      "artifactChecksum": "MTAyMTgyNjgwZDA0MWFiM2RkNzg4NzNhOWVhOTE3OWE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "938cc5f1-eb1c-4c61-971b-7e05e60d5594"
    }
  ],
  "workloadContext": "Production"
}
2023-03-18T15:50:56.052Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-18T15:50:56.052Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 fd8ba0dc-1896-4d7a-8d17-8252415f4148 ASDC
2023-03-18T15:50:56.052Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:a04e84de-dd11-4280-9147-b1e37960b03e
ServiceName:basic_vm_macro
ServiceVersion:1.0
ServiceUUID:fd8ba0dc-1896-4d7a-8d17-8252415f4148
ServiceInvariantUUID:06780b7c-aa94-422c-93b2-8efce3a7e977
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:938cc5f1-eb1c-4c61-971b-7e05e60d5594
ArtifactChecksum:MTAyMTgyNjgwZDA0MWFiM2RkNzg4NzNhOWVhOTE3OWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm_macro 0
ResourceCustomizationUUID:5a2455fb-17f2-466c-b0b0-62e7a69549a5
ResourceInvariantUUID:20679d31-c72a-48fe-9cca-d085ba3d87e2
ResourceName:basic_vm_macro
ResourceType:VF
ResourceUUID:fbaf618a-d9c7-4d1a-bd9c-d1a22dcbab14
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:3505ba6b-8d3f-478c-8142-b2fb22d4f19c
ArtifactChecksum:NDA0YWNjNjQ5NTc5MzIzZmY5MGI0NTQ5MzkxMDMyMTU=
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:3415bafc-6992-481c-b7de-4378aeab19cc
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:f18ebb9c-a530-4121-accd-08ec1bde710e
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:f18ebb9c-a530-4121-accd-08ec1bde710e
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-18T15:50:56.052Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF fd8ba0dc-1896-4d7a-8d17-8252415f4148 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: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-18T15:50:56.076Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-18T15:50:56.077Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2023-03-18T15:50:56.077Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2023-03-18T15:50:56.077Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 938cc5f1-eb1c-4c61-971b-7e05e60d5594 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2023-03-18T15:50:56.077Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-1|||||INFO|500||DistributionClient - download
2023-03-18T15:50:56.077Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2023-03-18T15:50:56.112Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-1|||||DEBUG|500||GET Response Status 404
2023-03-18T15:50:56.112Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-1|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@114f5ec2
2023-03-18T15:50:56.112Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-18T15:50:56.113Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-1|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicVmMacro"
      ]
    }
  }
}
2023-03-18T15:50:56.113Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-1|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicVmMacro-csar.csar /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 938cc5f1-eb1c-4c61-971b-7e05e60d5594 Specified artifact is  not found 300 ASDC artifact download fail
2023-03-18T15:50:56.113Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2023-03-18T15:50:56.113Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar(Specified artifact is  not found)
2023-03-18T15:50:56.113Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-18T15:50:56.113Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:50:56.113Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:50:56.113Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "a04e84de-dd11-4280-9147-b1e37960b03e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679154656113,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:50:57.115Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-1|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during processCsarServiceArtifacts ASDC processCsarServiceArtifacts 500 Exception in processCsarServiceArtifacts
org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact service-BasicVmMacro-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar(UUID:938cc5f1-eb1c-4c61-971b-7e05e60d5594)
Error message is Specified artifact is  not found

	at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394)
	at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
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 watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-03-18T15:50:57.140Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-1|||||ERROR|500||Csar with UUID: 938cc5f1-eb1c-4c61-971b-7e05e60d5594 already exists
2023-03-18T15:50:57.141Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2023-03-18T15:50:57.141Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar(Csar with UUID: 938cc5f1-eb1c-4c61-971b-7e05e60d5594 already exists)
2023-03-18T15:50:57.141Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-18T15:50:57.141Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:50:57.141Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:50:57.141Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "a04e84de-dd11-4280-9147-b1e37960b03e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679154657141,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 938cc5f1-eb1c-4c61-971b-7e05e60d5594 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:50:58.144Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2023-03-18T15:50:58.144Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar(Resource with UUID: fbaf618a-d9c7-4d1a-bd9c-d1a22dcbab14 already exists)
2023-03-18T15:50:58.144Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-18T15:50:58.144Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:50:58.144Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:50:58.144Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "a04e84de-dd11-4280-9147-b1e37960b03e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679154658144,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: fbaf618a-d9c7-4d1a-bd9c-d1a22dcbab14 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:50:58.919Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:50:58.920Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: cached metadata has changed from (version174: {SDC-DISTR-STATUS-TOPIC-AUTO=6, SDC-DISTR-NOTIF-TOPIC-AUTO=6}) at the beginning of the rebalance to (version175: {SDC-DISTR-STATUS-TOPIC-AUTO=6})
2023-03-18T15:50:58.933Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Revoke previously assigned partitions SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-03-18T15:50:58.933Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] (Re-)joining group
2023-03-18T15:50:58.937Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Successfully joined group with generation Generation{generationId=88, memberId='SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94-2995e74d-4211-4955-93f6-f3f14568571e', protocol='range'}
2023-03-18T15:50:58.937Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Finished assignment for group at generation 88: {SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94-2995e74d-4211-4955-93f6-f3f14568571e=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])}
2023-03-18T15:50:58.949Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Successfully synced group in generation Generation{generationId=88, memberId='SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94-2995e74d-4211-4955-93f6-f3f14568571e', protocol='range'}
2023-03-18T15:50:58.949Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])
2023-03-18T15:50:58.949Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Adding newly assigned partitions: SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-03-18T15:50:58.953Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-18T15:50:58.953Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-18T15:50:58.953Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-18T15:50:58.953Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=2714, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-18T15:50:58.953Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-18T15:50:58.953Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-18T15:50:59.145Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a04e84de-dd11-4280-9147-b1e37960b03e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T15:50:59.160Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a04e84de-dd11-4280-9147-b1e37960b03e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T15:50:59.166Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-18T15:50:59.166Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-18T15:50:59.166Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-18T15:50:59.166Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-18T15:50:59.166Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T15:50:59.166Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T15:50:59.166Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T15:50:59.166Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T15:50:59.166Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T15:50:59.166Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-1|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-18T15:50:59.173Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-18T15:50:59.967Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-18T15:50:59.967Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679154558459,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-18T15:50:59.968Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:50:59.968Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-18T15:50:59.968Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "d6b70362-b450-41db-97c4-ea1285deb273",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679153970223,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/resourceInstances/pnf8b249c548f1f0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T15:50:59.968Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:50:59.969Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-18T15:50:59.969Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "d6b70362-b450-41db-97c4-ea1285deb273",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679153970223,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/resourceInstances/pnf8b249c548f1f0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-18T15:50:59.969Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:50:59.969Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-18T15:50:59.969Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "d6b70362-b450-41db-97c4-ea1285deb273",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679153970223,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/resourceInstances/pnf8b249c548f1f0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-18T15:50:59.969Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:50:59.969Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-18T15:50:59.969Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "d6b70362-b450-41db-97c4-ea1285deb273",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679153970223,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/resourceInstances/pnf8b249c548f1f0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T15:50:59.969Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:50:59.969Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-18T15:50:59.969Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "d6b70362-b450-41db-97c4-ea1285deb273",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679153970223,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/resourceInstances/pnf8b249c548f1f0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T15:50:59.969Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:50:59.969Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-18T15:50:59.969Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "d6b70362-b450-41db-97c4-ea1285deb273",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679153970223,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/resourceInstances/pnf8b249c548f1f0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T15:50:59.969Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:50:59.969Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-18T15:50:59.969Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "d6b70362-b450-41db-97c4-ea1285deb273",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679153970223,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/artifacts/service-DemoPnf0qrybifhigdyvijapwks-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T15:50:59.969Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:50:59.969Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-18T15:50:59.969Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "d6b70362-b450-41db-97c4-ea1285deb273",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679153970223,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/artifacts/service-DemoPnf0qrybifhigdyvijapwks-csar.csar",
  "status": "NOTIFIED"
}
2023-03-18T15:50:59.969Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:50:59.969Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-18T15:50:59.969Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "d6b70362-b450-41db-97c4-ea1285deb273",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679154567742,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/artifacts/service-DemoPnf0qrybifhigdyvijapwks-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-18T15:50:59.969Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:50:59.969Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-18T15:50:59.970Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "d6b70362-b450-41db-97c4-ea1285deb273",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679154569344,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/artifacts/service-DemoPnf0qrybifhigdyvijapwks-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 7c894985-6ce0-4ae6-b963-98a29a50f1d8 already exists"
}
2023-03-18T15:50:59.970Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:50:59.970Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-18T15:50:59.970Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "d6b70362-b450-41db-97c4-ea1285deb273",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679154570346,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/artifacts/service-DemoPnf0qrybifhigdyvijapwks-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: a880e813-b7b0-402c-bffe-74c020d69311 already exists"
}
2023-03-18T15:50:59.970Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:50:59.970Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-18T15:50:59.970Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "d6b70362-b450-41db-97c4-ea1285deb273",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679154601548,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-18T15:50:59.970Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:50:59.970Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-18T15:50:59.970Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "1765e72b-9f37-409d-a48f-62642d8341c6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679153970223,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T15:50:59.970Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:50:59.970Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-18T15:50:59.970Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "1765e72b-9f37-409d-a48f-62642d8341c6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679153970223,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2023-03-18T15:50:59.970Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:50:59.971Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-18T15:50:59.971Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "1765e72b-9f37-409d-a48f-62642d8341c6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679153970223,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2023-03-18T15:50:59.971Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:50:59.971Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-18T15:50:59.971Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "1765e72b-9f37-409d-a48f-62642d8341c6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679153970223,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T15:50:59.971Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:50:59.971Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-18T15:50:59.971Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "1765e72b-9f37-409d-a48f-62642d8341c6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679153970223,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2023-03-18T15:50:59.971Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:50:59.971Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-18T15:50:59.971Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "1765e72b-9f37-409d-a48f-62642d8341c6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679153970223,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2023-03-18T15:50:59.971Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:50:59.971Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-18T15:50:59.971Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "1765e72b-9f37-409d-a48f-62642d8341c6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679153970223,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2023-03-18T15:50:59.971Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:50:59.971Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-18T15:50:59.971Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "1765e72b-9f37-409d-a48f-62642d8341c6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679153970223,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-18T15:50:59.971Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:50:59.971Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-18T15:50:59.971Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "1765e72b-9f37-409d-a48f-62642d8341c6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679153970223,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T15:50:59.972Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:50:59.972Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-18T15:50:59.972Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "1765e72b-9f37-409d-a48f-62642d8341c6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679153970223,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-18T15:50:59.972Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:50:59.972Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-18T15:50:59.972Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "1765e72b-9f37-409d-a48f-62642d8341c6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679154612926,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-18T15:50:59.972Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:50:59.972Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-18T15:50:59.972Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "1765e72b-9f37-409d-a48f-62642d8341c6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679154614843,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 7ac7462c-7a2a-47d2-8257-79de7d0e5c52 already exists"
}
2023-03-18T15:50:59.972Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:50:59.972Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-18T15:50:59.972Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "1765e72b-9f37-409d-a48f-62642d8341c6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679154615844,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 67962590-90b8-4f11-901d-d79a952d0f14 already exists"
}
2023-03-18T15:50:59.972Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:50:59.972Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-18T15:50:59.972Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "1765e72b-9f37-409d-a48f-62642d8341c6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679154647026,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-18T15:50:59.972Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:50:59.972Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-18T15:50:59.972Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "a04e84de-dd11-4280-9147-b1e37960b03e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679153970223,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T15:50:59.972Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:50:59.972Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-18T15:50:59.972Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "a04e84de-dd11-4280-9147-b1e37960b03e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679153970223,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2023-03-18T15:50:59.972Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:50:59.972Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-18T15:50:59.972Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "a04e84de-dd11-4280-9147-b1e37960b03e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679153970223,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-03-18T15:50:59.973Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:50:59.973Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-18T15:50:59.973Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "a04e84de-dd11-4280-9147-b1e37960b03e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679153970223,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T15:50:59.973Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:50:59.973Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-18T15:50:59.973Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "a04e84de-dd11-4280-9147-b1e37960b03e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679153970223,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-03-18T15:50:59.973Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:50:59.973Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-18T15:50:59.973Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "a04e84de-dd11-4280-9147-b1e37960b03e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679153970223,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-18T15:50:59.973Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:50:59.973Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-18T15:50:59.973Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "a04e84de-dd11-4280-9147-b1e37960b03e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679153970223,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T15:50:59.973Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:50:59.973Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-18T15:50:59.973Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "a04e84de-dd11-4280-9147-b1e37960b03e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679153970223,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-18T15:50:59.973Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:50:59.973Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-18T15:50:59.973Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "a04e84de-dd11-4280-9147-b1e37960b03e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679154656113,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-18T15:50:59.973Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:50:59.974Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-18T15:50:59.974Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "a04e84de-dd11-4280-9147-b1e37960b03e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679154657141,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 938cc5f1-eb1c-4c61-971b-7e05e60d5594 already exists"
}
2023-03-18T15:50:59.974Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:50:59.974Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-18T15:50:59.974Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "a04e84de-dd11-4280-9147-b1e37960b03e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679154658144,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: fbaf618a-d9c7-4d1a-bd9c-d1a22dcbab14 already exists"
}
2023-03-18T15:50:59.974Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:51:29.173Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: a04e84de-dd11-4280-9147-b1e37960b03e and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-18T15:51:29.180Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: a04e84de-dd11-4280-9147-b1e37960b03e and serviceModelVersionId: fd8ba0dc-1896-4d7a-8d17-8252415f4148
2023-03-18T15:51:29.180Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 06780b7c-aa94-422c-93b2-8efce3a7e977
2023-03-18T15:51:29.181Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/06780b7c-aa94-422c-93b2-8efce3a7e977/model-vers/model-ver/fd8ba0dc-1896-4d7a-8d17-8252415f4148?depth=0
2023-03-18T15:51:29.185Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2023-03-18T15:51:29.195Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/06780b7c-aa94-422c-93b2-8efce3a7e977/model-vers/model-ver/fd8ba0dc-1896-4d7a-8d17-8252415f4148?depth=0|INFO|500||Invoke
2023-03-18T15:51:29.196Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/06780b7c-aa94-422c-93b2-8efce3a7e977/model-vers/model-ver/fd8ba0dc-1896-4d7a-8d17-8252415f4148?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/06780b7c-aa94-422c-93b2-8efce3a7e977/model-vers/model-ver/fd8ba0dc-1896-4d7a-8d17-8252415f4148?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[a04e84de-dd11-4280-9147-b1e37960b03e], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[6dcc2353-c648-4489-a9b8-62faf1e45a66], X-ECOMP-RequestID=[a04e84de-dd11-4280-9147-b1e37960b03e], X-TransactionId=[], X-ONAP-RequestID=[a04e84de-dd11-4280-9147-b1e37960b03e], Content-Type=[application/merge-patch+json]}
2023-03-18T15:51:29.203Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/06780b7c-aa94-422c-93b2-8efce3a7e977/model-vers/model-ver/fd8ba0dc-1896-4d7a-8d17-8252415f4148?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-18T15:51:29.323Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/06780b7c-aa94-422c-93b2-8efce3a7e977/model-vers/model-ver/fd8ba0dc-1896-4d7a-8d17-8252415f4148?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/06780b7c-aa94-422c-93b2-8efce3a7e977/model-vers/model-ver/fd8ba0dc-1896-4d7a-8d17-8252415f4148?depth=0 has http status code:200 and response headers:{date=[Sat, 18 Mar 2023 15:51:28 GMT], content-length=[0], vertex-id=[770064], x-aai-txid=[0-aai-resources-230318-15:51:28:905-21229], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-18T15:51:29.323Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/06780b7c-aa94-422c-93b2-8efce3a7e977/model-vers/model-ver/fd8ba0dc-1896-4d7a-8d17-8252415f4148?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-18T15:51:29.324Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/06780b7c-aa94-422c-93b2-8efce3a7e977/model-vers/model-ver/fd8ba0dc-1896-4d7a-8d17-8252415f4148?depth=0|INFO|500||InvokeReturn
2023-03-18T15:51:29.324Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-18T15:51:29.324Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-1|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-18T15:51:29.328Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-1|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-18T15:51:29.328Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID a04e84de-dd11-4280-9147-b1e37960b03e and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-18T15:51:29.328Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-18T15:51:29.328Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:51:29.328Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:51:29.329Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "a04e84de-dd11-4280-9147-b1e37960b03e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679154689328,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-18T15:51:30.350Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T15:51:30.351Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Failing OffsetCommit request since the consumer is not part of an active group
2023-03-18T15:51:30.352Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Node 0 disconnected.
2023-03-18T15:51:30.352Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Node 2 disconnected.
2023-03-18T15:51:30.353Z||pool-2-thread-2|||||ERROR|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Asynchronous auto-commit of offsets failed: Offset commit cannot be completed since the consumer is not part of an active group for auto partition assignment; it is likely that the consumer was kicked out of the group.. Will continue to join group.
2023-03-18T15:51:30.353Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Giving away all assigned partitions as lost since generation/memberID has been reset,indicating that consumer is in old state or no longer part of the group
2023-03-18T15:51:30.353Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Lost previously assigned partitions SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5
2023-03-18T15:51:30.353Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] (Re-)joining group
2023-03-18T15:51:30.356Z||pool-2-thread-2|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Asynchronous auto-commit of offsets {SDC-DISTR-NOTIF-TOPIC-AUTO-5=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-4=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-3=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-2=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-1=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-0=OffsetAndMetadata{offset=10, leaderEpoch=0, metadata=''}} failed: Offset commit cannot be completed since the consumer is not part of an active group for auto partition assignment; it is likely that the consumer was kicked out of the group.
2023-03-18T15:51:30.357Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2-e98757d0-48fd-4bde-93d8-2c2905c3407f
2023-03-18T15:51:30.358Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Request joining group due to: rebalance failed due to 'The group member needs to have a valid member id before actually entering a consumer group.' (MemberIdRequiredException)
2023-03-18T15:51:30.358Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] (Re-)joining group
2023-03-18T15:51:32.200Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T15:51:35.212Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T15:51:38.226Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T15:51:41.247Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T15:51:44.264Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T15:51:47.273Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T15:51:50.281Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T15:51:53.290Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T15:51:56.303Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T15:51:58.919Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:51:58.931Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Revoke previously assigned partitions SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-03-18T15:51:58.931Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] (Re-)joining group
2023-03-18T15:51:58.935Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Successfully joined group with generation Generation{generationId=89, memberId='SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94-2995e74d-4211-4955-93f6-f3f14568571e', protocol='range'}
2023-03-18T15:51:58.936Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Successfully joined group with generation Generation{generationId=89, memberId='SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2-e98757d0-48fd-4bde-93d8-2c2905c3407f', protocol='range'}
2023-03-18T15:51:58.939Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Resetting the last seen epoch of partition SDC-DISTR-NOTIF-TOPIC-AUTO-0 to 0 since the associated topicId changed from null to XRzq8BOIRZiZRw2R__X0DA
2023-03-18T15:51:58.939Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Resetting the last seen epoch of partition SDC-DISTR-NOTIF-TOPIC-AUTO-5 to 0 since the associated topicId changed from null to XRzq8BOIRZiZRw2R__X0DA
2023-03-18T15:51:58.939Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Resetting the last seen epoch of partition SDC-DISTR-NOTIF-TOPIC-AUTO-1 to 0 since the associated topicId changed from null to XRzq8BOIRZiZRw2R__X0DA
2023-03-18T15:51:58.939Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Resetting the last seen epoch of partition SDC-DISTR-NOTIF-TOPIC-AUTO-4 to 0 since the associated topicId changed from null to XRzq8BOIRZiZRw2R__X0DA
2023-03-18T15:51:58.939Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Resetting the last seen epoch of partition SDC-DISTR-NOTIF-TOPIC-AUTO-2 to 0 since the associated topicId changed from null to XRzq8BOIRZiZRw2R__X0DA
2023-03-18T15:51:58.939Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Resetting the last seen epoch of partition SDC-DISTR-NOTIF-TOPIC-AUTO-3 to 0 since the associated topicId changed from null to XRzq8BOIRZiZRw2R__X0DA
2023-03-18T15:51:58.940Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Finished assignment for group at generation 89: {SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2-e98757d0-48fd-4bde-93d8-2c2905c3407f=Assignment(partitions=[SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5]), SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94-2995e74d-4211-4955-93f6-f3f14568571e=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])}
2023-03-18T15:51:58.952Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Successfully synced group in generation Generation{generationId=89, memberId='SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2-e98757d0-48fd-4bde-93d8-2c2905c3407f', protocol='range'}
2023-03-18T15:51:58.953Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5])
2023-03-18T15:51:58.953Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Adding newly assigned partitions: SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5
2023-03-18T15:51:58.954Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Successfully synced group in generation Generation{generationId=89, memberId='SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94-2995e74d-4211-4955-93f6-f3f14568571e', protocol='range'}
2023-03-18T15:51:58.954Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])
2023-03-18T15:51:58.954Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Adding newly assigned partitions: SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-03-18T15:51:58.956Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-18T15:51:58.956Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-18T15:51:58.956Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-18T15:51:58.956Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-18T15:51:58.956Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-18T15:51:58.957Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-18T15:51:58.958Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-18T15:51:58.958Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-18T15:51:58.958Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-18T15:51:58.959Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=2752, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-18T15:51:58.959Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-18T15:51:58.959Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-18T15:51:59.013Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-18T15:51:59.013Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {"distributionID":"34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846","serviceName":"basic_onboard_gCPnoC","serviceVersion":"1.0","serviceUUID":"dad851ae-1f1d-4e04-8847-f18fd5d51391","serviceDescription":"service","serviceInvariantUUID":"693dcbb7-55f2-41d5-a0d9-572574329dfe","resources":[{"resourceInstanceName":"basic_onboard_gCPnoC 0","resourceName":"basic_onboard_gCPnoC","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"f3fb2f57-aad9-4f33-88db-c458ae09cdfb","resourceInvariantUUID":"d7c6b294-4284-4b69-87ff-a797deedad73","resourceCustomizationUUID":"9327f8c9-4591-449b-b6af-227dc0614cab","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/vf-license-model.xml","artifactChecksum":"OGQ5ZDI0MzIzNDdmMDUyYmQ0MzVmMDVkOWUyNGVlYmE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"5077753b-8cdd-47a9-82d5-e3ff4ce969c3","artifactVersion":"1"},{"artifactName":"basic_onboard_gcpnoc0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json","artifactChecksum":"NjRhMmYzNDQxZDFkYzhiMjZmMTk3NDMzZmQwOWNiNWI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"583db2fa-2045-4011-8045-9fd436580060","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"0846dbe8-d246-42f3-9ba6-3c197d6bb5c4","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"5004fadd-cda9-4566-99ac-bc5d669427a2","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"7d3da3bf-4415-4326-b045-fe6bef605f78","artifactVersion":"2","generatedFromUUID":"0846dbe8-d246-42f3-9ba6-3c197d6bb5c4"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardGcpnoc-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-template.yml","artifactChecksum":"OGFkYWYzODVjYTg1MmE4Y2JhZWM5NDk3ZjljNTAwNTE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"8ab16f5d-5180-4470-b278-f6ea6f7c23e8","artifactVersion":"1"},{"artifactName":"service-BasicOnboardGcpnoc-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar","artifactChecksum":"MjQxYmE3NTM3MTRlYjAwMzA2YjMyYmJjMmU4MmNkYjE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"d6569f72-4f81-428a-8593-389324ccdf48","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-18T15:51:59.014Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T15:51:59.014Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:51:59.014Z||pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:51:59.014Z||pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679154690350,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:51:59.970Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-18T15:51:59.970Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "a04e84de-dd11-4280-9147-b1e37960b03e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679154689328,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-18T15:51:59.970Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:51:59.970Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-18T15:51:59.970Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679154690350,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T15:51:59.970Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:52:00.015Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T15:52:00.015Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:52:00.015Z||pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:52:00.015Z||pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679154690350,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:52:01.016Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T15:52:01.017Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:52:01.017Z||pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:52:01.017Z||pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679154690350,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:52:02.018Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T15:52:02.018Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:52:02.019Z||pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:52:02.019Z||pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679154690350,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:52:03.020Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T15:52:03.020Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:52:03.020Z||pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:52:03.020Z||pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679154690350,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:52:04.022Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T15:52:04.022Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:52:04.022Z||pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:52:04.022Z||pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679154690350,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:52:05.023Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T15:52:05.024Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:52:05.024Z||pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:52:05.024Z||pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679154690350,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:52:06.025Z||pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "serviceName": "basic_onboard_gCPnoC",
  "serviceVersion": "1.0",
  "serviceUUID": "dad851ae-1f1d-4e04-8847-f18fd5d51391",
  "serviceDescription": "service",
  "serviceInvariantUUID": "693dcbb7-55f2-41d5-a0d9-572574329dfe",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_gCPnoC 0",
      "resourceCustomizationUUID": "9327f8c9-4591-449b-b6af-227dc0614cab",
      "resourceName": "basic_onboard_gCPnoC",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "f3fb2f57-aad9-4f33-88db-c458ae09cdfb",
      "resourceInvariantUUID": "d7c6b294-4284-4b69-87ff-a797deedad73",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_gcpnoc0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json",
          "artifactChecksum": "NjRhMmYzNDQxZDFkYzhiMjZmMTk3NDMzZmQwOWNiNWI\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "583db2fa-2045-4011-8045-9fd436580060",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "0846dbe8-d246-42f3-9ba6-3c197d6bb5c4",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "7d3da3bf-4415-4326-b045-fe6bef605f78",
            "generatedFromUUID": "0846dbe8-d246-42f3-9ba6-3c197d6bb5c4"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "7d3da3bf-4415-4326-b045-fe6bef605f78",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardGcpnoc-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar",
      "artifactChecksum": "MjQxYmE3NTM3MTRlYjAwMzA2YjMyYmJjMmU4MmNkYjE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "d6569f72-4f81-428a-8593-389324ccdf48"
    }
  ],
  "workloadContext": "Production"
}
2023-03-18T15:52:06.025Z||pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-18T15:52:06.025Z||pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 dad851ae-1f1d-4e04-8847-f18fd5d51391 ASDC
2023-03-18T15:52:06.025Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
ServiceName:basic_onboard_gCPnoC
ServiceVersion:1.0
ServiceUUID:dad851ae-1f1d-4e04-8847-f18fd5d51391
ServiceInvariantUUID:693dcbb7-55f2-41d5-a0d9-572574329dfe
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardGcpnoc-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar
ArtifactUUID:d6569f72-4f81-428a-8593-389324ccdf48
ArtifactChecksum:MjQxYmE3NTM3MTRlYjAwMzA2YjMyYmJjMmU4MmNkYjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_gCPnoC 0
ResourceCustomizationUUID:9327f8c9-4591-449b-b6af-227dc0614cab
ResourceInvariantUUID:d7c6b294-4284-4b69-87ff-a797deedad73
ResourceName:basic_onboard_gCPnoC
ResourceType:VF
ResourceUUID:f3fb2f57-aad9-4f33-88db-c458ae09cdfb
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_gcpnoc0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json
ArtifactUUID:583db2fa-2045-4011-8045-9fd436580060
ArtifactChecksum:NjRhMmYzNDQxZDFkYzhiMjZmMTk3NDMzZmQwOWNiNWI=
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/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.yaml
ArtifactUUID:0846dbe8-d246-42f3-9ba6-3c197d6bb5c4
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/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.env
ArtifactUUID:7d3da3bf-4415-4326-b045-fe6bef605f78
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/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.env
ArtifactUUID:7d3da3bf-4415-4326-b045-fe6bef605f78
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-18T15:52:06.025Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF dad851ae-1f1d-4e04-8847-f18fd5d51391 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: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-18T15:52:06.047Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-18T15:52:06.047Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-18T15:52:06.047Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-18T15:52:06.047Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: d6569f72-4f81-428a-8593-389324ccdf48 from URL: /sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar
2023-03-18T15:52:06.047Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-2|||||INFO|500||DistributionClient - download
2023-03-18T15:52:06.047Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-2|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar
2023-03-18T15:52:06.085Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-2|||||DEBUG|500||GET Response Status 404
2023-03-18T15:52:06.085Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-2|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@3baf2f99
2023-03-18T15:52:06.086Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-2|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-18T15:52:06.086Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-2|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicOnboardGcpnoc"
      ]
    }
  }
}
2023-03-18T15:52:06.086Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-2|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicOnboardGcpnoc-csar.csar /sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar d6569f72-4f81-428a-8593-389324ccdf48 Specified artifact is  not found 300 ASDC artifact download fail
2023-03-18T15:52:06.086Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar ASDC sendASDCNotification
2023-03-18T15:52:06.086Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar(Specified artifact is  not found)
2023-03-18T15:52:06.086Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-18T15:52:06.086Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:52:06.086Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:52:06.086Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679154726086,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:52:07.087Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-2|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during processCsarServiceArtifacts ASDC processCsarServiceArtifacts 500 Exception in processCsarServiceArtifacts
org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact service-BasicOnboardGcpnoc-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar(UUID:d6569f72-4f81-428a-8593-389324ccdf48)
Error message is Specified artifact is  not found

	at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394)
	at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2023-03-18T15:52:07.098Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-2|||||ERROR|500||error NSST process resource failure 
java.lang.NullPointerException: null
	at org.onap.so.asdc.client.ASDCController.processNsstNotification(ASDCController.java:978)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:760)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-18T15:52:07.098Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: f3fb2f57-aad9-4f33-88db-c458ae09cdfb
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-18T15:52:07.100Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-2|||||INFO|500||basic_onboard_gCPnoC 0
2023-03-18T15:52:07.101Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: f3fb2f57-aad9-4f33-88db-c458ae09cdfb
2023-03-18T15:52:07.101Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 583db2fa-2045-4011-8045-9fd436580060 from URL: /sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json
2023-03-18T15:52:07.101Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-2|||||INFO|500||DistributionClient - download
2023-03-18T15:52:07.101Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-2|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json
2023-03-18T15:52:07.113Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-2|||||DEBUG|500||GET Response Status 404
2023-03-18T15:52:07.113Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-2|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@55667ae6
2023-03-18T15:52:07.113Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-2|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-18T15:52:07.113Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-2|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicOnboardGcpnoc"
      ]
    }
  }
}
2023-03-18T15:52:07.113Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-2|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL basic_onboard_gcpnoc0_modules.json /sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json 583db2fa-2045-4011-8045-9fd436580060 Specified artifact is  not found 300 ASDC artifact download fail
2023-03-18T15:52:07.114Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json ASDC sendASDCNotification
2023-03-18T15:52:07.114Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json(Specified artifact is  not found)
2023-03-18T15:52:07.114Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-18T15:52:07.114Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:52:07.114Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:52:07.114Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679154727114,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:52:08.115Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-2|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during Installation of artifact ASDC processResourceNotification 500 Exception in processResourceNotification
org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact basic_onboard_gcpnoc0_modules.json could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json(UUID:583db2fa-2045-4011-8045-9fd436580060)
Error message is Specified artifact is  not found

	at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:787)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-18T15:52:08.116Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T15:52:08.132Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T15:52:08.134Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-2|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-18T15:52:08.134Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-18T15:52:38.136Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T15:52:38.149Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T15:52:38.151Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-2|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-18T15:52:38.151Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-18T15:52:58.919Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:52:58.921Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T15:52:58.921Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679154690350,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json",
  "status": "NOTIFIED"
}
2023-03-18T15:52:58.922Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:53:08.151Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T15:53:08.174Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T15:53:08.177Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-2|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-18T15:53:08.177Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-18T15:53:38.178Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T15:53:38.204Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T15:53:38.206Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-2|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-18T15:53:38.206Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-18T15:53:58.920Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:53:58.921Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T15:53:58.922Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679154690350,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2023-03-18T15:53:58.923Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:53:58.923Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T15:53:58.923Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679154690350,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T15:53:58.923Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:53:58.923Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T15:53:58.923Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679154690350,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2023-03-18T15:53:58.923Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:53:58.923Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T15:53:58.923Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679154690350,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T15:53:58.924Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:53:58.924Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T15:53:58.924Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679154690350,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar",
  "status": "NOTIFIED"
}
2023-03-18T15:53:58.924Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:53:58.924Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T15:53:58.924Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679154726086,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/artifacts/service-BasicOnboardGcpnoc-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-18T15:53:58.924Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:53:58.924Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T15:53:58.924Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679154727114,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcpnoc/1.0/resourceInstances/basic_onboard_gcpnoc0/artifacts/basic_onboard_gcpnoc0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-18T15:53:58.924Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:54:08.207Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T15:54:08.223Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T15:54:08.225Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-2|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-18T15:54:08.225Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-18T15:54:38.226Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T15:54:38.241Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T15:54:38.243Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-2|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-18T15:54:38.243Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-18T15:54:58.919Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:55:08.243Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T15:55:08.255Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T15:55:08.256Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-2|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-18T15:55:08.257Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-18T15:55:38.257Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T15:55:38.272Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T15:55:38.274Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-2|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-18T15:55:38.275Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-18T15:55:58.920Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:56:08.275Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T15:56:08.290Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T15:56:08.292Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-2|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-18T15:56:08.292Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-18T15:56:38.293Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T15:56:38.309Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T15:56:38.311Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-2|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-18T15:56:38.311Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-18T15:56:58.920Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:56:59.050Z||kafka-coordinator-heartbeat-thread | so|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] consumer poll timeout has expired. This means the time between subsequent calls to poll() was longer than the configured max.poll.interval.ms, which typically implies that the poll loop is spending too much time processing messages. You can address this either by increasing max.poll.interval.ms or by reducing the maximum size of batches returned in poll() with max.poll.records.
2023-03-18T15:56:59.050Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Member SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2-e98757d0-48fd-4bde-93d8-2c2905c3407f sending LeaveGroup request to coordinator onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2147483645 rack: null) due to consumer poll timeout has expired.
2023-03-18T15:56:59.050Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Resetting generation and member id due to: consumer pro-actively leaving the group
2023-03-18T15:56:59.050Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Request joining group due to: consumer pro-actively leaving the group
2023-03-18T15:56:59.636Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T15:56:59.655Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Revoke previously assigned partitions SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-03-18T15:56:59.655Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] (Re-)joining group
2023-03-18T15:56:59.665Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Successfully joined group with generation Generation{generationId=90, memberId='SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94-2995e74d-4211-4955-93f6-f3f14568571e', protocol='range'}
2023-03-18T15:56:59.666Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Finished assignment for group at generation 90: {SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94-2995e74d-4211-4955-93f6-f3f14568571e=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])}
2023-03-18T15:56:59.684Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Successfully synced group in generation Generation{generationId=90, memberId='SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94-2995e74d-4211-4955-93f6-f3f14568571e', protocol='range'}
2023-03-18T15:56:59.684Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])
2023-03-18T15:56:59.685Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Adding newly assigned partitions: SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-03-18T15:56:59.688Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-18T15:56:59.688Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-18T15:56:59.688Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-18T15:56:59.689Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=2762, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-18T15:56:59.689Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-18T15:56:59.689Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-18T15:57:08.311Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-2|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2023-03-18T15:57:08.312Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-18T15:57:08.320Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846 and serviceModelVersionId: dad851ae-1f1d-4e04-8847-f18fd5d51391
2023-03-18T15:57:08.320Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 693dcbb7-55f2-41d5-a0d9-572574329dfe
2023-03-18T15:57:08.321Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391?depth=0
2023-03-18T15:57:08.328Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2023-03-18T15:57:08.337Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|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/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-03-18T15:57:08.338Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391?depth=0|INFO|500||Invoke
2023-03-18T15:57:08.345Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2023-03-18T15:57:08.371Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391?depth=0|INFO|404|Not Found|InvokeReturn
2023-03-18T15:57:08.371Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|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/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391?depth=0 has http status code:404 and response headers:{date=[Sat, 18 Mar 2023 15:57:08 GMT], content-length=[495], x-aai-txid=[0-aai-resources-230318-15:57:08:047-79032], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-18T15:57:08.372Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-2|||||DEBUG|500||{"requestError":{"serviceException":{"messageId":"SVC3001","text":"Resource not found for %1 using id %2 (msg=%3) (ec=%4)","variables":["MERGE_PATCH","service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391","Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391","ERR.5.4.6114"]}}}

2023-03-18T15:57:08.375Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-2|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391) (ec=ERR.5.4.6114)
2023-03-18T15:57:08.375Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-2|||||ERROR|500||Exception occurred
javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391) (ec=ERR.5.4.6114)
	at org.onap.so.client.ResponseExceptionMapper.map(ResponseExceptionMapper.java:74)
	at org.onap.so.client.RestRequest.get(RestRequest.java:77)
	at org.onap.so.client.RestClient.buildRequest(RestClient.java:326)
	at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322)
	at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283)
	at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67)
	at net.jodah.failsafe.Execution.executeSync(Execution.java:117)
	at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319)
	at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71)
	at org.onap.so.client.RestClient.method(RestClient.java:322)
	at org.onap.so.client.RestClient.patch(RestClient.java:265)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184)
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-18T15:57:08.375Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-2|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391) (ec=ERR.5.4.6114)
2023-03-18T15:57:08.375Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-2|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391) (ec=ERR.5.4.6114)
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-18T15:57:08.378Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|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:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-18T15:57:08.378Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391) (ec=ERR.5.4.6114)
2023-03-18T15:57:08.379Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2023-03-18T15:57:08.379Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:57:08.379Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:57:08.379Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679155028379,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391) (ec\u003dERR.5.4.6114)"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:57:08.395Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T15:57:08.396Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679155028379,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/693dcbb7-55f2-41d5-a0d9-572574329dfe/model-vers/model-ver/dad851ae-1f1d-4e04-8847-f18fd5d51391) (ec\u003dERR.5.4.6114)"
}
2023-03-18T15:57:08.396Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-18T15:57:09.404Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-18T15:57:09.405Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-2|||||DEBUG|500||received notification from broker: {"distributionID":"d4dc9e71-f2cb-491c-bcf1-9d51402514be","serviceName":"vFW 2023-03-18 11-08-36","serviceVersion":"1.0","serviceUUID":"27fdb87d-b713-4eaf-90a0-9e48041e5db6","serviceDescription":"catalog service description","serviceInvariantUUID":"cb6d14f9-78ae-470a-a6af-a3a2b9fea472","resources":[{"resourceInstanceName":"vFW 58569f3e-bd56 0","resourceName":"vFW 58569f3e-bd56","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"d26137cf-1389-4abe-8e09-78b44d7a1aae","resourceInvariantUUID":"440b369e-a09c-4c31-8a4e-6692abd11e0c","resourceCustomizationUUID":"e17fe765-865d-4748-ab41-44bdbee5a853","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/vf-license-model.xml","artifactChecksum":"MTFjYmU2ZGQwM2YxYTQxNjdhOWY1YjI5OWUyYjE5OTg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"7238df55-40f7-4cde-93e0-f3c86248a4ba","artifactVersion":"1"},{"artifactName":"vfw58569f3ebd560_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/vfw58569f3ebd560_modules.json","artifactChecksum":"ODg5YTAyNmJiZTFiZTA5MDMwZWVhNmFkMzVmNzk4YTg\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"a8ca7246-150c-4537-b08d-e58462b66bb6","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"be903e28-b266-44db-9c8b-4cbcb6f7ee77","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/vendor-license-model.xml","artifactChecksum":"NDExZWJjY2Q3ZjkxN2NkNTRiYmFlNDViOGZhYWJjM2M\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"cecd91b9-dbd7-4a9b-96a0-72674051949c","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"0637f995-3e6f-44f6-89fc-61906f5ff14b","artifactVersion":"2","generatedFromUUID":"be903e28-b266-44db-9c8b-4cbcb6f7ee77"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20230318110836-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-template.yml","artifactChecksum":"NjdmYzRlMTY1MzM1ODg5NjAzNTEzOWU1ZGFmNmNiNDI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"8648cca8-36e7-40c1-8faf-a7c0be2faa07","artifactVersion":"1"},{"artifactName":"service-Vfw20230318110836-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar","artifactChecksum":"NzY3OTRjMDBhMTZlZjQ1ZTQ3MTU0ZjE0NjliYmU1M2Y\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"436a091b-6820-4621-9f77-4a798268cc9d","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-18T15:57:09.405Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T15:57:09.405Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:57:09.405Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:57:09.405Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679154690350,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:57:10.406Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T15:57:10.406Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:57:10.406Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:57:10.406Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679154690350,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/vfw58569f3ebd560_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:57:11.407Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T15:57:11.407Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:57:11.407Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:57:11.407Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679154690350,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:57:12.408Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T15:57:12.408Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:57:12.408Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:57:12.408Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679154690350,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:57:13.409Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T15:57:13.409Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:57:13.409Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:57:13.409Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679154690350,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/base_vfw.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:57:14.410Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T15:57:14.410Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:57:14.410Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:57:14.410Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679154690350,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:57:15.411Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T15:57:15.411Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:57:15.411Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:57:15.411Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679154690350,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:57:16.413Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "serviceName": "vFW 2023-03-18 11-08-36",
  "serviceVersion": "1.0",
  "serviceUUID": "27fdb87d-b713-4eaf-90a0-9e48041e5db6",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "cb6d14f9-78ae-470a-a6af-a3a2b9fea472",
  "resources": [
    {
      "resourceInstanceName": "vFW 58569f3e-bd56 0",
      "resourceCustomizationUUID": "e17fe765-865d-4748-ab41-44bdbee5a853",
      "resourceName": "vFW 58569f3e-bd56",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "d26137cf-1389-4abe-8e09-78b44d7a1aae",
      "resourceInvariantUUID": "440b369e-a09c-4c31-8a4e-6692abd11e0c",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw58569f3ebd560_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/vfw58569f3ebd560_modules.json",
          "artifactChecksum": "ODg5YTAyNmJiZTFiZTA5MDMwZWVhNmFkMzVmNzk4YTg\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "a8ca7246-150c-4537-b08d-e58462b66bb6",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "be903e28-b266-44db-9c8b-4cbcb6f7ee77",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "0637f995-3e6f-44f6-89fc-61906f5ff14b",
            "generatedFromUUID": "be903e28-b266-44db-9c8b-4cbcb6f7ee77"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "0637f995-3e6f-44f6-89fc-61906f5ff14b",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20230318110836-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar",
      "artifactChecksum": "NzY3OTRjMDBhMTZlZjQ1ZTQ3MTU0ZjE0NjliYmU1M2Y\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "436a091b-6820-4621-9f77-4a798268cc9d"
    }
  ],
  "workloadContext": "Production"
}
2023-03-18T15:57:16.413Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-18T15:57:16.413Z|34cccd45-0cfd-4f0b-9ce9-8dcfecf2a846|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 27fdb87d-b713-4eaf-90a0-9e48041e5db6 ASDC
2023-03-18T15:57:16.415Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:d4dc9e71-f2cb-491c-bcf1-9d51402514be
ServiceName:vFW 2023-03-18 11-08-36
ServiceVersion:1.0
ServiceUUID:27fdb87d-b713-4eaf-90a0-9e48041e5db6
ServiceInvariantUUID:cb6d14f9-78ae-470a-a6af-a3a2b9fea472
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20230318110836-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar
ArtifactUUID:436a091b-6820-4621-9f77-4a798268cc9d
ArtifactChecksum:NzY3OTRjMDBhMTZlZjQ1ZTQ3MTU0ZjE0NjliYmU1M2Y=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 58569f3e-bd56 0
ResourceCustomizationUUID:e17fe765-865d-4748-ab41-44bdbee5a853
ResourceInvariantUUID:440b369e-a09c-4c31-8a4e-6692abd11e0c
ResourceName:vFW 58569f3e-bd56
ResourceType:VF
ResourceUUID:d26137cf-1389-4abe-8e09-78b44d7a1aae
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw58569f3ebd560_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/vfw58569f3ebd560_modules.json
ArtifactUUID:a8ca7246-150c-4537-b08d-e58462b66bb6
ArtifactChecksum:ODg5YTAyNmJiZTFiZTA5MDMwZWVhNmFkMzVmNzk4YTg=
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/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/base_vfw.yaml
ArtifactUUID:be903e28-b266-44db-9c8b-4cbcb6f7ee77
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/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/base_vfw.env
ArtifactUUID:0637f995-3e6f-44f6-89fc-61906f5ff14b
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/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/base_vfw.env
ArtifactUUID:0637f995-3e6f-44f6-89fc-61906f5ff14b
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-18T15:57:16.415Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 27fdb87d-b713-4eaf-90a0-9e48041e5db6 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: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-18T15:57:16.462Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-18T15:57:16.462Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-18T15:57:16.462Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-18T15:57:16.462Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 436a091b-6820-4621-9f77-4a798268cc9d from URL: /sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar
2023-03-18T15:57:16.462Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-2|||||INFO|500||DistributionClient - download
2023-03-18T15:57:16.463Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-2|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar
2023-03-18T15:57:16.938Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2023-03-18T15:57:16.945Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar 436a091b-6820-4621-9f77-4a798268cc9d 101467
2023-03-18T15:57:16.945Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar ASDC sendASDCNotification
2023-03-18T15:57:16.946Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar
2023-03-18T15:57:16.946Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-18T15:57:16.946Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:57:16.946Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:57:16.946Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679155036945,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:57:17.947Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-18T15:57:17.948Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-18T15:57:17.948Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 436a091b-6820-4621-9f77-4a798268cc9d, URL: /sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar to file: /app/ASDC/1/service-Vfw20230318110836-csar.csar
2023-03-18T15:57:17.949Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20230318110836-csar.csar
2023-03-18T15:57:17.949Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20230318110836-csar.csar
2023-03-18T15:57:17.950Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20230318110836-csar.csar
2023-03-18T15:57:18.056Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1094580881786704975/Definitions/service-Vfw20230318110836-template.yml
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_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vfw_name" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_user_data_format" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_key_name" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "compute_vfw_metadata" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
2023-03-18T15:57:19.399Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-18T15:57:19.400Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-2|||||WARN|500||####################################################################################################
2023-03-18T15:57:19.400Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20230318110836-csar.csar
2023-03-18T15:57:19.400Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2023-03-18T15:57:19.400Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|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-Vfw20230318110836-csar.csar
2023-03-18T15:57:19.400Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|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-Vfw20230318110836-csar.csar
2023-03-18T15:57:19.400Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|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-Vfw20230318110836-csar.csar
2023-03-18T15:57:19.400Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|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-Vfw20230318110836-csar.csar
2023-03-18T15:57:19.400Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|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-Vfw20230318110836-csar.csar
2023-03-18T15:57:19.400Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|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-Vfw20230318110836-csar.csar
2023-03-18T15:57:19.400Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|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-Vfw20230318110836-csar.csar
2023-03-18T15:57:19.400Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|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-Vfw20230318110836-csar.csar
2023-03-18T15:57:19.400Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|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-Vfw20230318110836-csar.csar
2023-03-18T15:57:19.400Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 58569f3e-bd56 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-Vfw20230318110836-csar.csar
2023-03-18T15:57:19.400Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|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-Vfw20230318110836-csar.csar
2023-03-18T15:57:19.400Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-2|||||WARN|500||####################################################################################################
2023-03-18T15:57:19.400Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T15:57:19.400Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-03-18 11-08-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T15:57:19.400Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-2|||||DEBUG|500||Node template vFW 58569f3e-bd56 0 is matching search criteria
2023-03-18T15:57:19.400Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2023-03-18T15:57:19.400Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 58569f3e-bd56 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-18T15:57:19.400Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T15:57:19.400Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-03-18 11-08-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T15:57:19.400Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-2|||||DEBUG|500||Node template vFW 58569f3e-bd56 0 is matching search criteria
2023-03-18T15:57:19.401Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2023-03-18T15:57:19.401Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 58569f3e-bd56 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-18T15:57:19.401Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T15:57:19.401Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-03-18 11-08-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T15:57:19.401Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T15:57:19.401Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-2|||||DEBUG|500||Node template vFW 58569f3e-bd56 0 is not matching search criteria
2023-03-18T15:57:19.401Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-18T15:57:19.401Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-18T15:57:19.401Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-18T15:57:19.401Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-18T15:57:19.401Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-18T15:57:19.401Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-18T15:57:19.401Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-18T15:57:19.401Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-18T15:57:19.401Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-18T15:57:19.401Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-18T15:57:19.401Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-18T15:57:19.401Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-18T15:57:19.401Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-18T15:57:19.401Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-18T15:57:19.401Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-18T15:57:19.401Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-03-18T15:57:19.401Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T15:57:19.401Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-03-18 11-08-36 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-03-18T15:57:19.402Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T15:57:19.402Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-2|||||DEBUG|500||Node template vFW 58569f3e-bd56 0 is matching search criteria
2023-03-18T15:57:19.402Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 58569f3e-bd56 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-18T15:57:19.402Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T15:57:19.402Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-2|||||DEBUG|500||Node template vFW 58569f3e-bd56 0 is matching search criteria
2023-03-18T15:57:19.402Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 58569f3e-bd56 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-18T15:57:19.402Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T15:57:19.402Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-2|||||DEBUG|500||Node template vFW 58569f3e-bd56 0 is matching search criteria
2023-03-18T15:57:19.402Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 58569f3e-bd56 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-18T15:57:19.402Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T15:57:19.402Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-2|||||DEBUG|500||Node template vFW 58569f3e-bd56 0 is not matching search criteria
2023-03-18T15:57:19.402Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-18T15:57:19.402Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-18T15:57:19.402Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-03-18T15:57:19.402Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-18T15:57:19.402Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-18T15:57:19.402Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-18T15:57:19.402Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-18T15:57:19.402Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-18T15:57:19.402Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-18T15:57:19.402Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-18T15:57:19.402Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-18T15:57:19.402Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=54648a20-f030-49c4-93d4-4525b2108f51
2023-03-18T15:57:19.403Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T15:57:19.403Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-2|||||DEBUG|500||Node template vFW 58569f3e-bd56 0 is not matching search criteria
2023-03-18T15:57:19.403Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-18T15:57:19.403Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-18T15:57:19.403Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-18T15:57:19.403Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-18T15:57:19.403Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-18T15:57:19.403Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-18T15:57:19.403Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-18T15:57:19.403Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-03-18T15:57:19.403Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-18T15:57:19.403Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-18T15:57:19.403Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-18T15:57:19.403Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-18T15:57:19.403Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=c8000f82-3ea0-499f-845f-48af9ca20f40
2023-03-18T15:57:19.403Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T15:57:19.403Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-2|||||DEBUG|500||Node template vFW 58569f3e-bd56 0 is not matching search criteria
2023-03-18T15:57:19.403Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-18T15:57:19.403Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-18T15:57:19.403Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-18T15:57:19.403Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-18T15:57:19.403Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-18T15:57:19.404Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-18T15:57:19.404Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-18T15:57:19.404Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-18T15:57:19.404Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-18T15:57:19.404Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-18T15:57:19.404Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-18T15:57:19.404Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-03-18T15:57:19.404Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=8d37dce4-ace0-4972-b0ae-359f5ee34e15
2023-03-18T15:57:19.404Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T15:57:19.404Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-03-18 11-08-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T15:57:19.404Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T15:57:19.404Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-03-18 11-08-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T15:57:19.404Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T15:57:19.404Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-03-18 11-08-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T15:57:19.404Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T15:57:19.404Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-03-18 11-08-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T15:57:19.404Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-2|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2023-03-18 11-08-36
Description:catalog service description
Model UUID:27fdb87d-b713-4eaf-90a0-9e48041e5db6
Model Version:NULL
Model InvariantUuid:cb6d14f9-78ae-470a-a6af-a3a2b9fea472
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 58569f3e-bd56
Model UUID:2fc36073-92c9-4d5d-9644-0bb6550c287b
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:440b369e-a09c-4c31-8a4e-6692abd11e0c
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:e17fe765-865d-4748-ab41-44bdbee5a853
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:351d450e-b1b7-41ae-a83a-2a71f15e25d1
ModelName:Vfw58569f3eBd56..base_vfw..module-0
ModelUuid:0d68d68e-dec8-43d2-aff9-f5d88cc04393
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:54648a20-f030-49c4-93d4-4525b2108f51
ModelInvariantUuid:4ab08134-cd1d-4688-9b75-17c67d1a3e81
ModelName:vFW 58569f3e-bd56-nodes.vfwCvfc
ModelUuid:d6b2f0ba-9202-407c-a163-7cc24d0f18b4
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:056f6090-f73c-4739-af97-620c05ad132a
ModelInvariantUuid:983e3ada-7ea8-4303-8174-d3114334eb9e
ModelName:Vfw58569f3eBd56.compute.nodes.heat.vfw
ModelUuid:3d4b7896-bd84-401c-aa77-b889e41a200a
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:c8000f82-3ea0-499f-845f-48af9ca20f40
ModelInvariantUuid:fcd18208-a79b-409f-9943-f6fdaf7b423e
ModelName:vFW 58569f3e-bd56-nodes.vsnCvfc
ModelUuid:2dc70d22-f13d-4809-b3aa-6be925119137
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:402dc1d7-02f5-4fe5-9c72-942fea6de45f
ModelInvariantUuid:0b0ccbe0-ee97-4020-bd46-0de8c06bfc96
ModelName:Vfw58569f3eBd56.compute.nodes.heat.vsn
ModelUuid:9156b53b-b6f9-40ab-bf18-4e57fbace729
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:8d37dce4-ace0-4972-b0ae-359f5ee34e15
ModelInvariantUuid:5fb0558e-6cb2-4431-b7ca-6445c8799cef
ModelName:vFW 58569f3e-bd56-nodes.vpgCvfc
ModelUuid:fa77263e-b297-4fc8-ad06-fee6a19575f2
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:c490c1b0-6d8a-4e04-bcc3-d1334a874130
ModelInvariantUuid:49041fa9-9665-4fc5-a429-9d3d7490839b
ModelName:Vfw58569f3eBd56.compute.nodes.heat.vpg
ModelUuid:7e8eb1f5-1f60-4b7b-ac6b-192037bf4db6
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=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-03-18T15:57:19.431Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-2|||||ERROR|500||Csar with UUID: 436a091b-6820-4621-9f77-4a798268cc9d already exists
2023-03-18T15:57:19.431Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar ASDC sendASDCNotification
2023-03-18T15:57:19.431Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar(Csar with UUID: 436a091b-6820-4621-9f77-4a798268cc9d already exists)
2023-03-18T15:57:19.431Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-18T15:57:19.431Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:57:19.431Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:57:19.431Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679155039431,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 436a091b-6820-4621-9f77-4a798268cc9d already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:57:20.431Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar ASDC sendASDCNotification
2023-03-18T15:57:20.432Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar(Resource with UUID: d26137cf-1389-4abe-8e09-78b44d7a1aae already exists)
2023-03-18T15:57:20.432Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-18T15:57:20.432Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:57:20.432Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:57:20.432Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679155040431,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: d26137cf-1389-4abe-8e09-78b44d7a1aae already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:57:21.433Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d4dc9e71-f2cb-491c-bcf1-9d51402514be
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T15:57:21.454Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d4dc9e71-f2cb-491c-bcf1-9d51402514be
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T15:57:21.457Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-18T15:57:21.457Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-18T15:57:21.457Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-18T15:57:21.457Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-18T15:57:21.457Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T15:57:21.457Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T15:57:21.457Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T15:57:21.457Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T15:57:21.457Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T15:57:21.457Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|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=?
2023-03-18T15:57:21.467Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-18T15:57:51.467Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: d4dc9e71-f2cb-491c-bcf1-9d51402514be and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-18T15:57:51.475Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: d4dc9e71-f2cb-491c-bcf1-9d51402514be and serviceModelVersionId: 27fdb87d-b713-4eaf-90a0-9e48041e5db6
2023-03-18T15:57:51.475Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : cb6d14f9-78ae-470a-a6af-a3a2b9fea472
2023-03-18T15:57:51.476Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/cb6d14f9-78ae-470a-a6af-a3a2b9fea472/model-vers/model-ver/27fdb87d-b713-4eaf-90a0-9e48041e5db6?depth=0
2023-03-18T15:57:51.478Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2023-03-18T15:57:51.493Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cb6d14f9-78ae-470a-a6af-a3a2b9fea472/model-vers/model-ver/27fdb87d-b713-4eaf-90a0-9e48041e5db6?depth=0|INFO|500||Invoke
2023-03-18T15:57:51.494Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cb6d14f9-78ae-470a-a6af-a3a2b9fea472/model-vers/model-ver/27fdb87d-b713-4eaf-90a0-9e48041e5db6?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cb6d14f9-78ae-470a-a6af-a3a2b9fea472/model-vers/model-ver/27fdb87d-b713-4eaf-90a0-9e48041e5db6?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[d4dc9e71-f2cb-491c-bcf1-9d51402514be], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[045d4853-8316-4780-881a-80c6a8ab60f5], X-ECOMP-RequestID=[d4dc9e71-f2cb-491c-bcf1-9d51402514be], X-TransactionId=[], X-ONAP-RequestID=[d4dc9e71-f2cb-491c-bcf1-9d51402514be], Content-Type=[application/merge-patch+json]}
2023-03-18T15:57:51.500Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cb6d14f9-78ae-470a-a6af-a3a2b9fea472/model-vers/model-ver/27fdb87d-b713-4eaf-90a0-9e48041e5db6?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-18T15:57:51.624Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cb6d14f9-78ae-470a-a6af-a3a2b9fea472/model-vers/model-ver/27fdb87d-b713-4eaf-90a0-9e48041e5db6?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/cb6d14f9-78ae-470a-a6af-a3a2b9fea472/model-vers/model-ver/27fdb87d-b713-4eaf-90a0-9e48041e5db6?depth=0 has http status code:200 and response headers:{date=[Sat, 18 Mar 2023 15:57:51 GMT], content-length=[0], vertex-id=[593936], x-aai-txid=[2-aai-resources-230318-15:57:51:203-92067], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-18T15:57:51.624Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cb6d14f9-78ae-470a-a6af-a3a2b9fea472/model-vers/model-ver/27fdb87d-b713-4eaf-90a0-9e48041e5db6?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-18T15:57:51.625Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cb6d14f9-78ae-470a-a6af-a3a2b9fea472/model-vers/model-ver/27fdb87d-b713-4eaf-90a0-9e48041e5db6?depth=0|INFO|500||InvokeReturn
2023-03-18T15:57:51.625Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-18T15:57:51.625Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|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=?
2023-03-18T15:57:51.642Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|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:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-18T15:57:51.642Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID d4dc9e71-f2cb-491c-bcf1-9d51402514be and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-18T15:57:51.642Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-18T15:57:51.643Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:57:51.643Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:57:51.643Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679155071642,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-18T15:57:52.664Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-18T15:57:52.665Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-2|||||DEBUG|500||received notification from broker: {"distributionID":"9f6cbd74-5561-4ebf-ae29-ef09adcdb35a","serviceName":"vFW 2023-03-18 11-49-31","serviceVersion":"1.0","serviceUUID":"6d984351-d1ca-40a4-aad4-cb46662a587a","serviceDescription":"catalog service description","serviceInvariantUUID":"cf32c985-ce6d-438e-ae22-e6fd004665b3","resources":[{"resourceInstanceName":"vFW c11b0f1b-4505 0","resourceName":"vFW c11b0f1b-4505","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"c7374fd6-6727-4426-9587-40812bc7c663","resourceInvariantUUID":"26f1c4e0-d5d2-4519-a829-ba04da79dfd3","resourceCustomizationUUID":"19f5eed0-33a8-4dbf-839a-f2ac2d3b058b","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/vf-license-model.xml","artifactChecksum":"ZmYyYjdhM2U5NTJiNDExYWMwYTMzMTkyZDMwYzcxZTc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"7b8e42e6-1821-4cac-aa27-034f93b9a8bb","artifactVersion":"1"},{"artifactName":"vfwc11b0f1b45050_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/vfwc11b0f1b45050_modules.json","artifactChecksum":"YTA1YjZlZDc1ZGI4M2FjMjI5NWE4ZTQzZjQxZmI1MGE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"40a0f4a8-4459-48c6-8da9-780f32a6e90d","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"3198714b-6cfa-4ae8-9e58-caa5fd7816d1","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/vendor-license-model.xml","artifactChecksum":"OTNkYjEwYTcxMGU1ODVlYThkMzJiZjM0OWMzYWExNTg\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"56d4001a-cb5d-4c8b-a9db-05f6dd036a2e","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"72f0a15a-ad88-4350-921f-de50e44e2b78","artifactVersion":"2","generatedFromUUID":"3198714b-6cfa-4ae8-9e58-caa5fd7816d1"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20230318114931-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-template.yml","artifactChecksum":"MmZjZDk3ZDhkZWNhNmYyZTJiYmJjYzlhZTNjZmUwZDU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"d733d559-0885-4fbb-8573-c3718d9662ac","artifactVersion":"1"},{"artifactName":"service-Vfw20230318114931-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar","artifactChecksum":"NzYyNTc4YTljZWI3YjE3YThjOTU0MjkyMGEyMDMxNDY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"2a8efcaf-0813-4b52-901f-136ba065c343","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-18T15:57:52.665Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T15:57:52.665Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:57:52.665Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:57:52.666Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679154690350,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:57:53.667Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T15:57:53.667Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:57:53.667Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:57:53.667Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679154690350,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/vfwc11b0f1b45050_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:57:54.668Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T15:57:54.668Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:57:54.668Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:57:54.668Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679154690350,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:57:55.668Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T15:57:55.669Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:57:55.669Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:57:55.669Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679154690350,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:57:56.678Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T15:57:56.678Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:57:56.678Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:57:56.678Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679154690350,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/base_vfw.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:57:57.678Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T15:57:57.679Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:57:57.679Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:57:57.679Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679154690350,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:57:58.679Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T15:57:58.680Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:57:58.680Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:57:58.680Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679154690350,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:57:58.919Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:57:58.924Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T15:57:58.925Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679154690350,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T15:57:58.925Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:57:58.925Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T15:57:58.925Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679154690350,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/vfw58569f3ebd560_modules.json",
  "status": "NOTIFIED"
}
2023-03-18T15:57:58.925Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:57:58.926Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T15:57:58.926Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679154690350,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-03-18T15:57:58.926Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:57:58.926Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T15:57:58.926Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679154690350,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T15:57:58.926Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:57:58.926Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T15:57:58.926Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679154690350,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/resourceInstances/vfw58569f3ebd560/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2023-03-18T15:57:58.926Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:57:58.926Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T15:57:58.926Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679154690350,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T15:57:58.927Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:57:58.927Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T15:57:58.927Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679154690350,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar",
  "status": "NOTIFIED"
}
2023-03-18T15:57:58.927Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:57:58.927Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T15:57:58.927Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679155036945,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-18T15:57:58.927Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:57:58.927Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T15:57:58.927Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679155039431,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 436a091b-6820-4621-9f77-4a798268cc9d already exists"
}
2023-03-18T15:57:58.927Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:57:58.927Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T15:57:58.927Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679155040431,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318110836/1.0/artifacts/service-Vfw20230318110836-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: d26137cf-1389-4abe-8e09-78b44d7a1aae already exists"
}
2023-03-18T15:57:58.927Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:57:58.927Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T15:57:58.927Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "d4dc9e71-f2cb-491c-bcf1-9d51402514be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679155071642,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-18T15:57:58.927Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:57:58.928Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T15:57:58.928Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679154690350,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T15:57:58.928Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:57:58.928Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T15:57:58.928Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679154690350,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/vfwc11b0f1b45050_modules.json",
  "status": "NOTIFIED"
}
2023-03-18T15:57:58.928Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:57:58.928Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T15:57:58.928Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679154690350,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-03-18T15:57:58.928Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:57:58.928Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T15:57:58.928Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679154690350,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T15:57:58.928Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:57:58.928Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T15:57:58.928Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679154690350,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2023-03-18T15:57:58.928Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:57:58.928Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T15:57:58.928Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679154690350,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T15:57:58.928Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:57:58.928Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T15:57:58.928Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679154690350,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar",
  "status": "NOTIFIED"
}
2023-03-18T15:57:58.928Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:57:59.681Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "serviceName": "vFW 2023-03-18 11-49-31",
  "serviceVersion": "1.0",
  "serviceUUID": "6d984351-d1ca-40a4-aad4-cb46662a587a",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "cf32c985-ce6d-438e-ae22-e6fd004665b3",
  "resources": [
    {
      "resourceInstanceName": "vFW c11b0f1b-4505 0",
      "resourceCustomizationUUID": "19f5eed0-33a8-4dbf-839a-f2ac2d3b058b",
      "resourceName": "vFW c11b0f1b-4505",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "c7374fd6-6727-4426-9587-40812bc7c663",
      "resourceInvariantUUID": "26f1c4e0-d5d2-4519-a829-ba04da79dfd3",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfwc11b0f1b45050_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/vfwc11b0f1b45050_modules.json",
          "artifactChecksum": "YTA1YjZlZDc1ZGI4M2FjMjI5NWE4ZTQzZjQxZmI1MGE\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "40a0f4a8-4459-48c6-8da9-780f32a6e90d",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "3198714b-6cfa-4ae8-9e58-caa5fd7816d1",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "72f0a15a-ad88-4350-921f-de50e44e2b78",
            "generatedFromUUID": "3198714b-6cfa-4ae8-9e58-caa5fd7816d1"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "72f0a15a-ad88-4350-921f-de50e44e2b78",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20230318114931-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar",
      "artifactChecksum": "NzYyNTc4YTljZWI3YjE3YThjOTU0MjkyMGEyMDMxNDY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "2a8efcaf-0813-4b52-901f-136ba065c343"
    }
  ],
  "workloadContext": "Production"
}
2023-03-18T15:57:59.681Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-18T15:57:59.681Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 6d984351-d1ca-40a4-aad4-cb46662a587a ASDC
2023-03-18T15:57:59.681Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:9f6cbd74-5561-4ebf-ae29-ef09adcdb35a
ServiceName:vFW 2023-03-18 11-49-31
ServiceVersion:1.0
ServiceUUID:6d984351-d1ca-40a4-aad4-cb46662a587a
ServiceInvariantUUID:cf32c985-ce6d-438e-ae22-e6fd004665b3
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20230318114931-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar
ArtifactUUID:2a8efcaf-0813-4b52-901f-136ba065c343
ArtifactChecksum:NzYyNTc4YTljZWI3YjE3YThjOTU0MjkyMGEyMDMxNDY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW c11b0f1b-4505 0
ResourceCustomizationUUID:19f5eed0-33a8-4dbf-839a-f2ac2d3b058b
ResourceInvariantUUID:26f1c4e0-d5d2-4519-a829-ba04da79dfd3
ResourceName:vFW c11b0f1b-4505
ResourceType:VF
ResourceUUID:c7374fd6-6727-4426-9587-40812bc7c663
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwc11b0f1b45050_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/vfwc11b0f1b45050_modules.json
ArtifactUUID:40a0f4a8-4459-48c6-8da9-780f32a6e90d
ArtifactChecksum:YTA1YjZlZDc1ZGI4M2FjMjI5NWE4ZTQzZjQxZmI1MGE=
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/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/base_vfw.yaml
ArtifactUUID:3198714b-6cfa-4ae8-9e58-caa5fd7816d1
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/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/base_vfw.env
ArtifactUUID:72f0a15a-ad88-4350-921f-de50e44e2b78
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/Vfw20230318114931/1.0/resourceInstances/vfwc11b0f1b45050/artifacts/base_vfw.env
ArtifactUUID:72f0a15a-ad88-4350-921f-de50e44e2b78
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-18T15:57:59.681Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 6d984351-d1ca-40a4-aad4-cb46662a587a 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: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-18T15:57:59.715Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-18T15:57:59.716Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-18T15:57:59.716Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-18T15:57:59.716Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 2a8efcaf-0813-4b52-901f-136ba065c343 from URL: /sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar
2023-03-18T15:57:59.716Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-2|||||INFO|500||DistributionClient - download
2023-03-18T15:57:59.716Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-2|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar
2023-03-18T15:57:59.947Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2023-03-18T15:57:59.954Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar 2a8efcaf-0813-4b52-901f-136ba065c343 101507
2023-03-18T15:57:59.954Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar ASDC sendASDCNotification
2023-03-18T15:57:59.954Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar
2023-03-18T15:57:59.954Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-18T15:57:59.955Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:57:59.955Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:57:59.955Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679155079954,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:58:00.956Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-18T15:58:00.957Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-18T15:58:00.957Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 2a8efcaf-0813-4b52-901f-136ba065c343, URL: /sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar to file: /app/ASDC/1/service-Vfw20230318114931-csar.csar
2023-03-18T15:58:00.958Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20230318114931-csar.csar
2023-03-18T15:58:00.958Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20230318114931-csar.csar
2023-03-18T15:58:00.958Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20230318114931-csar.csar
2023-03-18T15:58:01.053Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10479632625697114815/Definitions/service-Vfw20230318114931-template.yml
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_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vfw_name" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_user_data_format" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_key_name" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "compute_vfw_metadata" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
2023-03-18T15:58:02.493Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-18T15:58:02.494Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-2|||||WARN|500||####################################################################################################
2023-03-18T15:58:02.494Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20230318114931-csar.csar
2023-03-18T15:58:02.494Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2023-03-18T15:58:02.494Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|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-Vfw20230318114931-csar.csar
2023-03-18T15:58:02.494Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|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-Vfw20230318114931-csar.csar
2023-03-18T15:58:02.494Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|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-Vfw20230318114931-csar.csar
2023-03-18T15:58:02.494Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|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-Vfw20230318114931-csar.csar
2023-03-18T15:58:02.494Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|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-Vfw20230318114931-csar.csar
2023-03-18T15:58:02.494Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|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-Vfw20230318114931-csar.csar
2023-03-18T15:58:02.494Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|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-Vfw20230318114931-csar.csar
2023-03-18T15:58:02.494Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|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-Vfw20230318114931-csar.csar
2023-03-18T15:58:02.495Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|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-Vfw20230318114931-csar.csar
2023-03-18T15:58:02.495Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|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-Vfw20230318114931-csar.csar
2023-03-18T15:58:02.495Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW c11b0f1b-4505 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-Vfw20230318114931-csar.csar
2023-03-18T15:58:02.495Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-2|||||WARN|500||####################################################################################################
2023-03-18T15:58:02.495Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T15:58:02.495Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-03-18 11-49-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T15:58:02.495Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-2|||||DEBUG|500||Node template vFW c11b0f1b-4505 0 is matching search criteria
2023-03-18T15:58:02.495Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2023-03-18T15:58:02.495Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW c11b0f1b-4505 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-18T15:58:02.495Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T15:58:02.496Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-03-18 11-49-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T15:58:02.496Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-2|||||DEBUG|500||Node template vFW c11b0f1b-4505 0 is matching search criteria
2023-03-18T15:58:02.496Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2023-03-18T15:58:02.496Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW c11b0f1b-4505 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-18T15:58:02.496Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T15:58:02.496Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-03-18 11-49-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T15:58:02.496Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T15:58:02.496Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-2|||||DEBUG|500||Node template vFW c11b0f1b-4505 0 is not matching search criteria
2023-03-18T15:58:02.496Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-18T15:58:02.496Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-18T15:58:02.496Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-18T15:58:02.496Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-18T15:58:02.496Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-18T15:58:02.497Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-18T15:58:02.497Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-18T15:58:02.497Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-18T15:58:02.497Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-18T15:58:02.497Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-18T15:58:02.497Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-18T15:58:02.497Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-18T15:58:02.497Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-18T15:58:02.497Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-18T15:58:02.497Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-18T15:58:02.497Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-03-18T15:58:02.497Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T15:58:02.497Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-03-18 11-49-31 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-03-18T15:58:02.498Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T15:58:02.498Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-2|||||DEBUG|500||Node template vFW c11b0f1b-4505 0 is matching search criteria
2023-03-18T15:58:02.498Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW c11b0f1b-4505 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-18T15:58:02.498Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T15:58:02.498Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-2|||||DEBUG|500||Node template vFW c11b0f1b-4505 0 is matching search criteria
2023-03-18T15:58:02.498Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW c11b0f1b-4505 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-18T15:58:02.498Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T15:58:02.498Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-2|||||DEBUG|500||Node template vFW c11b0f1b-4505 0 is matching search criteria
2023-03-18T15:58:02.498Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW c11b0f1b-4505 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-18T15:58:02.498Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T15:58:02.498Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-2|||||DEBUG|500||Node template vFW c11b0f1b-4505 0 is not matching search criteria
2023-03-18T15:58:02.498Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-18T15:58:02.499Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-03-18T15:58:02.499Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-18T15:58:02.499Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-18T15:58:02.499Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-18T15:58:02.499Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-18T15:58:02.499Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-18T15:58:02.499Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-18T15:58:02.499Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-18T15:58:02.499Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-18T15:58:02.499Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-18T15:58:02.499Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=93a1b299-440a-4b46-b809-896a244a8c3e
2023-03-18T15:58:02.499Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T15:58:02.499Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-2|||||DEBUG|500||Node template vFW c11b0f1b-4505 0 is not matching search criteria
2023-03-18T15:58:02.499Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-18T15:58:02.499Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-18T15:58:02.500Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-18T15:58:02.500Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-18T15:58:02.500Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-18T15:58:02.500Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-18T15:58:02.500Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-18T15:58:02.500Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-03-18T15:58:02.500Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-18T15:58:02.500Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-18T15:58:02.500Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-18T15:58:02.500Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-18T15:58:02.500Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=f46f0c4d-868d-4d5b-9783-ea8cf0f2cc90
2023-03-18T15:58:02.500Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T15:58:02.500Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-2|||||DEBUG|500||Node template vFW c11b0f1b-4505 0 is not matching search criteria
2023-03-18T15:58:02.500Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-18T15:58:02.501Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-18T15:58:02.501Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-18T15:58:02.501Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-18T15:58:02.501Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-18T15:58:02.501Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-18T15:58:02.501Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-18T15:58:02.501Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-18T15:58:02.501Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-18T15:58:02.501Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-18T15:58:02.501Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-18T15:58:02.501Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-03-18T15:58:02.501Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=5079a023-f40e-49e5-9a39-abc7b36fa226
2023-03-18T15:58:02.501Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T15:58:02.501Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-03-18 11-49-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T15:58:02.501Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T15:58:02.502Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-03-18 11-49-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T15:58:02.502Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T15:58:02.502Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-03-18 11-49-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T15:58:02.502Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T15:58:02.502Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-03-18 11-49-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T15:58:02.502Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-2|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2023-03-18 11-49-31
Description:catalog service description
Model UUID:6d984351-d1ca-40a4-aad4-cb46662a587a
Model Version:NULL
Model InvariantUuid:cf32c985-ce6d-438e-ae22-e6fd004665b3
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW c11b0f1b-4505
Model UUID:ebdaa0dd-57e1-4fdd-a831-8135ea117a46
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:26f1c4e0-d5d2-4519-a829-ba04da79dfd3
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:19f5eed0-33a8-4dbf-839a-f2ac2d3b058b
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:6ebe4145-67c2-45e6-9597-53226a0916bd
ModelName:VfwC11b0f1b4505..base_vfw..module-0
ModelUuid:0261834d-3be1-4860-8b24-040e2c80aecd
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:93a1b299-440a-4b46-b809-896a244a8c3e
ModelInvariantUuid:8ec395e7-2102-4d02-844f-c114ac1a4203
ModelName:vFW c11b0f1b-4505-nodes.vfwCvfc
ModelUuid:504b1f13-9ac9-4e16-910b-43ab4acacb0f
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:99287d62-b33c-413e-89ec-87108c575104
ModelInvariantUuid:47f32f44-cd17-4eef-9e16-abcb011ab104
ModelName:VfwC11b0f1b4505.compute.nodes.heat.vfw
ModelUuid:2a6b0c3b-4ab1-49cd-8a96-f1f0feba73a0
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:f46f0c4d-868d-4d5b-9783-ea8cf0f2cc90
ModelInvariantUuid:d8e52c29-a773-431c-95b4-d1f0431b5e9e
ModelName:vFW c11b0f1b-4505-nodes.vsnCvfc
ModelUuid:e2d70f6d-c1ff-493f-99ab-25fea72fcdcc
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:113d5ed4-4ad4-49a7-94a3-7a01856b2205
ModelInvariantUuid:39b9a204-ad6c-4bfc-8b8d-763592e31d47
ModelName:VfwC11b0f1b4505.compute.nodes.heat.vsn
ModelUuid:fb5c808e-fe4a-477f-9cbd-5ab7141bbabe
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:5079a023-f40e-49e5-9a39-abc7b36fa226
ModelInvariantUuid:457dc8a1-b2ed-4d6f-963b-32e7f710a988
ModelName:vFW c11b0f1b-4505-nodes.vpgCvfc
ModelUuid:b289eee2-d7be-43f7-a6eb-232cf9ffa6c4
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:b5a732bf-796a-41d5-8db9-e0467a3c1b4a
ModelInvariantUuid:6626a445-05ec-4eb4-b903-06723caa1195
ModelName:VfwC11b0f1b4505.compute.nodes.heat.vpg
ModelUuid:f6a4ab06-9982-4e1b-be30-d56572ed840e
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=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-03-18T15:58:02.530Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-2|||||ERROR|500||Csar with UUID: 2a8efcaf-0813-4b52-901f-136ba065c343 already exists
2023-03-18T15:58:02.530Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar ASDC sendASDCNotification
2023-03-18T15:58:02.530Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar(Csar with UUID: 2a8efcaf-0813-4b52-901f-136ba065c343 already exists)
2023-03-18T15:58:02.530Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-18T15:58:02.531Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:58:02.531Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:58:02.531Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679155082530,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 2a8efcaf-0813-4b52-901f-136ba065c343 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:58:03.531Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar ASDC sendASDCNotification
2023-03-18T15:58:03.532Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar(Resource with UUID: c7374fd6-6727-4426-9587-40812bc7c663 already exists)
2023-03-18T15:58:03.532Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-18T15:58:03.532Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:58:03.532Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:58:03.533Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679155083531,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: c7374fd6-6727-4426-9587-40812bc7c663 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:58:04.533Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9f6cbd74-5561-4ebf-ae29-ef09adcdb35a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T15:58:04.549Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9f6cbd74-5561-4ebf-ae29-ef09adcdb35a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T15:58:04.555Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-18T15:58:04.555Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-18T15:58:04.555Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-18T15:58:04.555Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-18T15:58:04.555Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T15:58:04.555Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T15:58:04.556Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T15:58:04.556Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T15:58:04.556Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T15:58:04.556Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|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=?
2023-03-18T15:58:04.565Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-18T15:58:34.565Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 9f6cbd74-5561-4ebf-ae29-ef09adcdb35a and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-18T15:58:34.570Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 9f6cbd74-5561-4ebf-ae29-ef09adcdb35a and serviceModelVersionId: 6d984351-d1ca-40a4-aad4-cb46662a587a
2023-03-18T15:58:34.570Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : cf32c985-ce6d-438e-ae22-e6fd004665b3
2023-03-18T15:58:34.571Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/cf32c985-ce6d-438e-ae22-e6fd004665b3/model-vers/model-ver/6d984351-d1ca-40a4-aad4-cb46662a587a?depth=0
2023-03-18T15:58:34.575Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2023-03-18T15:58:34.586Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cf32c985-ce6d-438e-ae22-e6fd004665b3/model-vers/model-ver/6d984351-d1ca-40a4-aad4-cb46662a587a?depth=0|INFO|500||Invoke
2023-03-18T15:58:34.586Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cf32c985-ce6d-438e-ae22-e6fd004665b3/model-vers/model-ver/6d984351-d1ca-40a4-aad4-cb46662a587a?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cf32c985-ce6d-438e-ae22-e6fd004665b3/model-vers/model-ver/6d984351-d1ca-40a4-aad4-cb46662a587a?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[9f6cbd74-5561-4ebf-ae29-ef09adcdb35a], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[a32f7ea8-e45c-4dbc-88ab-1002de64ad34], X-ECOMP-RequestID=[9f6cbd74-5561-4ebf-ae29-ef09adcdb35a], X-TransactionId=[], X-ONAP-RequestID=[9f6cbd74-5561-4ebf-ae29-ef09adcdb35a], Content-Type=[application/merge-patch+json]}
2023-03-18T15:58:34.594Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cf32c985-ce6d-438e-ae22-e6fd004665b3/model-vers/model-ver/6d984351-d1ca-40a4-aad4-cb46662a587a?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-18T15:58:34.707Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cf32c985-ce6d-438e-ae22-e6fd004665b3/model-vers/model-ver/6d984351-d1ca-40a4-aad4-cb46662a587a?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/cf32c985-ce6d-438e-ae22-e6fd004665b3/model-vers/model-ver/6d984351-d1ca-40a4-aad4-cb46662a587a?depth=0 has http status code:200 and response headers:{date=[Sat, 18 Mar 2023 15:58:34 GMT], content-length=[0], vertex-id=[364760], x-aai-txid=[2-aai-resources-230318-15:58:34:296-58649], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-18T15:58:34.708Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cf32c985-ce6d-438e-ae22-e6fd004665b3/model-vers/model-ver/6d984351-d1ca-40a4-aad4-cb46662a587a?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-18T15:58:34.708Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cf32c985-ce6d-438e-ae22-e6fd004665b3/model-vers/model-ver/6d984351-d1ca-40a4-aad4-cb46662a587a?depth=0|INFO|500||InvokeReturn
2023-03-18T15:58:34.709Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-18T15:58:34.709Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|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=?
2023-03-18T15:58:34.713Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|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:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-18T15:58:34.713Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 9f6cbd74-5561-4ebf-ae29-ef09adcdb35a and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-18T15:58:34.714Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-18T15:58:34.714Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:58:34.714Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:58:34.714Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679155114713,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-18T15:58:35.730Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-18T15:58:35.730Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-2|||||DEBUG|500||received notification from broker: {"distributionID":"74149d2a-f284-47d2-b2fa-4e2fc7be8f3e","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"942654ba-46c2-4f05-ae3d-6460a7c9e9a7","serviceDescription":"service","serviceInvariantUUID":"ccdda148-11a2-4587-8a73-4287349e801a","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"9290846e-2e09-452f-a45d-c33314796f1f","resourceInvariantUUID":"df78bcaa-4726-47cb-aa3f-3d44f5870fc0","resourceCustomizationUUID":"014700c6-fb42-406a-8786-743311c39dea","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":"YzAxYzRjZjI5ZDYxYzM3NGE1ZWQzMDUyNDdmNzFlYjI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"0c62aeb4-b847-4e92-887d-05928e34bd2a","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"MjQwMDY3MzNlZjViMGM0YmQ4Mzg2OTA4MTFiM2YxYTQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"01ded22f-bc0d-42c0-9fad-2915e46c71e4","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-18T15:58:35.731Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T15:58:35.731Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:58:35.731Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:58:35.731Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "74149d2a-f284-47d2-b2fa-4e2fc7be8f3e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679154690350,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:58:36.732Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T15:58:36.732Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:58:36.732Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:58:36.733Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "74149d2a-f284-47d2-b2fa-4e2fc7be8f3e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679154690350,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:58:37.733Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "74149d2a-f284-47d2-b2fa-4e2fc7be8f3e",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "942654ba-46c2-4f05-ae3d-6460a7c9e9a7",
  "serviceDescription": "service",
  "serviceInvariantUUID": "ccdda148-11a2-4587-8a73-4287349e801a",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "014700c6-fb42-406a-8786-743311c39dea",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "9290846e-2e09-452f-a45d-c33314796f1f",
      "resourceInvariantUUID": "df78bcaa-4726-47cb-aa3f-3d44f5870fc0",
      "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": "MjQwMDY3MzNlZjViMGM0YmQ4Mzg2OTA4MTFiM2YxYTQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "01ded22f-bc0d-42c0-9fad-2915e46c71e4"
    }
  ],
  "workloadContext": "Production"
}
2023-03-18T15:58:37.734Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-18T15:58:37.734Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 942654ba-46c2-4f05-ae3d-6460a7c9e9a7 ASDC
2023-03-18T15:58:37.735Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:74149d2a-f284-47d2-b2fa-4e2fc7be8f3e
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:942654ba-46c2-4f05-ae3d-6460a7c9e9a7
ServiceInvariantUUID:ccdda148-11a2-4587-8a73-4287349e801a
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:01ded22f-bc0d-42c0-9fad-2915e46c71e4
ArtifactChecksum:MjQwMDY3MzNlZjViMGM0YmQ4Mzg2OTA4MTFiM2YxYTQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:014700c6-fb42-406a-8786-743311c39dea
ResourceInvariantUUID:df78bcaa-4726-47cb-aa3f-3d44f5870fc0
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:9290846e-2e09-452f-a45d-c33314796f1f
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2023-03-18T15:58:37.735Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 942654ba-46c2-4f05-ae3d-6460a7c9e9a7 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: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-18T15:58:37.760Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-18T15:58:37.761Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-18T15:58:37.761Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-18T15:58:37.761Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 01ded22f-bc0d-42c0-9fad-2915e46c71e4 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-03-18T15:58:37.761Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-2|||||INFO|500||DistributionClient - download
2023-03-18T15:58:37.761Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-2|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-03-18T15:58:37.785Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-2|||||DEBUG|500||GET Response Status 404
2023-03-18T15:58:37.785Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-2|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@599eace
2023-03-18T15:58:37.785Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-2|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-18T15:58:37.785Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-2|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicNetwork"
      ]
    }
  }
}
2023-03-18T15:58:37.786Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-2|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicNetwork-csar.csar /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 01ded22f-bc0d-42c0-9fad-2915e46c71e4 Specified artifact is  not found 300 ASDC artifact download fail
2023-03-18T15:58:37.786Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-03-18T15:58:37.786Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar(Specified artifact is  not found)
2023-03-18T15:58:37.786Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-18T15:58:37.786Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:58:37.786Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:58:37.786Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "74149d2a-f284-47d2-b2fa-4e2fc7be8f3e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679155117786,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:58:38.787Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-2|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during processCsarServiceArtifacts ASDC processCsarServiceArtifacts 500 Exception in processCsarServiceArtifacts
org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact service-BasicNetwork-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar(UUID:01ded22f-bc0d-42c0-9fad-2915e46c71e4)
Error message is Specified artifact is  not found

	at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394)
	at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
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 watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-03-18T15:58:38.818Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-2|||||ERROR|500||Csar with UUID: 01ded22f-bc0d-42c0-9fad-2915e46c71e4 already exists
2023-03-18T15:58:38.818Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-03-18T15:58:38.819Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar(Csar with UUID: 01ded22f-bc0d-42c0-9fad-2915e46c71e4 already exists)
2023-03-18T15:58:38.819Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-18T15:58:38.819Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:58:38.819Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:58:38.819Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "74149d2a-f284-47d2-b2fa-4e2fc7be8f3e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679155118818,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 01ded22f-bc0d-42c0-9fad-2915e46c71e4 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:58:39.821Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-03-18T15:58:39.821Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar(Resource with UUID: 9290846e-2e09-452f-a45d-c33314796f1f already exists)
2023-03-18T15:58:39.821Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-18T15:58:39.822Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:58:39.822Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:58:39.822Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "74149d2a-f284-47d2-b2fa-4e2fc7be8f3e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679155119821,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 9290846e-2e09-452f-a45d-c33314796f1f already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:58:40.824Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 74149d2a-f284-47d2-b2fa-4e2fc7be8f3e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T15:58:40.835Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 74149d2a-f284-47d2-b2fa-4e2fc7be8f3e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T15:58:40.837Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-18T15:58:40.837Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-18T15:58:40.838Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-18T15:58:40.838Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-18T15:58:40.838Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T15:58:40.838Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T15:58:40.839Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T15:58:40.839Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T15:58:40.839Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T15:58:40.839Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|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=?
2023-03-18T15:58:40.845Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-18T15:58:58.919Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:58:58.932Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T15:58:58.932Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679155079954,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-18T15:58:58.933Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:58:58.933Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T15:58:58.933Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679155082530,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 2a8efcaf-0813-4b52-901f-136ba065c343 already exists"
}
2023-03-18T15:58:58.933Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:58:58.933Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T15:58:58.933Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679155083531,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230318114931/1.0/artifacts/service-Vfw20230318114931-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: c7374fd6-6727-4426-9587-40812bc7c663 already exists"
}
2023-03-18T15:58:58.933Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:58:58.934Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T15:58:58.934Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "9f6cbd74-5561-4ebf-ae29-ef09adcdb35a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679155114713,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-18T15:58:58.934Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:58:58.934Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T15:58:58.934Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "74149d2a-f284-47d2-b2fa-4e2fc7be8f3e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679154690350,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T15:58:58.934Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:58:58.934Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T15:58:58.934Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "74149d2a-f284-47d2-b2fa-4e2fc7be8f3e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679154690350,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-03-18T15:58:58.934Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:58:58.934Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T15:58:58.934Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "74149d2a-f284-47d2-b2fa-4e2fc7be8f3e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679155117786,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-18T15:58:58.934Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:58:58.934Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T15:58:58.934Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "74149d2a-f284-47d2-b2fa-4e2fc7be8f3e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679155118818,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 01ded22f-bc0d-42c0-9fad-2915e46c71e4 already exists"
}
2023-03-18T15:58:58.934Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:58:58.935Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T15:58:58.935Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "74149d2a-f284-47d2-b2fa-4e2fc7be8f3e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679155119821,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 9290846e-2e09-452f-a45d-c33314796f1f already exists"
}
2023-03-18T15:58:58.935Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:59:10.846Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 74149d2a-f284-47d2-b2fa-4e2fc7be8f3e and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-18T15:59:10.851Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 74149d2a-f284-47d2-b2fa-4e2fc7be8f3e and serviceModelVersionId: 942654ba-46c2-4f05-ae3d-6460a7c9e9a7
2023-03-18T15:59:10.851Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : ccdda148-11a2-4587-8a73-4287349e801a
2023-03-18T15:59:10.852Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/ccdda148-11a2-4587-8a73-4287349e801a/model-vers/model-ver/942654ba-46c2-4f05-ae3d-6460a7c9e9a7?depth=0
2023-03-18T15:59:10.857Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2023-03-18T15:59:10.872Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ccdda148-11a2-4587-8a73-4287349e801a/model-vers/model-ver/942654ba-46c2-4f05-ae3d-6460a7c9e9a7?depth=0|INFO|500||Invoke
2023-03-18T15:59:10.872Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ccdda148-11a2-4587-8a73-4287349e801a/model-vers/model-ver/942654ba-46c2-4f05-ae3d-6460a7c9e9a7?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ccdda148-11a2-4587-8a73-4287349e801a/model-vers/model-ver/942654ba-46c2-4f05-ae3d-6460a7c9e9a7?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[74149d2a-f284-47d2-b2fa-4e2fc7be8f3e], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[83272507-92eb-40e3-a730-fb966ebcb5d2], X-ECOMP-RequestID=[74149d2a-f284-47d2-b2fa-4e2fc7be8f3e], X-TransactionId=[], X-ONAP-RequestID=[74149d2a-f284-47d2-b2fa-4e2fc7be8f3e], Content-Type=[application/merge-patch+json]}
2023-03-18T15:59:10.879Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ccdda148-11a2-4587-8a73-4287349e801a/model-vers/model-ver/942654ba-46c2-4f05-ae3d-6460a7c9e9a7?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-18T15:59:10.993Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ccdda148-11a2-4587-8a73-4287349e801a/model-vers/model-ver/942654ba-46c2-4f05-ae3d-6460a7c9e9a7?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/ccdda148-11a2-4587-8a73-4287349e801a/model-vers/model-ver/942654ba-46c2-4f05-ae3d-6460a7c9e9a7?depth=0 has http status code:200 and response headers:{date=[Sat, 18 Mar 2023 15:59:10 GMT], content-length=[0], vertex-id=[192760], x-aai-txid=[2-aai-resources-230318-15:59:10:580-98315], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-18T15:59:10.994Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ccdda148-11a2-4587-8a73-4287349e801a/model-vers/model-ver/942654ba-46c2-4f05-ae3d-6460a7c9e9a7?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-18T15:59:10.994Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ccdda148-11a2-4587-8a73-4287349e801a/model-vers/model-ver/942654ba-46c2-4f05-ae3d-6460a7c9e9a7?depth=0|INFO|500||InvokeReturn
2023-03-18T15:59:10.995Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-18T15:59:10.995Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|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=?
2023-03-18T15:59:11.001Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|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:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-18T15:59:11.001Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 74149d2a-f284-47d2-b2fa-4e2fc7be8f3e and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-18T15:59:11.001Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-18T15:59:11.002Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:59:11.002Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:59:11.002Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "74149d2a-f284-47d2-b2fa-4e2fc7be8f3e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679155151001,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-18T15:59:12.017Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-18T15:59:12.017Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-2|||||DEBUG|500||received notification from broker: {"distributionID":"6a074a1e-4b47-4382-9b90-afa918276d12","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"e17bf563-7a13-4701-b853-11ed8cbb93d7","serviceDescription":"service","serviceInvariantUUID":"8a45306d-3ac3-4f10-a742-9812edbe591e","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"1903c123-2be6-499b-8524-c9a33406ad4f","resourceInvariantUUID":"65a560ec-f509-40c5-b364-3c4cd0a20185","resourceCustomizationUUID":"41b30cb0-d009-4e4b-99c2-e95f691a4b2e","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":"YTFjZGVjMmU0NGZhOGFkMDlhZGI4ODkyYzk4MDRmOGE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"38ef1f0d-98ea-4e28-b00a-3091e61f54bc","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":"OWZmNjBmNzNmNGQ1ZThmYzNkMzdkODk3MzFkMDI2MDg\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"d3c6917c-1f70-48e9-9465-f259ee8cda65","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":"7aa99321-7b67-40f7-bd98-0e99d422bb2e","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":"5444e6a4-9351-40da-b837-0dd388e7cb3b","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":"cb506ca5-fd50-4406-abfc-b51858ac789a","artifactVersion":"2","generatedFromUUID":"7aa99321-7b67-40f7-bd98-0e99d422bb2e"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"ZjQyZmQxMjdjZDk5ZDY2OTQ3ZmIyZWI4MjExZGE4OGQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"204adab0-5bde-4230-9b3d-b26c0f4d57b4","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"NjI4YzVmZDFmMjYwMDhlNTZlOTY1M2NmMzExN2VkMjg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"4b6dc8ac-cbfc-43c0-9e93-2760226914ae","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-18T15:59:12.018Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T15:59:12.018Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:59:12.018Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:59:12.018Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679154690350,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:59:13.019Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T15:59:13.019Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:59:13.019Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:59:13.020Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679154690350,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:59:14.020Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T15:59:14.020Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:59:14.020Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:59:14.021Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679154690350,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:59:15.021Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T15:59:15.021Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:59:15.021Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:59:15.022Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679154690350,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:59:16.022Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T15:59:16.023Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:59:16.023Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:59:16.023Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679154690350,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:59:17.023Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T15:59:17.024Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:59:17.024Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:59:17.024Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679154690350,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:59:18.024Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T15:59:18.025Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:59:18.025Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:59:18.025Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679154690350,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:59:19.026Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "e17bf563-7a13-4701-b853-11ed8cbb93d7",
  "serviceDescription": "service",
  "serviceInvariantUUID": "8a45306d-3ac3-4f10-a742-9812edbe591e",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "41b30cb0-d009-4e4b-99c2-e95f691a4b2e",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "1903c123-2be6-499b-8524-c9a33406ad4f",
      "resourceInvariantUUID": "65a560ec-f509-40c5-b364-3c4cd0a20185",
      "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": "OWZmNjBmNzNmNGQ1ZThmYzNkMzdkODk3MzFkMDI2MDg\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "d3c6917c-1f70-48e9-9465-f259ee8cda65",
          "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": "7aa99321-7b67-40f7-bd98-0e99d422bb2e",
          "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": "cb506ca5-fd50-4406-abfc-b51858ac789a",
            "generatedFromUUID": "7aa99321-7b67-40f7-bd98-0e99d422bb2e"
          },
          "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": "cb506ca5-fd50-4406-abfc-b51858ac789a",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "NjI4YzVmZDFmMjYwMDhlNTZlOTY1M2NmMzExN2VkMjg\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "4b6dc8ac-cbfc-43c0-9e93-2760226914ae"
    }
  ],
  "workloadContext": "Production"
}
2023-03-18T15:59:19.026Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-18T15:59:19.027Z|74149d2a-f284-47d2-b2fa-4e2fc7be8f3e|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 e17bf563-7a13-4701-b853-11ed8cbb93d7 ASDC
2023-03-18T15:59:19.028Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:6a074a1e-4b47-4382-9b90-afa918276d12
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:e17bf563-7a13-4701-b853-11ed8cbb93d7
ServiceInvariantUUID:8a45306d-3ac3-4f10-a742-9812edbe591e
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:4b6dc8ac-cbfc-43c0-9e93-2760226914ae
ArtifactChecksum:NjI4YzVmZDFmMjYwMDhlNTZlOTY1M2NmMzExN2VkMjg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:41b30cb0-d009-4e4b-99c2-e95f691a4b2e
ResourceInvariantUUID:65a560ec-f509-40c5-b364-3c4cd0a20185
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:1903c123-2be6-499b-8524-c9a33406ad4f
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:d3c6917c-1f70-48e9-9465-f259ee8cda65
ArtifactChecksum:OWZmNjBmNzNmNGQ1ZThmYzNkMzdkODk3MzFkMDI2MDg=
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:7aa99321-7b67-40f7-bd98-0e99d422bb2e
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:cb506ca5-fd50-4406-abfc-b51858ac789a
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:cb506ca5-fd50-4406-abfc-b51858ac789a
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-18T15:59:19.028Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF e17bf563-7a13-4701-b853-11ed8cbb93d7 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: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-18T15:59:19.054Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-18T15:59:19.055Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-18T15:59:19.055Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-18T15:59:19.055Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 4b6dc8ac-cbfc-43c0-9e93-2760226914ae from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-03-18T15:59:19.055Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-2|||||INFO|500||DistributionClient - download
2023-03-18T15:59:19.055Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-2|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-03-18T15:59:19.091Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-2|||||DEBUG|500||GET Response Status 404
2023-03-18T15:59:19.091Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-2|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@7305053e
2023-03-18T15:59:19.091Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-2|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-18T15:59:19.091Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-2|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicVm"
      ]
    }
  }
}
2023-03-18T15:59:19.091Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-2|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicVm-csar.csar /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 4b6dc8ac-cbfc-43c0-9e93-2760226914ae Specified artifact is  not found 300 ASDC artifact download fail
2023-03-18T15:59:19.092Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-03-18T15:59:19.092Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar(Specified artifact is  not found)
2023-03-18T15:59:19.092Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-18T15:59:19.092Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:59:19.092Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:59:19.092Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679155159092,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:59:20.093Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-2|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during processCsarServiceArtifacts ASDC processCsarServiceArtifacts 500 Exception in processCsarServiceArtifacts
org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact service-BasicVm-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar(UUID:4b6dc8ac-cbfc-43c0-9e93-2760226914ae)
Error message is Specified artifact is  not found

	at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394)
	at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
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 watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-03-18T15:59:20.123Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-2|||||ERROR|500||Csar with UUID: 4b6dc8ac-cbfc-43c0-9e93-2760226914ae already exists
2023-03-18T15:59:20.123Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-03-18T15:59:20.123Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar(Csar with UUID: 4b6dc8ac-cbfc-43c0-9e93-2760226914ae already exists)
2023-03-18T15:59:20.123Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-18T15:59:20.123Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:59:20.123Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:59:20.123Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679155160123,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 4b6dc8ac-cbfc-43c0-9e93-2760226914ae already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:59:21.124Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-03-18T15:59:21.124Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar(Resource with UUID: 1903c123-2be6-499b-8524-c9a33406ad4f already exists)
2023-03-18T15:59:21.124Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-18T15:59:21.124Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:59:21.125Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:59:21.125Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679155161124,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 1903c123-2be6-499b-8524-c9a33406ad4f already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:59:22.126Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6a074a1e-4b47-4382-9b90-afa918276d12
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T15:59:22.143Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6a074a1e-4b47-4382-9b90-afa918276d12
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T15:59:22.146Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-18T15:59:22.146Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-18T15:59:22.146Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-18T15:59:22.146Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-18T15:59:22.147Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T15:59:22.147Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T15:59:22.147Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T15:59:22.147Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T15:59:22.147Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T15:59:22.148Z|6a074a1e-4b47-4382-9b90-afa918276d12|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=?
2023-03-18T15:59:22.153Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-18T15:59:52.153Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 6a074a1e-4b47-4382-9b90-afa918276d12 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-18T15:59:52.158Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 6a074a1e-4b47-4382-9b90-afa918276d12 and serviceModelVersionId: e17bf563-7a13-4701-b853-11ed8cbb93d7
2023-03-18T15:59:52.158Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 8a45306d-3ac3-4f10-a742-9812edbe591e
2023-03-18T15:59:52.159Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/8a45306d-3ac3-4f10-a742-9812edbe591e/model-vers/model-ver/e17bf563-7a13-4701-b853-11ed8cbb93d7?depth=0
2023-03-18T15:59:52.165Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2023-03-18T15:59:52.176Z|6a074a1e-4b47-4382-9b90-afa918276d12|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/8a45306d-3ac3-4f10-a742-9812edbe591e/model-vers/model-ver/e17bf563-7a13-4701-b853-11ed8cbb93d7?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-03-18T15:59:52.177Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8a45306d-3ac3-4f10-a742-9812edbe591e/model-vers/model-ver/e17bf563-7a13-4701-b853-11ed8cbb93d7?depth=0|INFO|500||Invoke
2023-03-18T15:59:52.185Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8a45306d-3ac3-4f10-a742-9812edbe591e/model-vers/model-ver/e17bf563-7a13-4701-b853-11ed8cbb93d7?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-18T15:59:52.308Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8a45306d-3ac3-4f10-a742-9812edbe591e/model-vers/model-ver/e17bf563-7a13-4701-b853-11ed8cbb93d7?depth=0|INFO|500||InvokeReturn
2023-03-18T15:59:52.309Z|6a074a1e-4b47-4382-9b90-afa918276d12|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/8a45306d-3ac3-4f10-a742-9812edbe591e/model-vers/model-ver/e17bf563-7a13-4701-b853-11ed8cbb93d7?depth=0 has http status code:200 and response headers:{date=[Sat, 18 Mar 2023 15:59:51 GMT], content-length=[0], vertex-id=[188464], x-aai-txid=[2-aai-resources-230318-15:59:51:888-79429], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-18T15:59:52.309Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-2|||||DEBUG|500||Response was returned with an empty entity.
2023-03-18T15:59:52.310Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-18T15:59:52.310Z|6a074a1e-4b47-4382-9b90-afa918276d12|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=?
2023-03-18T15:59:52.318Z|6a074a1e-4b47-4382-9b90-afa918276d12|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:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-18T15:59:52.318Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 6a074a1e-4b47-4382-9b90-afa918276d12 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-18T15:59:52.319Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-18T15:59:52.319Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:59:52.319Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:59:52.319Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679155192319,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-18T15:59:53.336Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-18T15:59:53.337Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-2|||||DEBUG|500||received notification from broker: {"distributionID":"5e005e65-61df-4986-a087-00761a388674","serviceName":"Demo_pNF_Qv5TXucXv4n7mssXUGFK","serviceVersion":"1.0","serviceUUID":"73f959ea-1a0e-41cf-b2da-40f07fd6a9c2","serviceDescription":"catalog service description","serviceInvariantUUID":"86b31417-cd30-434e-93e4-34d81e182271","resources":[{"resourceInstanceName":"pNF 8ecb3a29-1699 0","resourceName":"pNF 8ecb3a29-1699","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"79d852b9-56e5-416f-9d37-4483b88de628","resourceInvariantUUID":"c45c5ef7-20e5-4b81-8392-6fbf8a0a1b25","resourceCustomizationUUID":"3e0c811d-9b69-4eb9-9e2f-6a46c31c8df1","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/resourceInstances/pnf8ecb3a2916990/artifacts/vf-license-model.xml","artifactChecksum":"ZjYwMDAwM2MyYWM5MThmNDNmMGIxMzExNzJmYzM1YzQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"fe22c4be-1d3d-49d6-aaf8-5fb691f2c5bb","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/resourceInstances/pnf8ecb3a2916990/artifacts/pNF.csar","artifactChecksum":"YTFmMWQ3MzViYWZhMGQ1ZThlNzU3Y2I3ZGNlYWU4YjA\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"aee06125-71e1-4665-8ce8-8f87625d3137","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/resourceInstances/pnf8ecb3a2916990/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"d0d177b6-7fdc-4b24-a378-3361c335ea57","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/resourceInstances/pnf8ecb3a2916990/artifacts/vendor-license-model.xml","artifactChecksum":"NmIzN2Y3YWJiZDEyYzZiMDEyNjdiMzJhNGM5MzQ1OGI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"b3fc6aeb-2efb-45ec-a7fe-d71b1477f76e","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/resourceInstances/pnf8ecb3a2916990/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"e7ba57a9-59ef-4efe-90bb-fffece281605","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/resourceInstances/pnf8ecb3a2916990/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"cc689d97-ea39-40b8-b7d1-5326d5b71836","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfQv5txucxv4n7mssxugfk-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-template.yml","artifactChecksum":"ZTJjZGFlZDI3YjNkYzI4ZWNlMWMyNmM5NGMwOGRiNmY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"036d837c-a9b5-4c6b-9026-ef8b033600cc","artifactVersion":"1"},{"artifactName":"service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar","artifactChecksum":"NmIzYzkyYzFlZjM3YjA3YjIzODQ5MzIxZjA4ODdmYTg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"a93044a0-e137-47cf-b45c-87a4ec92508e","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-18T15:59:53.337Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T15:59:53.337Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:59:53.337Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:59:53.337Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679154690350,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/resourceInstances/pnf8ecb3a2916990/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:59:54.338Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T15:59:54.338Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:59:54.338Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:59:54.338Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679154690350,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/resourceInstances/pnf8ecb3a2916990/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:59:55.339Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T15:59:55.339Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:59:55.340Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:59:55.340Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679154690350,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/resourceInstances/pnf8ecb3a2916990/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:59:56.340Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T15:59:56.341Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:59:56.341Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:59:56.341Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679154690350,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/resourceInstances/pnf8ecb3a2916990/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:59:57.342Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T15:59:57.342Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:59:57.342Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:59:57.343Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679154690350,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/resourceInstances/pnf8ecb3a2916990/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:59:58.343Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T15:59:58.343Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:59:58.344Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:59:58.344Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679154690350,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/resourceInstances/pnf8ecb3a2916990/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:59:58.921Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T15:59:58.925Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T15:59:58.925Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "74149d2a-f284-47d2-b2fa-4e2fc7be8f3e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679155151001,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-18T15:59:58.925Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:59:58.925Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T15:59:58.925Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679154690350,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T15:59:58.925Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:59:58.925Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T15:59:58.925Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679154690350,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2023-03-18T15:59:58.925Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:59:58.925Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T15:59:58.925Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679154690350,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-03-18T15:59:58.925Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:59:58.925Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T15:59:58.925Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679154690350,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T15:59:58.926Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:59:58.926Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T15:59:58.926Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679154690350,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-03-18T15:59:58.926Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:59:58.926Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T15:59:58.926Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679154690350,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T15:59:58.926Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:59:58.926Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T15:59:58.926Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679154690350,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-03-18T15:59:58.926Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:59:58.926Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T15:59:58.926Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679155159092,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-18T15:59:58.926Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:59:58.926Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T15:59:58.926Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679155160123,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 4b6dc8ac-cbfc-43c0-9e93-2760226914ae already exists"
}
2023-03-18T15:59:58.926Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:59:58.926Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T15:59:58.926Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679155161124,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 1903c123-2be6-499b-8524-c9a33406ad4f already exists"
}
2023-03-18T15:59:58.926Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:59:58.927Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T15:59:58.927Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "6a074a1e-4b47-4382-9b90-afa918276d12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679155192319,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-18T15:59:58.927Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:59:58.927Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T15:59:58.927Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679154690350,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/resourceInstances/pnf8ecb3a2916990/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T15:59:58.927Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:59:58.927Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T15:59:58.927Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679154690350,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/resourceInstances/pnf8ecb3a2916990/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-18T15:59:58.927Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:59:58.927Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T15:59:58.927Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679154690350,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/resourceInstances/pnf8ecb3a2916990/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-18T15:59:58.927Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:59:58.927Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T15:59:58.927Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679154690350,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/resourceInstances/pnf8ecb3a2916990/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T15:59:58.927Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:59:58.927Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T15:59:58.928Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679154690350,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/resourceInstances/pnf8ecb3a2916990/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T15:59:58.928Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:59:58.928Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T15:59:58.928Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679154690350,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/resourceInstances/pnf8ecb3a2916990/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T15:59:58.928Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T15:59:59.345Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T15:59:59.345Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-18T15:59:59.346Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T15:59:59.346Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679154690350,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T16:00:00.347Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T16:00:00.348Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-18T16:00:00.348Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T16:00:00.348Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679154690350,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T16:00:01.349Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "serviceName": "Demo_pNF_Qv5TXucXv4n7mssXUGFK",
  "serviceVersion": "1.0",
  "serviceUUID": "73f959ea-1a0e-41cf-b2da-40f07fd6a9c2",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "86b31417-cd30-434e-93e4-34d81e182271",
  "resources": [
    {
      "resourceInstanceName": "pNF 8ecb3a29-1699 0",
      "resourceCustomizationUUID": "3e0c811d-9b69-4eb9-9e2f-6a46c31c8df1",
      "resourceName": "pNF 8ecb3a29-1699",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "79d852b9-56e5-416f-9d37-4483b88de628",
      "resourceInvariantUUID": "c45c5ef7-20e5-4b81-8392-6fbf8a0a1b25",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar",
      "artifactChecksum": "NmIzYzkyYzFlZjM3YjA3YjIzODQ5MzIxZjA4ODdmYTg\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "a93044a0-e137-47cf-b45c-87a4ec92508e"
    }
  ],
  "workloadContext": "Production"
}
2023-03-18T16:00:01.350Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-18T16:00:01.350Z|6a074a1e-4b47-4382-9b90-afa918276d12|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 73f959ea-1a0e-41cf-b2da-40f07fd6a9c2 ASDC
2023-03-18T16:00:01.350Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:5e005e65-61df-4986-a087-00761a388674
ServiceName:Demo_pNF_Qv5TXucXv4n7mssXUGFK
ServiceVersion:1.0
ServiceUUID:73f959ea-1a0e-41cf-b2da-40f07fd6a9c2
ServiceInvariantUUID:86b31417-cd30-434e-93e4-34d81e182271
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar
ArtifactUUID:a93044a0-e137-47cf-b45c-87a4ec92508e
ArtifactChecksum:NmIzYzkyYzFlZjM3YjA3YjIzODQ5MzIxZjA4ODdmYTg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 8ecb3a29-1699 0
ResourceCustomizationUUID:3e0c811d-9b69-4eb9-9e2f-6a46c31c8df1
ResourceInvariantUUID:c45c5ef7-20e5-4b81-8392-6fbf8a0a1b25
ResourceName:pNF 8ecb3a29-1699
ResourceType:PNF
ResourceUUID:79d852b9-56e5-416f-9d37-4483b88de628
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-18T16:00:01.351Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 73f959ea-1a0e-41cf-b2da-40f07fd6a9c2 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: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-18T16:00:01.376Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-18T16:00:01.377Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-18T16:00:01.377Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-18T16:00:01.377Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: a93044a0-e137-47cf-b45c-87a4ec92508e from URL: /sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar
2023-03-18T16:00:01.377Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-2|||||INFO|500||DistributionClient - download
2023-03-18T16:00:01.378Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-2|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar
2023-03-18T16:00:01.610Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2023-03-18T16:00:01.615Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar a93044a0-e137-47cf-b45c-87a4ec92508e 88004
2023-03-18T16:00:01.616Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar ASDC sendASDCNotification
2023-03-18T16:00:01.616Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar
2023-03-18T16:00:01.616Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-18T16:00:01.617Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-18T16:00:01.617Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T16:00:01.617Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679155201616,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T16:00:02.617Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-18T16:00:02.618Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-18T16:00:02.619Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: a93044a0-e137-47cf-b45c-87a4ec92508e, URL: /sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar to file: /app/ASDC/1/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar
2023-03-18T16:00:02.629Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar
2023-03-18T16:00:02.629Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar
2023-03-18T16:00:02.629Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar
2023-03-18T16:00:02.715Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14680705177572870593/Definitions/service-DemoPnfQv5txucxv4n7mssxugfk-template.yml
2023-03-18T16:00:03.243Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-18T16:00:03.243Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-2|||||WARN|500||####################################################################################################
2023-03-18T16:00:03.243Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar
2023-03-18T16:00:03.243Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-18T16:00:03.243Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-2|||||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-DemoPnfQv5txucxv4n7mssxugfk-csar.csar
2023-03-18T16:00:03.243Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar
2023-03-18T16:00:03.243Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-2|||||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-DemoPnfQv5txucxv4n7mssxugfk-csar.csar
2023-03-18T16:00:03.243Z|5e005e65-61df-4986-a087-00761a388674|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-DemoPnfQv5txucxv4n7mssxugfk-csar.csar
2023-03-18T16:00:03.243Z|5e005e65-61df-4986-a087-00761a388674|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-DemoPnfQv5txucxv4n7mssxugfk-csar.csar
2023-03-18T16:00:03.243Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 8ecb3a29-1699 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-DemoPnfQv5txucxv4n7mssxugfk-csar.csar
2023-03-18T16:00:03.243Z|5e005e65-61df-4986-a087-00761a388674|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-DemoPnfQv5txucxv4n7mssxugfk-csar.csar
2023-03-18T16:00:03.243Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-2|||||WARN|500||####################################################################################################
2023-03-18T16:00:03.243Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T16:00:03.244Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_Qv5TXucXv4n7mssXUGFK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T16:00:03.244Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-2|||||DEBUG|500||Node template pNF 8ecb3a29-1699 0 is matching search criteria
2023-03-18T16:00:03.244Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2023-03-18T16:00:03.244Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-2|||||DEBUG|500||Found topology templates [pNF 8ecb3a29-1699 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-18T16:00:03.244Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T16:00:03.244Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_Qv5TXucXv4n7mssXUGFK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T16:00:03.244Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-2|||||DEBUG|500||Node template pNF 8ecb3a29-1699 0 is matching search criteria
2023-03-18T16:00:03.244Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2023-03-18T16:00:03.244Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-2|||||DEBUG|500||Found topology templates [pNF 8ecb3a29-1699 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-18T16:00:03.244Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T16:00:03.244Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_Qv5TXucXv4n7mssXUGFK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T16:00:03.244Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T16:00:03.244Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_Qv5TXucXv4n7mssXUGFK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T16:00:03.244Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T16:00:03.244Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_Qv5TXucXv4n7mssXUGFK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T16:00:03.244Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T16:00:03.244Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_Qv5TXucXv4n7mssXUGFK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T16:00:03.245Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T16:00:03.245Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_Qv5TXucXv4n7mssXUGFK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T16:00:03.245Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-2|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_Qv5TXucXv4n7mssXUGFK
Description:catalog service description
Model UUID:73f959ea-1a0e-41cf-b2da-40f07fd6a9c2
Model Version:NULL
Model InvariantUuid:86b31417-cd30-434e-93e4-34d81e182271
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=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-03-18T16:00:03.276Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-2|||||ERROR|500||Csar with UUID: a93044a0-e137-47cf-b45c-87a4ec92508e already exists
2023-03-18T16:00:03.276Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar ASDC sendASDCNotification
2023-03-18T16:00:03.276Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar(Csar with UUID: a93044a0-e137-47cf-b45c-87a4ec92508e already exists)
2023-03-18T16:00:03.276Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-18T16:00:03.276Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-18T16:00:03.276Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T16:00:03.276Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679155203276,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: a93044a0-e137-47cf-b45c-87a4ec92508e already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T16:00:04.277Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar ASDC sendASDCNotification
2023-03-18T16:00:04.277Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar(Resource with UUID: 79d852b9-56e5-416f-9d37-4483b88de628 already exists)
2023-03-18T16:00:04.277Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-18T16:00:04.278Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-18T16:00:04.278Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T16:00:04.278Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679155204277,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 79d852b9-56e5-416f-9d37-4483b88de628 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T16:00:05.279Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5e005e65-61df-4986-a087-00761a388674
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T16:00:05.292Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5e005e65-61df-4986-a087-00761a388674
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T16:00:05.295Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-18T16:00:05.295Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-18T16:00:05.295Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-18T16:00:05.295Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-18T16:00:05.295Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T16:00:05.295Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T16:00:05.295Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T16:00:05.295Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T16:00:05.295Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T16:00:05.296Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T16:00:05.296Z|5e005e65-61df-4986-a087-00761a388674|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=?
2023-03-18T16:00:05.303Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-18T16:00:35.303Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 5e005e65-61df-4986-a087-00761a388674 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-18T16:00:35.310Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 5e005e65-61df-4986-a087-00761a388674 and serviceModelVersionId: 73f959ea-1a0e-41cf-b2da-40f07fd6a9c2
2023-03-18T16:00:35.310Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 86b31417-cd30-434e-93e4-34d81e182271
2023-03-18T16:00:35.310Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/86b31417-cd30-434e-93e4-34d81e182271/model-vers/model-ver/73f959ea-1a0e-41cf-b2da-40f07fd6a9c2?depth=0
2023-03-18T16:00:35.316Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2023-03-18T16:00:35.326Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/86b31417-cd30-434e-93e4-34d81e182271/model-vers/model-ver/73f959ea-1a0e-41cf-b2da-40f07fd6a9c2?depth=0|INFO|500||Invoke
2023-03-18T16:00:35.326Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/86b31417-cd30-434e-93e4-34d81e182271/model-vers/model-ver/73f959ea-1a0e-41cf-b2da-40f07fd6a9c2?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/86b31417-cd30-434e-93e4-34d81e182271/model-vers/model-ver/73f959ea-1a0e-41cf-b2da-40f07fd6a9c2?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[5e005e65-61df-4986-a087-00761a388674], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[a9915485-812e-4a38-8925-7f4e7d6a6904], X-ECOMP-RequestID=[5e005e65-61df-4986-a087-00761a388674], X-TransactionId=[], X-ONAP-RequestID=[5e005e65-61df-4986-a087-00761a388674], Content-Type=[application/merge-patch+json]}
2023-03-18T16:00:35.335Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/86b31417-cd30-434e-93e4-34d81e182271/model-vers/model-ver/73f959ea-1a0e-41cf-b2da-40f07fd6a9c2?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-18T16:00:35.458Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/86b31417-cd30-434e-93e4-34d81e182271/model-vers/model-ver/73f959ea-1a0e-41cf-b2da-40f07fd6a9c2?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/86b31417-cd30-434e-93e4-34d81e182271/model-vers/model-ver/73f959ea-1a0e-41cf-b2da-40f07fd6a9c2?depth=0 has http status code:200 and response headers:{date=[Sat, 18 Mar 2023 16:00:35 GMT], content-length=[0], vertex-id=[204904], x-aai-txid=[1-aai-resources-230318-16:00:35:037-9238], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-18T16:00:35.459Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/86b31417-cd30-434e-93e4-34d81e182271/model-vers/model-ver/73f959ea-1a0e-41cf-b2da-40f07fd6a9c2?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-18T16:00:35.459Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/86b31417-cd30-434e-93e4-34d81e182271/model-vers/model-ver/73f959ea-1a0e-41cf-b2da-40f07fd6a9c2?depth=0|INFO|500||InvokeReturn
2023-03-18T16:00:35.459Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-18T16:00:35.459Z|5e005e65-61df-4986-a087-00761a388674|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=?
2023-03-18T16:00:35.463Z|5e005e65-61df-4986-a087-00761a388674|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:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-18T16:00:35.463Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 5e005e65-61df-4986-a087-00761a388674 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-18T16:00:35.463Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-18T16:00:35.464Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-18T16:00:35.464Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T16:00:35.464Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679155235463,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-18T16:00:36.479Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-18T16:00:36.479Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-2|||||DEBUG|500||received notification from broker: {"distributionID":"b26959c2-c6ca-4cf7-9cdd-576be04a9c92","serviceName":"Demo_pNF_M5QKMfmDLPuLyaz8OWr9","serviceVersion":"1.0","serviceUUID":"c315cbb3-fd53-45ce-8b0b-ad3e84c78918","serviceDescription":"catalog service description","serviceInvariantUUID":"a46a4505-8d20-4c38-8d99-1b181bf22700","resources":[{"resourceInstanceName":"pNF 66b89d6a-37e2 0","resourceName":"pNF 66b89d6a-37e2","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"5cb48981-5482-4843-a71a-1ebe978a5e90","resourceInvariantUUID":"067cbf90-981e-43f3-86b6-aee782d22bba","resourceCustomizationUUID":"84e6e64b-76cd-40cf-86fd-15855e6c2efb","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/resourceInstances/pnf66b89d6a37e20/artifacts/vf-license-model.xml","artifactChecksum":"NmE3OGI0M2NhMTkzNzdlZjJiNzk5YWUzOGVkODUwZTQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"7cbe96a6-d4de-40e4-9f5f-7effc4b8523d","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/resourceInstances/pnf66b89d6a37e20/artifacts/pNF.csar","artifactChecksum":"YTFmMWQ3MzViYWZhMGQ1ZThlNzU3Y2I3ZGNlYWU4YjA\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"7fd2d8fc-6c10-444b-93e4-8ebf25d579b5","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/resourceInstances/pnf66b89d6a37e20/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"62304596-99e5-46f3-868d-189f9dacc577","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/resourceInstances/pnf66b89d6a37e20/artifacts/vendor-license-model.xml","artifactChecksum":"YzhhZjQxZjBiNGEwYTBlMTMwMDYwZmQ3ZjM5OWY1MTY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"c98a30f6-a6ab-4b74-9a89-a4282ace9636","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/resourceInstances/pnf66b89d6a37e20/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"6ba69e42-ade7-45c2-a4ec-3b8f081071f9","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/resourceInstances/pnf66b89d6a37e20/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"2afae58f-afd7-42b0-ae19-62fbbccae66e","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfM5qkmfmdlpulyaz8owr9-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/artifacts/service-DemoPnfM5qkmfmdlpulyaz8owr9-template.yml","artifactChecksum":"NDU2YjRjNDEyNWEwZGVkZjBjNDY2MTJmOTFhNzRhYzk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"181d2352-caba-4b3f-999f-926eb0949ab9","artifactVersion":"1"},{"artifactName":"service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/artifacts/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar","artifactChecksum":"ZWMyYmIzM2U4YmVmYmIwYmU1ZDhjODY4NGEyYTI4NjI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"fdcf7f15-35cd-49a2-839b-26e97623a9bc","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-18T16:00:36.480Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T16:00:36.480Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-18T16:00:36.480Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T16:00:36.480Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679154690350,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/resourceInstances/pnf66b89d6a37e20/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T16:00:37.480Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T16:00:37.480Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-18T16:00:37.481Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T16:00:37.481Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679154690350,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/resourceInstances/pnf66b89d6a37e20/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T16:00:38.481Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T16:00:38.482Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-18T16:00:38.482Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T16:00:38.482Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679154690350,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/resourceInstances/pnf66b89d6a37e20/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T16:00:39.482Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T16:00:39.483Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-18T16:00:39.483Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T16:00:39.483Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679154690350,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/resourceInstances/pnf66b89d6a37e20/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T16:00:40.484Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T16:00:40.485Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-18T16:00:40.485Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T16:00:40.485Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679154690350,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/resourceInstances/pnf66b89d6a37e20/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T16:00:41.485Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T16:00:41.486Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-18T16:00:41.486Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T16:00:41.486Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679154690350,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/resourceInstances/pnf66b89d6a37e20/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T16:00:42.487Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T16:00:42.487Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-18T16:00:42.487Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T16:00:42.487Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679154690350,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/artifacts/service-DemoPnfM5qkmfmdlpulyaz8owr9-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T16:00:43.488Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T16:00:43.488Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-18T16:00:43.488Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T16:00:43.488Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679154690350,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/artifacts/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T16:00:44.489Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "serviceName": "Demo_pNF_M5QKMfmDLPuLyaz8OWr9",
  "serviceVersion": "1.0",
  "serviceUUID": "c315cbb3-fd53-45ce-8b0b-ad3e84c78918",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "a46a4505-8d20-4c38-8d99-1b181bf22700",
  "resources": [
    {
      "resourceInstanceName": "pNF 66b89d6a-37e2 0",
      "resourceCustomizationUUID": "84e6e64b-76cd-40cf-86fd-15855e6c2efb",
      "resourceName": "pNF 66b89d6a-37e2",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "5cb48981-5482-4843-a71a-1ebe978a5e90",
      "resourceInvariantUUID": "067cbf90-981e-43f3-86b6-aee782d22bba",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/artifacts/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar",
      "artifactChecksum": "ZWMyYmIzM2U4YmVmYmIwYmU1ZDhjODY4NGEyYTI4NjI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "fdcf7f15-35cd-49a2-839b-26e97623a9bc"
    }
  ],
  "workloadContext": "Production"
}
2023-03-18T16:00:44.489Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-18T16:00:44.489Z|5e005e65-61df-4986-a087-00761a388674|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 c315cbb3-fd53-45ce-8b0b-ad3e84c78918 ASDC
2023-03-18T16:00:44.489Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:b26959c2-c6ca-4cf7-9cdd-576be04a9c92
ServiceName:Demo_pNF_M5QKMfmDLPuLyaz8OWr9
ServiceVersion:1.0
ServiceUUID:c315cbb3-fd53-45ce-8b0b-ad3e84c78918
ServiceInvariantUUID:a46a4505-8d20-4c38-8d99-1b181bf22700
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/artifacts/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar
ArtifactUUID:fdcf7f15-35cd-49a2-839b-26e97623a9bc
ArtifactChecksum:ZWMyYmIzM2U4YmVmYmIwYmU1ZDhjODY4NGEyYTI4NjI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 66b89d6a-37e2 0
ResourceCustomizationUUID:84e6e64b-76cd-40cf-86fd-15855e6c2efb
ResourceInvariantUUID:067cbf90-981e-43f3-86b6-aee782d22bba
ResourceName:pNF 66b89d6a-37e2
ResourceType:PNF
ResourceUUID:5cb48981-5482-4843-a71a-1ebe978a5e90
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-18T16:00:44.490Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF c315cbb3-fd53-45ce-8b0b-ad3e84c78918 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: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-18T16:00:44.515Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-18T16:00:44.515Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-18T16:00:44.515Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-18T16:00:44.515Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: fdcf7f15-35cd-49a2-839b-26e97623a9bc from URL: /sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/artifacts/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar
2023-03-18T16:00:44.515Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-2|||||INFO|500||DistributionClient - download
2023-03-18T16:00:44.516Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-2|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/artifacts/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar
2023-03-18T16:00:44.744Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2023-03-18T16:00:44.751Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/artifacts/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar fdcf7f15-35cd-49a2-839b-26e97623a9bc 88022
2023-03-18T16:00:44.752Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/artifacts/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar ASDC sendASDCNotification
2023-03-18T16:00:44.752Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/artifacts/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar
2023-03-18T16:00:44.752Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-18T16:00:44.752Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-18T16:00:44.752Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T16:00:44.752Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679155244752,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/artifacts/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T16:00:45.752Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-18T16:00:45.753Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-18T16:00:45.753Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: fdcf7f15-35cd-49a2-839b-26e97623a9bc, URL: /sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/artifacts/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar to file: /app/ASDC/1/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar
2023-03-18T16:00:45.753Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar
2023-03-18T16:00:45.753Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar
2023-03-18T16:00:45.753Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar
2023-03-18T16:00:45.812Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10790512519483491935/Definitions/service-DemoPnfM5qkmfmdlpulyaz8owr9-template.yml
2023-03-18T16:00:46.323Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-18T16:00:46.324Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-2|||||WARN|500||####################################################################################################
2023-03-18T16:00:46.324Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar
2023-03-18T16:00:46.324Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-18T16:00:46.324Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-2|||||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-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar
2023-03-18T16:00:46.324Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar
2023-03-18T16:00:46.324Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-2|||||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-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar
2023-03-18T16:00:46.324Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 66b89d6a-37e2 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-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar
2023-03-18T16:00:46.324Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|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-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar
2023-03-18T16:00:46.324Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|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-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar
2023-03-18T16:00:46.324Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|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-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar
2023-03-18T16:00:46.324Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-2|||||WARN|500||####################################################################################################
2023-03-18T16:00:46.325Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T16:00:46.325Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_M5QKMfmDLPuLyaz8OWr9 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T16:00:46.325Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-2|||||DEBUG|500||Node template pNF 66b89d6a-37e2 0 is matching search criteria
2023-03-18T16:00:46.325Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2023-03-18T16:00:46.325Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-2|||||DEBUG|500||Found topology templates [pNF 66b89d6a-37e2 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-18T16:00:46.325Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T16:00:46.325Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_M5QKMfmDLPuLyaz8OWr9 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T16:00:46.325Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-2|||||DEBUG|500||Node template pNF 66b89d6a-37e2 0 is matching search criteria
2023-03-18T16:00:46.325Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2023-03-18T16:00:46.325Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-2|||||DEBUG|500||Found topology templates [pNF 66b89d6a-37e2 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-18T16:00:46.325Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T16:00:46.325Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_M5QKMfmDLPuLyaz8OWr9 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T16:00:46.326Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T16:00:46.326Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_M5QKMfmDLPuLyaz8OWr9 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T16:00:46.326Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T16:00:46.326Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_M5QKMfmDLPuLyaz8OWr9 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T16:00:46.326Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T16:00:46.326Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_M5QKMfmDLPuLyaz8OWr9 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T16:00:46.326Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T16:00:46.326Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_M5QKMfmDLPuLyaz8OWr9 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T16:00:46.326Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-2|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_M5QKMfmDLPuLyaz8OWr9
Description:catalog service description
Model UUID:c315cbb3-fd53-45ce-8b0b-ad3e84c78918
Model Version:NULL
Model InvariantUuid:a46a4505-8d20-4c38-8d99-1b181bf22700
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=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-03-18T16:00:46.349Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-2|||||ERROR|500||Csar with UUID: fdcf7f15-35cd-49a2-839b-26e97623a9bc already exists
2023-03-18T16:00:46.349Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/artifacts/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar ASDC sendASDCNotification
2023-03-18T16:00:46.349Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/artifacts/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar(Csar with UUID: fdcf7f15-35cd-49a2-839b-26e97623a9bc already exists)
2023-03-18T16:00:46.349Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-18T16:00:46.350Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-18T16:00:46.350Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T16:00:46.350Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679155246349,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/artifacts/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: fdcf7f15-35cd-49a2-839b-26e97623a9bc already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T16:00:47.350Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/artifacts/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar ASDC sendASDCNotification
2023-03-18T16:00:47.351Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/artifacts/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar(Resource with UUID: 5cb48981-5482-4843-a71a-1ebe978a5e90 already exists)
2023-03-18T16:00:47.351Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-18T16:00:47.351Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-18T16:00:47.351Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T16:00:47.352Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679155247350,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/artifacts/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 5cb48981-5482-4843-a71a-1ebe978a5e90 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T16:00:48.352Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b26959c2-c6ca-4cf7-9cdd-576be04a9c92
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T16:00:48.366Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b26959c2-c6ca-4cf7-9cdd-576be04a9c92
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T16:00:48.367Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-18T16:00:48.368Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-18T16:00:48.368Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-18T16:00:48.368Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-18T16:00:48.368Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T16:00:48.368Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T16:00:48.368Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T16:00:48.368Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T16:00:48.368Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T16:00:48.368Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T16:00:48.368Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|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=?
2023-03-18T16:00:48.374Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-18T16:00:58.919Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T16:00:58.922Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T16:00:58.922Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679154690350,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T16:00:58.922Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T16:01:18.374Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: b26959c2-c6ca-4cf7-9cdd-576be04a9c92 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-18T16:01:18.378Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: b26959c2-c6ca-4cf7-9cdd-576be04a9c92 and serviceModelVersionId: c315cbb3-fd53-45ce-8b0b-ad3e84c78918
2023-03-18T16:01:18.379Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : a46a4505-8d20-4c38-8d99-1b181bf22700
2023-03-18T16:01:18.379Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/a46a4505-8d20-4c38-8d99-1b181bf22700/model-vers/model-ver/c315cbb3-fd53-45ce-8b0b-ad3e84c78918?depth=0
2023-03-18T16:01:18.382Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2023-03-18T16:01:18.393Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|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/a46a4505-8d20-4c38-8d99-1b181bf22700/model-vers/model-ver/c315cbb3-fd53-45ce-8b0b-ad3e84c78918?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-03-18T16:01:18.393Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a46a4505-8d20-4c38-8d99-1b181bf22700/model-vers/model-ver/c315cbb3-fd53-45ce-8b0b-ad3e84c78918?depth=0|INFO|500||Invoke
2023-03-18T16:01:18.405Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a46a4505-8d20-4c38-8d99-1b181bf22700/model-vers/model-ver/c315cbb3-fd53-45ce-8b0b-ad3e84c78918?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-18T16:01:18.538Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a46a4505-8d20-4c38-8d99-1b181bf22700/model-vers/model-ver/c315cbb3-fd53-45ce-8b0b-ad3e84c78918?depth=0|INFO|500||InvokeReturn
2023-03-18T16:01:18.539Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|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/a46a4505-8d20-4c38-8d99-1b181bf22700/model-vers/model-ver/c315cbb3-fd53-45ce-8b0b-ad3e84c78918?depth=0 has http status code:200 and response headers:{date=[Sat, 18 Mar 2023 16:01:18 GMT], content-length=[0], vertex-id=[217192], x-aai-txid=[2-aai-resources-230318-16:01:18:108-34562], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-18T16:01:18.539Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-2|||||DEBUG|500||Response was returned with an empty entity.
2023-03-18T16:01:18.539Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-18T16:01:18.539Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|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=?
2023-03-18T16:01:18.549Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|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:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-18T16:01:18.549Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID b26959c2-c6ca-4cf7-9cdd-576be04a9c92 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-18T16:01:18.550Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-18T16:01:18.550Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-18T16:01:18.550Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T16:01:18.550Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679155278550,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-18T16:01:19.568Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-18T16:01:19.569Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-2|||||DEBUG|500||received notification from broker: {"distributionID":"d6b70362-b450-41db-97c4-ea1285deb273","serviceName":"Demo_pNF_0QRYBIFHiGDyVijApwKS","serviceVersion":"1.0","serviceUUID":"b4fd06db-c144-4037-bb56-9f4d170dc33e","serviceDescription":"catalog service description","serviceInvariantUUID":"4a6b6367-2484-4aa3-9126-d96b480457a8","resources":[{"resourceInstanceName":"pNF 8b249c54-8f1f 0","resourceName":"pNF 8b249c54-8f1f","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"a880e813-b7b0-402c-bffe-74c020d69311","resourceInvariantUUID":"62a7990d-54b9-488c-9976-952482e2993f","resourceCustomizationUUID":"eb0ac2ec-e902-44af-9274-4b7b602bc8c8","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/resourceInstances/pnf8b249c548f1f0/artifacts/vf-license-model.xml","artifactChecksum":"YWEyOGU2NjliMDg5ZDU1NzYwMDhlOTYzNmI4NGZhMzM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"d2ed05b3-c79a-4dce-b90e-d0d7508a3b45","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/resourceInstances/pnf8b249c548f1f0/artifacts/pNF.csar","artifactChecksum":"YTFmMWQ3MzViYWZhMGQ1ZThlNzU3Y2I3ZGNlYWU4YjA\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"8c5f255b-5ba0-461e-8009-527fa558f0ef","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/resourceInstances/pnf8b249c548f1f0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"a4927c34-4090-4c7c-85be-5bfcd5208e7f","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/resourceInstances/pnf8b249c548f1f0/artifacts/vendor-license-model.xml","artifactChecksum":"ZGFjMzBhNjdmYWNhNzZkY2Y1ODcwNmIzODQzMjQ0Yzc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"68e219be-7fd3-4c2f-942d-b58362470046","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/resourceInstances/pnf8b249c548f1f0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"e7878e48-de75-42bd-a2da-c03807bb7be5","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/resourceInstances/pnf8b249c548f1f0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"d4b706a9-5523-4974-846d-b745b2a21dda","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnf0qrybifhigdyvijapwks-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/artifacts/service-DemoPnf0qrybifhigdyvijapwks-template.yml","artifactChecksum":"NjU3ZjBkNGJkNDc4ZWE3Y2M3Njk5NTc3MzNjYmY1YmY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"fdaf04f2-ae49-424a-bb42-d2906911e5ff","artifactVersion":"1"},{"artifactName":"service-DemoPnf0qrybifhigdyvijapwks-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/artifacts/service-DemoPnf0qrybifhigdyvijapwks-csar.csar","artifactChecksum":"MzljYTA3Yjk4Nzg5NjI5MTU3MDE1YTYwNjFmNTc1MTk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"7c894985-6ce0-4ae6-b963-98a29a50f1d8","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-18T16:01:19.569Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T16:01:19.569Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-18T16:01:19.569Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T16:01:19.569Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "d6b70362-b450-41db-97c4-ea1285deb273",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679154690350,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/resourceInstances/pnf8b249c548f1f0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T16:01:20.570Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T16:01:20.570Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-18T16:01:20.570Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T16:01:20.570Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "d6b70362-b450-41db-97c4-ea1285deb273",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679154690350,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/resourceInstances/pnf8b249c548f1f0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T16:01:21.571Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T16:01:21.572Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-18T16:01:21.572Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T16:01:21.572Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "d6b70362-b450-41db-97c4-ea1285deb273",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679154690350,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/resourceInstances/pnf8b249c548f1f0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T16:01:22.572Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T16:01:22.572Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-18T16:01:22.572Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T16:01:22.572Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "d6b70362-b450-41db-97c4-ea1285deb273",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679154690350,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/resourceInstances/pnf8b249c548f1f0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T16:01:23.573Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T16:01:23.573Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-18T16:01:23.574Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T16:01:23.574Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "d6b70362-b450-41db-97c4-ea1285deb273",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679154690350,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/resourceInstances/pnf8b249c548f1f0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T16:01:24.574Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T16:01:24.575Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-18T16:01:24.575Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T16:01:24.575Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "d6b70362-b450-41db-97c4-ea1285deb273",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679154690350,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/resourceInstances/pnf8b249c548f1f0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T16:01:25.576Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T16:01:25.576Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-18T16:01:25.576Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T16:01:25.576Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "d6b70362-b450-41db-97c4-ea1285deb273",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679154690350,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/artifacts/service-DemoPnf0qrybifhigdyvijapwks-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T16:01:26.578Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T16:01:26.578Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-18T16:01:26.578Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T16:01:26.578Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "d6b70362-b450-41db-97c4-ea1285deb273",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679154690350,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/artifacts/service-DemoPnf0qrybifhigdyvijapwks-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T16:01:27.579Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "d6b70362-b450-41db-97c4-ea1285deb273",
  "serviceName": "Demo_pNF_0QRYBIFHiGDyVijApwKS",
  "serviceVersion": "1.0",
  "serviceUUID": "b4fd06db-c144-4037-bb56-9f4d170dc33e",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "4a6b6367-2484-4aa3-9126-d96b480457a8",
  "resources": [
    {
      "resourceInstanceName": "pNF 8b249c54-8f1f 0",
      "resourceCustomizationUUID": "eb0ac2ec-e902-44af-9274-4b7b602bc8c8",
      "resourceName": "pNF 8b249c54-8f1f",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "a880e813-b7b0-402c-bffe-74c020d69311",
      "resourceInvariantUUID": "62a7990d-54b9-488c-9976-952482e2993f",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnf0qrybifhigdyvijapwks-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/artifacts/service-DemoPnf0qrybifhigdyvijapwks-csar.csar",
      "artifactChecksum": "MzljYTA3Yjk4Nzg5NjI5MTU3MDE1YTYwNjFmNTc1MTk\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "7c894985-6ce0-4ae6-b963-98a29a50f1d8"
    }
  ],
  "workloadContext": "Production"
}
2023-03-18T16:01:27.579Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-18T16:01:27.579Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 b4fd06db-c144-4037-bb56-9f4d170dc33e ASDC
2023-03-18T16:01:27.580Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:d6b70362-b450-41db-97c4-ea1285deb273
ServiceName:Demo_pNF_0QRYBIFHiGDyVijApwKS
ServiceVersion:1.0
ServiceUUID:b4fd06db-c144-4037-bb56-9f4d170dc33e
ServiceInvariantUUID:4a6b6367-2484-4aa3-9126-d96b480457a8
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnf0qrybifhigdyvijapwks-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/artifacts/service-DemoPnf0qrybifhigdyvijapwks-csar.csar
ArtifactUUID:7c894985-6ce0-4ae6-b963-98a29a50f1d8
ArtifactChecksum:MzljYTA3Yjk4Nzg5NjI5MTU3MDE1YTYwNjFmNTc1MTk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 8b249c54-8f1f 0
ResourceCustomizationUUID:eb0ac2ec-e902-44af-9274-4b7b602bc8c8
ResourceInvariantUUID:62a7990d-54b9-488c-9976-952482e2993f
ResourceName:pNF 8b249c54-8f1f
ResourceType:PNF
ResourceUUID:a880e813-b7b0-402c-bffe-74c020d69311
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-18T16:01:27.580Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF b4fd06db-c144-4037-bb56-9f4d170dc33e 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: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-18T16:01:27.606Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-18T16:01:27.606Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-18T16:01:27.606Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-18T16:01:27.607Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 7c894985-6ce0-4ae6-b963-98a29a50f1d8 from URL: /sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/artifacts/service-DemoPnf0qrybifhigdyvijapwks-csar.csar
2023-03-18T16:01:27.607Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-2|||||INFO|500||DistributionClient - download
2023-03-18T16:01:27.607Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-2|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/artifacts/service-DemoPnf0qrybifhigdyvijapwks-csar.csar
2023-03-18T16:01:27.852Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2023-03-18T16:01:27.858Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/artifacts/service-DemoPnf0qrybifhigdyvijapwks-csar.csar 7c894985-6ce0-4ae6-b963-98a29a50f1d8 88013
2023-03-18T16:01:27.858Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/artifacts/service-DemoPnf0qrybifhigdyvijapwks-csar.csar ASDC sendASDCNotification
2023-03-18T16:01:27.858Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/artifacts/service-DemoPnf0qrybifhigdyvijapwks-csar.csar
2023-03-18T16:01:27.858Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-18T16:01:27.858Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-18T16:01:27.859Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T16:01:27.859Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "d6b70362-b450-41db-97c4-ea1285deb273",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679155287858,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/artifacts/service-DemoPnf0qrybifhigdyvijapwks-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T16:01:28.859Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-18T16:01:28.860Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-18T16:01:28.860Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 7c894985-6ce0-4ae6-b963-98a29a50f1d8, URL: /sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/artifacts/service-DemoPnf0qrybifhigdyvijapwks-csar.csar to file: /app/ASDC/1/service-DemoPnf0qrybifhigdyvijapwks-csar.csar
2023-03-18T16:01:28.860Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnf0qrybifhigdyvijapwks-csar.csar
2023-03-18T16:01:28.861Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnf0qrybifhigdyvijapwks-csar.csar
2023-03-18T16:01:28.861Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnf0qrybifhigdyvijapwks-csar.csar
2023-03-18T16:01:28.937Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9468940990379148908/Definitions/service-DemoPnf0qrybifhigdyvijapwks-template.yml
2023-03-18T16:01:29.424Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-18T16:01:29.424Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-2|||||WARN|500||####################################################################################################
2023-03-18T16:01:29.424Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnf0qrybifhigdyvijapwks-csar.csar
2023-03-18T16:01:29.424Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-18T16:01:29.424Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-2|||||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-DemoPnf0qrybifhigdyvijapwks-csar.csar
2023-03-18T16:01:29.424Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnf0qrybifhigdyvijapwks-csar.csar
2023-03-18T16:01:29.424Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-2|||||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-DemoPnf0qrybifhigdyvijapwks-csar.csar
2023-03-18T16:01:29.425Z|d6b70362-b450-41db-97c4-ea1285deb273|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-DemoPnf0qrybifhigdyvijapwks-csar.csar
2023-03-18T16:01:29.425Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 8b249c54-8f1f 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-DemoPnf0qrybifhigdyvijapwks-csar.csar
2023-03-18T16:01:29.425Z|d6b70362-b450-41db-97c4-ea1285deb273|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-DemoPnf0qrybifhigdyvijapwks-csar.csar
2023-03-18T16:01:29.425Z|d6b70362-b450-41db-97c4-ea1285deb273|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-DemoPnf0qrybifhigdyvijapwks-csar.csar
2023-03-18T16:01:29.425Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-2|||||WARN|500||####################################################################################################
2023-03-18T16:01:29.425Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T16:01:29.425Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_0QRYBIFHiGDyVijApwKS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T16:01:29.425Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-2|||||DEBUG|500||Node template pNF 8b249c54-8f1f 0 is matching search criteria
2023-03-18T16:01:29.425Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2023-03-18T16:01:29.425Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-2|||||DEBUG|500||Found topology templates [pNF 8b249c54-8f1f 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-18T16:01:29.425Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T16:01:29.425Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_0QRYBIFHiGDyVijApwKS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T16:01:29.425Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-2|||||DEBUG|500||Node template pNF 8b249c54-8f1f 0 is matching search criteria
2023-03-18T16:01:29.425Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2023-03-18T16:01:29.425Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-2|||||DEBUG|500||Found topology templates [pNF 8b249c54-8f1f 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-18T16:01:29.425Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T16:01:29.425Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_0QRYBIFHiGDyVijApwKS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T16:01:29.425Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T16:01:29.425Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_0QRYBIFHiGDyVijApwKS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T16:01:29.425Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T16:01:29.425Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_0QRYBIFHiGDyVijApwKS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T16:01:29.425Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T16:01:29.425Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_0QRYBIFHiGDyVijApwKS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T16:01:29.425Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T16:01:29.425Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_0QRYBIFHiGDyVijApwKS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T16:01:29.425Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-2|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_0QRYBIFHiGDyVijApwKS
Description:catalog service description
Model UUID:b4fd06db-c144-4037-bb56-9f4d170dc33e
Model Version:NULL
Model InvariantUuid:4a6b6367-2484-4aa3-9126-d96b480457a8
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=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-03-18T16:01:29.448Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-2|||||ERROR|500||Csar with UUID: 7c894985-6ce0-4ae6-b963-98a29a50f1d8 already exists
2023-03-18T16:01:29.448Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/artifacts/service-DemoPnf0qrybifhigdyvijapwks-csar.csar ASDC sendASDCNotification
2023-03-18T16:01:29.448Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/artifacts/service-DemoPnf0qrybifhigdyvijapwks-csar.csar(Csar with UUID: 7c894985-6ce0-4ae6-b963-98a29a50f1d8 already exists)
2023-03-18T16:01:29.448Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-18T16:01:29.448Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-18T16:01:29.448Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T16:01:29.448Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "d6b70362-b450-41db-97c4-ea1285deb273",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679155289448,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/artifacts/service-DemoPnf0qrybifhigdyvijapwks-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 7c894985-6ce0-4ae6-b963-98a29a50f1d8 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T16:01:30.449Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/artifacts/service-DemoPnf0qrybifhigdyvijapwks-csar.csar ASDC sendASDCNotification
2023-03-18T16:01:30.449Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/artifacts/service-DemoPnf0qrybifhigdyvijapwks-csar.csar(Resource with UUID: a880e813-b7b0-402c-bffe-74c020d69311 already exists)
2023-03-18T16:01:30.449Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-18T16:01:30.449Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-18T16:01:30.449Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T16:01:30.449Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "d6b70362-b450-41db-97c4-ea1285deb273",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679155290449,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/artifacts/service-DemoPnf0qrybifhigdyvijapwks-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: a880e813-b7b0-402c-bffe-74c020d69311 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T16:01:31.449Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d6b70362-b450-41db-97c4-ea1285deb273
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T16:01:31.471Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d6b70362-b450-41db-97c4-ea1285deb273
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T16:01:31.473Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-18T16:01:31.473Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-18T16:01:31.473Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-18T16:01:31.473Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-18T16:01:31.473Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T16:01:31.473Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T16:01:31.473Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T16:01:31.473Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T16:01:31.473Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T16:01:31.473Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T16:01:31.473Z|d6b70362-b450-41db-97c4-ea1285deb273|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=?
2023-03-18T16:01:31.479Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-18T16:01:58.919Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T16:01:58.921Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T16:01:58.921Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679154690350,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar",
  "status": "NOTIFIED"
}
2023-03-18T16:01:58.921Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T16:01:58.921Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T16:01:58.921Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679155201616,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-18T16:01:58.921Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T16:01:58.921Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T16:01:58.922Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679155203276,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: a93044a0-e137-47cf-b45c-87a4ec92508e already exists"
}
2023-03-18T16:01:58.922Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T16:01:58.922Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T16:01:58.922Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679155204277,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQv5txucxv4n7mssxugfk/1.0/artifacts/service-DemoPnfQv5txucxv4n7mssxugfk-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 79d852b9-56e5-416f-9d37-4483b88de628 already exists"
}
2023-03-18T16:01:58.922Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T16:01:58.922Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T16:01:58.922Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "5e005e65-61df-4986-a087-00761a388674",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679155235463,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-18T16:01:58.922Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T16:01:58.922Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T16:01:58.922Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679154690350,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/resourceInstances/pnf66b89d6a37e20/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T16:01:58.922Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T16:01:58.922Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T16:01:58.923Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679154690350,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/resourceInstances/pnf66b89d6a37e20/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-18T16:01:58.923Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T16:01:58.923Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T16:01:58.923Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679154690350,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/resourceInstances/pnf66b89d6a37e20/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-18T16:01:58.923Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T16:01:58.923Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T16:01:58.923Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679154690350,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/resourceInstances/pnf66b89d6a37e20/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T16:01:58.923Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T16:01:58.923Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T16:01:58.923Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679154690350,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/resourceInstances/pnf66b89d6a37e20/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T16:01:58.923Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T16:01:58.923Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T16:01:58.923Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679154690350,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/resourceInstances/pnf66b89d6a37e20/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T16:01:58.923Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T16:01:58.923Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T16:01:58.923Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679154690350,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/artifacts/service-DemoPnfM5qkmfmdlpulyaz8owr9-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T16:01:58.923Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T16:01:58.923Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T16:01:58.923Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679154690350,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/artifacts/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar",
  "status": "NOTIFIED"
}
2023-03-18T16:01:58.923Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T16:01:58.923Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T16:01:58.923Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679155244752,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/artifacts/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-18T16:01:58.924Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T16:01:58.924Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T16:01:58.924Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679155246349,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/artifacts/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: fdcf7f15-35cd-49a2-839b-26e97623a9bc already exists"
}
2023-03-18T16:01:58.924Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T16:01:58.924Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T16:01:58.924Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679155247350,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM5qkmfmdlpulyaz8owr9/1.0/artifacts/service-DemoPnfM5qkmfmdlpulyaz8owr9-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 5cb48981-5482-4843-a71a-1ebe978a5e90 already exists"
}
2023-03-18T16:01:58.924Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T16:02:01.480Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: d6b70362-b450-41db-97c4-ea1285deb273 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-18T16:02:01.486Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: d6b70362-b450-41db-97c4-ea1285deb273 and serviceModelVersionId: b4fd06db-c144-4037-bb56-9f4d170dc33e
2023-03-18T16:02:01.487Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 4a6b6367-2484-4aa3-9126-d96b480457a8
2023-03-18T16:02:01.487Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/4a6b6367-2484-4aa3-9126-d96b480457a8/model-vers/model-ver/b4fd06db-c144-4037-bb56-9f4d170dc33e?depth=0
2023-03-18T16:02:01.491Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2023-03-18T16:02:01.502Z|d6b70362-b450-41db-97c4-ea1285deb273|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/4a6b6367-2484-4aa3-9126-d96b480457a8/model-vers/model-ver/b4fd06db-c144-4037-bb56-9f4d170dc33e?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-03-18T16:02:01.503Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/4a6b6367-2484-4aa3-9126-d96b480457a8/model-vers/model-ver/b4fd06db-c144-4037-bb56-9f4d170dc33e?depth=0|INFO|500||Invoke
2023-03-18T16:02:01.512Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/4a6b6367-2484-4aa3-9126-d96b480457a8/model-vers/model-ver/b4fd06db-c144-4037-bb56-9f4d170dc33e?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-18T16:02:01.638Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/4a6b6367-2484-4aa3-9126-d96b480457a8/model-vers/model-ver/b4fd06db-c144-4037-bb56-9f4d170dc33e?depth=0|INFO|500||InvokeReturn
2023-03-18T16:02:01.638Z|d6b70362-b450-41db-97c4-ea1285deb273|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/4a6b6367-2484-4aa3-9126-d96b480457a8/model-vers/model-ver/b4fd06db-c144-4037-bb56-9f4d170dc33e?depth=0 has http status code:200 and response headers:{date=[Sat, 18 Mar 2023 16:02:01 GMT], content-length=[0], vertex-id=[233600], x-aai-txid=[2-aai-resources-230318-16:02:01:214-61220], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-18T16:02:01.639Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-2|||||DEBUG|500||Response was returned with an empty entity.
2023-03-18T16:02:01.639Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-18T16:02:01.640Z|d6b70362-b450-41db-97c4-ea1285deb273|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=?
2023-03-18T16:02:01.645Z|d6b70362-b450-41db-97c4-ea1285deb273|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:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-18T16:02:01.646Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID d6b70362-b450-41db-97c4-ea1285deb273 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-18T16:02:01.646Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-18T16:02:01.646Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-18T16:02:01.646Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T16:02:01.647Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "d6b70362-b450-41db-97c4-ea1285deb273",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679155321646,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-18T16:02:02.667Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-18T16:02:02.667Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-2|||||DEBUG|500||received notification from broker: {"distributionID":"1765e72b-9f37-409d-a48f-62642d8341c6","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"29ccf31e-df21-49dc-ae06-e18b6baf315a","serviceDescription":"service","serviceInvariantUUID":"6ebc743c-a40f-46f3-b5cb-b87b2b100c58","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"67962590-90b8-4f11-901d-d79a952d0f14","resourceInvariantUUID":"b32b83cc-26fe-47f1-99ef-7d7b99983e6f","resourceCustomizationUUID":"e90442b2-f4f5-4f43-8892-737daa520031","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":"ODU1M2UyMGRiMzk2ODc1NjljMzc3NWI1YmRhMTEzY2M\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"b613739b-2455-4017-8b63-dfdd064ed936","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":"MjdmYmViNjE0ZTg1NTQ1YzU2ZmFkYWI5YjVlOGViOTQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"ea42c655-4ace-49bf-99fe-886103db89aa","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":"9a5d7f92-e4b0-45a0-ac74-3acf99b69cc0","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":"917f9665-4e54-4bdc-b104-4b4419dab11d","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":"af205cd0-57b3-443e-a55a-4ecc60d32d0a","artifactVersion":"2","generatedFromUUID":"453a496b-db83-4724-a33b-4f678eed88b4"},{"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":"8939ac4f-6672-4fe9-90ea-fa6b3f0da64d","artifactVersion":"2","generatedFromUUID":"9a5d7f92-e4b0-45a0-ac74-3acf99b69cc0"},{"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":"453a496b-db83-4724-a33b-4f678eed88b4","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":"89e3426c-a0d1-4de8-8662-7406572d2c3f","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":"YzBlODQ2MTk3NDc5Nzk3MDQ4MzI5NGM4ZmZhZjc3ZmE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"36181845-9e97-4a5d-8691-687a01539039","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"OTYyNTM5ZGEwYTExZTI3NmE1Y2RjMzE5OWJkNTUxZDA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"7ac7462c-7a2a-47d2-8257-79de7d0e5c52","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-18T16:02:02.667Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T16:02:02.667Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-18T16:02:02.667Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T16:02:02.667Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "1765e72b-9f37-409d-a48f-62642d8341c6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679154690350,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T16:02:03.668Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T16:02:03.668Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-18T16:02:03.668Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T16:02:03.668Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "1765e72b-9f37-409d-a48f-62642d8341c6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679154690350,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T16:02:04.670Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T16:02:04.670Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-18T16:02:04.670Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T16:02:04.670Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "1765e72b-9f37-409d-a48f-62642d8341c6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679154690350,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T16:02:05.671Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T16:02:05.671Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-18T16:02:05.671Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T16:02:05.672Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "1765e72b-9f37-409d-a48f-62642d8341c6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679154690350,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T16:02:06.672Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T16:02:06.672Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-18T16:02:06.672Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T16:02:06.672Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "1765e72b-9f37-409d-a48f-62642d8341c6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679154690350,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T16:02:07.673Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T16:02:07.673Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-18T16:02:07.674Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T16:02:07.674Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "1765e72b-9f37-409d-a48f-62642d8341c6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679154690350,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T16:02:08.675Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T16:02:08.675Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-18T16:02:08.675Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T16:02:08.675Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "1765e72b-9f37-409d-a48f-62642d8341c6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679154690350,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T16:02:09.676Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T16:02:09.676Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-18T16:02:09.677Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T16:02:09.677Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "1765e72b-9f37-409d-a48f-62642d8341c6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679154690350,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T16:02:10.677Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T16:02:10.678Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-18T16:02:10.678Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T16:02:10.678Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "1765e72b-9f37-409d-a48f-62642d8341c6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679154690350,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T16:02:11.678Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T16:02:11.678Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-18T16:02:11.679Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T16:02:11.679Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "1765e72b-9f37-409d-a48f-62642d8341c6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679154690350,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T16:02:12.679Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "1765e72b-9f37-409d-a48f-62642d8341c6",
  "serviceName": "basic_cnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "29ccf31e-df21-49dc-ae06-e18b6baf315a",
  "serviceDescription": "service",
  "serviceInvariantUUID": "6ebc743c-a40f-46f3-b5cb-b87b2b100c58",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf_macro 0",
      "resourceCustomizationUUID": "e90442b2-f4f5-4f43-8892-737daa520031",
      "resourceName": "basic_cnf_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "67962590-90b8-4f11-901d-d79a952d0f14",
      "resourceInvariantUUID": "b32b83cc-26fe-47f1-99ef-7d7b99983e6f",
      "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": "MjdmYmViNjE0ZTg1NTQ1YzU2ZmFkYWI5YjVlOGViOTQ\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "ea42c655-4ace-49bf-99fe-886103db89aa",
          "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": "9a5d7f92-e4b0-45a0-ac74-3acf99b69cc0",
          "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": "8939ac4f-6672-4fe9-90ea-fa6b3f0da64d",
            "generatedFromUUID": "9a5d7f92-e4b0-45a0-ac74-3acf99b69cc0"
          },
          "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": "af205cd0-57b3-443e-a55a-4ecc60d32d0a",
          "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": "8939ac4f-6672-4fe9-90ea-fa6b3f0da64d",
          "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": "453a496b-db83-4724-a33b-4f678eed88b4",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnfMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
      "artifactChecksum": "OTYyNTM5ZGEwYTExZTI3NmE1Y2RjMzE5OWJkNTUxZDA\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "7ac7462c-7a2a-47d2-8257-79de7d0e5c52"
    }
  ],
  "workloadContext": "Production"
}
2023-03-18T16:02:12.680Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-18T16:02:12.680Z|d6b70362-b450-41db-97c4-ea1285deb273|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 29ccf31e-df21-49dc-ae06-e18b6baf315a ASDC
2023-03-18T16:02:12.680Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:1765e72b-9f37-409d-a48f-62642d8341c6
ServiceName:basic_cnf_macro
ServiceVersion:1.0
ServiceUUID:29ccf31e-df21-49dc-ae06-e18b6baf315a
ServiceInvariantUUID:6ebc743c-a40f-46f3-b5cb-b87b2b100c58
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:7ac7462c-7a2a-47d2-8257-79de7d0e5c52
ArtifactChecksum:OTYyNTM5ZGEwYTExZTI3NmE1Y2RjMzE5OWJkNTUxZDA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf_macro 0
ResourceCustomizationUUID:e90442b2-f4f5-4f43-8892-737daa520031
ResourceInvariantUUID:b32b83cc-26fe-47f1-99ef-7d7b99983e6f
ResourceName:basic_cnf_macro
ResourceType:VF
ResourceUUID:67962590-90b8-4f11-901d-d79a952d0f14
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:ea42c655-4ace-49bf-99fe-886103db89aa
ArtifactChecksum:MjdmYmViNjE0ZTg1NTQ1YzU2ZmFkYWI5YjVlOGViOTQ=
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:9a5d7f92-e4b0-45a0-ac74-3acf99b69cc0
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:8939ac4f-6672-4fe9-90ea-fa6b3f0da64d
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:af205cd0-57b3-443e-a55a-4ecc60d32d0a
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:8939ac4f-6672-4fe9-90ea-fa6b3f0da64d
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:453a496b-db83-4724-a33b-4f678eed88b4
ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-18T16:02:12.680Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 29ccf31e-df21-49dc-ae06-e18b6baf315a 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: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-18T16:02:12.705Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-18T16:02:12.705Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-18T16:02:12.705Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-18T16:02:12.705Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 7ac7462c-7a2a-47d2-8257-79de7d0e5c52 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2023-03-18T16:02:12.705Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-2|||||INFO|500||DistributionClient - download
2023-03-18T16:02:12.705Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-2|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2023-03-18T16:02:12.946Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2023-03-18T16:02:12.958Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 7ac7462c-7a2a-47d2-8257-79de7d0e5c52 163277
2023-03-18T16:02:12.958Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2023-03-18T16:02:12.958Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2023-03-18T16:02:12.959Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-18T16:02:12.959Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-18T16:02:12.959Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T16:02:12.959Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "1765e72b-9f37-409d-a48f-62642d8341c6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679155332958,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T16:02:13.959Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-18T16:02:13.960Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-18T16:02:13.960Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 7ac7462c-7a2a-47d2-8257-79de7d0e5c52, URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar to file: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-03-18T16:02:13.960Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnfMacro-csar.csar
2023-03-18T16:02:13.961Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-03-18T16:02:13.961Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-03-18T16:02:14.081Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10259945572528581417/Definitions/service-BasicCnfMacro-template.yml
Log warning: The required parameter "compute_dummy_base_name" is not provided
2023-03-18T16:02:14.867Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-18T16:02:14.867Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-2|||||WARN|500||####################################################################################################
2023-03-18T16:02:14.867Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-03-18T16:02:14.867Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2023-03-18T16:02:14.867Z|1765e72b-9f37-409d-a48f-62642d8341c6|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-BasicCnfMacro-csar.csar
2023-03-18T16:02:14.867Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-2|||||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
2023-03-18T16:02:14.867Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-2|||||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
2023-03-18T16:02:14.867Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-2|||||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
2023-03-18T16:02:14.867Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-2|||||WARN|500||####################################################################################################
2023-03-18T16:02:14.867Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T16:02:14.867Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-2|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T16:02:14.867Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-18T16:02:14.868Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2023-03-18T16:02:14.868Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-18T16:02:14.868Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T16:02:14.868Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-2|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T16:02:14.868Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-18T16:02:14.868Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2023-03-18T16:02:14.868Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-18T16:02:14.868Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T16:02:14.868Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-2|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T16:02:14.868Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T16:02:14.868Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2023-03-18T16:02:14.868Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-2|||||DEBUG|500||Node template abstract_dummy_base is not matching search criteria
2023-03-18T16:02:14.868Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-2|||||DEBUG|500||Node template dummy_base is not matching search criteria
2023-03-18T16:02:14.868Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-03-18T16:02:14.868Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T16:02:14.868Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-2|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-03-18T16:02:14.868Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T16:02:14.868Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-18T16:02:14.868Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-18T16:02:14.868Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T16:02:14.868Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-18T16:02:14.868Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-18T16:02:14.868Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T16:02:14.868Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-18T16:02:14.868Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-18T16:02:14.868Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T16:02:14.868Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-18T16:02:14.868Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-18T16:02:14.868Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T16:02:14.869Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2023-03-18T16:02:14.869Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-2|||||DEBUG|500||Node template abstract_dummy_base is matching search criteria
2023-03-18T16:02:14.869Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_dummy_base] matching following query criteria: sdcType=CVFC, customizationUUID=c7a8af58-85a3-4764-a4df-a0945e933c54
2023-03-18T16:02:14.869Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T16:02:14.869Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-2|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T16:02:14.869Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T16:02:14.869Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-2|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T16:02:14.869Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T16:02:14.869Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-2|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T16:02:14.869Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-18T16:02:14.869Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-2|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-18T16:02:14.869Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-2|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf_macro
Description:service
Model UUID:29ccf31e-df21-49dc-ae06-e18b6baf315a
Model Version:NULL
Model InvariantUuid:6ebc743c-a40f-46f3-b5cb-b87b2b100c58
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf_macro
Model UUID:76cfe813-77a9-4529-b0c0-25c2a2d263ec
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:b32b83cc-26fe-47f1-99ef-7d7b99983e6f
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:e90442b2-f4f5-4f43-8892-737daa520031
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:497569e4-cd1d-43dc-9801-8d8ee43635b5
ModelName:BasicCnfMacro..helm_apache..module-1
ModelUuid:8fc2297d-c495-43fc-95b1-93d3ee60ffd8
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


VF Module Properties:
ModelInvariantUuid:72925299-0e6e-4799-861c-18ca0f095a03
ModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
ModelUuid:213db735-618f-43ae-a63c-210668df959e
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:c7a8af58-85a3-4764-a4df-a0945e933c54
ModelInvariantUuid:24ea2321-2d6c-4d31-a32b-29d44d0a3683
ModelName:basic_cnf_macro-nodes.dummy_baseCvfc
ModelUuid:ecac750a-9cea-4350-a4ca-db1a21d2c4dd
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy_base


VNFC Properties:
ModelCustomizationUuid:e9d1a60b-0d05-4e81-80fb-f008354f12b9
ModelInvariantUuid:fa7ecb4c-1a3e-403a-afbf-13093b5faef4
ModelName:BasicCnfMacro.compute.nodes.heat.dummy_base
ModelUuid:89d82d9d-612a-42f6-af05-45051419e0a3
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=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-03-18T16:02:14.894Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-2|||||ERROR|500||Csar with UUID: 7ac7462c-7a2a-47d2-8257-79de7d0e5c52 already exists
2023-03-18T16:02:14.894Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2023-03-18T16:02:14.894Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar(Csar with UUID: 7ac7462c-7a2a-47d2-8257-79de7d0e5c52 already exists)
2023-03-18T16:02:14.894Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-18T16:02:14.895Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-18T16:02:14.895Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T16:02:14.895Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "1765e72b-9f37-409d-a48f-62642d8341c6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679155334894,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 7ac7462c-7a2a-47d2-8257-79de7d0e5c52 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T16:02:15.895Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2023-03-18T16:02:15.896Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar(Resource with UUID: 67962590-90b8-4f11-901d-d79a952d0f14 already exists)
2023-03-18T16:02:15.896Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-18T16:02:15.896Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-18T16:02:15.896Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T16:02:15.896Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "1765e72b-9f37-409d-a48f-62642d8341c6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679155335895,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 67962590-90b8-4f11-901d-d79a952d0f14 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T16:02:16.897Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1765e72b-9f37-409d-a48f-62642d8341c6
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T16:02:16.914Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1765e72b-9f37-409d-a48f-62642d8341c6
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T16:02:16.916Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-18T16:02:16.917Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-18T16:02:16.917Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-18T16:02:16.917Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-18T16:02:16.917Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T16:02:16.917Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T16:02:16.917Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T16:02:16.917Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T16:02:16.917Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T16:02:16.917Z|1765e72b-9f37-409d-a48f-62642d8341c6|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=?
2023-03-18T16:02:16.923Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-18T16:02:46.923Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 1765e72b-9f37-409d-a48f-62642d8341c6 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-18T16:02:46.930Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 1765e72b-9f37-409d-a48f-62642d8341c6 and serviceModelVersionId: 29ccf31e-df21-49dc-ae06-e18b6baf315a
2023-03-18T16:02:46.930Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 6ebc743c-a40f-46f3-b5cb-b87b2b100c58
2023-03-18T16:02:46.931Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/6ebc743c-a40f-46f3-b5cb-b87b2b100c58/model-vers/model-ver/29ccf31e-df21-49dc-ae06-e18b6baf315a?depth=0
2023-03-18T16:02:46.937Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2023-03-18T16:02:46.950Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6ebc743c-a40f-46f3-b5cb-b87b2b100c58/model-vers/model-ver/29ccf31e-df21-49dc-ae06-e18b6baf315a?depth=0|INFO|500||Invoke
2023-03-18T16:02:46.950Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6ebc743c-a40f-46f3-b5cb-b87b2b100c58/model-vers/model-ver/29ccf31e-df21-49dc-ae06-e18b6baf315a?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6ebc743c-a40f-46f3-b5cb-b87b2b100c58/model-vers/model-ver/29ccf31e-df21-49dc-ae06-e18b6baf315a?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[1765e72b-9f37-409d-a48f-62642d8341c6], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[2b10b7b3-e3de-4fa1-b53b-d15adf61b4a8], X-ECOMP-RequestID=[1765e72b-9f37-409d-a48f-62642d8341c6], X-TransactionId=[], X-ONAP-RequestID=[1765e72b-9f37-409d-a48f-62642d8341c6], Content-Type=[application/merge-patch+json]}
2023-03-18T16:02:46.958Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6ebc743c-a40f-46f3-b5cb-b87b2b100c58/model-vers/model-ver/29ccf31e-df21-49dc-ae06-e18b6baf315a?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-18T16:02:47.081Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6ebc743c-a40f-46f3-b5cb-b87b2b100c58/model-vers/model-ver/29ccf31e-df21-49dc-ae06-e18b6baf315a?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/6ebc743c-a40f-46f3-b5cb-b87b2b100c58/model-vers/model-ver/29ccf31e-df21-49dc-ae06-e18b6baf315a?depth=0 has http status code:200 and response headers:{date=[Sat, 18 Mar 2023 16:02:46 GMT], content-length=[0], vertex-id=[241768], x-aai-txid=[1-aai-resources-230318-16:02:46:661-51715], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-18T16:02:47.081Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6ebc743c-a40f-46f3-b5cb-b87b2b100c58/model-vers/model-ver/29ccf31e-df21-49dc-ae06-e18b6baf315a?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-18T16:02:47.082Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6ebc743c-a40f-46f3-b5cb-b87b2b100c58/model-vers/model-ver/29ccf31e-df21-49dc-ae06-e18b6baf315a?depth=0|INFO|500||InvokeReturn
2023-03-18T16:02:47.082Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-18T16:02:47.082Z|1765e72b-9f37-409d-a48f-62642d8341c6|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=?
2023-03-18T16:02:47.086Z|1765e72b-9f37-409d-a48f-62642d8341c6|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:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-18T16:02:47.086Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 1765e72b-9f37-409d-a48f-62642d8341c6 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-18T16:02:47.086Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-18T16:02:47.087Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-18T16:02:47.087Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T16:02:47.087Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "1765e72b-9f37-409d-a48f-62642d8341c6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679155367086,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-18T16:02:48.104Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-18T16:02:48.105Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-2|||||DEBUG|500||received notification from broker: {"distributionID":"a04e84de-dd11-4280-9147-b1e37960b03e","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"fd8ba0dc-1896-4d7a-8d17-8252415f4148","serviceDescription":"service","serviceInvariantUUID":"06780b7c-aa94-422c-93b2-8efce3a7e977","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"fbaf618a-d9c7-4d1a-bd9c-d1a22dcbab14","resourceInvariantUUID":"20679d31-c72a-48fe-9cca-d085ba3d87e2","resourceCustomizationUUID":"5a2455fb-17f2-466c-b0b0-62e7a69549a5","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":"NGE3YjY3NzQ1ZjA3ZGUyMmY0YmU3MTAzMDFiMDNlODY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"07e8dd70-5afe-4bfd-ad6c-2aa9be8ac5c5","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":"NDA0YWNjNjQ5NTc5MzIzZmY5MGI0NTQ5MzkxMDMyMTU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"3505ba6b-8d3f-478c-8142-b2fb22d4f19c","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":"3415bafc-6992-481c-b7de-4378aeab19cc","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":"6e01ed63-04df-47c5-b5b9-edbad7442fb6","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":"f18ebb9c-a530-4121-accd-08ec1bde710e","artifactVersion":"2","generatedFromUUID":"3415bafc-6992-481c-b7de-4378aeab19cc"},{"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":"ZGQwOTc2NTc3MGE4NWU2ZGRkYTI0ODEwNjRiM2M0NDI\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"e0b8d7ca-c681-434f-b664-11315dcdef1b","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":"Y2M2MWFlODUxM2MxOGZjNjQ5Y2Y0YzM0NTUzMTFiMWY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"b990a0ca-504f-4f1f-bc35-5f07167e1c24","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"MTAyMTgyNjgwZDA0MWFiM2RkNzg4NzNhOWVhOTE3OWE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"938cc5f1-eb1c-4c61-971b-7e05e60d5594","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-18T16:02:48.105Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T16:02:48.105Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-18T16:02:48.106Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T16:02:48.106Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "a04e84de-dd11-4280-9147-b1e37960b03e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679154690350,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T16:02:49.106Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T16:02:49.107Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-18T16:02:49.107Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T16:02:49.107Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "a04e84de-dd11-4280-9147-b1e37960b03e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679154690350,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T16:02:50.107Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T16:02:50.107Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-18T16:02:50.107Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T16:02:50.108Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "a04e84de-dd11-4280-9147-b1e37960b03e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679154690350,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T16:02:51.109Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T16:02:51.109Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-18T16:02:51.109Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T16:02:51.109Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "a04e84de-dd11-4280-9147-b1e37960b03e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679154690350,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T16:02:52.109Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T16:02:52.110Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-18T16:02:52.110Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T16:02:52.110Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "a04e84de-dd11-4280-9147-b1e37960b03e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679154690350,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T16:02:53.111Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T16:02:53.111Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-18T16:02:53.111Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T16:02:53.111Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "a04e84de-dd11-4280-9147-b1e37960b03e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679154690350,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T16:02:54.118Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T16:02:54.119Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-18T16:02:54.119Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T16:02:54.119Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "a04e84de-dd11-4280-9147-b1e37960b03e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679154690350,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T16:02:55.119Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-18T16:02:55.119Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-18T16:02:55.119Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T16:02:55.120Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "a04e84de-dd11-4280-9147-b1e37960b03e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679154690350,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T16:02:56.120Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "a04e84de-dd11-4280-9147-b1e37960b03e",
  "serviceName": "basic_vm_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "fd8ba0dc-1896-4d7a-8d17-8252415f4148",
  "serviceDescription": "service",
  "serviceInvariantUUID": "06780b7c-aa94-422c-93b2-8efce3a7e977",
  "resources": [
    {
      "resourceInstanceName": "basic_vm_macro 0",
      "resourceCustomizationUUID": "5a2455fb-17f2-466c-b0b0-62e7a69549a5",
      "resourceName": "basic_vm_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "fbaf618a-d9c7-4d1a-bd9c-d1a22dcbab14",
      "resourceInvariantUUID": "20679d31-c72a-48fe-9cca-d085ba3d87e2",
      "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": "NDA0YWNjNjQ5NTc5MzIzZmY5MGI0NTQ5MzkxMDMyMTU\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "3505ba6b-8d3f-478c-8142-b2fb22d4f19c",
          "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": "3415bafc-6992-481c-b7de-4378aeab19cc",
          "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": "f18ebb9c-a530-4121-accd-08ec1bde710e",
            "generatedFromUUID": "3415bafc-6992-481c-b7de-4378aeab19cc"
          },
          "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": "f18ebb9c-a530-4121-accd-08ec1bde710e",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVmMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
      "artifactChecksum": "MTAyMTgyNjgwZDA0MWFiM2RkNzg4NzNhOWVhOTE3OWE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "938cc5f1-eb1c-4c61-971b-7e05e60d5594"
    }
  ],
  "workloadContext": "Production"
}
2023-03-18T16:02:56.121Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-18T16:02:56.121Z|1765e72b-9f37-409d-a48f-62642d8341c6|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 fd8ba0dc-1896-4d7a-8d17-8252415f4148 ASDC
2023-03-18T16:02:56.121Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:a04e84de-dd11-4280-9147-b1e37960b03e
ServiceName:basic_vm_macro
ServiceVersion:1.0
ServiceUUID:fd8ba0dc-1896-4d7a-8d17-8252415f4148
ServiceInvariantUUID:06780b7c-aa94-422c-93b2-8efce3a7e977
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:938cc5f1-eb1c-4c61-971b-7e05e60d5594
ArtifactChecksum:MTAyMTgyNjgwZDA0MWFiM2RkNzg4NzNhOWVhOTE3OWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm_macro 0
ResourceCustomizationUUID:5a2455fb-17f2-466c-b0b0-62e7a69549a5
ResourceInvariantUUID:20679d31-c72a-48fe-9cca-d085ba3d87e2
ResourceName:basic_vm_macro
ResourceType:VF
ResourceUUID:fbaf618a-d9c7-4d1a-bd9c-d1a22dcbab14
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:3505ba6b-8d3f-478c-8142-b2fb22d4f19c
ArtifactChecksum:NDA0YWNjNjQ5NTc5MzIzZmY5MGI0NTQ5MzkxMDMyMTU=
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:3415bafc-6992-481c-b7de-4378aeab19cc
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:f18ebb9c-a530-4121-accd-08ec1bde710e
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:f18ebb9c-a530-4121-accd-08ec1bde710e
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-18T16:02:56.121Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF fd8ba0dc-1896-4d7a-8d17-8252415f4148 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: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-18T16:02:56.145Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-18T16:02:56.145Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-18T16:02:56.145Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-18T16:02:56.146Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 938cc5f1-eb1c-4c61-971b-7e05e60d5594 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2023-03-18T16:02:56.146Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-2|||||INFO|500||DistributionClient - download
2023-03-18T16:02:56.146Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-2|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2023-03-18T16:02:56.180Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-2|||||DEBUG|500||GET Response Status 404
2023-03-18T16:02:56.181Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-2|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@7dc3dc56
2023-03-18T16:02:56.181Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-2|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-18T16:02:56.181Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-2|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicVmMacro"
      ]
    }
  }
}
2023-03-18T16:02:56.182Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-2|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicVmMacro-csar.csar /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 938cc5f1-eb1c-4c61-971b-7e05e60d5594 Specified artifact is  not found 300 ASDC artifact download fail
2023-03-18T16:02:56.182Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2023-03-18T16:02:56.182Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar(Specified artifact is  not found)
2023-03-18T16:02:56.182Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-18T16:02:56.183Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-18T16:02:56.183Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T16:02:56.183Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "a04e84de-dd11-4280-9147-b1e37960b03e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679155376182,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T16:02:57.184Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-2|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during processCsarServiceArtifacts ASDC processCsarServiceArtifacts 500 Exception in processCsarServiceArtifacts
org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact service-BasicVmMacro-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar(UUID:938cc5f1-eb1c-4c61-971b-7e05e60d5594)
Error message is Specified artifact is  not found

	at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394)
	at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
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 watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-03-18T16:02:57.210Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-2|||||ERROR|500||Csar with UUID: 938cc5f1-eb1c-4c61-971b-7e05e60d5594 already exists
2023-03-18T16:02:57.210Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2023-03-18T16:02:57.210Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar(Csar with UUID: 938cc5f1-eb1c-4c61-971b-7e05e60d5594 already exists)
2023-03-18T16:02:57.210Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-18T16:02:57.210Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-18T16:02:57.210Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T16:02:57.211Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "a04e84de-dd11-4280-9147-b1e37960b03e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679155377210,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 938cc5f1-eb1c-4c61-971b-7e05e60d5594 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T16:02:58.211Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2023-03-18T16:02:58.211Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar(Resource with UUID: fbaf618a-d9c7-4d1a-bd9c-d1a22dcbab14 already exists)
2023-03-18T16:02:58.211Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-18T16:02:58.211Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-18T16:02:58.211Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T16:02:58.212Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "a04e84de-dd11-4280-9147-b1e37960b03e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679155378211,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: fbaf618a-d9c7-4d1a-bd9c-d1a22dcbab14 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T16:02:58.919Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T16:02:58.920Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: cached metadata has changed from (version177: {SDC-DISTR-STATUS-TOPIC-AUTO=6, SDC-DISTR-NOTIF-TOPIC-AUTO=6}) at the beginning of the rebalance to (version178: {SDC-DISTR-STATUS-TOPIC-AUTO=6})
2023-03-18T16:02:58.931Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Revoke previously assigned partitions SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-03-18T16:02:58.931Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] (Re-)joining group
2023-03-18T16:02:58.935Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Successfully joined group with generation Generation{generationId=91, memberId='SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94-2995e74d-4211-4955-93f6-f3f14568571e', protocol='range'}
2023-03-18T16:02:58.935Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Finished assignment for group at generation 91: {SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94-2995e74d-4211-4955-93f6-f3f14568571e=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])}
2023-03-18T16:02:58.949Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Successfully synced group in generation Generation{generationId=91, memberId='SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94-2995e74d-4211-4955-93f6-f3f14568571e', protocol='range'}
2023-03-18T16:02:58.950Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])
2023-03-18T16:02:58.950Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Adding newly assigned partitions: SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-03-18T16:02:58.953Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-18T16:02:58.953Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-18T16:02:58.953Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-18T16:02:58.954Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=2825, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-18T16:02:58.954Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-18T16:02:58.954Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-18T16:02:59.212Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a04e84de-dd11-4280-9147-b1e37960b03e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T16:02:59.223Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a04e84de-dd11-4280-9147-b1e37960b03e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-18T16:02:59.225Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-18T16:02:59.225Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-18T16:02:59.226Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-18T16:02:59.226Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-18T16:02:59.226Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T16:02:59.226Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T16:02:59.226Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T16:02:59.226Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T16:02:59.226Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-18T16:02:59.226Z|a04e84de-dd11-4280-9147-b1e37960b03e|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=?
2023-03-18T16:02:59.235Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-18T16:02:59.965Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T16:02:59.965Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "b26959c2-c6ca-4cf7-9cdd-576be04a9c92",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679155278550,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-18T16:02:59.965Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T16:02:59.965Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T16:02:59.965Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "d6b70362-b450-41db-97c4-ea1285deb273",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679154690350,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/resourceInstances/pnf8b249c548f1f0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T16:02:59.965Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T16:02:59.965Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T16:02:59.965Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "d6b70362-b450-41db-97c4-ea1285deb273",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679154690350,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/resourceInstances/pnf8b249c548f1f0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-18T16:02:59.966Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T16:02:59.966Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T16:02:59.966Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "d6b70362-b450-41db-97c4-ea1285deb273",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679154690350,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/resourceInstances/pnf8b249c548f1f0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-18T16:02:59.966Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T16:02:59.966Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T16:02:59.966Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "d6b70362-b450-41db-97c4-ea1285deb273",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679154690350,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/resourceInstances/pnf8b249c548f1f0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T16:02:59.966Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T16:02:59.966Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T16:02:59.966Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "d6b70362-b450-41db-97c4-ea1285deb273",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679154690350,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/resourceInstances/pnf8b249c548f1f0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T16:02:59.966Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T16:02:59.966Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T16:02:59.966Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "d6b70362-b450-41db-97c4-ea1285deb273",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679154690350,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/resourceInstances/pnf8b249c548f1f0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T16:02:59.966Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T16:02:59.966Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T16:02:59.966Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "d6b70362-b450-41db-97c4-ea1285deb273",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679154690350,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/artifacts/service-DemoPnf0qrybifhigdyvijapwks-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T16:02:59.966Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T16:02:59.966Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T16:02:59.966Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "d6b70362-b450-41db-97c4-ea1285deb273",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679154690350,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/artifacts/service-DemoPnf0qrybifhigdyvijapwks-csar.csar",
  "status": "NOTIFIED"
}
2023-03-18T16:02:59.966Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T16:02:59.966Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T16:02:59.966Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "d6b70362-b450-41db-97c4-ea1285deb273",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679155287858,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/artifacts/service-DemoPnf0qrybifhigdyvijapwks-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-18T16:02:59.966Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T16:02:59.966Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T16:02:59.966Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "d6b70362-b450-41db-97c4-ea1285deb273",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679155289448,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/artifacts/service-DemoPnf0qrybifhigdyvijapwks-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 7c894985-6ce0-4ae6-b963-98a29a50f1d8 already exists"
}
2023-03-18T16:02:59.967Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T16:02:59.967Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T16:02:59.967Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "d6b70362-b450-41db-97c4-ea1285deb273",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679155290449,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0qrybifhigdyvijapwks/1.0/artifacts/service-DemoPnf0qrybifhigdyvijapwks-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: a880e813-b7b0-402c-bffe-74c020d69311 already exists"
}
2023-03-18T16:02:59.967Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T16:02:59.967Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T16:02:59.967Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "d6b70362-b450-41db-97c4-ea1285deb273",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679155321646,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-18T16:02:59.967Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T16:02:59.967Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T16:02:59.967Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "1765e72b-9f37-409d-a48f-62642d8341c6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679154690350,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T16:02:59.967Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T16:02:59.967Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T16:02:59.967Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "1765e72b-9f37-409d-a48f-62642d8341c6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679154690350,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2023-03-18T16:02:59.967Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T16:02:59.967Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T16:02:59.967Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "1765e72b-9f37-409d-a48f-62642d8341c6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679154690350,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2023-03-18T16:02:59.967Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T16:02:59.967Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T16:02:59.967Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "1765e72b-9f37-409d-a48f-62642d8341c6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679154690350,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T16:02:59.967Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T16:02:59.967Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T16:02:59.967Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "1765e72b-9f37-409d-a48f-62642d8341c6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679154690350,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2023-03-18T16:02:59.967Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T16:02:59.967Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T16:02:59.967Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "1765e72b-9f37-409d-a48f-62642d8341c6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679154690350,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2023-03-18T16:02:59.967Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T16:02:59.967Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T16:02:59.967Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "1765e72b-9f37-409d-a48f-62642d8341c6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679154690350,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2023-03-18T16:02:59.968Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T16:02:59.968Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T16:02:59.968Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "1765e72b-9f37-409d-a48f-62642d8341c6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679154690350,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-18T16:02:59.968Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T16:02:59.968Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T16:02:59.968Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "1765e72b-9f37-409d-a48f-62642d8341c6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679154690350,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T16:02:59.968Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T16:02:59.968Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T16:02:59.968Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "1765e72b-9f37-409d-a48f-62642d8341c6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679154690350,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-18T16:02:59.968Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T16:02:59.968Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T16:02:59.968Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "1765e72b-9f37-409d-a48f-62642d8341c6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679155332958,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-18T16:02:59.968Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T16:02:59.968Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T16:02:59.968Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "1765e72b-9f37-409d-a48f-62642d8341c6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679155334894,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 7ac7462c-7a2a-47d2-8257-79de7d0e5c52 already exists"
}
2023-03-18T16:02:59.968Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T16:02:59.968Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T16:02:59.968Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "1765e72b-9f37-409d-a48f-62642d8341c6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679155335895,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 67962590-90b8-4f11-901d-d79a952d0f14 already exists"
}
2023-03-18T16:02:59.968Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T16:02:59.968Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T16:02:59.968Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "1765e72b-9f37-409d-a48f-62642d8341c6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679155367086,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-18T16:02:59.968Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T16:02:59.968Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T16:02:59.968Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "a04e84de-dd11-4280-9147-b1e37960b03e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679154690350,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T16:02:59.968Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T16:02:59.968Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T16:02:59.969Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "a04e84de-dd11-4280-9147-b1e37960b03e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679154690350,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2023-03-18T16:02:59.969Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T16:02:59.969Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T16:02:59.969Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "a04e84de-dd11-4280-9147-b1e37960b03e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679154690350,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-03-18T16:02:59.969Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T16:02:59.969Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T16:02:59.969Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "a04e84de-dd11-4280-9147-b1e37960b03e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679154690350,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T16:02:59.969Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T16:02:59.969Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T16:02:59.969Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "a04e84de-dd11-4280-9147-b1e37960b03e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679154690350,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-03-18T16:02:59.969Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T16:02:59.969Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T16:02:59.969Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "a04e84de-dd11-4280-9147-b1e37960b03e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679154690350,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-18T16:02:59.969Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T16:02:59.969Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T16:02:59.969Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "a04e84de-dd11-4280-9147-b1e37960b03e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679154690350,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-18T16:02:59.969Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T16:02:59.969Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T16:02:59.969Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "a04e84de-dd11-4280-9147-b1e37960b03e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679154690350,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-18T16:02:59.969Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T16:02:59.969Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T16:02:59.969Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "a04e84de-dd11-4280-9147-b1e37960b03e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679155376182,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-18T16:02:59.969Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T16:02:59.970Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T16:02:59.970Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "a04e84de-dd11-4280-9147-b1e37960b03e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679155377210,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 938cc5f1-eb1c-4c61-971b-7e05e60d5594 already exists"
}
2023-03-18T16:02:59.970Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T16:02:59.970Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-18T16:02:59.970Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "a04e84de-dd11-4280-9147-b1e37960b03e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679155378211,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: fbaf618a-d9c7-4d1a-bd9c-d1a22dcbab14 already exists"
}
2023-03-18T16:02:59.970Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T16:03:29.236Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: a04e84de-dd11-4280-9147-b1e37960b03e and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-18T16:03:29.243Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: a04e84de-dd11-4280-9147-b1e37960b03e and serviceModelVersionId: fd8ba0dc-1896-4d7a-8d17-8252415f4148
2023-03-18T16:03:29.244Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 06780b7c-aa94-422c-93b2-8efce3a7e977
2023-03-18T16:03:29.244Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/06780b7c-aa94-422c-93b2-8efce3a7e977/model-vers/model-ver/fd8ba0dc-1896-4d7a-8d17-8252415f4148?depth=0
2023-03-18T16:03:29.249Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2023-03-18T16:03:29.261Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/06780b7c-aa94-422c-93b2-8efce3a7e977/model-vers/model-ver/fd8ba0dc-1896-4d7a-8d17-8252415f4148?depth=0|INFO|500||Invoke
2023-03-18T16:03:29.262Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/06780b7c-aa94-422c-93b2-8efce3a7e977/model-vers/model-ver/fd8ba0dc-1896-4d7a-8d17-8252415f4148?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/06780b7c-aa94-422c-93b2-8efce3a7e977/model-vers/model-ver/fd8ba0dc-1896-4d7a-8d17-8252415f4148?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[a04e84de-dd11-4280-9147-b1e37960b03e], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[b204fe2b-4a35-42eb-aee0-c743259db9e3], X-ECOMP-RequestID=[a04e84de-dd11-4280-9147-b1e37960b03e], X-TransactionId=[], X-ONAP-RequestID=[a04e84de-dd11-4280-9147-b1e37960b03e], Content-Type=[application/merge-patch+json]}
2023-03-18T16:03:29.274Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/06780b7c-aa94-422c-93b2-8efce3a7e977/model-vers/model-ver/fd8ba0dc-1896-4d7a-8d17-8252415f4148?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-18T16:03:29.452Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/06780b7c-aa94-422c-93b2-8efce3a7e977/model-vers/model-ver/fd8ba0dc-1896-4d7a-8d17-8252415f4148?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/06780b7c-aa94-422c-93b2-8efce3a7e977/model-vers/model-ver/fd8ba0dc-1896-4d7a-8d17-8252415f4148?depth=0 has http status code:200 and response headers:{date=[Sat, 18 Mar 2023 16:03:28 GMT], content-length=[0], vertex-id=[770064], x-aai-txid=[2-aai-resources-230318-16:03:28:976-30294], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-18T16:03:29.453Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/06780b7c-aa94-422c-93b2-8efce3a7e977/model-vers/model-ver/fd8ba0dc-1896-4d7a-8d17-8252415f4148?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-18T16:03:29.453Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/06780b7c-aa94-422c-93b2-8efce3a7e977/model-vers/model-ver/fd8ba0dc-1896-4d7a-8d17-8252415f4148?depth=0|INFO|500||InvokeReturn
2023-03-18T16:03:29.453Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-18T16:03:29.453Z|a04e84de-dd11-4280-9147-b1e37960b03e|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=?
2023-03-18T16:03:29.457Z|a04e84de-dd11-4280-9147-b1e37960b03e|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:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-18T16:03:29.457Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID a04e84de-dd11-4280-9147-b1e37960b03e and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-18T16:03:29.458Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-18T16:03:29.458Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-18T16:03:29.458Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-18T16:03:29.458Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "a04e84de-dd11-4280-9147-b1e37960b03e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679155409458,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-18T16:03:30.477Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T16:03:30.477Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Failing OffsetCommit request since the consumer is not part of an active group
2023-03-18T16:03:30.479Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Node 0 disconnected.
2023-03-18T16:03:30.479Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Node 1 disconnected.
2023-03-18T16:03:30.480Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-2|||||ERROR|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Asynchronous auto-commit of offsets failed: Offset commit cannot be completed since the consumer is not part of an active group for auto partition assignment; it is likely that the consumer was kicked out of the group.. Will continue to join group.
2023-03-18T16:03:30.481Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Giving away all assigned partitions as lost since generation/memberID has been reset,indicating that consumer is in old state or no longer part of the group
2023-03-18T16:03:30.481Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Lost previously assigned partitions SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5
2023-03-18T16:03:30.481Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] (Re-)joining group
2023-03-18T16:03:30.485Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2-9ad75935-1e49-46de-85e9-27442a474f7f
2023-03-18T16:03:30.485Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-2|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Asynchronous auto-commit of offsets {SDC-DISTR-NOTIF-TOPIC-AUTO-5=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-4=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-3=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-2=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-1=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-0=OffsetAndMetadata{offset=10, leaderEpoch=0, metadata=''}} failed: Offset commit cannot be completed since the consumer is not part of an active group for auto partition assignment; it is likely that the consumer was kicked out of the group.
2023-03-18T16:03:30.485Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Request joining group due to: rebalance failed due to 'The group member needs to have a valid member id before actually entering a consumer group.' (MemberIdRequiredException)
2023-03-18T16:03:30.485Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] (Re-)joining group
2023-03-18T16:03:32.237Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T16:03:35.245Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T16:03:38.275Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T16:03:41.286Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T16:03:44.306Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T16:03:47.316Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T16:03:50.332Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T16:03:53.352Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T16:03:56.362Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Request joining group due to: group is already rebalancing
2023-03-18T16:03:58.920Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T16:03:58.930Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Revoke previously assigned partitions SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-03-18T16:03:58.930Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] (Re-)joining group
2023-03-18T16:03:58.934Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Successfully joined group with generation Generation{generationId=92, memberId='SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94-2995e74d-4211-4955-93f6-f3f14568571e', protocol='range'}
2023-03-18T16:03:58.935Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Successfully joined group with generation Generation{generationId=92, memberId='SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2-9ad75935-1e49-46de-85e9-27442a474f7f', protocol='range'}
2023-03-18T16:03:58.939Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Resetting the last seen epoch of partition SDC-DISTR-NOTIF-TOPIC-AUTO-0 to 0 since the associated topicId changed from null to XRzq8BOIRZiZRw2R__X0DA
2023-03-18T16:03:58.939Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Resetting the last seen epoch of partition SDC-DISTR-NOTIF-TOPIC-AUTO-5 to 0 since the associated topicId changed from null to XRzq8BOIRZiZRw2R__X0DA
2023-03-18T16:03:58.939Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Resetting the last seen epoch of partition SDC-DISTR-NOTIF-TOPIC-AUTO-1 to 0 since the associated topicId changed from null to XRzq8BOIRZiZRw2R__X0DA
2023-03-18T16:03:58.939Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Resetting the last seen epoch of partition SDC-DISTR-NOTIF-TOPIC-AUTO-4 to 0 since the associated topicId changed from null to XRzq8BOIRZiZRw2R__X0DA
2023-03-18T16:03:58.940Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Resetting the last seen epoch of partition SDC-DISTR-NOTIF-TOPIC-AUTO-2 to 0 since the associated topicId changed from null to XRzq8BOIRZiZRw2R__X0DA
2023-03-18T16:03:58.940Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Resetting the last seen epoch of partition SDC-DISTR-NOTIF-TOPIC-AUTO-3 to 0 since the associated topicId changed from null to XRzq8BOIRZiZRw2R__X0DA
2023-03-18T16:03:58.940Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Finished assignment for group at generation 92: {SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2-9ad75935-1e49-46de-85e9-27442a474f7f=Assignment(partitions=[SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5]), SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94-2995e74d-4211-4955-93f6-f3f14568571e=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])}
2023-03-18T16:03:58.952Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Successfully synced group in generation Generation{generationId=92, memberId='SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94-2995e74d-4211-4955-93f6-f3f14568571e', protocol='range'}
2023-03-18T16:03:58.953Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Successfully synced group in generation Generation{generationId=92, memberId='SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2-9ad75935-1e49-46de-85e9-27442a474f7f', protocol='range'}
2023-03-18T16:03:58.953Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])
2023-03-18T16:03:58.953Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Adding newly assigned partitions: SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-03-18T16:03:58.953Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5])
2023-03-18T16:03:58.953Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Adding newly assigned partitions: SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5
2023-03-18T16:03:58.956Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-18T16:03:58.956Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-18T16:03:58.956Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-18T16:03:58.956Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=2863, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-18T16:03:58.956Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-18T16:03:58.957Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811722d1-cb8f-4d55-871f-42203e72dd94, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-18T16:03:58.957Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-18T16:03:58.957Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-18T16:03:58.957Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-18T16:03:58.957Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-18T16:03:58.957Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-18T16:03:58.957Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-18T16:03:58.993Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Fetch position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}} is out of range for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0, resetting offset
2023-03-18T16:03:58.996Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-282dc1fb-51f0-4a40-9d01-db0162fbc5c2, groupId=so] Resetting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0 to position FetchPosition{offset=10, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}.
2023-03-18T16:03:59.969Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-18T16:03:59.970Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "a04e84de-dd11-4280-9147-b1e37960b03e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679155409458,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-18T16:03:59.970Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-18T16:04:30.477Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T16:04:58.920Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T16:05:30.478Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T16:05:58.921Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T16:06:30.478Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T16:06:58.921Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T16:07:30.479Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T16:07:58.922Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T16:08:30.481Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T16:08:58.923Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T16:09:30.482Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T16:09:58.925Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T16:10:30.483Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T16:10:58.925Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T16:11:30.485Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T16:11:58.926Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T16:12:30.486Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T16:12:58.927Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T16:13:30.487Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T16:13:58.927Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T16:14:30.487Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T16:14:58.929Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T16:15:30.487Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T16:15:58.929Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T16:16:30.488Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T16:16:58.931Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T16:17:30.488Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T16:17:58.931Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T16:18:30.489Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T16:18:58.932Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T16:19:30.490Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T16:19:58.933Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T16:20:30.491Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T16:20:58.935Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T16:21:30.491Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T16:21:58.935Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T16:22:30.493Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T16:22:58.936Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T16:23:30.495Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T16:23:58.937Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T16:24:30.495Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T16:24:58.937Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T16:25:30.497Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T16:25:58.938Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T16:26:30.497Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T16:26:58.940Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T16:27:30.499Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T16:27:58.941Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T16:28:30.499Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T16:28:58.942Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T16:29:30.500Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T16:29:58.943Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T16:30:30.500Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T16:30:58.944Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T16:31:30.504Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T16:31:58.945Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T16:32:30.505Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T16:32:58.947Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T16:33:30.506Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T16:33:58.948Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T16:34:30.507Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T16:34:58.950Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T16:35:30.508Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T16:35:58.951Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T16:36:30.509Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T16:36:58.952Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T16:37:30.510Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T16:37:58.953Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T16:38:30.510Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T16:38:58.954Z|9f6cbd74-5561-4ebf-ae29-ef09adcdb35a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T16:39:30.512Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T16:39:58.954Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T16:40:30.512Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T16:40:58.956Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T16:41:30.514Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T16:41:58.956Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T16:42:30.514Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T16:42:58.958Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T16:43:30.516Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T16:43:58.960Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T16:44:30.518Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T16:44:58.961Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T16:45:30.518Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T16:45:58.961Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T16:46:30.519Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T16:46:58.963Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T16:47:30.521Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T16:47:58.963Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T16:48:30.521Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T16:48:58.964Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T16:49:30.521Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T16:49:58.965Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T16:50:30.523Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T16:50:58.965Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T16:51:30.523Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T16:51:58.966Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T16:52:30.525Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T16:52:58.970Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T16:53:30.525Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T16:53:58.971Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T16:54:30.526Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T16:54:58.971Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T16:55:30.527Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T16:55:58.973Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T16:56:30.527Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T16:56:58.974Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T16:57:30.527Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T16:57:58.974Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T16:58:30.528Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T16:58:58.976Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T16:59:30.529Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T16:59:58.976Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T17:00:30.530Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T17:00:58.977Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T17:01:30.530Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T17:01:58.978Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T17:02:30.531Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T17:02:58.980Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T17:03:30.533Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T17:03:58.981Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T17:04:30.533Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T17:04:58.981Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T17:05:30.533Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T17:05:58.982Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T17:06:30.534Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T17:06:58.983Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T17:07:30.536Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T17:07:58.984Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T17:08:30.536Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T17:08:58.985Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T17:09:30.538Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T17:09:58.986Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T17:10:30.539Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T17:10:58.986Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T17:11:30.539Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T17:11:58.986Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T17:12:30.540Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T17:12:58.986Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T17:13:30.541Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T17:13:58.986Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T17:14:30.541Z|b26959c2-c6ca-4cf7-9cdd-576be04a9c92|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T17:14:58.987Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T17:15:30.542Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T17:15:58.988Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T17:16:30.542Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T17:16:58.988Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T17:17:30.543Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T17:17:58.989Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T17:18:30.544Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T17:18:58.990Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T17:19:30.546Z|d4dc9e71-f2cb-491c-bcf1-9d51402514be|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T17:19:58.990Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T17:20:30.546Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T17:20:58.991Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T17:21:30.546Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T17:21:58.992Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-18T17:22:30.547Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-18T17:22:58.994Z|a04e84de-dd11-4280-9147-b1e37960b03e|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO